Searched refs:zfs_arc_max (Results 1 – 7 of 7) sorted by relevance
285 &zfs_arc_max, sizeof (zfs_arc_max), param_set_arc_long, "LU",
21 ARC_MAX arc.max zfs_arc_max
915 extern unsigned long zfs_arc_max;
480 zfs_arc_max \494 if [ "$tunable" != "zfs_arc_max" ]
420 unsigned long zfs_arc_max = 0; variable7366 if ((zfs_arc_max) && (zfs_arc_max != arc_c_max) && in arc_tuning_update()7367 (zfs_arc_max >= 64 << 20) && (zfs_arc_max < allmem) && in arc_tuning_update()7368 (zfs_arc_max > arc_c_min)) { in arc_tuning_update()7369 arc_c_max = zfs_arc_max; in arc_tuning_update()7377 WARN_IF_TUNING_IGNORED(zfs_arc_max, arc_c_max, verbose); in arc_tuning_update()
24 zfs_arc_max, zfs_prefetch_disable, and zfs_vdev_max_pending.
8317 zfs_arc_max = zfs_arc_meta_limit = 256 * 1024 * 1024; in main()