Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h587 kstat_named_t arcstat_overhead_size; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c684 #define arc_overhead_size ARCSTAT(arcstat_overhead_size)
2127 ARCSTAT_INCR(arcstat_overhead_size, HDR_GET_LSIZE(hdr)); in arc_buf_fill()
2136 ARCSTAT_INCR(arcstat_overhead_size, in arc_buf_fill()
2869 ARCSTAT_INCR(arcstat_overhead_size, arc_buf_size(buf)); in arc_buf_alloc_impl()
3051 ARCSTAT_INCR(arcstat_overhead_size, -arc_buf_size(buf)); in arc_share_buf()
3079 ARCSTAT_INCR(arcstat_overhead_size, arc_buf_size(buf)); in arc_unshare_buf()
3152 ARCSTAT_INCR(arcstat_overhead_size, -size); in arc_buf_destroy_impl()