Searched refs:bfq_max_budget (Results 1 – 3 of 3) sorted by relevance
1459 static int bfq_max_budget(struct bfq_data *bfqd) in bfq_max_budget() function1464 return bfqd->bfq_max_budget; in bfq_max_budget()1476 return bfqd->bfq_max_budget / 32; in bfq_min_budget()3425 bfqd->bfq_max_budget = in update_thr_responsiveness_params()4017 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()4032 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()4044 budget = min(budget * 4, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()4091 budget = bfqd->bfq_max_budget; in __bfq_bfqq_recalc_budget()5630 bfqq->max_budget = (2 * bfq_max_budget(bfqd)) / 3; in bfq_init_bfqq()7282 bfqd->bfq_max_budget = bfq_default_max_budget; in bfq_init_queue()[all …]
690 int bfq_max_budget; member
844 (bfqd->bfq_max_budget * bounded_time_ms) / timeout_ms; in bfq_bfqq_charge_time()
Completed in 20 milliseconds