Searched refs:tx_threads (Results 1 – 2 of 2) sorted by relevance
163 ASSERT0(tx->tx_threads); in txg_fini()204 ASSERT0(tx->tx_threads); in txg_sync_start()206 tx->tx_threads = 2; in txg_sync_start()234 tx->tx_threads--; in txg_thread_exit()267 ASSERT3U(tx->tx_threads, ==, 2); in txg_sync_stop()279 ASSERT3U(tx->tx_threads, ==, 2); in txg_sync_stop()287 while (tx->tx_threads != 0) in txg_sync_stop()680 ASSERT3U(tx->tx_threads, ==, 2); in txg_wait_synced_impl()739 ASSERT3U(tx->tx_threads, ==, 2); in txg_wait_open()
112 uint8_t tx_threads; /* number of threads */ member