Searched refs:ARCSTAT (Results 1 – 1 of 1) sorted by relevance
690 #define ARCSTAT(stat) (arc_stats.stat.value.ui64) macro744 #define arc_size ARCSTAT(arcstat_size) /* actual total arc size */745 #define arc_p ARCSTAT(arcstat_p) /* target size of MRU */746 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */747 #define arc_c_min ARCSTAT(arcstat_c_min) /* min target cache size */748 #define arc_c_max ARCSTAT(arcstat_c_max) /* max target cache size */749 #define arc_meta_limit ARCSTAT(arcstat_meta_limit) /* max size for metadata */750 #define arc_meta_min ARCSTAT(arcstat_meta_min) /* min size for metadata */751 #define arc_meta_used ARCSTAT(arcstat_meta_used) /* size of metadata */752 #define arc_meta_max ARCSTAT(arcstat_meta_max) /* max size of metadata */[all …]