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
725 * This holds even if low_latency is on, because weight-raised queues
1691 wr_or_deserves_wr = bfqd->low_latency &&
1739 if (bfqd->low_latency) {
2078 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) &&
2118 if (bfqd->low_latency &&
2738 bfqq->bfqd->low_latency)) {
3988 if (bfqd->low_latency && bfqq->wr_coeff == 1)
3991 if (bfqd->low_latency && bfqd->bfq_wr_max_softrt_rate > 0 &&
6513 bfqd->low_latency = true;
6619 SHOW_FUNCTION(bfq_low_latency_show, bfqd->low_latency, 0);
6773 if (__data == 0 && bfqd->low_latency != 0)
6775 bfqd->low_latency = __data;
6793 BFQ_ATTR(low_latency),