Searched refs:ttm_ref_object (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | ttm_object.c | 128 struct ttm_ref_object { struct 266 return drm_hash_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_noref_lookup() 282 base = drm_hash_entry(hash, struct ttm_ref_object, hash)->obj; in ttm_base_object_lookup() 321 struct ttm_ref_object *ref; in ttm_ref_object_exists() 332 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_exists() 357 struct ttm_ref_object *ref; in ttm_ref_object_add() 377 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_add() 429 struct ttm_ref_object *ref = in ttm_ref_object_release() 430 container_of(kref, struct ttm_ref_object, kref); in ttm_ref_object_release() 454 struct ttm_ref_object *ref; in ttm_ref_object_base_unref() [all …]
|