Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c453 unsigned long back_max; in bfq_choose_req() local
478 back_max = bfqd->bfq_back_max * 2; in bfq_choose_req()
487 else if (s1 + back_max >= last) in bfq_choose_req()
494 else if (s2 + back_max >= last) in bfq_choose_req()
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.c499 unsigned long back_max; in bfq_choose_req() local
524 back_max = bfqd->bfq_back_max * 2; in bfq_choose_req()
533 else if (s1 + back_max >= last) in bfq_choose_req()
540 else if (s2 + back_max >= last) in bfq_choose_req()

Completed in 18 milliseconds