|
@@ -140,6 +140,9 @@ enum zone_stat_item {
|
|
NR_DIRTIED, /* page dirtyings since bootup */
|
|
NR_DIRTIED, /* page dirtyings since bootup */
|
|
NR_WRITTEN, /* page writings since bootup */
|
|
NR_WRITTEN, /* page writings since bootup */
|
|
NR_PAGES_SCANNED, /* pages scanned since last reclaim */
|
|
NR_PAGES_SCANNED, /* pages scanned since last reclaim */
|
|
|
|
+#if IS_ENABLED(CONFIG_ZSMALLOC)
|
|
|
|
+ NR_ZSPAGES, /* allocated in zsmalloc */
|
|
|
|
+#endif
|
|
#ifdef CONFIG_NUMA
|
|
#ifdef CONFIG_NUMA
|
|
NUMA_HIT, /* allocated in intended node */
|
|
NUMA_HIT, /* allocated in intended node */
|
|
NUMA_MISS, /* allocated in non intended node */
|
|
NUMA_MISS, /* allocated in non intended node */
|