Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-mq-sched.c209 } else if (hctx->dispatch_busy) { in blk_mq_sched_dispatch_requests()
414 if (!hctx->dispatch_busy && !e && !run_queue_async) { in blk_mq_sched_insert_requests()
Dblk-mq.c1095 ewma = hctx->dispatch_busy; in blk_mq_update_dispatch_busy()
1105 hctx->dispatch_busy = ewma; in blk_mq_update_dispatch_busy()
1910 !data.hctx->dispatch_busy)) { in blk_mq_make_request()
Dblk-mq-debugfs.c629 seq_printf(m, "%u\n", hctx->dispatch_busy); in hctx_dispatch_busy_show()
/Linux-v4.19/include/linux/
Dblk-mq.h38 unsigned int dispatch_busy; member