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

  /src/sys/dev/pci/
if_vioif.c 212 * + ctrlq_inuse is protected by ctrlq_wait_lock.
213 * - other fields in vioif_ctrlqueue are protected by ctrlq_inuse
284 } ctrlq_inuse; member in struct:vioif_ctrlqueue
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
    [all...]

Completed in 12 milliseconds