Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg_impl.h109 kcondvar_t tx_exit_cv; /* wait for all threads to exit */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c149 cv_init(&tx->tx_exit_cv, NULL, CV_DEFAULT, NULL); in txg_init()
171 cv_destroy(&tx->tx_exit_cv); in txg_fini()
235 cv_broadcast(&tx->tx_exit_cv); in txg_thread_exit()
288 cv_wait(&tx->tx_exit_cv, &tx->tx_sync_lock); in txg_sync_stop()