Searched refs:ttm_ref_object (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | ttm_object.c | 124 struct ttm_ref_object { struct 268 base = hlist_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_lookup() 298 struct ttm_ref_object *ref; in ttm_ref_object_add() 313 ref = hlist_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_add() 351 struct ttm_ref_object *ref = in ttm_ref_object_release() 352 container_of(kref, struct ttm_ref_object, kref); in ttm_ref_object_release() 367 struct ttm_ref_object *ref; in ttm_ref_object_base_unref() 377 ref = hlist_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_base_unref() 385 struct ttm_ref_object *ref; in ttm_object_file_release() 399 ref = list_entry(list, struct ttm_ref_object, head); in ttm_object_file_release()
|
Completed in 4 milliseconds