Home
last modified time | relevance | path

Searched refs:vmwgfx_ht_remove_item (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_hashtab.h65 int vmwgfx_ht_remove_item(struct vmwgfx_open_hash *ht, struct vmwgfx_hash_item *item);
80 #define vmwgfx_ht_remove_item_rcu vmwgfx_ht_remove_item
Dvmwgfx_cmdbuf_res.c108 WARN_ON(vmwgfx_ht_remove_item(&man->resources, &entry->hash)); in vmw_cmdbuf_res_free()
263 (void) vmwgfx_ht_remove_item(&man->resources, &entry->hash); in vmw_cmdbuf_res_remove()
Dvmwgfx_validation.c688 (void) vmwgfx_ht_remove_item(ctx->ht, &entry->hash); in vmw_validation_drop_ht()
691 (void) vmwgfx_ht_remove_item(ctx->ht, &val->hash); in vmw_validation_drop_ht()
694 (void) vmwgfx_ht_remove_item(ctx->ht, &val->hash); in vmw_validation_drop_ht()
Dvmwgfx_hashtab.c187 int vmwgfx_ht_remove_item(struct vmwgfx_open_hash *ht, struct vmwgfx_hash_item *item) in vmwgfx_ht_remove_item() function