Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_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-14.2/sys/contrib/openzfs/include/sys/
H A Ddsl_pool.h61 extern uint64_t zfs_dirty_data_max_max;
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddsl_pool.c103 uint64_t zfs_dirty_data_max_max = 0; variable
H A Darc.c7680 if (zfs_dirty_data_max_max == 0) in arc_init()
7681 zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024, in arc_init()
7684 if (zfs_dirty_data_max_max == 0) in arc_init()
7685 zfs_dirty_data_max_max = MIN(1ULL * 1024 * 1024 * 1024, in arc_init()
7693 zfs_dirty_data_max_max); in arc_init()