Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c277 tx->tx_exiting = 1; in txg_sync_stop()
286 tx->tx_exiting = 0; in txg_sync_stop()
469 !tx->tx_exiting && timer > 0 && in txg_sync_thread()
484 while (!tx->tx_exiting && tx->tx_quiesced_txg == 0) { in txg_sync_thread()
491 if (tx->tx_exiting) in txg_sync_thread()
544 while (!tx->tx_exiting && in txg_quiesce_thread()
549 if (tx->tx_exiting) in txg_quiesce_thread()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h112 uint8_t tx_exiting; /* set when we're exiting */ member