Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c452 return (tx->tx_syncing_txg != 0); in txg_is_syncing()
531 tx->tx_syncing_txg = txg; in txg_sync_thread()
545 tx->tx_syncing_txg = 0; in txg_sync_thread()
618 tx->tx_syncing_txg == txg-1 || tx->tx_synced_txg == txg-1) in txg_delay()
628 tx->tx_syncing_txg < txg-1 && !txg_stalled(dp)) { in txg_delay()
752 return (tx->tx_syncing_txg <= tx->tx_sync_txg_waiting || in txg_sync_waiting()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h97 uint64_t tx_syncing_txg; /* currently syncing txg id */ member