Lines Matching refs:update_inactive
21 static void update_inactive(struct msm_gem_object *msm_obj);
134 update_inactive(msm_obj); in get_pages()
195 update_inactive(msm_obj); in msm_gem_get_pages()
209 update_inactive(msm_obj); in msm_gem_put_pages()
547 update_inactive(msm_obj); in msm_gem_unpin_iova_locked()
631 update_inactive(msm_obj); in get_vaddr()
703 update_inactive(msm_obj); in msm_gem_madvise()
730 update_inactive(msm_obj); in msm_gem_purge()
765 update_inactive(msm_obj); in msm_gem_evict()
808 update_inactive(msm_obj); in msm_gem_active_put()
812 static void update_inactive(struct msm_gem_object *msm_obj) in update_inactive() function