Home
last modified time | relevance | path

Searched refs:zfs_dirty_data_max_max (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c413 if (zfs_dirty_data_max_max == 0) in arc_hotplug_callback()
414 zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024, in arc_hotplug_callback()
417 if (zfs_dirty_data_max_max == 0) in arc_hotplug_callback()
418 zfs_dirty_data_max_max = MIN(1ULL * 1024 * 1024 * 1024, in arc_hotplug_callback()
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Ddsl_pool.h60 extern unsigned long zfs_dirty_data_max_max;
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddsl_pool.c103 unsigned long zfs_dirty_data_max_max = 0; variable
H A Darc.c8045 if (zfs_dirty_data_max_max == 0) in arc_init()
8046 zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024, in arc_init()
8049 if (zfs_dirty_data_max_max == 0) in arc_init()
8050 zfs_dirty_data_max_max = MIN(1ULL * 1024 * 1024 * 1024, in arc_init()
8058 zfs_dirty_data_max_max); in arc_init()