Home
last modified time | relevance | path

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

/drivers/md/
Ddm-cache-policy-cleaner.c34 dm_block_t hash_bits; member
86 hash->hash_bits = ffs(hash->nr_buckets) - 1; 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.c308 dm_block_t hash_bits; member
363 unsigned h = hash_64(from_oblock(e->oblock), mq->hash_bits); in hash_insert()
370 unsigned h = hash_64(from_oblock(oblock), mq->hash_bits); in hash_lookup()
1110 mq->hash_bits = ffs(mq->nr_buckets) - 1; in mq_create()