Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/
Ddm-cache-policy-smq.c813 unsigned long *hotspot_hit_bits; member
1093 clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks); in end_hotspot_period()
1310 test_and_set_bit(hi, mq->hotspot_hit_bits) ? in update_hotspot_queue()
1323 clear_bit(hi, mq->hotspot_hit_bits); in update_hotspot_queue()
1357 free_bitset(mq->hotspot_hit_bits); in smq_destroy()
1762 mq->hotspot_hit_bits = alloc_bitset(mq->nr_hotspot_blocks); in __smq_create()
1763 if (!mq->hotspot_hit_bits) { in __smq_create()
1767 clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks); in __smq_create()
1820 free_bitset(mq->hotspot_hit_bits); in __smq_create()