Home
last modified time | relevance | path

Searched refs:old_wr_coeff (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/block/
Dbfq-iosched.c1165 unsigned int old_wr_coeff = 1; in bfq_bfqq_resume_state() local
1190 old_wr_coeff = bfqq->wr_coeff; in bfq_bfqq_resume_state()
1219 if (old_wr_coeff == 1 && bfqq->wr_coeff > 1) in bfq_bfqq_resume_state()
1221 else if (old_wr_coeff > 1 && bfqq->wr_coeff == 1) in bfq_bfqq_resume_state()
1681 unsigned int old_wr_coeff, in bfq_update_bfqq_wr_on_rq_arrival() argument
1687 if (old_wr_coeff == 1 && wr_or_deserves_wr) { in bfq_update_bfqq_wr_on_rq_arrival()
1725 } else if (old_wr_coeff > 1) { in bfq_update_bfqq_wr_on_rq_arrival()
1819 int old_wr_coeff, in bfq_bfqq_handle_idle_busy_switch() argument
1913 old_wr_coeff, in bfq_bfqq_handle_idle_busy_switch()
1919 if (old_wr_coeff != bfqq->wr_coeff) in bfq_bfqq_handle_idle_busy_switch()
[all …]