Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg_impl.h99 hrtime_t tx_open_time; /* start time of tx_open_txg */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c389 uint64_t tx_open_time; in txg_quiesce() local
401 tx->tx_open_time = tx_open_time = gethrtime(); in txg_quiesce()
413 spa_txg_history_set(dp->dp_spa, txg, TXG_STATE_OPEN, tx_open_time); in txg_quiesce()
414 spa_txg_history_add(dp->dp_spa, txg + 1, tx_open_time); in txg_quiesce()