Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzthr.c204 kmutex_t zthr_state_lock; member
240 mutex_enter(&t->zthr_state_lock); in zthr_procedure()
245 mutex_exit(&t->zthr_state_lock); in zthr_procedure()
247 mutex_enter(&t->zthr_state_lock); in zthr_procedure()
250 cv_wait_idle(&t->zthr_cv, &t->zthr_state_lock); in zthr_procedure()
253 &t->zthr_state_lock, t->zthr_sleep_timeout, in zthr_procedure()
271 mutex_exit(&t->zthr_state_lock); in zthr_procedure()
293 mutex_init(&t->zthr_state_lock, NULL, MUTEX_DEFAULT, NULL); in zthr_create_timer()
298 mutex_enter(&t->zthr_state_lock); in zthr_create_timer()
309 mutex_exit(&t->zthr_state_lock); in zthr_create_timer()
[all …]