Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg_impl.h105 kcondvar_t tx_sync_more_cv; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c145 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL); in txg_init()
167 cv_destroy(&tx->tx_sync_more_cv); in txg_fini()
285 cv_broadcast(&tx->tx_sync_more_cv); in txg_sync_stop()
536 txg_thread_wait(tx, &cpr, &tx->tx_sync_more_cv, timer); in txg_sync_thread()
634 cv_broadcast(&tx->tx_sync_more_cv); in txg_quiesce_thread()
691 cv_broadcast(&tx->tx_sync_more_cv); in txg_wait_synced_impl()