Searched refs:queue_freeze (Results 1 – 3 of 3) sorted by relevance
468 (chq->queue_active == 0 || chq->queue_freeze == 0)) { in atabus_thread()507 } else if (chq->queue_active > 0 && chq->queue_freeze == 1) { in atabus_thread()532 } else if (chq->queue_freeze > 1) in atabus_thread()536 if (chq->queue_freeze == 0) { in atabus_thread()1127 if (__predict_false(!skipq && chq->queue_freeze > 0)) { in atastart()1135 chq->queue_freeze), in atastart()1522 chp->ch_queue->queue_freeze++; in ata_channel_freeze_locked()1525 chp->ch_queue->queue_freeze), DEBUG_FUNCS | DEBUG_XFERS); in ata_channel_freeze_locked()1540 KASSERT(chp->ch_queue->queue_freeze > 0); in ata_channel_thaw_locked()1542 chp->ch_queue->queue_freeze--; in ata_channel_thaw_locked()[all …]
74 chq->queue_freeze = 0; in ata_queue_reset()295 chq->queue_active, chq->queue_freeze, chq->queue_openings); in atachannel_debug()
232 int queue_freeze; /* freeze count for the queue */ member