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

/linux-master/block/
H A Dbfq-iosched.c1082 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,
[all...]
H A Dbfq-iosched.h294 int max_budget; member in struct:bfq_queue

Completed in 138 milliseconds