Home
last modified time | relevance | path

Searched refs:sem_mtx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c590 static kmutex_t sem_mtx; variable
611 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 …]