Searched refs:tx_exiting (Results 1 – 2 of 2) sorted by relevance
273 tx->tx_exiting = 1; in txg_sync_stop()282 tx->tx_exiting = 0; in txg_sync_stop()535 !tx->tx_exiting && timer > 0 && in txg_sync_thread()559 while (!tx->tx_exiting && !txg_has_quiesced_to_sync(dp)) { in txg_sync_thread()571 if (tx->tx_exiting) in txg_sync_thread()629 while (!tx->tx_exiting && in txg_quiesce_thread()634 if (tx->tx_exiting) in txg_quiesce_thread()
103 uint8_t tx_exiting; /* set when we're exiting */ member