Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-cache-policy-smq.c813 unsigned long *hotspot_hit_bits; member
1095 clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks); in end_hotspot_period()
1312 test_and_set_bit(hi, mq->hotspot_hit_bits) ? in update_hotspot_queue()
1325 clear_bit(hi, mq->hotspot_hit_bits); in update_hotspot_queue()
1359 free_bitset(mq->hotspot_hit_bits); in smq_destroy()
1764 mq->hotspot_hit_bits = alloc_bitset(mq->nr_hotspot_blocks); in __smq_create()
1765 if (!mq->hotspot_hit_bits) { in __smq_create()
1769 clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks); in __smq_create()
1822 free_bitset(mq->hotspot_hit_bits); in __smq_create()