Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/module/
Dmain.c3068 #define IDEM_HASH_BITS 8 macro
3069 static struct hlist_head idem_hash[1 << IDEM_HASH_BITS];
3074 int hash = hash_ptr(cookie, IDEM_HASH_BITS); in idempotent()
3106 int hash = hash_ptr(cookie, IDEM_HASH_BITS); in idempotent_complete()