Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c212 struct hlist_node hnode;/* link to hash table */ member
257 hash_add(symbol_hashtable, &sym->hnode, tdb_hash(sym->name)); in hash_add_symbol()
278 hash_for_each_possible(symbol_hashtable, s, hnode, tdb_hash(name)) { in sym_find_with_module()