Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c513 if (tx->tx_quiesce_txg_waiting < tx->tx_open_txg+1) in txg_sync_thread()
514 tx->tx_quiesce_txg_waiting = tx->tx_open_txg+1; in txg_sync_thread()
535 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_sync_thread()
575 (tx->tx_open_txg >= tx->tx_quiesce_txg_waiting || in txg_quiesce_thread()
584 txg, tx->tx_quiesce_txg_waiting, in txg_quiesce_thread()
649 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_wait_synced_impl()
705 if (tx->tx_quiesce_txg_waiting < txg && should_quiesce) in txg_wait_open()
706 tx->tx_quiesce_txg_waiting = txg; in txg_wait_open()
708 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_wait_open()
730 tx->tx_quiesce_txg_waiting <= tx->tx_open_txg && in txg_kick()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg_impl.h103 uint64_t tx_quiesce_txg_waiting; /* txg we're waiting to open */ member