Home
last modified time | relevance | path

Searched refs:tx_synced_txg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c543 tx->tx_synced_txg >= tx->tx_sync_txg_waiting && in txg_sync_thread()
546 (u_longlong_t)tx->tx_synced_txg, in txg_sync_thread()
605 tx->tx_synced_txg = txg; in txg_sync_thread()
681 tx->tx_syncing_txg == txg-1 || tx->tx_synced_txg == txg-1) in txg_delay()
685 if (tx->tx_open_txg > txg || tx->tx_synced_txg == txg-1) { in txg_delay()
717 while (tx->tx_synced_txg < txg) { in txg_wait_synced_impl()
720 (u_longlong_t)tx->tx_synced_txg, in txg_wait_synced_impl()
845 ASSERT3U(txg, >=, dp->dp_tx.tx_synced_txg); in txg_list_create()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg_impl.h97 uint64_t tx_synced_txg; /* last synced txg id */ member