Searched refs:max_budget (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.c | 965 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() 3033 * In autotuning mode, max_budget is dynamically recomputed as the 3055 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget); in update_thr_responsiveness_params() 3581 budget = bfqq->max_budget; in __bfq_bfqq_recalc_budget() 3706 bfqq->max_budget = budget; in __bfq_bfqq_recalc_budget() 3710 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget() 3724 bfqq->entity.budget = max_t(unsigned long, bfqq->max_budget, in __bfq_bfqq_recalc_budget() [all...] |
H A D | bfq-iosched.h | 278 int max_budget; member
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 1082 max_t(unsigned long, bfqq->max_budget, in bfq_updated_next_req() 1618 bfqq->max_budget); in bfq_bfqq_update_budg_for_activation() 1638 entity->budget = max_t(unsigned long, bfqq->max_budget, in bfq_bfqq_update_budg_for_activation() 3406 * In autotuning mode, max_budget is dynamically recomputed as the 3428 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget); in update_thr_responsiveness_params() 3970 budget = bfqq->max_budget; in __bfq_bfqq_recalc_budget() 4095 bfqq->max_budget = budget; in __bfq_bfqq_recalc_budget() 4099 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget() 4113 bfqq->entity.budget = max_t(unsigned long, bfqq->max_budget, in __bfq_bfqq_recalc_budget() [all...] |
H A D | bfq-iosched.h | 294 int max_budget; member
|
Completed in 16 milliseconds