Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Ddcookies.c220 unsigned int i, hash_bits; in dcookie_init() local
242 hash_bits = 0; in dcookie_init()
244 hash_bits++; in dcookie_init()
245 } while ((hash_size >> hash_bits) != 0); in dcookie_init()
246 hash_bits--; in dcookie_init()
252 hash_size = 1UL << hash_bits; in dcookie_init()
/linux-4.4.14/drivers/md/
Ddm-cache-policy-cleaner.c34 dm_block_t hash_bits; member
86 hash->hash_bits = __ffs(hash->nr_buckets); in alloc_hash()
143 unsigned h = hash_64(from_oblock(oblock), hash->hash_bits); in lookup_cache_entry()
161 unsigned h = hash_64(from_oblock(e->oblock), p->chash.hash_bits); in insert_cache_hash_entry()
Ddm-cache-policy-mq.c480 dm_block_t hash_bits; member
497 unsigned h = hash_64(from_oblock(e->oblock), mq->hash_bits); in hash_insert()
504 unsigned h = hash_64(from_oblock(oblock), mq->hash_bits); in hash_lookup()
1413 mq->hash_bits = __ffs(mq->nr_buckets); in mq_create()
Ddm-cache-policy-smq.c555 unsigned long long hash_bits; member
569 ht->hash_bits = __ffs(nr_buckets); in h_init()
604 unsigned h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_insert()
639 unsigned h = hash_64(from_oblock(oblock), ht->hash_bits); in h_lookup()
656 unsigned h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_remove()
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic.h159 u8 hash_bits; member
419 u8 hash_bits; member
Dnicvf_main.c311 mbx.rss_cfg.hash_bits = rss->hash_bits; in nicvf_config_rss()
349 rss->hash_bits = 0; in nicvf_rss_init()
367 rss->hash_bits = ilog2(rounddown_pow_of_two(rss->rss_size)); in nicvf_rss_init()
Dnic_main.c476 cpi_cfg |= (cfg->hash_bits << 20); in nic_config_rss()
/linux-4.4.14/lib/zlib_deflate/
Ddeflate.c227 s->hash_bits = memLevel + 7; in zlib_deflateInit2()
228 s->hash_size = 1 << s->hash_bits; in zlib_deflateInit2()
230 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH); in zlib_deflateInit2()
589 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); in longest_match()
Ddefutil.h114 uInt hash_bits; /* log2(hash_size) */ member