Lines Matching refs:ARCSTAT
735 #define ARCSTAT(stat) (arc_stats.stat.value.ui64)
789 #define arc_size ARCSTAT(arcstat_size) /* actual total arc size */
790 #define arc_p ARCSTAT(arcstat_p) /* target size of MRU */
791 #define arc_c ARCSTAT(arcstat_c) /* target size of cache */
792 #define arc_c_min ARCSTAT(arcstat_c_min) /* min target cache size */
793 #define arc_c_max ARCSTAT(arcstat_c_max) /* max target cache size */
794 #define arc_meta_limit ARCSTAT(arcstat_meta_limit) /* max size for metadata */
795 #define arc_meta_min ARCSTAT(arcstat_meta_min) /* min size for metadata */
796 #define arc_meta_used ARCSTAT(arcstat_meta_used) /* size of metadata */
797 #define arc_meta_max ARCSTAT(arcstat_meta_max) /* max size of metadata */
800 #define arc_compressed_size ARCSTAT(arcstat_compressed_size)
802 #define arc_uncompressed_size ARCSTAT(arcstat_uncompressed_size)
804 #define arc_overhead_size ARCSTAT(arcstat_overhead_size)
1038 #define l2arc_writes_sent ARCSTAT(arcstat_l2_writes_sent)
1039 #define l2arc_writes_done ARCSTAT(arcstat_l2_writes_done)