Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dbfq-iosched.c545 bfqd->word_depths[!!bfqd->wr_busy_queues][op_is_sync(op)]; in bfq_limit_depth()
548 __func__, bfqd->wr_busy_queues, op_is_sync(op), in bfq_limit_depth()
1058 bfqd->wr_busy_queues++; in bfq_bfqq_resume_state()
1060 bfqd->wr_busy_queues--; in bfq_bfqq_resume_state()
2079 bfqd->wr_busy_queues++; in bfq_add_request()
2365 bfqq->bfqd->wr_busy_queues--; in bfq_bfqq_end_wr()
2796 bfqd->wr_busy_queues++; in bfq_merge_bfqqs()
2804 bfqd->wr_busy_queues--; in bfq_merge_bfqqs()
2808 bfqd->wr_busy_queues); in bfq_merge_bfqqs()
3482 (bfqd->wr_busy_queues < in idling_needed_for_service_guarantees()
[all …]
H A Dbfq-wf2q.c1683 bfqd->wr_busy_queues--; in bfq_del_bfqq_busy()
1711 bfqd->wr_busy_queues++; in bfq_add_bfqq_busy()
H A Dbfq-iosched.h519 int wr_busy_queues; member