Searched refs:bfq_max_budget (Results 1 – 3 of 3) sorted by relevance
1015 static int bfq_max_budget(struct bfq_data *bfqd) in bfq_max_budget() function1020 return bfqd->bfq_max_budget; in bfq_max_budget()1032 return bfqd->bfq_max_budget / 32; in bfq_min_budget()2317 bfqd->bfq_max_budget = in update_thr_responsiveness_params()2679 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()2694 budget = min(budget * 2, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()2706 budget = min(budget * 4, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()2753 budget = bfqd->bfq_max_budget; in __bfq_bfqq_recalc_budget()2760 bfqq->max_budget = min(bfqq->max_budget, bfqd->bfq_max_budget); in __bfq_bfqq_recalc_budget()2862 slow = bfqq->entity.service < bfqd->bfq_max_budget / 2; in bfq_bfqq_is_slow()[all …]
502 int bfq_max_budget; member
886 (bfqd->bfq_max_budget * time_ms) / timeout_ms; in bfq_bfqq_charge_time()