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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c300 * This thread's job is to keep arc_size under arc_c, by calling
334 /* shift of arc_c for calculating overflow limit in arc_get_data_impl */
337 /* shift of arc_c for calculating both min and max arc_p */
345 * I.e. If there is less than arc_c >> arc_no_grow_shift free memory,
970 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */ macro
1206 arc_c = arc_c_max;
1207 arc_p = (arc_c >> 1);
1216 arc_c = arc_c / 2;
1218 zfs_arc_max = arc_c;
[all...]

Completed in 67 milliseconds