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

/linux-master/drivers/md/
H A Ddm-cache-policy-smq.c1054 unsigned int threshold_level = allocator_empty(&mq->cache_alloc) ? local
1057 threshold_level = max(threshold_level, NR_HOTSPOT_LEVELS);
1066 threshold_level /= 4u;
1070 threshold_level /= 2u;
1077 mq->read_promote_level = NR_HOTSPOT_LEVELS - threshold_level;
1078 mq->write_promote_level = (NR_HOTSPOT_LEVELS - threshold_level);

Completed in 181 milliseconds