Lines Matching refs:bfq_max_budget
1317 static int bfq_max_budget(struct bfq_data *bfqd) in bfq_max_budget() function
1322 return bfqd->bfq_max_budget; in bfq_max_budget()
1334 return bfqd->bfq_max_budget / 32; in bfq_min_budget()
3009 bfqd->bfq_max_budget = in update_thr_responsiveness_params()
3011 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget); in update_thr_responsiveness_params()
3581 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
3596 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
3608 budget = min(budget * 4, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
3655 budget = bfqd->bfq_max_budget; in __bfq_bfqq_recalc_budget()
3662 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
3764 slow = bfqq->entity.service < bfqd->bfq_max_budget / 2; in bfq_bfqq_is_slow()
5072 bfqq->max_budget = (2 * bfq_max_budget(bfqd)) / 3; in bfq_init_bfqq()
6465 bfqd->bfq_max_budget = bfq_default_max_budget; in bfq_init_queue()
6665 bfqd->bfq_max_budget = bfq_calc_max_budget(bfqd); in bfq_max_budget_store()
6669 bfqd->bfq_max_budget = __data; in bfq_max_budget_store()
6699 bfqd->bfq_max_budget = bfq_calc_max_budget(bfqd); in bfq_timeout_sync_store()