Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_hashtab.h56 int vmwgfx_ht_insert_item(struct vmwgfx_open_hash *ht, struct vmwgfx_hash_item *item);
77 #define vmwgfx_ht_insert_item_rcu vmwgfx_ht_insert_item
Dvmwgfx_hashtab.c109 int vmwgfx_ht_insert_item(struct vmwgfx_open_hash *ht, struct vmwgfx_hash_item *item) in vmwgfx_ht_insert_item() function
150 ret = vmwgfx_ht_insert_item(ht, item); in vmwgfx_ht_just_insert_please()
Dvmwgfx_cmdbuf_res.c170 ret = vmwgfx_ht_insert_item(&entry->man->resources, &entry->hash); in vmw_cmdbuf_res_revert()
209 ret = vmwgfx_ht_insert_item(&man->resources, &cres->hash); in vmw_cmdbuf_res_add()
Dvmwgfx_validation.c280 ret = vmwgfx_ht_insert_item(ctx->ht, &bo_node->hash); in vmw_validation_add_bo()
335 ret = vmwgfx_ht_insert_item(ctx->ht, &node->hash); in vmw_validation_add_resource()