Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c171 int zfs_vdev_async_write_active_min_dirty_percent = 30; variable
287 val = zfs_vdev_async_write_active_min_dirty_percent; in sysctl_zfs_async_write_active_min_dirty_percent()
296 zfs_vdev_async_write_active_min_dirty_percent = val; in sysctl_zfs_async_write_active_min_dirty_percent()
312 val <= zfs_vdev_async_write_active_min_dirty_percent) in sysctl_zfs_async_write_active_max_dirty_percent()
567 zfs_vdev_async_write_active_min_dirty_percent / 100; in vdev_queue_max_async_writes()
H A Ddsl_scan.c129 extern int zfs_vdev_async_write_active_min_dirty_percent;
1190 (dirty_pct >= zfs_vdev_async_write_active_min_dirty_percent || in dsl_scan_check_suspend()
2593 (dirty_pct >= zfs_vdev_async_write_active_min_dirty_percent || in scan_io_queue_check_suspend()