Searched refs:arc_c (Results 1 – 1 of 1) sorted by relevance
695 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */ macro3191 (int64_t)(refcount_count(&arc_mfu->arcs_size) - (arc_c - arc_p))); in arc_adjust_meta()3299 target = MIN((int64_t)(arc_size - arc_c), in arc_adjust()3345 target = arc_size - arc_c; in arc_adjust()3386 refcount_count(&arc_mru_ghost->arcs_size) - arc_c; in arc_adjust()3405 refcount_count(&arc_mfu_ghost->arcs_size) - arc_c; in arc_adjust()3475 if (arc_c > arc_c_min) { in arc_shrink()3477 if (arc_c > arc_c_min + to_free) in arc_shrink()3478 atomic_add_64(&arc_c, -to_free); in arc_shrink()3480 arc_c = arc_c_min; in arc_shrink()[all …]