Searched refs:ARCSTAT (Results 1 – 2 of 2) sorted by relevance
1021 #define ARCSTAT(stat) (arc_stats.stat.value.ui64) macro1029 #define arc_no_grow ARCSTAT(arcstat_no_grow) /* do not grow cache size */1030 #define arc_meta ARCSTAT(arcstat_meta) /* target frac of metadata */1031 #define arc_pd ARCSTAT(arcstat_pd) /* target frac of data MRU */1032 #define arc_pm ARCSTAT(arcstat_pm) /* target frac of meta MRU */1033 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */1034 #define arc_c_min ARCSTAT(arcstat_c_min) /* min target cache size */1035 #define arc_c_max ARCSTAT(arcstat_c_max) /* max target cache size */1036 #define arc_sys_free ARCSTAT(arcstat_sys_free) /* target system free bytes */
696 uint64_t x = ARCSTAT(stat); \699 ARCSTAT(stat) = x; \712 #define arc_tempreserve ARCSTAT(arcstat_tempreserve)713 #define arc_loaned_bytes ARCSTAT(arcstat_loaned_bytes)714 #define arc_dnode_limit ARCSTAT(arcstat_dnode_limit) /* max size for dnodes */715 #define arc_need_free ARCSTAT(arcstat_need_free) /* waiting to be evicted */