Home
last modified time | relevance | path

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

/linux/scripts/genksyms/
A Dgenksyms.c157 for (sym = symtab[h]; sym; sym = sym->hash_next) in find_symbol()
228 for (sym = symtab[h]; sym; sym = sym->hash_next) { in __add_symbol()
266 for (psym = &symtab[h]; *psym; psym = &(*psym)->hash_next) { in __add_symbol()
268 *psym = sym->hash_next; in __add_symbol()
283 sym->hash_next = symtab[h]; in __add_symbol()
A Dgenksyms.h34 struct symbol *hash_next; member
/linux/fs/afs/
A Dxdr_fs.h54 __be16 hash_next; member
A Ddir_edit.c322 de->u.hash_next = 0; // TODO: Really need to maintain this in afs_edit_dir_add()
/linux/drivers/md/
A Ddm-cache-policy-smq.c40 unsigned int hash_next:28; member
615 return to_entry(ht->es, e->hash_next); in h_next()
620 e->hash_next = ht->buckets[bucket]; in __h_insert()
651 prev->hash_next = e->hash_next; in __h_unlink()
653 ht->buckets[h] = e->hash_next; in __h_unlink()
721 e->hash_next = INDEXER_NULL; in init_entry()

Completed in 17 milliseconds