HomeSort by: relevance | last modified time | path
    Searched refs:queue_freeze (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ata/
ata.c 468 (chq->queue_active == 0 || chq->queue_freeze == 0)) {
507 } else if (chq->queue_active > 0 && chq->queue_freeze == 1) {
509 * Caller has bumped queue_freeze, decrease it. This
532 } else if (chq->queue_freeze > 1)
533 panic("%s: queue_freeze", __func__);
536 if (chq->queue_freeze == 0) {
1127 if (__predict_false(!skipq && chq->queue_freeze > 0)) {
1135 chq->queue_freeze),
1522 chp->ch_queue->queue_freeze++;
1525 chp->ch_queue->queue_freeze), DEBUG_FUNCS | DEBUG_XFERS)
    [all...]
ata_subr.c 74 chq->queue_freeze = 0;
295 chq->queue_active, chq->queue_freeze, chq->queue_openings);
atavar.h 232 int queue_freeze; /* freeze count for the queue */ member in struct:ata_queue

Completed in 40 milliseconds