Lines Matching refs:bfq_max_budget
1460 static int bfq_max_budget(struct bfq_data *bfqd)
1465 return bfqd->bfq_max_budget;
1477 return bfqd->bfq_max_budget / 32;
3426 bfqd->bfq_max_budget =
3428 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget);
4018 budget = min(budget * 2, bfqd->bfq_max_budget);
4033 budget = min(budget * 2, bfqd->bfq_max_budget);
4045 budget = min(budget * 4, bfqd->bfq_max_budget);
4092 budget = bfqd->bfq_max_budget;
4099 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget);
4200 slow = bfqq->entity.service < bfqd->bfq_max_budget / 2;
5635 bfqq->max_budget = (2 * bfq_max_budget(bfqd)) / 3;
7292 bfqd->bfq_max_budget = bfq_default_max_budget;
7498 bfqd->bfq_max_budget = bfq_calc_max_budget(bfqd);
7502 bfqd->bfq_max_budget = __data;
7532 bfqd->bfq_max_budget = bfq_calc_max_budget(bfqd);