Searched refs:tx_sync_more_cv (Results 1 – 2 of 2) sorted by relevance
143 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL); in txg_init()165 cv_destroy(&tx->tx_sync_more_cv); in txg_fini()282 cv_broadcast(&tx->tx_sync_more_cv); in txg_sync_stop()503 txg_thread_wait(tx, &cpr, &tx->tx_sync_more_cv, timer); in txg_sync_thread()599 cv_broadcast(&tx->tx_sync_more_cv); in txg_quiesce_thread()654 cv_broadcast(&tx->tx_sync_more_cv); in txg_wait_synced_impl()
105 kcondvar_t tx_sync_more_cv; member