Lines Matching defs:busy
893 * we know the queue is busy. Return false to stop the iteration.
896 bool *busy = priv;
898 *busy = true;
907 bool busy = false;
909 blk_mq_queue_tag_busy_iter(q, blk_mq_rq_inflight, &busy);
910 return busy;
1038 * Process software queues that have been marked busy, splicing them
1250 * Update dispatch busy with the Exponential Weighted Moving Average(EWMA):
1256 static void blk_mq_update_dispatch_busy(struct blk_mq_hw_ctx *hctx, bool busy)
1262 if (!ewma && !busy)
1266 if (busy)
1995 * Any other error (busy), just add it to our list as we
3978 * straight to the busy poll loop.