Lines Matching defs:queued
359 data->hctx->queued++;
1092 static inline unsigned int queued_to_index(unsigned int queued)
1094 if (!queued)
1097 return min(BLK_MQ_MAX_DISPATCH_ORDER - 1, ilog2(queued) + 1);
1362 int errors, queued;
1373 errors = queued = 0;
1400 * once the request is queued to lld, no need to cover the
1408 queued++;
1434 hctx->dispatched[queued_to_index(queued)]++;
1440 ret == BLK_STS_DEV_RESOURCE) && q->mq_ops->commit_rqs && queued)
1507 return (queued + errors) != 0;
1571 * BLK_MQ_CPU_WORK_BATCH queued items.
2107 int queued = 0;
2127 queued++;
2136 hctx->queue->mq_ops->commit_rqs && queued)
2171 * request may not be queued directly to hardware if: