Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dbfq-iosched.c683 depth = bfqd->word_depths[!!bfqd->wr_busy_queues][op_is_sync(opf)]; in bfq_limit_depth()
696 __func__, bfqd->wr_busy_queues, op_is_sync(opf), depth); in bfq_limit_depth()
1220 bfqd->wr_busy_queues++; in bfq_bfqq_resume_state()
1222 bfqd->wr_busy_queues--; in bfq_bfqq_resume_state()
2317 bfqd->wr_busy_queues++; in bfq_add_request()
2633 bfqq->bfqd->wr_busy_queues--; in bfq_bfqq_end_wr()
3160 bfqd->wr_busy_queues++; in bfq_merge_bfqqs()
3168 bfqd->wr_busy_queues--; in bfq_merge_bfqqs()
3172 bfqd->wr_busy_queues); in bfq_merge_bfqqs()
3866 (bfqd->wr_busy_queues < in idling_needed_for_service_guarantees()
[all …]
Dbfq-wf2q.c1665 bfqd->wr_busy_queues--; in bfq_del_bfqq_busy()
1695 bfqd->wr_busy_queues++; in bfq_add_bfqq_busy()
Dbfq-iosched.h549 int wr_busy_queues; member