Searched refs:zfs_vdev_async_write_active_max_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.c98 * | `-- zfs_vdev_async_write_active_max_dirty_percent
109 * and zfs_vdev_async_write_active_max_dirty_percent. If it exceeds the
160 * zfs_vdev_async_write_active_max_dirty_percent, use
165 int zfs_vdev_async_write_active_max_dirty_percent = 60; variable
190 &zfs_vdev_async_write_active_max_dirty_percent);
258 val >= zfs_vdev_async_write_active_max_dirty_percent)
271 val = zfs_vdev_async_write_active_max_dirty_percent;
280 zfs_vdev_async_write_active_max_dirty_percent = val;
496 zfs_vdev_async_write_active_max_dirty_percent / 100;
H A Ddsl_pool.c113 * This value should be >= zfs_vdev_async_write_active_max_dirty_percent.
135 extern int zfs_vdev_async_write_active_max_dirty_percent;
204 if (val < zfs_vdev_async_write_active_max_dirty_percent)

Completed in 98 milliseconds