Searched refs:max_budget (Results 1 – 2 of 2) sorted by relevance
921 new_budget = max_t(unsigned long, bfqq->max_budget, in bfq_updated_next_req()1415 bfqq->max_budget); in bfq_bfqq_update_budg_for_activation()1435 entity->budget = max_t(unsigned long, bfqq->max_budget, in bfq_bfqq_update_budg_for_activation()2890 budget = bfqq->max_budget; in __bfq_bfqq_recalc_budget()3015 bfqq->max_budget = budget; in __bfq_bfqq_recalc_budget()3019 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()3033 bfqq->entity.budget = max_t(unsigned long, bfqq->max_budget, in __bfq_bfqq_recalc_budget()4403 bfqq->max_budget = (2 * bfq_max_budget(bfqd)) / 3; in bfq_init_bfqq()5804 BFQ_ATTR(max_budget),
273 int max_budget; member