Searched refs:tx_quiesce_txg_waiting (Results 1 – 2 of 2) sorted by relevance
485 if (tx->tx_quiesce_txg_waiting < tx->tx_open_txg+1) in txg_sync_thread()486 tx->tx_quiesce_txg_waiting = tx->tx_open_txg+1; in txg_sync_thread()506 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_sync_thread()545 (tx->tx_open_txg >= tx->tx_quiesce_txg_waiting || in txg_quiesce_thread()554 txg, tx->tx_quiesce_txg_waiting, in txg_quiesce_thread()616 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_wait_synced()638 if (tx->tx_quiesce_txg_waiting < txg) in txg_wait_open()639 tx->tx_quiesce_txg_waiting = txg; in txg_wait_open()641 txg, tx->tx_quiesce_txg_waiting, tx->tx_sync_txg_waiting); in txg_wait_open()662 tx->tx_quiesce_txg_waiting <= tx->tx_open_txg && in txg_kick()[all …]
102 uint64_t tx_quiesce_txg_waiting; /* txg we're waiting to open */ member