Home | History | Annotate | Download | only in kern

Lines Matching defs:msgmutex

84 kmutex_t msgmutex;			/* subsystem lock */
164 mutex_init(&msgmutex, MUTEX_DEFAULT, IPL_NONE);
179 mutex_enter(&msgmutex);
182 mutex_exit(&msgmutex);
200 mutex_exit(&msgmutex);
201 mutex_destroy(&msgmutex);
233 mutex_enter(&msgmutex);
235 mutex_exit(&msgmutex);
248 cv_wait(&msg_realloc_cv, &msgmutex);
264 mutex_exit(&msgmutex);
412 mutex_exit(&msgmutex);
422 KASSERT(mutex_owned(&msgmutex));
485 mutex_enter(&msgmutex);
589 mutex_exit(&msgmutex);
607 mutex_enter(&msgmutex);
686 mutex_exit(&msgmutex);
724 mutex_enter(&msgmutex);
727 cv_wait(&msg_realloc_cv, &msgmutex);
812 error = cv_wait_sig(&msq->msq_cv, &msgmutex);
825 mutex_exit(&msgmutex);
899 mutex_exit(&msgmutex);
901 mutex_enter(&msgmutex);
938 mutex_exit(&msgmutex);
940 mutex_enter(&msgmutex);
993 mutex_exit(&msgmutex);
1034 mutex_enter(&msgmutex);
1037 cv_wait(&msg_realloc_cv, &msgmutex);
1157 error = cv_wait_sig(&msq->msq_cv, &msgmutex);
1167 mutex_exit(&msgmutex);
1214 mutex_exit(&msgmutex);
1216 mutex_enter(&msgmutex);
1239 mutex_exit(&msgmutex);
1242 mutex_enter(&msgmutex);
1263 mutex_exit(&msgmutex);