Searched refs:max_budget (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/Documentation/block/ |
D | bfq-iosched.rst | 304 max_budget. The other performance-related parameters have been 473 max_budget section in 3. What are BFQ's tunables and how to properly configure BFQ? 484 The default value is 0, which enables auto-tuning: BFQ sets max_budget 489 reached a higher throughput by setting max_budget explicitly, i.e., by 490 setting max_budget to a higher value than 0. In particular, they have 491 set max_budget to higher values than those to which BFQ would have set 493 just increase the value of timeout_sync, leaving max_budget equal to 0.
|
/linux-6.1.9/block/ |
D | bfq-iosched.c | 1114 max_t(unsigned long, bfqq->max_budget, in bfq_updated_next_req() 1650 bfqq->max_budget); in bfq_bfqq_update_budg_for_activation() 1670 entity->budget = max_t(unsigned long, bfqq->max_budget, in bfq_bfqq_update_budg_for_activation() 3958 budget = bfqq->max_budget; in __bfq_bfqq_recalc_budget() 4083 bfqq->max_budget = budget; in __bfq_bfqq_recalc_budget() 4087 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget() 4101 bfqq->entity.budget = max_t(unsigned long, bfqq->max_budget, in __bfq_bfqq_recalc_budget() 5547 bfqq->max_budget = (2 * bfq_max_budget(bfqd)) / 3; in bfq_init_bfqq() 7433 BFQ_ATTR(max_budget),
|
D | bfq-iosched.h | 283 int max_budget; member
|