Searched refs:low_latency (Results 1 – 3 of 3) sorted by relevance
1361 wr_or_deserves_wr = bfqd->low_latency && in bfq_bfqq_handle_idle_busy_switch()1410 if (bfqd->low_latency) { in bfq_bfqq_handle_idle_busy_switch()1484 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) && in bfq_add_request()1524 if (bfqd->low_latency && in bfq_add_request()3008 if (bfqd->low_latency && bfqq->wr_coeff == 1) in bfq_bfqq_expire()3011 if (bfqd->low_latency && bfqd->bfq_wr_max_softrt_rate > 0 && in bfq_bfqq_expire()4755 bfqd->low_latency = true; in bfq_init_queue()4863 SHOW_FUNCTION(bfq_low_latency_show, bfqd->low_latency, 0);5017 if (__data == 0 && bfqd->low_latency != 0) in bfq_low_latency_store()5019 bfqd->low_latency = __data; in bfq_low_latency_store()[all …]
581 bool low_latency; member
4877 CFQ_ATTR(low_latency),