Home
last modified time | relevance | path

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

/drivers/md/
Ddm-cache-policy-smq.c813 unsigned long *hotspot_hit_bits; member
1099 clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks); in end_hotspot_period()
1316 test_and_set_bit(hi, mq->hotspot_hit_bits) ? in update_hotspot_queue()
1329 clear_bit(hi, mq->hotspot_hit_bits); in update_hotspot_queue()
1363 free_bitset(mq->hotspot_hit_bits); in smq_destroy()
1766 mq->hotspot_hit_bits = alloc_bitset(mq->nr_hotspot_blocks); in __smq_create()
1767 if (!mq->hotspot_hit_bits) { in __smq_create()
1771 clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks); in __smq_create()
1825 free_bitset(mq->hotspot_hit_bits); in __smq_create()