Searched refs:drm_ht_insert_item (Results 1 – 3 of 3) sorted by relevance
112 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item() function154 ret = drm_ht_insert_item(ht, item); in drm_ht_just_insert_please()
53 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);74 #define drm_ht_insert_item_rcu drm_ht_insert_item
108 ret = drm_ht_insert_item(&dev->map_hash, hash); in drm_map_handle()