Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_queue.c167 int zfs_vdev_async_write_active_max_dirty_percent = 60; variable
269 val >= zfs_vdev_async_write_active_max_dirty_percent) in sysctl_zfs_async_write_active_min_dirty_percent()
282 val = zfs_vdev_async_write_active_max_dirty_percent; in sysctl_zfs_async_write_active_max_dirty_percent()
291 zfs_vdev_async_write_active_max_dirty_percent = val; in sysctl_zfs_async_write_active_max_dirty_percent()
546 zfs_vdev_async_write_active_max_dirty_percent / 100; in vdev_queue_max_async_writes()
H A Ddsl_pool.c138 extern int zfs_vdev_async_write_active_max_dirty_percent;
203 if (val < zfs_vdev_async_write_active_max_dirty_percent) in sysctl_zfs_delay_min_dirty_percent()