Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Darc.c691 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */ macro
3187 (int64_t)(refcount_count(&arc_mfu->arcs_size) - (arc_c - arc_p))); in arc_adjust_meta()
3295 target = MIN((int64_t)(arc_size - arc_c), in arc_adjust()
3341 target = arc_size - arc_c; in arc_adjust()
3382 refcount_count(&arc_mru_ghost->arcs_size) - arc_c; in arc_adjust()
3401 refcount_count(&arc_mfu_ghost->arcs_size) - arc_c; in arc_adjust()
3471 if (arc_c > arc_c_min) { in arc_shrink()
3473 if (arc_c > arc_c_min + to_free) in arc_shrink()
3474 atomic_add_64(&arc_c, -to_free); in arc_shrink()
3476 arc_c = arc_c_min; in arc_shrink()
[all …]