Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c426 if (zfs_dirty_data_max_max == 0) in arc_hotplug_callback()
427 zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024, in arc_hotplug_callback()
430 if (zfs_dirty_data_max_max == 0) in arc_hotplug_callback()
431 zfs_dirty_data_max_max = MIN(1ULL * 1024 * 1024 * 1024, in arc_hotplug_callback()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_pool.h61 extern uint64_t zfs_dirty_data_max_max;
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_pool.c103 uint64_t zfs_dirty_data_max_max = 0; variable
H A Darc.c7685 if (zfs_dirty_data_max_max == 0) in arc_init()
7686 zfs_dirty_data_max_max = MIN(4ULL * 1024 * 1024 * 1024, in arc_init()
7689 if (zfs_dirty_data_max_max == 0) in arc_init()
7690 zfs_dirty_data_max_max = MIN(1ULL * 1024 * 1024 * 1024, in arc_init()
7698 zfs_dirty_data_max_max); in arc_init()