Searched refs:tx_sync_txg_waiting (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | txg.c | 470 tx->tx_synced_txg >= tx->tx_sync_txg_waiting && in txg_sync_thread() 474 tx->tx_synced_txg, tx->tx_sync_txg_waiting, dp); in txg_sync_thread() 506 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_sync_thread() 555 tx->tx_sync_txg_waiting); in txg_quiesce_thread() 613 if (tx->tx_sync_txg_waiting < txg) in txg_wait_synced() 614 tx->tx_sync_txg_waiting = txg; in txg_wait_synced() 616 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_wait_synced() 620 tx->tx_synced_txg, tx->tx_sync_txg_waiting, dp); in txg_wait_synced() 641 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_wait_open() 663 tx->tx_sync_txg_waiting <= tx->tx_synced_txg && in txg_kick() [all …]
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | txg_impl.h | 101 uint64_t tx_sync_txg_waiting; /* txg we're waiting to sync */ member
|