Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzthr.c203 kmutex_t zthr_state_lock; member
239 mutex_enter(&t->zthr_state_lock); in zthr_procedure()
244 mutex_exit(&t->zthr_state_lock); in zthr_procedure()
246 mutex_enter(&t->zthr_state_lock); in zthr_procedure()
249 cv_wait_idle(&t->zthr_cv, &t->zthr_state_lock); in zthr_procedure()
252 &t->zthr_state_lock, t->zthr_sleep_timeout, in zthr_procedure()
270 mutex_exit(&t->zthr_state_lock); in zthr_procedure()
292 mutex_init(&t->zthr_state_lock, NULL, MUTEX_DEFAULT, NULL); in zthr_create_timer()
297 mutex_enter(&t->zthr_state_lock); in zthr_create_timer()
308 mutex_exit(&t->zthr_state_lock); in zthr_create_timer()
[all …]