Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_queue.c165 int zfs_vdev_async_write_active_max_dirty_percent = 60; variable
246 val >= zfs_vdev_async_write_active_max_dirty_percent) in sysctl_zfs_async_write_active_min_dirty_percent()
259 val = zfs_vdev_async_write_active_max_dirty_percent; in sysctl_zfs_async_write_active_max_dirty_percent()
268 zfs_vdev_async_write_active_max_dirty_percent = val; in sysctl_zfs_async_write_active_max_dirty_percent()
519 zfs_vdev_async_write_active_max_dirty_percent / 100; in vdev_queue_max_async_writes()
HDdsl_pool.c136 extern int zfs_vdev_async_write_active_max_dirty_percent;
201 if (val < zfs_vdev_async_write_active_max_dirty_percent) in sysctl_zfs_delay_min_dirty_percent()