Searched refs:arc_c_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c793 #define arc_c_max ARCSTAT(arcstat_c_max) /* max target cache size */ macro
4215 if (arc_c >= arc_c_max)
4224 if (arc_c > arc_c_max)
4225 arc_c = arc_c_max;
5631 arc_c = MIN(arc_c_max, reserve * 4);
5867 return (arc_c_max);
5893 arc_c_max = allmem - (1 << 30);
5895 arc_c_max = arc_c_min;
5896 arc_c_max = MAX(allmem * 3 / 4, arc_c_max);
[all...]

Completed in 177 milliseconds