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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c490 kstat_named_t arcstat_overhead_size; member in struct:arc_stats
804 #define arc_overhead_size ARCSTAT(arcstat_overhead_size)
1904 ARCSTAT_INCR(arcstat_overhead_size, HDR_GET_LSIZE(hdr));
1913 ARCSTAT_INCR(arcstat_overhead_size,
2472 ARCSTAT_INCR(arcstat_overhead_size, arc_buf_size(buf));
2625 ARCSTAT_INCR(arcstat_overhead_size, -arc_buf_size(buf));
2652 ARCSTAT_INCR(arcstat_overhead_size, arc_buf_size(buf));
2725 ARCSTAT_INCR(arcstat_overhead_size, -size);

Completed in 97 milliseconds