Home
last modified time | relevance | path

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

/linux/block/
H A Dbfq-iosched.c712 depth = bfqd->word_depths[!!bfqd->wr_busy_queues][op_is_sync(opf)]; in bfq_limit_depth()
733 __func__, bfqd->wr_busy_queues, op_is_sync(opf), depth); in bfq_limit_depth()
1205 bfqd->wr_busy_queues++; in bfq_bfqq_resume_state()
1207 bfqd->wr_busy_queues--; in bfq_bfqq_resume_state()
2332 bfqd->wr_busy_queues++; in bfq_add_request()
2633 bfqq->bfqd->wr_busy_queues--; in bfq_bfqq_end_wr()
3197 bfqd->wr_busy_queues++; in bfq_merge_bfqqs()
3205 bfqd->wr_busy_queues--; in bfq_merge_bfqqs()
3209 bfqd->wr_busy_queues); in bfq_merge_bfqqs()
3899 (bfqd->wr_busy_queues < tot_busy_queues || in idling_needed_for_service_guarantees()
[all …]
H A Dbfq-wf2q.c1655 bfqd->wr_busy_queues--; in bfq_del_bfqq_busy()
1692 bfqd->wr_busy_queues++; in bfq_add_bfqq_busy()
H A Dbfq-iosched.h588 int wr_busy_queues; member