Searched refs:sem_mtx (Results 1 – 1 of 1) sorted by relevance
590 static kmutex_t sem_mtx; variable611 mutex_enter(&sem_mtx); in sweep_thread()614 mutex_exit(&sem_mtx); in sweep_thread()620 mutex_enter(&sem_mtx); in sweep_thread()623 mutex_exit(&sem_mtx); in sweep_thread()647 mutex_init(&sem_mtx, NULL, MUTEX_DEFAULT, NULL); in run_sweep()663 mutex_enter(&sem_mtx); in run_sweep()664 while (cv_timedwait_sig(&sem_cv, &sem_mtx, in run_sweep()673 mutex_exit(&sem_mtx); in run_sweep()679 mutex_exit(&sem_mtx); in run_sweep()[all …]