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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c312 /* shift of arc_c for calculating both min and max arc_p */
790 #define arc_p ARCSTAT(arcstat_p) /* target size of MRU */ macro
3552 * evict so much that we drop the MRU below arc_p, though. If
3553 * we're over the meta limit more than we're over arc_p, we
3558 refcount_count(&arc_mru->arcs_size) - arc_p));
3565 * space allotted to the MFU (which is defined as arc_c - arc_p).
3568 (int64_t)(refcount_count(&arc_mfu->arcs_size) - (arc_c - arc_p)));
3672 * arc_p. So, if we're over our target cache size more than
3673 * the MRU is over arc_p, we'll evict enough to get back to
3674 * arc_p her
[all...]

Completed in 2663 milliseconds