Home
last modified time | relevance | path

Searched refs:bfq_max_budget (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/block/
Dbfq-iosched.c1374 static int bfq_max_budget(struct bfq_data *bfqd) in bfq_max_budget() function
1379 return bfqd->bfq_max_budget; in bfq_max_budget()
1391 return bfqd->bfq_max_budget / 32; in bfq_min_budget()
3246 bfqd->bfq_max_budget = in update_thr_responsiveness_params()
3248 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget); in update_thr_responsiveness_params()
3840 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
3855 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
3867 budget = min(budget * 4, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
3914 budget = bfqd->bfq_max_budget; in __bfq_bfqq_recalc_budget()
3921 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
[all …]
Dbfq-iosched.h646 int bfq_max_budget; member
Dbfq-wf2q.c878 (bfqd->bfq_max_budget * bounded_time_ms) / timeout_ms; in bfq_bfqq_charge_time()