Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg_impl.h96 uint64_t tx_quiesced_txg; /* quiesced txg waiting for sync */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c500 return (tx->tx_quiesced_txg != 0); in txg_has_quiesced_to_sync()
560 ASSERT(tx->tx_quiesced_txg != 0); in txg_sync_thread()
561 txg = tx->tx_quiesced_txg; in txg_sync_thread()
562 tx->tx_quiesced_txg = 0; in txg_sync_thread()
632 tx->tx_quiesced_txg = txg; in txg_quiesce_thread()
780 tx->tx_quiesced_txg <= tx->tx_synced_txg) { in txg_kick()
800 tx->tx_quiesced_txg != 0); in txg_sync_waiting()