Home
last modified time | relevance | path

Searched refs:bfq_better_to_idle (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.c830 * function bfq_better_to_idle()). For this reason, the return value
1816 static bool bfq_better_to_idle(struct bfq_queue *bfqq);
1964 * As for throughput, we ask bfq_better_to_idle() whether we in bfq_bfqq_handle_idle_busy_switch()
1965 * still need to plug I/O dispatching. If bfq_better_to_idle() in bfq_bfqq_handle_idle_busy_switch()
1979 !bfq_better_to_idle(bfqd->in_service_queue)) && in bfq_bfqq_handle_idle_busy_switch()
4589 static bool bfq_better_to_idle(struct bfq_queue *bfqq) in bfq_better_to_idle() function
4630 * If the in-service queue is empty but the function bfq_better_to_idle
4635 * See the comments on the function bfq_better_to_idle for the reasons
4637 * and preserve service guarantees when bfq_better_to_idle itself
4642 return RB_EMPTY_ROOT(&bfqq->sort_list) && bfq_better_to_idle(bfq in bfq_bfqq_must_idle()
[all...]
/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c661 * function bfq_better_to_idle()). For this reason, the return value
4220 static bool bfq_better_to_idle(struct bfq_queue *bfqq) in bfq_better_to_idle() function
4261 * If the in-service queue is empty but the function bfq_better_to_idle
4266 * See the comments on the function bfq_better_to_idle for the reasons
4268 * and preserve service guarantees when bfq_better_to_idle itself
4273 return RB_EMPTY_ROOT(&bfqq->sort_list) && bfq_better_to_idle(bfqq); in bfq_bfqq_must_idle()
4458 (bfqq->dispatched != 0 && bfq_better_to_idle(bfqq))) { in bfq_select_queue()
5751 !bfq_better_to_idle(bfqq))) in bfq_completed_request()

Completed in 16 milliseconds