Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c278 tx->tx_exiting = 1; in txg_sync_stop()
287 tx->tx_exiting = 0; in txg_sync_stop()
497 !tx->tx_exiting && timer > 0 && in txg_sync_thread()
512 while (!tx->tx_exiting && !txg_has_quiesced_to_sync(dp)) { in txg_sync_thread()
519 if (tx->tx_exiting) in txg_sync_thread()
574 while (!tx->tx_exiting && in txg_quiesce_thread()
579 if (tx->tx_exiting) in txg_quiesce_thread()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h113 uint8_t tx_exiting; /* set when we're exiting */ member