Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h57 extern uint64_t zfs_delay_scale;
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c126 uint64_t zfs_delay_scale = 1000 * 1000 * 1000 / 2000; variable
H A Ddmu_tx.c1077 min_tx_time = zfs_delay_scale * in dmu_tx_delay()