HomeSort by: relevance | last modified time | path
    Searched defs:skipq (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ata/
ata.c 1087 bool skipq; local in function:atastart
1124 skipq = ISSET(xfer->c_flags, C_SKIP_QUEUE);
1127 if (__predict_false(!skipq && chq->queue_freeze > 0)) {
1151 if (!skipq && (axfer = TAILQ_FIRST(&chp->ch_queue->active_xfers))) {
1165 const uint8_t chq_openings = (!skipq && chq->queue_openings > 1)
1170 if (skipq) {
1223 if (!skipq && chq->queue_active < chq->queue_openings)

Completed in 120 milliseconds