Lines Matching refs:tot_rq_in_driver
2260 (bfqd->tot_rq_in_driver == 0 || in bfq_add_request()
2262 bfqd->rqs_injected && bfqd->tot_rq_in_driver > 0)) && in bfq_add_request()
2286 if (bfqd->tot_rq_in_driver == 0) in bfq_add_request()
3615 bfqd->tot_rq_in_driver == 0) in bfq_update_peak_rate()
3621 if ((bfqd->tot_rq_in_driver > 0 || in bfq_update_peak_rate()
3887 bfqd->tot_rq_in_driver >= bfqq->dispatched + 4)) || in idling_needed_for_service_guarantees()
4690 if (bfqd->tot_rq_in_driver >= limit) in bfq_choose_bfqq_for_injection()
4731 bfqd->tot_rq_in_driver >= 1) in bfq_choose_bfqq_for_injection()
5228 if (bfqd->strict_guarantees && bfqd->tot_rq_in_driver > 0) in __bfq_dispatch_request()
5240 bfqd->tot_rq_in_driver++; in __bfq_dispatch_request()
6313 bfqd->tot_rq_in_driver); in bfq_update_hw_tag()
6324 if (bfqd->tot_rq_in_driver + bfqd->queued <= BFQ_HW_QUEUE_THRESHOLD) in bfq_update_hw_tag()
6335 bfqd->tot_rq_in_driver < BFQ_HW_QUEUE_THRESHOLD) in bfq_update_hw_tag()
6357 bfqd->tot_rq_in_driver--; in bfq_completed_request()
6477 if (!bfqd->tot_rq_in_driver) in bfq_completed_request()
6614 if ((bfqq->last_serv_time_ns == 0 && bfqd->tot_rq_in_driver == 1) || in bfq_update_inject_limit()
6624 } else if (!bfqd->rqs_injected && bfqd->tot_rq_in_driver == 1) in bfq_update_inject_limit()
7153 WARN_ON_ONCE(bfqd->tot_rq_in_driver); in bfq_exit_queue()