Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzthr.c215 kcondvar_t zthr_wait_cv; member
254 cv_broadcast(&t->zthr_wait_cv); in zthr_procedure()
291 cv_init(&t->zthr_wait_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer()
317 cv_destroy(&t->zthr_wait_cv); in zthr_destroy()
505 cv_wait(&t->zthr_wait_cv, &t->zthr_state_lock); in zthr_wait_cycle_done()