hash_bits         575 drivers/md/dm-cache-policy-smq.c 	unsigned long long hash_bits;
hash_bits         589 drivers/md/dm-cache-policy-smq.c 	ht->hash_bits = __ffs(nr_buckets);
hash_bits         624 drivers/md/dm-cache-policy-smq.c 	unsigned h = hash_64(from_oblock(e->oblock), ht->hash_bits);
hash_bits         659 drivers/md/dm-cache-policy-smq.c 	unsigned h = hash_64(from_oblock(oblock), ht->hash_bits);
hash_bits         676 drivers/md/dm-cache-policy-smq.c 	unsigned h = hash_64(from_oblock(e->oblock), ht->hash_bits);
hash_bits         143 drivers/net/ethernet/cavium/thunder/nic.h 	u8  hash_bits;
hash_bits         493 drivers/net/ethernet/cavium/thunder/nic.h 	u8    hash_bits;
hash_bits         594 drivers/net/ethernet/cavium/thunder/nic_main.c 	cpi_cfg |= (cfg->hash_bits << 20);
hash_bits         343 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	mbx.rss_cfg.hash_bits = rss->hash_bits;
hash_bits         381 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		rss->hash_bits = 0;
hash_bits         393 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	rss->hash_bits =  ilog2(rounddown_pow_of_two(rss->rss_size));
hash_bits         226 fs/dcookies.c  	unsigned int i, hash_bits;
hash_bits         248 fs/dcookies.c  	hash_bits = 0;
hash_bits         250 fs/dcookies.c  		hash_bits++;
hash_bits         251 fs/dcookies.c  	} while ((hash_size >> hash_bits) != 0);
hash_bits         252 fs/dcookies.c  	hash_bits--;
hash_bits         258 fs/dcookies.c  	hash_size = 1UL << hash_bits;
hash_bits         227 lib/zlib_deflate/deflate.c     s->hash_bits = memLevel + 7;
hash_bits         228 lib/zlib_deflate/deflate.c     s->hash_size = 1 << s->hash_bits;
hash_bits         230 lib/zlib_deflate/deflate.c     s->hash_shift =  ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
hash_bits         589 lib/zlib_deflate/deflate.c     Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
hash_bits         114 lib/zlib_deflate/defutil.h     uInt  hash_bits;      /* log2(hash_size) */
hash_bits         106 tools/lib/bpf/hashmap.c 		h = hash_bits(map->hash_fn(cur->key, map->ctx), new_cap_bits);
hash_bits         155 tools/lib/bpf/hashmap.c 	h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits);
hash_bits         179 tools/lib/bpf/hashmap.c 		h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits);
hash_bits         199 tools/lib/bpf/hashmap.c 	h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits);
hash_bits         214 tools/lib/bpf/hashmap.c 	h = hash_bits(map->hash_fn(key, map->ctx), map->cap_bits);
hash_bits         163 tools/lib/bpf/hashmap.h 	for (cur = ({ size_t bkt = hash_bits(map->hash_fn((_key), map->ctx),\
hash_bits         171 tools/lib/bpf/hashmap.h 	for (cur = ({ size_t bkt = hash_bits(map->hash_fn((_key), map->ctx),\