Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-cache-policy-smq.c791 unsigned long *cache_hit_bits; member
983 if (!test_and_set_bit(from_cblock(infer_cblock(mq, e)), mq->cache_hit_bits)) { in requeue()
1088 clear_bitset(mq->cache_hit_bits, from_cblock(mq->cache_size)); in end_cache_period()
1288 free_bitset(mq->cache_hit_bits); in smq_destroy()
1658 mq->cache_hit_bits = alloc_bitset(from_cblock(cache_size)); in smq_create()
1659 if (!mq->cache_hit_bits) { in smq_create()
1663 clear_bitset(mq->cache_hit_bits, from_cblock(mq->cache_size)); in smq_create()
1665 mq->cache_hit_bits = NULL; in smq_create()
1698 free_bitset(mq->cache_hit_bits); in smq_create()