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

  /src/sys/dev/pci/
if_vioif.c 212 * + ctrlq_inuse is protected by ctrlq_wait_lock.
214 * - netq_lock cannot be held along with ctrlq_wait_lock
286 kmutex_t ctrlq_wait_lock; member in struct:vioif_ctrlqueue
554 mutex_init(&ctrlq->ctrlq_wait_lock, MUTEX_DEFAULT, IPL_NET);
611 mutex_destroy(&ctrlq->ctrlq_wait_lock);
672 mutex_destroy(&ctrlq->ctrlq_wait_lock);
2294 mutex_enter(&ctrlq->ctrlq_wait_lock);
2296 cv_wait(&ctrlq->ctrlq_wait, &ctrlq->ctrlq_wait_lock);
2299 mutex_exit(&ctrlq->ctrlq_wait_lock);
2310 mutex_enter(&ctrlq->ctrlq_wait_lock);
    [all...]

Completed in 12 milliseconds