Searched refs:bfq_max_budget (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.c | 1329 static int bfq_max_budget(struct bfq_data *bfqd) in bfq_max_budget() function 1334 return bfqd->bfq_max_budget; in bfq_max_budget() 1346 return bfqd->bfq_max_budget / 32; in bfq_min_budget() 3053 bfqd->bfq_max_budget = in update_thr_responsiveness_params() 3055 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget); in update_thr_responsiveness_params() 3629 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget() 3644 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget() 3656 budget = min(budget * 4, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget() 3703 budget = bfqd->bfq_max_budget; in __bfq_bfqq_recalc_budget() 3710 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget() [all...] |
H A D | bfq-iosched.h | 612 int bfq_max_budget; member
|
H A D | bfq-wf2q.c | 881 (bfqd->bfq_max_budget * bounded_time_ms) / timeout_ms; in bfq_bfqq_charge_time()
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 1460 static int bfq_max_budget(struct bfq_data *bfqd) in bfq_max_budget() function 1465 return bfqd->bfq_max_budget; in bfq_max_budget() 1477 return bfqd->bfq_max_budget / 32; in bfq_min_budget() 3426 bfqd->bfq_max_budget = in update_thr_responsiveness_params() 3428 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget); in update_thr_responsiveness_params() 4018 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget() 4033 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget() 4045 budget = min(budget * 4, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget() 4092 budget = bfqd->bfq_max_budget; in __bfq_bfqq_recalc_budget() 4099 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget() [all...] |
H A D | bfq-iosched.h | 689 int bfq_max_budget; member
|
H A D | bfq-wf2q.c | 844 (bfqd->bfq_max_budget * bounded_time_ms) / timeout_ms; in bfq_bfqq_charge_time()
|
Completed in 21 milliseconds