Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzthr.c183 kmutex_t zthr_state_lock; member
212 mutex_enter(&t->zthr_state_lock); in zthr_procedure()
217 mutex_exit(&t->zthr_state_lock); in zthr_procedure()
219 mutex_enter(&t->zthr_state_lock); in zthr_procedure()
223 cv_wait(&t->zthr_cv, &t->zthr_state_lock); in zthr_procedure()
226 &t->zthr_state_lock, t->zthr_wait_time, in zthr_procedure()
240 mutex_exit(&t->zthr_state_lock); in zthr_procedure()
260 mutex_init(&t->zthr_state_lock, NULL, MUTEX_DEFAULT, NULL); in zthr_create_timer()
264 mutex_enter(&t->zthr_state_lock); in zthr_create_timer()
272 mutex_exit(&t->zthr_state_lock); in zthr_create_timer()
[all …]