Searched refs:vmwgfx_hash_item (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_hashtab.c | 63 struct vmwgfx_hash_item *entry; in vmwgfx_ht_verbose_list() 77 struct vmwgfx_hash_item *entry; in vmwgfx_ht_find_key() 94 struct vmwgfx_hash_item *entry; in vmwgfx_ht_find_key_rcu() 109 int vmwgfx_ht_insert_item(struct vmwgfx_open_hash *ht, struct vmwgfx_hash_item *item) in vmwgfx_ht_insert_item() 111 struct vmwgfx_hash_item *entry; in vmwgfx_ht_insert_item() 138 int vmwgfx_ht_just_insert_please(struct vmwgfx_open_hash *ht, struct vmwgfx_hash_item *item, in vmwgfx_ht_just_insert_please() 163 struct vmwgfx_hash_item **item) in vmwgfx_ht_find_item() 171 *item = hlist_entry(list, struct vmwgfx_hash_item, head); in vmwgfx_ht_find_item() 187 int vmwgfx_ht_remove_item(struct vmwgfx_open_hash *ht, struct vmwgfx_hash_item *item) in vmwgfx_ht_remove_item()
|
D | vmwgfx_hashtab.h | 45 struct vmwgfx_hash_item { struct 56 int vmwgfx_ht_insert_item(struct vmwgfx_open_hash *ht, struct vmwgfx_hash_item *item); argument 57 int vmwgfx_ht_just_insert_please(struct vmwgfx_open_hash *ht, struct vmwgfx_hash_item *item, 61 struct vmwgfx_hash_item **item); 65 int vmwgfx_ht_remove_item(struct vmwgfx_open_hash *ht, struct vmwgfx_hash_item *item);
|
D | vmwgfx_cmdbuf_res.c | 45 struct vmwgfx_hash_item hash; 84 struct vmwgfx_hash_item *hash; in vmw_cmdbuf_res_lookup() 247 struct vmwgfx_hash_item *hash; in vmw_cmdbuf_res_remove()
|
D | ttm_object.c | 125 struct vmwgfx_hash_item hash; 245 struct vmwgfx_hash_item *hash; in ttm_base_object_noref_lookup() 265 struct vmwgfx_hash_item *hash; in ttm_base_object_lookup() 304 struct vmwgfx_hash_item *hash; in ttm_ref_object_add() 383 struct vmwgfx_hash_item *hash; in ttm_ref_object_base_unref()
|
D | vmwgfx_validation.c | 49 struct vmwgfx_hash_item hash; 78 struct vmwgfx_hash_item hash; 184 struct vmwgfx_hash_item *hash; in vmw_validation_find_bo_dup() 221 struct vmwgfx_hash_item *hash; in vmw_validation_find_res_dup()
|
D | vmwgfx_drv.h | 143 struct vmwgfx_hash_item hash;
|