Searched refs:tx_exiting (Results 1 – 2 of 2) sorted by relevance
277 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()
112 uint8_t tx_exiting; /* set when we're exiting */ member