Home | History | Annotate | Download | only in pci

Lines Matching defs:ctrlq_inuse

212  * + ctrlq_inuse is protected by ctrlq_wait_lock.
213 * - other fields in vioif_ctrlqueue are protected by ctrlq_inuse
284 } ctrlq_inuse;
555 ctrlq->ctrlq_inuse = FREE;
1150 * ctrlq_inuse variable and ctrlq_wait condvar.
2295 while (ctrlq->ctrlq_inuse != FREE)
2297 ctrlq->ctrlq_inuse = INUSE;
2307 KASSERT(ctrlq->ctrlq_inuse != FREE);
2311 ctrlq->ctrlq_inuse = FREE;
2399 while (ctrlq->ctrlq_inuse != DONE)
2442 ctrlq->ctrlq_inuse = DONE;