drm_ht_remove_item  200 drivers/gpu/drm/drm_hashtab.c EXPORT_SYMBOL(drm_ht_remove_item);
drm_ht_remove_item  108 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 	WARN_ON(drm_ht_remove_item(&man->resources, &entry->hash));
drm_ht_remove_item  265 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 		(void) drm_ht_remove_item(&man->resources, &entry->hash);
drm_ht_remove_item  646 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 		(void) drm_ht_remove_item(ctx->ht, &entry->hash);
drm_ht_remove_item  649 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 		(void) drm_ht_remove_item(ctx->ht, &val->hash);
drm_ht_remove_item  652 drivers/gpu/drm/vmwgfx/vmwgfx_validation.c 		(void) drm_ht_remove_item(ctx->ht, &val->hash);
drm_ht_remove_item   61 include/drm/drm_hashtab.h int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
drm_ht_remove_item   76 include/drm/drm_hashtab.h #define drm_ht_remove_item_rcu drm_ht_remove_item