Searched refs:vmwgfx_ht_remove_item (Results 1 – 4 of 4) sorted by relevance
65 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
108 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()
688 (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()
187 int vmwgfx_ht_remove_item(struct vmwgfx_open_hash *ht, struct vmwgfx_hash_item *item) in vmwgfx_ht_remove_item() function