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

/freebsd-11-stable/usr.bin/top/
H A Dmachine.c330 uint64_t arc_size; local
340 size = sizeof(arc_size);
341 if (sysctlbyname("kstat.zfs.misc.arcstats.size", &arc_size, &size,
342 NULL, 0) == 0 && arc_size != 0)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c300 * This thread's job is to keep arc_size under arc_c, by calling
992 aggsum_t arc_size; variable
2742 aggsum_add(&arc_size, space);
2780 ASSERT(aggsum_compare(&arc_size, space) >= 0);
2781 aggsum_add(&arc_size, -space);
3773 * If arc_size isn't overflowing, signal any
3778 * wake up "too many" threads causing arc_size
4093 * Evict buffers from the cache, such that arc_size is capped by arc_c.
4101 uint64_t asize = aggsum_value(&arc_size);
4162 asize = aggsum_value(&arc_size);
[all...]

Completed in 109 milliseconds