Searched refs:hash_next (Results 1 – 5 of 5) sorted by relevance
159 for (sym = symtab[h]; sym; sym = sym->hash_next) in find_symbol()230 for (sym = symtab[h]; sym; sym = sym->hash_next) { in __add_symbol()268 for (psym = &symtab[h]; *psym; psym = &(*psym)->hash_next) { in __add_symbol()270 *psym = sym->hash_next; in __add_symbol()285 sym->hash_next = symtab[h]; in __add_symbol()
34 struct symbol *hash_next; member
54 __be16 hash_next; member
314 de->u.hash_next = 0; // TODO: Really need to maintain this in afs_edit_dir_add()
39 unsigned hash_next:28; member613 return to_entry(ht->es, e->hash_next); in h_next()618 e->hash_next = ht->buckets[bucket]; in __h_insert()648 prev->hash_next = e->hash_next; in __h_unlink()650 ht->buckets[h] = e->hash_next; in __h_unlink()718 e->hash_next = INDEXER_NULL; in init_entry()