Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_pool.h65 extern unsigned long zfs_delay_scale;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c798 min_tx_time = zfs_delay_scale * in dmu_tx_delay()
H A Ddsl_pool.c134 unsigned long zfs_delay_scale = 1000 * 1000 * 1000 / 2000; variable