Searched refs:tx_exiting (Results 1 – 2 of 2) sorted by relevance
278 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()513 while (!tx->tx_exiting && !txg_has_quiesced_to_sync(dp)) { in txg_sync_thread()520 if (tx->tx_exiting) in txg_sync_thread()575 while (!tx->tx_exiting && in txg_quiesce_thread()580 if (tx->tx_exiting) in txg_quiesce_thread()
113 uint8_t tx_exiting; /* set when we're exiting */ member