Home
last modified time | relevance | path

Searched refs:drm_open_hash (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/drm/
Ddrm_hashtab.h47 struct drm_open_hash { struct
52 int drm_ht_create(struct drm_open_hash *ht, unsigned int order); argument
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);
59 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key);
60 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key);
61 int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
62 void drm_ht_remove(struct drm_open_hash *ht);
Ddrm_device.h101 struct drm_open_hash map_hash; /**< User token hash table for maps */