Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h1019 #define ARCSTAT(stat) (arc_stats.stat.value.ui64) macro
1027 #define arc_no_grow ARCSTAT(arcstat_no_grow) /* do not grow cache size */
1028 #define arc_meta ARCSTAT(arcstat_meta) /* target frac of metadata */
1029 #define arc_pd ARCSTAT(arcstat_pd) /* target frac of data MRU */
1030 #define arc_pm ARCSTAT(arcstat_pm) /* target frac of meta MRU */
1031 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */
1032 #define arc_c_min ARCSTAT(arcstat_c_min) /* min target cache size */
1033 #define arc_c_max ARCSTAT(arcstat_c_max) /* max target cache size */
1034 #define arc_sys_free ARCSTAT(arcstat_sys_free) /* target system free bytes */
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c669 uint64_t x = ARCSTAT(stat); \
672 ARCSTAT(stat) = x; \
685 #define arc_tempreserve ARCSTAT(arcstat_tempreserve)
686 #define arc_loaned_bytes ARCSTAT(arcstat_loaned_bytes)
687 #define arc_dnode_limit ARCSTAT(arcstat_dnode_limit) /* max size for dnodes */
688 #define arc_need_free ARCSTAT(arcstat_need_free) /* waiting to be evicted */