drm_ht_insert_item  106 drivers/gpu/drm/drm_bufs.c 		ret = drm_ht_insert_item(&dev->map_hash, hash);
drm_ht_insert_item  138 drivers/gpu/drm/drm_hashtab.c EXPORT_SYMBOL(drm_ht_insert_item);
drm_ht_insert_item  156 drivers/gpu/drm/drm_hashtab.c 		ret = drm_ht_insert_item(ht, item);
drm_ht_insert_item  171 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 			ret = drm_ht_insert_item(&entry->man->resources,
drm_ht_insert_item  211 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	ret = drm_ht_insert_item(&man->resources, &cres->hash);
drm_ht_insert_item  279 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 			ret = drm_ht_insert_item(ctx->ht, &bo_node->hash);
drm_ht_insert_item  334 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 		ret = drm_ht_insert_item(ctx->ht, &node->hash);
drm_ht_insert_item   53 include/drm/drm_hashtab.h int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
drm_ht_insert_item   73 include/drm/drm_hashtab.h #define drm_ht_insert_item_rcu drm_ht_insert_item