Searched refs:sqb_lock (Results 1 – 3 of 3) sorted by relevance
159 mutex_enter(&sqh->sqb_lock); in sigqueue()161 if (!cv_wait_sig(&sqh->sqb_cv, &sqh->sqb_lock)) { in sigqueue()166 mutex_exit(&sqh->sqb_lock); in sigqueue()
1812 mutex_enter(&sqh->sqb_lock); in sigqsend()1814 mutex_exit(&sqh->sqb_lock); in sigqsend()2407 mutex_init(&sqh->sqb_lock, NULL, MUTEX_DEFAULT, NULL); in sigqhdralloc()2425 mutex_enter(&sqh->sqb_lock); in sigqalloc()2430 mutex_exit(&sqh->sqb_lock); in sigqalloc()2437 mutex_exit(&sqh->sqb_lock); in sigqalloc()2454 mutex_enter(&sqh->sqb_lock); in sigqrel()2456 mutex_exit(&sqh->sqb_lock); in sigqrel()2458 mutex_destroy(&sqh->sqb_lock); in sigqrel()2467 mutex_exit(&sqh->sqb_lock); in sigqrel()[all …]
312 kmutex_t sqb_lock; /* lock for sigq pool */ member