Symbol: drm_hash_item
sys/dev/drm2/drmP.h
318
struct drm_hash_item hash_item;
sys/dev/drm2/drmP.h
534
struct drm_hash_item hash;
sys/dev/drm2/drmP.h
597
struct drm_hash_item map_list;
sys/dev/drm2/drm_auth.c
110
struct drm_hash_item *hash;
sys/dev/drm2/drm_auth.c
55
struct drm_hash_item *hash;
sys/dev/drm2/drm_bufs.c
148
static int drm_map_handle(struct drm_device *dev, struct drm_hash_item *hash,
sys/dev/drm2/drm_gem.c
248
struct drm_hash_item *list = &obj->map_list;
sys/dev/drm2/drm_gem.c
439
struct drm_hash_item *map_list;
sys/dev/drm2/drm_hashtab.c
120
int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item,
sys/dev/drm2/drm_hashtab.c
146
struct drm_hash_item **item)
sys/dev/drm2/drm_hashtab.c
148
struct drm_hash_item *entry;
sys/dev/drm2/drm_hashtab.c
161
struct drm_hash_item *entry;
sys/dev/drm2/drm_hashtab.c
171
int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item)
sys/dev/drm2/drm_hashtab.c
59
struct drm_hash_item *entry;
sys/dev/drm2/drm_hashtab.c
71
static struct drm_hash_item *drm_ht_find_key(struct drm_open_hash *ht,
sys/dev/drm2/drm_hashtab.c
74
struct drm_hash_item *entry;
sys/dev/drm2/drm_hashtab.c
90
int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item)
sys/dev/drm2/drm_hashtab.c
92
struct drm_hash_item *entry, *parent;
sys/dev/drm2/drm_hashtab.h
43
LIST_ENTRY(drm_hash_item) head;
sys/dev/drm2/drm_hashtab.h
48
LIST_HEAD(drm_hash_item_list, drm_hash_item) *table;
sys/dev/drm2/drm_hashtab.h
55
extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item);
sys/dev/drm2/drm_hashtab.h
56
extern int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item,
sys/dev/drm2/drm_hashtab.h
59
extern int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, struct drm_hash_item **item);
sys/dev/drm2/drm_hashtab.h
63
extern int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
sys/dev/drm2/ttm/ttm_object.c
111
struct drm_hash_item hash;
sys/dev/drm2/ttm/ttm_object.c
228
struct drm_hash_item *hash;
sys/dev/drm2/ttm/ttm_object.c
261
struct drm_hash_item *hash;
sys/dev/drm2/ttm/ttm_object.c
339
struct drm_hash_item *hash;
sys/dev/drm2/ttm/ttm_object.h
122
struct drm_hash_item hash;