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

/linux-master/kernel/module/
H A Dmain.c3088 #define IDEM_HASH_BITS 8 macro
3089 static struct hlist_head idem_hash[1 << IDEM_HASH_BITS];
3094 int hash = hash_ptr(cookie, IDEM_HASH_BITS);
3126 int hash = hash_ptr(cookie, IDEM_HASH_BITS);

Completed in 127 milliseconds