Searched refs:sqb_lock (Results 1 – 3 of 3) sorted by relevance
166 mutex_enter(&sqh->sqb_lock); in sigqueue()168 if (!cv_wait_sig(&sqh->sqb_cv, &sqh->sqb_lock)) { in sigqueue()173 mutex_exit(&sqh->sqb_lock); in sigqueue()
1813 mutex_enter(&sqh->sqb_lock); in sigqsend()1815 mutex_exit(&sqh->sqb_lock); in sigqsend()2408 mutex_init(&sqh->sqb_lock, NULL, MUTEX_DEFAULT, NULL); in sigqhdralloc()2427 mutex_enter(&sqh->sqb_lock); in sigqalloc()2441 mutex_exit(&sqh->sqb_lock); in sigqalloc()2447 mutex_exit(&sqh->sqb_lock); in sigqalloc()2464 mutex_enter(&sqh->sqb_lock); in sigqrel()2466 mutex_exit(&sqh->sqb_lock); in sigqrel()2468 mutex_destroy(&sqh->sqb_lock); in sigqrel()2477 mutex_exit(&sqh->sqb_lock); in sigqrel()[all …]
311 kmutex_t sqb_lock; /* lock for sigq pool */ member