Searched refs:low_latency (Results 1 – 2 of 2) sorted by relevance
1691 wr_or_deserves_wr = bfqd->low_latency && in bfq_bfqq_handle_idle_busy_switch()1739 if (bfqd->low_latency) { in bfq_bfqq_handle_idle_busy_switch()2078 if (bfqd->low_latency && old_wr_coeff == 1 && !rq_is_sync(rq) && in bfq_add_request()2118 if (bfqd->low_latency && in bfq_add_request()2730 bfqq->bfqd->low_latency)) { in bfq_bfqq_save_state()3980 if (bfqd->low_latency && bfqq->wr_coeff == 1) in bfq_bfqq_expire()3983 if (bfqd->low_latency && bfqd->bfq_wr_max_softrt_rate > 0 && in bfq_bfqq_expire()6521 bfqd->low_latency = true; in bfq_init_queue()6627 SHOW_FUNCTION(bfq_low_latency_show, bfqd->low_latency, 0);6781 if (__data == 0 && bfqd->low_latency != 0) in bfq_low_latency_store()[all …]
691 bool low_latency; member