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.h1067 #define ARCSTAT(stat) (arc_stats.stat.value.ui64) macro
1075 #define arc_no_grow ARCSTAT(arcstat_no_grow) /* do not grow cache size */
1076 #define arc_meta ARCSTAT(arcstat_meta) /* target frac of metadata */
1077 #define arc_pd ARCSTAT(arcstat_pd) /* target frac of data MRU */
1078 #define arc_pm ARCSTAT(arcstat_pm) /* target frac of meta MRU */
1079 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */
1080 #define arc_c_min ARCSTAT(arcstat_c_min) /* min target cache size */
1081 #define arc_c_max ARCSTAT(arcstat_c_max) /* max target cache size */
1082 #define arc_sys_free ARCSTAT(arcstat_sys_free) /* target system free bytes */
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c687 uint64_t x = ARCSTAT(stat); \
690 ARCSTAT(stat) = x; \
703 #define arc_tempreserve ARCSTAT(arcstat_tempreserve)
704 #define arc_loaned_bytes ARCSTAT(arcstat_loaned_bytes)
705 #define arc_dnode_limit ARCSTAT(arcstat_dnode_limit) /* max size for dnodes */
706 #define arc_need_free ARCSTAT(arcstat_need_free) /* waiting to be evicted */