Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-cache-policy-smq.c790 unsigned long *hotspot_hit_bits; member
1074 clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks); in end_hotspot_period()
1201 test_and_set_bit(hi, mq->hotspot_hit_bits) ? in update_hotspot_queue()
1213 clear_bit(hi, mq->hotspot_hit_bits); in update_hotspot_queue()
1287 free_bitset(mq->hotspot_hit_bits); in smq_destroy()
1650 mq->hotspot_hit_bits = alloc_bitset(mq->nr_hotspot_blocks); in smq_create()
1651 if (!mq->hotspot_hit_bits) { in smq_create()
1655 clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks); in smq_create()
1700 free_bitset(mq->hotspot_hit_bits); in smq_create()