Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h571 kstat_named_t arcstat_overhead_size; member
864 #define arc_overhead_size ARCSTAT(arcstat_overhead_size)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1961 ARCSTAT_INCR(arcstat_overhead_size, HDR_GET_LSIZE(hdr)); in arc_buf_fill()
1970 ARCSTAT_INCR(arcstat_overhead_size, in arc_buf_fill()
2610 ARCSTAT_INCR(arcstat_overhead_size, arc_buf_size(buf)); in arc_buf_alloc_impl()
2846 ARCSTAT_INCR(arcstat_overhead_size, -arc_buf_size(buf)); in arc_share_buf()
2877 ARCSTAT_INCR(arcstat_overhead_size, arc_buf_size(buf)); in arc_unshare_buf()
2950 ARCSTAT_INCR(arcstat_overhead_size, -size); in arc_buf_destroy_impl()