Searched refs:tx_quiesce_more_cv (Results 1 – 2 of 2) sorted by relevance
147 cv_init(&tx->tx_quiesce_more_cv, NULL, CV_DEFAULT, NULL); in txg_init() 169 cv_destroy(&tx->tx_quiesce_more_cv); in txg_fini() 283 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_sync_stop() 574 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_sync_thread() 591 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_sync_thread() 639 txg_thread_wait(tx, &cpr, &tx->tx_quiesce_more_cv, 0); in txg_quiesce_thread() 692 (void) cv_timedwait_hires(&tx->tx_quiesce_more_cv,779 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_wait_open()
106 kcondvar_t tx_quiesce_more_cv; member