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

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c99 * `--------- zfs_vdev_async_write_active_min_dirty_percent
108 * part of the function between zfs_vdev_async_write_active_min_dirty_percent
158 * When the pool has less than zfs_vdev_async_write_active_min_dirty_percent
164 int zfs_vdev_async_write_active_min_dirty_percent = 30; variable
181 &zfs_vdev_async_write_active_min_dirty_percent);
252 val = zfs_vdev_async_write_active_min_dirty_percent;
261 zfs_vdev_async_write_active_min_dirty_percent = val;
277 val <= zfs_vdev_async_write_active_min_dirty_percent)
494 zfs_vdev_async_write_active_min_dirty_percent / 100;
H A Ddsl_scan.c426 extern int zfs_vdev_async_write_active_min_dirty_percent;
466 dirty_pct >= zfs_vdev_async_write_active_min_dirty_percent)) ||

Completed in 108 milliseconds