Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDarc_os.c420 if (zfs_dirty_data_max_max == 0) in arc_hotplug_callback()
421 zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024, in arc_hotplug_callback()
424 if (zfs_dirty_data_max_max == 0) in arc_hotplug_callback()
425 zfs_dirty_data_max_max = MIN(1ULL * 1024 * 1024 * 1024, in arc_hotplug_callback()
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDdsl_pool.h61 extern unsigned long zfs_dirty_data_max_max;
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDdsl_pool.c103 unsigned long zfs_dirty_data_max_max = 0; variable
HDarc.c8111 if (zfs_dirty_data_max_max == 0) in arc_init()
8112 zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024, in arc_init()
8115 if (zfs_dirty_data_max_max == 0) in arc_init()
8116 zfs_dirty_data_max_max = MIN(1ULL * 1024 * 1024 * 1024, in arc_init()
8124 zfs_dirty_data_max_max); in arc_init()