Lines Matching refs:bfq_max_budget
1015 static int bfq_max_budget(struct bfq_data *bfqd) in bfq_max_budget() function
1020 return bfqd->bfq_max_budget; in bfq_max_budget()
1032 return bfqd->bfq_max_budget / 32; in bfq_min_budget()
2317 bfqd->bfq_max_budget = in update_thr_responsiveness_params()
2679 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
2694 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
2706 budget = min(budget * 4, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
2753 budget = bfqd->bfq_max_budget; in __bfq_bfqq_recalc_budget()
2760 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()
2862 slow = bfqq->entity.service < bfqd->bfq_max_budget / 2; in bfq_bfqq_is_slow()
3902 bfqq->max_budget = (2 * bfq_max_budget(bfqd)) / 3; in bfq_init_bfqq()
4741 bfqd->bfq_max_budget = bfq_default_max_budget; in bfq_init_queue()
4943 bfqd->bfq_max_budget = bfq_calc_max_budget(bfqd); in bfq_max_budget_store()
4947 bfqd->bfq_max_budget = __data; in bfq_max_budget_store()
4977 bfqd->bfq_max_budget = bfq_calc_max_budget(bfqd); in bfq_timeout_sync_store()