threshold_level  1043 drivers/md/dm-cache-policy-smq.c 	unsigned threshold_level = allocator_empty(&mq->cache_alloc) ?
threshold_level  1046 drivers/md/dm-cache-policy-smq.c 	threshold_level = max(threshold_level, NR_HOTSPOT_LEVELS);
threshold_level  1055 drivers/md/dm-cache-policy-smq.c 		threshold_level /= 4u;
threshold_level  1059 drivers/md/dm-cache-policy-smq.c 		threshold_level /= 2u;
threshold_level  1066 drivers/md/dm-cache-policy-smq.c 	mq->read_promote_level = NR_HOTSPOT_LEVELS - threshold_level;
threshold_level  1067 drivers/md/dm-cache-policy-smq.c 	mq->write_promote_level = (NR_HOTSPOT_LEVELS - threshold_level);