Home | History | Annotate | Download | only in pci

Lines Matching defs:ctrlq_wait_lock

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;
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);
2314 mutex_exit(&ctrlq->ctrlq_wait_lock);
2398 mutex_enter(&ctrlq->ctrlq_wait_lock);
2400 cv_wait(&ctrlq->ctrlq_wait, &ctrlq->ctrlq_wait_lock);
2401 mutex_exit(&ctrlq->ctrlq_wait_lock);
2441 mutex_enter(&ctrlq->ctrlq_wait_lock);
2444 mutex_exit(&ctrlq->ctrlq_wait_lock);