Home
last modified time | relevance | path

Searched refs:drm_ht_find_item_rcu (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/drm/
Ddrm_hashtab.h77 #define drm_ht_find_item_rcu drm_ht_find_item macro
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_object.c239 ret = drm_ht_find_item_rcu(ht, key, &hash); in ttm_base_object_lookup()
261 ret = drm_ht_find_item_rcu(ht, key, &hash); in ttm_base_object_lookup_for_ref()
292 if (unlikely(drm_ht_find_item_rcu(ht, base->hash.key, &hash) != 0)) in ttm_ref_object_exists()
343 ret = drm_ht_find_item_rcu(ht, base->hash.key, &hash); in ttm_ref_object_add()