Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c787 hrtime_t wakeup, min_tx_time, now; in dmu_tx_delay() local
801 min_tx_time = zfs_delay_scale * in dmu_tx_delay()
803 if (now > tx->tx_start + min_tx_time) in dmu_tx_delay()
806 min_tx_time = MIN(min_tx_time, zfs_delay_max_ns); in dmu_tx_delay()
809 uint64_t, min_tx_time); in dmu_tx_delay()
812 wakeup = MAX(tx->tx_start + min_tx_time, in dmu_tx_delay()
813 dp->dp_last_wakeup + min_tx_time); in dmu_tx_delay()