HomeSort by: relevance | last modified time | path
    Searched defs:arc_size (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 919 #define arc_size ARCSTAT(arcstat_size) /* actual total arc size */ macro
2451 atomic_add_64(&arc_size, space);
2484 ASSERT(arc_size >= space);
2485 atomic_add_64(&arc_size, -space);
3346 * If arc_size isn't overflowing, signal any
3351 * wake up "too many" threads causing arc_size
3664 * Evict buffers from the cache, such that arc_size is capped by arc_c.
3689 target = MIN((int64_t)(arc_size - arc_c),
3735 target = arc_size - arc_c;
3848 if (arc_c > arc_size)
    [all...]

Completed in 22 milliseconds