Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dmain.c3665 static struct hlist_head idem_hash[1 << IDEM_HASH_BITS];
3671 struct hlist_head *head = idem_hash + hash; in idempotent_wait_for_completion()
3687 hlist_add_head(&u->entry, idem_hash + hash); in init_module_from_file()
3703 struct hlist_head *head = idem_hash + hash; in init_module_from_file()
3601 static struct hlist_head idem_hash[1 << IDEM_HASH_BITS]; global() variable