Home
last modified time | relevance | path

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

/linux-4.19.296/block/
Dbfq-iosched.c443 unsigned long back_max; in bfq_choose_req() local
468 back_max = bfqd->bfq_back_max * 2; in bfq_choose_req()
477 else if (s1 + back_max >= last) in bfq_choose_req()
484 else if (s2 + back_max >= last) in bfq_choose_req()
Dcfq-iosched.c1091 unsigned long back_max; in cfq_choose_req() local
1113 back_max = cfqd->cfq_back_max * 2; in cfq_choose_req()
1122 else if (s1 + back_max >= last) in cfq_choose_req()
1129 else if (s2 + back_max >= last) in cfq_choose_req()