Searched refs:tx_quiesce_txg_waiting (Results 1 – 2 of 2) sorted by relevance
546 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 …]
103 uint64_t tx_quiesce_txg_waiting; /* txg we're waiting to open */ member