Searched refs:hash_item (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_auth.c57 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item);
86 entry->hash_item.key = (unsigned long)magic;
88 drm_ht_insert_item(&master->magiclist, &entry->hash_item);
117 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item);
H A Ddrm_sman.c260 struct drm_hash_item *hash_item; local
263 if (drm_ht_find_item(&sman->user_hash_tab, key, &hash_item))
266 memblock_item = drm_hash_entry(hash_item, struct drm_memblock_item,
285 struct drm_hash_item *hash_item; local
288 if (drm_ht_find_item(&sman->owner_hash_tab, owner, &hash_item)) {
292 owner_item = drm_hash_entry(hash_item, struct drm_owner_item, owner_hash);
318 struct drm_hash_item *hash_item; local
321 if (drm_ht_find_item(&sman->owner_hash_tab, owner, &hash_item)) {
326 owner_item = drm_hash_entry(hash_item, struct drm_owner_item, owner_hash);
H A Ddrm_stub.c164 drm_ht_remove_item(&master->magiclist, &pt->hash_item);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpppoe.c152 static int hash_item(__be16 sid, unsigned char *addr) function
175 int hash = hash_item(sid, addr);
192 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote);
213 int hash = hash_item(sid, addr);
1108 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote);
H A Dpptp.c100 static int hash_item(unsigned long ipaddr, unsigned char *addr) function
127 int hash = hash_item(ipaddr, addr);
140 int hash = hash_item(po->pptp_pa.srcaddr, po->pptp_pa.remote);
159 int hash = hash_item(ipaddr, addr);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c80 } hash_item; typedef in typeref:struct:hash_item_s
547 newhash->items = xzalloc(newhash->csize * sizeof(hash_item *));
555 hash_item *hi;
570 hash_item **newitems, *hi, *thi;
576 newitems = xzalloc(newsize * sizeof(hash_item *));
597 hash_item *hi;
607 hi = xzalloc(sizeof(hash_item) + l);
625 hash_item *hi, **phi;
708 hash_item *hi, *thi;
1684 hash_item *h
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A DdrmP.h321 struct drm_hash_item hash_item; member in struct:drm_magic_entry

Completed in 80 milliseconds