Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-cache-policy-smq.c817 unsigned long *cache_hit_bits; member
1008 if (!test_and_set_bit(from_cblock(infer_cblock(mq, e)), mq->cache_hit_bits)) { in requeue()
1118 clear_bitset(mq->cache_hit_bits, from_cblock(mq->cache_size)); in end_cache_period()
1369 free_bitset(mq->cache_hit_bits); in smq_destroy()
1780 mq->cache_hit_bits = alloc_bitset(from_cblock(cache_size)); in __smq_create()
1781 if (!mq->cache_hit_bits) { in __smq_create()
1785 clear_bitset(mq->cache_hit_bits, from_cblock(mq->cache_size)); in __smq_create()
1787 mq->cache_hit_bits = NULL; in __smq_create()
1829 free_bitset(mq->cache_hit_bits); in __smq_create()