Lines Matching refs:tot_rq_in_driver
2271 (bfqd->tot_rq_in_driver == 0 || in bfq_add_request()
2273 bfqd->rqs_injected && bfqd->tot_rq_in_driver > 0)) && in bfq_add_request()
2297 if (bfqd->tot_rq_in_driver == 0) in bfq_add_request()
3628 bfqd->tot_rq_in_driver == 0) in bfq_update_peak_rate()
3634 if ((bfqd->tot_rq_in_driver > 0 || in bfq_update_peak_rate()
3900 bfqd->tot_rq_in_driver >= bfqq->dispatched + 4)) || in idling_needed_for_service_guarantees()
4703 if (bfqd->tot_rq_in_driver >= limit) in bfq_choose_bfqq_for_injection()
4744 bfqd->tot_rq_in_driver >= 1) in bfq_choose_bfqq_for_injection()
5241 if (bfqd->strict_guarantees && bfqd->tot_rq_in_driver > 0) in __bfq_dispatch_request()
5253 bfqd->tot_rq_in_driver++; in __bfq_dispatch_request()
6325 bfqd->tot_rq_in_driver); in bfq_update_hw_tag()
6336 if (bfqd->tot_rq_in_driver + bfqd->queued <= BFQ_HW_QUEUE_THRESHOLD) in bfq_update_hw_tag()
6347 bfqd->tot_rq_in_driver < BFQ_HW_QUEUE_THRESHOLD) in bfq_update_hw_tag()
6369 bfqd->tot_rq_in_driver--; in bfq_completed_request()
6489 if (!bfqd->tot_rq_in_driver) in bfq_completed_request()
6626 if ((bfqq->last_serv_time_ns == 0 && bfqd->tot_rq_in_driver == 1) || in bfq_update_inject_limit()
6636 } else if (!bfqd->rqs_injected && bfqd->tot_rq_in_driver == 1) in bfq_update_inject_limit()
7199 WARN_ON_ONCE(bfqd->tot_rq_in_driver); in bfq_exit_queue()