Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-cache-policy-smq.c814 unsigned long *cache_hit_bits; member
999 if (!test_and_set_bit(from_cblock(infer_cblock(mq, e)), mq->cache_hit_bits)) { in requeue()
1109 clear_bitset(mq->cache_hit_bits, from_cblock(mq->cache_size)); in end_cache_period()
1360 free_bitset(mq->cache_hit_bits); in smq_destroy()
1772 mq->cache_hit_bits = alloc_bitset(from_cblock(cache_size)); in __smq_create()
1773 if (!mq->cache_hit_bits) { in __smq_create()
1777 clear_bitset(mq->cache_hit_bits, from_cblock(mq->cache_size)); in __smq_create()
1779 mq->cache_hit_bits = NULL; in __smq_create()
1820 free_bitset(mq->cache_hit_bits); in __smq_create()