Home
last modified time | relevance | path

Searched refs:timeout_coeff (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c2917 unsigned int timeout_coeff; in bfq_set_budget_timeout() local
2920 timeout_coeff = 1; in bfq_set_budget_timeout()
2922 timeout_coeff = bfqq->entity.weight / bfqq->entity.orig_weight; in bfq_set_budget_timeout()
2927 bfqd->bfq_timeout * timeout_coeff; in bfq_set_budget_timeout()
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.c3290 unsigned int timeout_coeff; in bfq_set_budget_timeout() local
3293 timeout_coeff = 1; in bfq_set_budget_timeout()
3295 timeout_coeff = bfqq->entity.weight / bfqq->entity.orig_weight; in bfq_set_budget_timeout()
3300 bfqd->bfq_timeout * timeout_coeff; in bfq_set_budget_timeout()

Completed in 17 milliseconds