Home
last modified time | relevance | path

Searched refs:queue_idle (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ata/
H A Data_subr.c175 cv_init(&chq->queue_idle, "qidl"); in ata_queue_alloc()
187 cv_destroy(&chq->queue_idle); in ata_queue_free()
H A Datavar.h234 kcondvar_t queue_idle; /* c: waiting of queue idle */ member
H A Data.c1003 cv_timedwait(&chp->ch_queue->queue_idle, &chp->ch_lock, 1); in ata_channel_idle()
1130 cv_signal(&chp->ch_queue->queue_idle); in atastart()