Lines Matching refs:max_budget
1082 max_t(unsigned long, bfqq->max_budget,
1618 bfqq->max_budget);
1638 entity->budget = max_t(unsigned long, bfqq->max_budget,
3406 * In autotuning mode, max_budget is dynamically recomputed as the
3428 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget);
3970 budget = bfqq->max_budget;
4095 bfqq->max_budget = budget;
4099 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget);
4113 bfqq->entity.budget = max_t(unsigned long, bfqq->max_budget,
5635 bfqq->max_budget = (2 * bfq_max_budget(bfqd)) / 3;
7589 BFQ_ATTR(max_budget),