Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c147 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()
548 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_sync_thread()
565 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_sync_thread()
612 txg_thread_wait(tx, &cpr, &tx->tx_quiesce_more_cv, 0); in txg_quiesce_thread()
663 (void) cv_timedwait_hires(&tx->tx_quiesce_more_cv, in txg_delay()
747 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_wait_open()
782 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_kick()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg_impl.h107 kcondvar_t tx_quiesce_more_cv; member