Home
last modified time | relevance | path

Searched refs:hash_next (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/scripts/genksyms/
Dgenksyms.c171 for (sym = symtab[h]; sym; sym = sym->hash_next) in find_symbol()
242 for (sym = symtab[h]; sym; sym = sym->hash_next) { in __add_symbol()
280 for (psym = &symtab[h]; *psym; psym = &(*psym)->hash_next) { in __add_symbol()
282 *psym = sym->hash_next; in __add_symbol()
297 sym->hash_next = symtab[h]; in __add_symbol()
Dgenksyms.h45 struct symbol *hash_next; member
/linux-4.4.14/drivers/md/
Ddm-cache-policy-smq.c38 unsigned hash_next:28; member
593 return to_entry(ht->es, e->hash_next); in h_next()
598 e->hash_next = ht->buckets[bucket]; in __h_insert()
628 prev->hash_next = e->hash_next; in __h_unlink()
630 ht->buckets[h] = e->hash_next; in __h_unlink()
698 e->hash_next = INDEXER_NULL; in init_entry()
/linux-4.4.14/fs/afs/
Ddir.c80 __be16 hash_next; member