Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c546 if (tx->tx_quiesce_txg_waiting < tx->tx_open_txg+1) in txg_sync_thread()
547 tx->tx_quiesce_txg_waiting = tx->tx_open_txg+1; in txg_sync_thread()
610 (tx->tx_open_txg >= tx->tx_quiesce_txg_waiting || in txg_quiesce_thread()
619 txg, tx->tx_quiesce_txg_waiting, in txg_quiesce_thread()
686 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_wait_synced_impl()
742 if (tx->tx_quiesce_txg_waiting < txg && should_quiesce) in txg_wait_open()
743 tx->tx_quiesce_txg_waiting = txg; in txg_wait_open()
745 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_wait_open()
778 tx->tx_quiesce_txg_waiting <= tx->tx_open_txg && in txg_kick()
781 tx->tx_quiesce_txg_waiting = tx->tx_open_txg + 1; in txg_kick()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg_impl.h103 uint64_t tx_quiesce_txg_waiting; /* txg we're waiting to open */ member