Searched refs:max_budget (Results 1 – 2 of 2) sorted by relevance
965 max_t(unsigned long, bfqq->max_budget, in bfq_updated_next_req()1487 bfqq->max_budget); in bfq_bfqq_update_budg_for_activation()1507 entity->budget = max_t(unsigned long, bfqq->max_budget, in bfq_bfqq_update_budg_for_activation()3573 budget = bfqq->max_budget; in __bfq_bfqq_recalc_budget()3698 bfqq->max_budget = budget; in __bfq_bfqq_recalc_budget()3702 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()3716 bfqq->entity.budget = max_t(unsigned long, bfqq->max_budget, in __bfq_bfqq_recalc_budget()5119 bfqq->max_budget = (2 * bfq_max_budget(bfqd)) / 3; in bfq_init_bfqq()6798 BFQ_ATTR(max_budget),
278 int max_budget; member