bfq_max_budget
return bfqd->bfq_max_budget;
return bfqd->bfq_max_budget / 32;
bfqd->bfq_max_budget =
bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget);
budget = min(budget * 2, bfqd->bfq_max_budget);
budget = min(budget * 2, bfqd->bfq_max_budget);
budget = min(budget * 4, bfqd->bfq_max_budget);
budget = bfqd->bfq_max_budget;
bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget);
slow = bfqq->entity.service < bfqd->bfq_max_budget / 2;
bfqq->max_budget = (2 * bfq_max_budget(bfqd)) / 3;
bfqd->bfq_max_budget = bfq_default_max_budget;
bfqd->bfq_max_budget = bfq_calc_max_budget(bfqd);
bfqd->bfq_max_budget = __data;
bfqd->bfq_max_budget = bfq_calc_max_budget(bfqd);
int bfq_max_budget;
(bfqd->bfq_max_budget * bounded_time_ms) / timeout_ms;