Lines Matching refs:max_budget
965 max_t(unsigned long, bfqq->max_budget,
1487 bfqq->max_budget);
1507 entity->budget = max_t(unsigned long, bfqq->max_budget,
3033 * In autotuning mode, max_budget is dynamically recomputed as the
3055 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget);
3581 budget = bfqq->max_budget;
3706 bfqq->max_budget = budget;
3710 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget);
3724 bfqq->entity.budget = max_t(unsigned long, bfqq->max_budget,
5130 bfqq->max_budget = (2 * bfq_max_budget(bfqd)) / 3;
6790 BFQ_ATTR(max_budget),