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.h110 kcondvar_t tx_exit_cv; /* wait for all threads to exit */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c151 cv_init(&tx->tx_exit_cv, NULL, CV_DEFAULT, NULL); in txg_init()
173 cv_destroy(&tx->tx_exit_cv); in txg_fini()
237 cv_broadcast(&tx->tx_exit_cv); in txg_thread_exit()
290 cv_wait(&tx->tx_exit_cv, &tx->tx_sync_lock); in txg_sync_stop()