Searched refs:hash_bits (Results 1 – 2 of 2) sorted by relevance
34 dm_block_t hash_bits; member86 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()
308 dm_block_t hash_bits; member363 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()