Searched defs:arc_meta_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c729 { "arc_meta_max", KSTAT_DATA_UINT64 },
797 #define arc_meta_max ARCSTAT(arcstat_meta_max) /* max size of metadata */ macro
2365 if (arc_meta_max < arc_meta_used)
2366 arc_meta_max = arc_meta_used;

Completed in 80 milliseconds