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

/freebsd-11-stable/contrib/gcc/
H A Dgcov.c934 arc_t *arc, *arc_p, *arc_n;
936 for (arc_p = NULL, arc = fn->blocks[ix].succ; arc;
937 arc_p = arc, arc = arc_n)
940 arc->succ_next = arc_p;
942 fn->blocks[ix].succ = arc_p;
944 for (arc_p = NULL, arc = fn->blocks[ix].pred; arc;
945 arc_p = arc, arc = arc_n)
948 arc->pred_next = arc_p;
950 fn->blocks[ix].pred = arc_p;
1157 arc_t *arc, *arc_p, *arc_
933 arc_t *arc, *arc_p, *arc_n; local
1156 arc_t *arc, *arc_p, *arc_n; local
1575 arc_t *arc, *arc_p, *arc_n; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c337 /* shift of arc_c for calculating both min and max arc_p */
969 #define arc_p ARCSTAT(arcstat_p) /* target size of MRU */ macro
1207 arc_p = (arc_c >> 1);
3993 * evict so much that we drop the MRU below arc_p, though. If
3994 * we're over the meta limit more than we're over arc_p, we
3999 refcount_count(&arc_mru->arcs_size) - arc_p));
4006 * space allotted to the MFU (which is defined as arc_c - arc_p).
4010 (arc_c - arc_p)));
4116 * arc_p. So, if we're over our target cache size more than
4117 * the MRU is over arc_p, w
[all...]

Completed in 81 milliseconds