Searched refs:HASH_BITS (Results 1 – 3 of 3) sorted by relevance
61 #define HASH_BITS(name) ilog2(HASH_SIZE(name)) macro93 struct lkpi_hash_head *__head = &(ht)[hash_min(key, HASH_BITS(ht))]; \171 for ((obj) = __hash_first(&(name)[hash_min(key, HASH_BITS(name))], \177 for ((obj) = __hash_first(&(name)[hash_min(key, HASH_BITS(name))], \
92 HASH_BITS = 0 #bits of hash output define93 BCNT = 8 + HASH_BITS #number of bytes in BUFFER[]
639 #define HASH_BITS 6 macro649 return (~crc & ((1 << HASH_BITS) - 1)); in sk_xmchash()