Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/
Ddrm_sman.c258 struct drm_hash_item *hash_item; in drm_sman_free_key() local
261 if (drm_ht_find_item(&sman->user_hash_tab, key, &hash_item)) in drm_sman_free_key()
264 memblock_item = drm_hash_entry(hash_item, struct drm_memblock_item, in drm_sman_free_key()
283 struct drm_hash_item *hash_item; in drm_sman_owner_clean() local
286 if (drm_ht_find_item(&sman->owner_hash_tab, owner, &hash_item)) { in drm_sman_owner_clean()
290 owner_item = drm_hash_entry(hash_item, struct drm_owner_item, owner_hash); in drm_sman_owner_clean()
316 struct drm_hash_item *hash_item; in drm_sman_owner_cleanup() local
319 if (drm_ht_find_item(&sman->owner_hash_tab, owner, &hash_item)) { in drm_sman_owner_cleanup()
324 owner_item = drm_hash_entry(hash_item, struct drm_owner_item, owner_hash); in drm_sman_owner_cleanup()
Ddrm_auth.c57 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item); in drm_find_file()
86 entry->hash_item.key = (unsigned long)magic; in drm_add_magic()
88 drm_ht_insert_item(&master->magiclist, &entry->hash_item); in drm_add_magic()
117 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item); in drm_remove_magic()
Ddrm_stub.c174 drm_ht_remove_item(&master->magiclist, &pt->hash_item); in drm_master_destroy()
/linux-2.6.39/drivers/net/
Dpppoe.c146 static int hash_item(__be16 sid, unsigned char *addr) in hash_item() function
169 int hash = hash_item(sid, addr); in __get_item()
186 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); in __set_item()
207 int hash = hash_item(sid, addr); in __delete_item()
1063 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); in pppoe_seq_next()
/linux-2.6.39/include/drm/
DdrmP.h324 struct drm_hash_item hash_item; member