Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dtxg.c144 cv_init(&tx->tx_quiesce_more_cv, NULL, CV_DEFAULT, NULL); in txg_init()
166 cv_destroy(&tx->tx_quiesce_more_cv); in txg_fini()
279 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_sync_stop()
487 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_sync_thread()
503 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_sync_thread()
547 txg_thread_wait(tx, &cpr, &tx->tx_quiesce_more_cv, 0); in txg_quiesce_thread()
595 (void) cv_timedwait_hires(&tx->tx_quiesce_more_cv, in txg_delay()
643 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_wait_open()
666 cv_broadcast(&tx->tx_quiesce_more_cv); in txg_kick()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h106 kcondvar_t tx_quiesce_more_cv; member