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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c621 kstat_named_t arcstat_overhead_size; member in struct:arc_stats
982 #define arc_overhead_size ARCSTAT(arcstat_overhead_size)
2309 ARCSTAT_INCR(arcstat_overhead_size, HDR_GET_LSIZE(hdr));
2318 ARCSTAT_INCR(arcstat_overhead_size,
2885 ARCSTAT_INCR(arcstat_overhead_size, arc_buf_size(buf));
3046 ARCSTAT_INCR(arcstat_overhead_size, -arc_buf_size(buf));
3075 ARCSTAT_INCR(arcstat_overhead_size, arc_buf_size(buf));
3150 ARCSTAT_INCR(arcstat_overhead_size, -size);

Completed in 165 milliseconds