diff options
Diffstat (limited to 'include/linux/memcontrol.h')
-rw-r--r-- | include/linux/memcontrol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index f952a07ce7a9..60e95872da29 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h | |||
@@ -42,6 +42,7 @@ enum mem_cgroup_stat_index { | |||
42 | MEM_CGROUP_STAT_RSS, /* # of pages charged as anon rss */ | 42 | MEM_CGROUP_STAT_RSS, /* # of pages charged as anon rss */ |
43 | MEM_CGROUP_STAT_RSS_HUGE, /* # of pages charged as anon huge */ | 43 | MEM_CGROUP_STAT_RSS_HUGE, /* # of pages charged as anon huge */ |
44 | MEM_CGROUP_STAT_FILE_MAPPED, /* # of pages charged as file rss */ | 44 | MEM_CGROUP_STAT_FILE_MAPPED, /* # of pages charged as file rss */ |
45 | MEM_CGROUP_STAT_WRITEBACK, /* # of pages under writeback */ | ||
45 | MEM_CGROUP_STAT_SWAP, /* # of pages, swapped out */ | 46 | MEM_CGROUP_STAT_SWAP, /* # of pages, swapped out */ |
46 | MEM_CGROUP_STAT_NSTATS, | 47 | MEM_CGROUP_STAT_NSTATS, |
47 | }; | 48 | }; |