Searched refs:zfs_arc_max (Results 1 – 2 of 2) sorted by relevance
79 extern uint64_t zfs_arc_max, zfs_arc_meta_limit;83 uint64_t zfs_arc_max, zfs_arc_meta_limit; variable3682 zfs_arc_max = zfs_arc_meta_limit = 256 * 1024 * 1024; in main()
224 uint64_t zfs_arc_max; variable5319 if (zfs_arc_max > 64 << 20 && zfs_arc_max < allmem) in arc_init()5320 arc_c_max = zfs_arc_max; in arc_init()