Searched refs:tx_threads (Results 1 – 2 of 2) sorted by relevance
166 ASSERT0(tx->tx_threads); in txg_fini()207 ASSERT0(tx->tx_threads); in txg_sync_start()209 tx->tx_threads = 2; in txg_sync_start()237 tx->tx_threads--; in txg_thread_exit()268 ASSERT3U(tx->tx_threads, ==, 2); in txg_sync_stop()280 ASSERT3U(tx->tx_threads, ==, 2); in txg_sync_stop()288 while (tx->tx_threads != 0) in txg_sync_stop()649 ASSERT3U(tx->tx_threads, ==, 2); in txg_wait_synced()674 ASSERT3U(tx->tx_threads, ==, 2); in txg_wait_open()
112 uint8_t tx_threads; /* number of threads */ member