Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_hashtab.h77 #define drm_ht_find_item_rcu drm_ht_find_item macro
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_object.c238 ret = drm_ht_find_item_rcu(ht, key, &hash); in ttm_base_object_lookup()
260 ret = drm_ht_find_item_rcu(ht, key, &hash); in ttm_base_object_lookup_for_ref()
291 if (unlikely(drm_ht_find_item_rcu(ht, base->hash.key, &hash) != 0)) in ttm_ref_object_exists()
337 ret = drm_ht_find_item_rcu(ht, base->hash.key, &hash); in ttm_ref_object_add()