Searched refs:hash_item (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_auth.c | 41 struct drm_hash_item hash_item; member in struct:drm_magic_entry 64 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item); drm_find_file() 93 entry->hash_item.key = (unsigned long)magic; drm_add_magic() 95 drm_ht_insert_item(&master->magiclist, &entry->hash_item); drm_add_magic() 124 pt = drm_hash_entry(hash, struct drm_magic_entry, hash_item); drm_remove_magic()
|
/linux-4.1.27/drivers/net/ppp/ |
H A D | pppoe.c | 146 static int hash_item(__be16 sid, unsigned char *addr) hash_item() function 169 int hash = hash_item(sid, addr); __get_item() 186 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); __set_item() 207 int hash = hash_item(sid, addr); __delete_item() 1087 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); pppoe_seq_next()
|
Completed in 150 milliseconds