Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-cache-policy-smq.c816 unsigned long *hotspot_hit_bits; member
1104 clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks); in end_hotspot_period()
1321 test_and_set_bit(hi, mq->hotspot_hit_bits) ? in update_hotspot_queue()
1334 clear_bit(hi, mq->hotspot_hit_bits); in update_hotspot_queue()
1368 free_bitset(mq->hotspot_hit_bits); in smq_destroy()
1772 mq->hotspot_hit_bits = alloc_bitset(mq->nr_hotspot_blocks); in __smq_create()
1773 if (!mq->hotspot_hit_bits) { in __smq_create()
1777 clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks); in __smq_create()
1831 free_bitset(mq->hotspot_hit_bits); in __smq_create()