Searched refs:dispatch_busy (Results 1 – 4 of 4) sorted by relevance
100 if (hctx->dispatch_busy) in __blk_mq_do_dispatch_sched()314 } else if (hctx->dispatch_busy) { in __blk_mq_sched_dispatch_requests()484 if (!hctx->dispatch_busy && !run_queue_async) { in blk_mq_sched_insert_requests()
538 seq_printf(m, "%u\n", hctx->dispatch_busy); in hctx_dispatch_busy_show()
1838 ewma = hctx->dispatch_busy; in blk_mq_update_dispatch_busy()1848 hctx->dispatch_busy = ewma; in blk_mq_update_dispatch_busy()2929 (rq->mq_hctx->dispatch_busy && in blk_mq_submit_bio()
368 unsigned int dispatch_busy; member