Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c402 if (zfs_dirty_data_max_max == 0) in arc_hotplug_callback()
403 zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024, in arc_hotplug_callback()
406 if (zfs_dirty_data_max_max == 0) in arc_hotplug_callback()
407 zfs_dirty_data_max_max = MIN(1ULL * 1024 * 1024 * 1024, in arc_hotplug_callback()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_pool.h60 extern unsigned long zfs_dirty_data_max_max;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_pool.c103 unsigned long zfs_dirty_data_max_max = 0; variable
H A Darc.c7689 if (zfs_dirty_data_max_max == 0) in arc_init()
7690 zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024, in arc_init()
7693 if (zfs_dirty_data_max_max == 0) in arc_init()
7694 zfs_dirty_data_max_max = MIN(1ULL * 1024 * 1024 * 1024, in arc_init()
7702 zfs_dirty_data_max_max); in arc_init()