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.h1020 #define ARCSTAT(stat) (arc_stats.stat.value.ui64) macro
1028 #define arc_no_grow ARCSTAT(arcstat_no_grow) /* do not grow cache size */
1029 #define arc_meta ARCSTAT(arcstat_meta) /* target frac of metadata */
1030 #define arc_pd ARCSTAT(arcstat_pd) /* target frac of data MRU */
1031 #define arc_pm ARCSTAT(arcstat_pm) /* target frac of meta MRU */
1032 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */
1033 #define arc_c_min ARCSTAT(arcstat_c_min) /* min target cache size */
1034 #define arc_c_max ARCSTAT(arcstat_c_max) /* max target cache size */
1035 #define arc_sys_free ARCSTAT(arcstat_sys_free) /* target system free bytes */
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c673 uint64_t x = ARCSTAT(stat); \
676 ARCSTAT(stat) = x; \
689 #define arc_tempreserve ARCSTAT(arcstat_tempreserve)
690 #define arc_loaned_bytes ARCSTAT(arcstat_loaned_bytes)
691 #define arc_dnode_limit ARCSTAT(arcstat_dnode_limit) /* max size for dnodes */
692 #define arc_need_free ARCSTAT(arcstat_need_free) /* waiting to be evicted */