Home
last modified time | relevance | path

Searched refs:tot_rq_in_driver (Results 1 – 2 of 2) sorted by relevance

/linux/block/
H A Dbfq-iosched.c2262 (bfqd->tot_rq_in_driver == 0 || in bfq_add_request()
2264 bfqd->rqs_injected && bfqd->tot_rq_in_driver > 0)) && in bfq_add_request()
2288 if (bfqd->tot_rq_in_driver == 0) in bfq_add_request()
3612 bfqd->tot_rq_in_driver == 0) in bfq_update_peak_rate()
3618 if ((bfqd->tot_rq_in_driver > 0 || in bfq_update_peak_rate()
3884 bfqd->tot_rq_in_driver >= bfqq->dispatched + 4)) || in idling_needed_for_service_guarantees()
4687 if (bfqd->tot_rq_in_driver >= limit) in bfq_choose_bfqq_for_injection()
4728 bfqd->tot_rq_in_driver >= 1) in bfq_choose_bfqq_for_injection()
5183 * decrement tot_rq_in_driver, but in __bfq_dispatch_request()
5186 * this request, without incrementing tot_rq_in_driver in __bfq_dispatch_request()
[all...]
H A Dbfq-iosched.h592 int tot_rq_in_driver; member