Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-mq-sched.c217 } else if (hctx->dispatch_busy) { in blk_mq_sched_dispatch_requests()
436 if (!hctx->dispatch_busy && !e && !run_queue_async) { in blk_mq_sched_insert_requests()
Dblk-mq.c1193 ewma = hctx->dispatch_busy; in blk_mq_update_dispatch_busy()
1203 hctx->dispatch_busy = ewma; in blk_mq_update_dispatch_busy()
2045 !data.hctx->dispatch_busy) { in blk_mq_make_request()
Dblk-mq-debugfs.c621 seq_printf(m, "%u\n", hctx->dispatch_busy); in hctx_dispatch_busy_show()
/Linux-v5.4/include/linux/
Dblk-mq.h38 unsigned int dispatch_busy; member