Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c684 hrtime_t zfs_delay_max_ns = 100 * MICROSEC; /* 100 milliseconds */ variable
800 min_tx_time = MIN(min_tx_time, zfs_delay_max_ns); in dmu_tx_delay()