Home
last modified time | relevance | path

Searched refs:drm_hash_item (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/
Ddrm_hashtab.c64 struct drm_hash_item *entry; in drm_ht_verbose_list()
79 struct drm_hash_item *entry; in drm_ht_find_key()
97 struct drm_hash_item *entry; in drm_ht_find_key_rcu()
112 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_insert_item()
114 struct drm_hash_item *entry; in drm_ht_insert_item()
142 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, in drm_ht_just_insert_please()
167 struct drm_hash_item **item) in drm_ht_find_item()
175 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
191 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item) in drm_ht_remove_item()
Ddrm_legacy.h41 struct drm_hash_item;
53 int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
54 int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item,
57 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item);
61 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
Ddrm_vm.c117 struct drm_hash_item *hash; in drm_vm_fault()
529 struct drm_hash_item *hash; in drm_mmap_locked()
Ddrm_bufs.c90 static int drm_map_handle(struct drm_device *dev, struct drm_hash_item *hash, in drm_map_handle()
/linux-6.1.9/include/drm/
Ddrm_legacy.h57 struct drm_hash_item { struct
170 struct drm_hash_item hash;