Searched refs:zfs_arc_max (Results 1 – 2 of 2) sorted by relevance
80 extern uint64_t zfs_arc_max, zfs_arc_meta_limit;84 uint64_t zfs_arc_max, zfs_arc_meta_limit; variable3695 zfs_arc_max = zfs_arc_meta_limit = 256 * 1024 * 1024; in main()
224 uint64_t zfs_arc_max; variable5389 if (zfs_arc_max > 64 << 20 && zfs_arc_max < allmem) in arc_init()5390 arc_c_max = zfs_arc_max; in arc_init()