Lines Matching refs:ttm_ref_object
123 struct ttm_ref_object { struct
257 return drm_hash_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_noref_lookup()
273 base = drm_hash_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_lookup()
303 struct ttm_ref_object *ref; in ttm_ref_object_add()
318 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_add()
363 struct ttm_ref_object *ref = in ttm_ref_object_release()
364 container_of(kref, struct ttm_ref_object, kref); in ttm_ref_object_release()
382 struct ttm_ref_object *ref; in ttm_ref_object_base_unref()
392 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_base_unref()
400 struct ttm_ref_object *ref; in ttm_object_file_release()
414 ref = list_entry(list, struct ttm_ref_object, head); in ttm_object_file_release()