Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtxg.c492 if (tx->tx_quiesce_txg_waiting < tx->tx_open_txg+1) in txg_sync_thread()
493 tx->tx_quiesce_txg_waiting = tx->tx_open_txg+1; in txg_sync_thread()
513 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_sync_thread()
553 (tx->tx_open_txg >= tx->tx_quiesce_txg_waiting || in txg_quiesce_thread()
562 txg, tx->tx_quiesce_txg_waiting, in txg_quiesce_thread()
624 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_wait_synced()
646 if (tx->tx_quiesce_txg_waiting < txg) in txg_wait_open()
647 tx->tx_quiesce_txg_waiting = txg; in txg_wait_open()
649 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_wait_open()
670 tx->tx_quiesce_txg_waiting <= tx->tx_open_txg && in txg_kick()
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dtxg_impl.h102 uint64_t tx_quiesce_txg_waiting; /* txg we're waiting to open */ member