Home
last modified time | relevance | path

Searched refs:max_budget (Results 1 – 2 of 2) sorted by relevance

/block/
Dbfq-iosched.c965 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),
Dbfq-iosched.h278 int max_budget; member