Home
last modified time | relevance | path

Searched refs:drm_ht_remove_item (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_hashtab.h61 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
76 #define drm_ht_remove_item_rcu drm_ht_remove_item
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_hashtab.c195 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item() function
200 EXPORT_SYMBOL(drm_ht_remove_item); variable
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c108 WARN_ON(drm_ht_remove_item(&man->resources, &entry->hash)); in vmw_cmdbuf_res_free()
265 (void) drm_ht_remove_item(&man->resources, &entry->hash); in vmw_cmdbuf_res_remove()
H A Dvmwgfx_validation.c690 (void) drm_ht_remove_item(ctx->ht, &entry->hash); in vmw_validation_drop_ht()
693 (void) drm_ht_remove_item(ctx->ht, &val->hash); in vmw_validation_drop_ht()
696 (void) drm_ht_remove_item(ctx->ht, &val->hash); in vmw_validation_drop_ht()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_legacy.h61 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
77 #define drm_ht_remove_item_rcu drm_ht_remove_item
H A Ddrm_hashtab.c191 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item() function

Completed in 4 milliseconds