Searched refs:vmwgfx_ht_find_item (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_hashtab.h | 60 int vmwgfx_ht_find_item(struct vmwgfx_open_hash *ht, unsigned long key, 81 #define vmwgfx_ht_find_item_rcu vmwgfx_ht_find_item
|
D | vmwgfx_cmdbuf_res.c | 88 ret = vmwgfx_ht_find_item(&man->resources, key, &hash); in vmw_cmdbuf_res_lookup() 250 ret = vmwgfx_ht_find_item(&man->resources, user_key | (res_type << 24), in vmw_cmdbuf_res_remove()
|
D | vmwgfx_hashtab.c | 162 int vmwgfx_ht_find_item(struct vmwgfx_open_hash *ht, unsigned long key, in vmwgfx_ht_find_item() function
|
D | vmwgfx_validation.c | 186 if (!vmwgfx_ht_find_item(ctx->ht, (unsigned long) vbo, &hash)) in vmw_validation_find_bo_dup() 223 if (!vmwgfx_ht_find_item(ctx->ht, (unsigned long) res, &hash)) in vmw_validation_find_res_dup()
|
D | ttm_object.c | 387 ret = vmwgfx_ht_find_item(ht, key, &hash); in ttm_ref_object_base_unref()
|