Lines Matching refs:low_latency
44 * behaves this way if the low_latency parameter is set (default
82 * all low-latency heuristics for that device, by setting low_latency
894 * This holds even if low_latency is on, because weight-raised queues
1160 * Restore weight coefficient only if low_latency is on
1162 if (bfqd->low_latency) {
1869 wr_or_deserves_wr = bfqd->low_latency &&
1906 if (bfqd->low_latency) {
2314 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) &&
2354 if (bfqd->low_latency &&
3067 bfqq->bfqd->low_latency)) {
4372 if (bfqd->low_latency && bfqq->wr_coeff == 1)
4375 if (bfqd->low_latency && bfqd->bfq_wr_max_softrt_rate > 0 &&
7304 bfqd->low_latency = true;
7418 SHOW_FUNCTION(bfq_low_latency_show, bfqd->low_latency, 0);
7572 if (__data == 0 && bfqd->low_latency != 0)
7574 bfqd->low_latency = __data;
7592 BFQ_ATTR(low_latency),