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

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

Completed in 84 milliseconds