drm_open_hash     352 include/drm/drmP.h 	struct drm_open_hash magiclist;
drm_open_hash     727 include/drm/drmP.h 	struct drm_open_hash map_hash;	/**< User token hash table for maps */
drm_open_hash      52 include/drm/drm_hashtab.h extern int drm_ht_create(struct drm_open_hash *ht, unsigned int order);
drm_open_hash      53 include/drm/drm_hashtab.h extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
drm_open_hash      54 include/drm/drm_hashtab.h extern int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item,
drm_open_hash      57 include/drm/drm_hashtab.h extern int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item);
drm_open_hash      59 include/drm/drm_hashtab.h extern void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key);
drm_open_hash      60 include/drm/drm_hashtab.h extern int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key);
drm_open_hash      61 include/drm/drm_hashtab.h extern int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
drm_open_hash      62 include/drm/drm_hashtab.h extern void drm_ht_remove(struct drm_open_hash *ht);