Searched refs:idem_hash (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/module/
H A Dmain.c3089 static struct hlist_head idem_hash[1 << IDEM_HASH_BITS]; variable in typeref:struct:hlist_head
3095 struct hlist_head *head = idem_hash + hash;
3111 hlist_add_head(&u->entry, idem_hash + hash);
3127 struct hlist_head *head = idem_hash + hash;

Completed in 149 milliseconds