hotspot_hit_bits  813 drivers/md/dm-cache-policy-smq.c 	unsigned long *hotspot_hit_bits;
hotspot_hit_bits 1093 drivers/md/dm-cache-policy-smq.c 	clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks);
hotspot_hit_bits 1310 drivers/md/dm-cache-policy-smq.c 			  test_and_set_bit(hi, mq->hotspot_hit_bits) ?
hotspot_hit_bits 1323 drivers/md/dm-cache-policy-smq.c 				clear_bit(hi, mq->hotspot_hit_bits);
hotspot_hit_bits 1357 drivers/md/dm-cache-policy-smq.c 	free_bitset(mq->hotspot_hit_bits);
hotspot_hit_bits 1762 drivers/md/dm-cache-policy-smq.c 	mq->hotspot_hit_bits = alloc_bitset(mq->nr_hotspot_blocks);
hotspot_hit_bits 1763 drivers/md/dm-cache-policy-smq.c 	if (!mq->hotspot_hit_bits) {
hotspot_hit_bits 1767 drivers/md/dm-cache-policy-smq.c 	clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks);
hotspot_hit_bits 1820 drivers/md/dm-cache-policy-smq.c 	free_bitset(mq->hotspot_hit_bits);