Searched refs:bfq_max_budget (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dbfq-iosched.c1460 static int bfq_max_budget(struct bfq_data *bfqd) function
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);
[all...]
H A Dbfq-iosched.h689 int bfq_max_budget; member in struct:bfq_data
H A Dbfq-wf2q.c844 (bfqd->bfq_max_budget * bounded_time_ms) / timeout_ms;

Completed in 208 milliseconds