Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h61 extern uint64_t zfs_delay_scale;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c801 min_tx_time = zfs_delay_scale * in dmu_tx_delay()
H A Ddsl_pool.c133 uint64_t zfs_delay_scale = 1000 * 1000 * 1000 / 2000; variable