Searched refs:ttm_ref_object (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | ttm_object.c | 121 struct ttm_ref_object { struct 265 base = hlist_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_lookup() 295 struct ttm_ref_object *ref; in ttm_ref_object_add() 310 ref = hlist_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_add() 348 struct ttm_ref_object *ref = in ttm_ref_object_release() 349 container_of(kref, struct ttm_ref_object, kref); in ttm_ref_object_release() 364 struct ttm_ref_object *ref; in ttm_ref_object_base_unref() 374 ref = hlist_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_base_unref() 382 struct ttm_ref_object *ref; in ttm_object_file_release() 396 ref = list_entry(list, struct ttm_ref_object, head); in ttm_object_file_release()
|