Lines Matching refs:times
202 hrtime_t times[TXG_STATE_COMMITTED]; /* completion times */ member
233 if (sth->times[TXG_STATE_OPEN]) in spa_txg_history_show()
234 open = sth->times[TXG_STATE_OPEN] - in spa_txg_history_show()
235 sth->times[TXG_STATE_BIRTH]; in spa_txg_history_show()
237 if (sth->times[TXG_STATE_QUIESCED]) in spa_txg_history_show()
238 quiesce = sth->times[TXG_STATE_QUIESCED] - in spa_txg_history_show()
239 sth->times[TXG_STATE_OPEN]; in spa_txg_history_show()
241 if (sth->times[TXG_STATE_WAIT_FOR_SYNC]) in spa_txg_history_show()
242 wait = sth->times[TXG_STATE_WAIT_FOR_SYNC] - in spa_txg_history_show()
243 sth->times[TXG_STATE_QUIESCED]; in spa_txg_history_show()
245 if (sth->times[TXG_STATE_SYNCED]) in spa_txg_history_show()
246 sync = sth->times[TXG_STATE_SYNCED] - in spa_txg_history_show()
247 sth->times[TXG_STATE_WAIT_FOR_SYNC]; in spa_txg_history_show()
251 (longlong_t)sth->txg, sth->times[TXG_STATE_BIRTH], state, in spa_txg_history_show()
330 sth->times[TXG_STATE_BIRTH] = birth_time; in spa_txg_history_add()
357 sth->times[completed_state] = completed_time; in spa_txg_history_set()