Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h60 extern int zfs_delay_min_dirty_percent;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c118 int zfs_delay_min_dirty_percent = 60; variable
871 zfs_dirty_data_max * zfs_delay_min_dirty_percent / 100; in dsl_pool_need_dirty_delay()
H A Ddmu_tx.c786 zfs_dirty_data_max * zfs_delay_min_dirty_percent / 100; in dmu_tx_delay()