HomeSort by: relevance | last modified time | path
    Searched defs:arc_c (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 340 /* shift of arc_c for calculating overflow limit in arc_get_data_buf */
343 /* shift of arc_c for calculating both min and max arc_p */
351 * I.e. If there is less than arc_c >> arc_no_grow_shift free memory,
921 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */ macro
1121 arc_c = arc_c_max;
1122 arc_p = (arc_c >> 1);
1131 arc_c = arc_c / 2;
1133 zfs_arc_max = arc_c;
1163 if (arc_c < arc_c_min
    [all...]

Completed in 24 milliseconds