Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_auth.c41 struct drm_hash_item hash_item; member
64 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item); in drm_find_file()
93 entry->hash_item.key = (unsigned long)magic; in drm_add_magic()
95 drm_ht_insert_item(&master->magiclist, &entry->hash_item); in drm_add_magic()
124 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item); in drm_remove_magic()
/linux-4.1.27/drivers/net/ppp/
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()
1087 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); in pppoe_seq_next()