Searched refs:ARCSTAT (Results 1 – 2 of 2) sorted by relevance
1056 #define ARCSTAT(stat) (arc_stats.stat.value.ui64) macro1064 #define arc_no_grow ARCSTAT(arcstat_no_grow) /* do not grow cache size */1065 #define arc_meta ARCSTAT(arcstat_meta) /* target frac of metadata */1066 #define arc_pd ARCSTAT(arcstat_pd) /* target frac of data MRU */1067 #define arc_pm ARCSTAT(arcstat_pm) /* target frac of meta MRU */1068 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */1069 #define arc_c_min ARCSTAT(arcstat_c_min) /* min target cache size */1070 #define arc_c_max ARCSTAT(arcstat_c_max) /* max target cache size */1071 #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 */