Searched refs:tx_exiting (Results 1 – 2 of 2) sorted by relevance
281 tx->tx_exiting = 1; in txg_sync_stop()290 tx->tx_exiting = 0; in txg_sync_stop()476 !tx->tx_exiting && timer > 0 && in txg_sync_thread()491 while (!tx->tx_exiting && tx->tx_quiesced_txg == 0) { in txg_sync_thread()498 if (tx->tx_exiting) in txg_sync_thread()552 while (!tx->tx_exiting && in txg_quiesce_thread()557 if (tx->tx_exiting) in txg_quiesce_thread()
112 uint8_t tx_exiting; /* set when we're exiting */ member