Lines Matching refs:update_inactive
22 static void update_inactive(struct msm_gem_object *msm_obj);
135 update_inactive(msm_obj); in get_pages()
196 update_inactive(msm_obj); in msm_gem_get_pages()
210 update_inactive(msm_obj); in msm_gem_put_pages()
548 update_inactive(msm_obj); in msm_gem_unpin_iova_locked()
632 update_inactive(msm_obj); in get_vaddr()
704 update_inactive(msm_obj); in msm_gem_madvise()
731 update_inactive(msm_obj); in msm_gem_purge()
766 update_inactive(msm_obj); in msm_gem_evict()
809 update_inactive(msm_obj); in msm_gem_active_put()
813 static void update_inactive(struct msm_gem_object *msm_obj) in update_inactive() function