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

/freebsd-12-stable/usr.bin/top/
H A Dmachine.c276 uint64_t arc_size; local
285 size = sizeof(arc_size);
286 if (sysctlbyname("kstat.zfs.misc.arcstats.size", &arc_size, &size,
287 NULL, 0) == 0 && arc_size != 0)
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c308 * This thread's job is to keep arc_size under arc_c, by calling
1057 aggsum_t arc_size; variable
2888 aggsum_add(&arc_size, space);
2932 ASSERT(aggsum_compare(&arc_size, space) >= 0);
2933 aggsum_add(&arc_size, -space);
3927 * If arc_size isn't overflowing, signal any
3932 * wake up "too many" threads causing arc_size
4425 * Evict buffers from the cache, such that arc_size is capped by arc_c.
4433 uint64_t asize = aggsum_value(&arc_size);
4494 asize = aggsum_value(&arc_size);
[all...]

Completed in 178 milliseconds