blob: e5759b51f37e9a7708cf7df946a6eb11dbae1688 [file] [log] [blame]
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001/* memcontrol.c - Memory Controller
2 *
3 * Copyright IBM Corporation, 2007
4 * Author Balbir Singh <balbir@linux.vnet.ibm.com>
5 *
Pavel Emelianov78fb7462008-02-07 00:13:51 -08006 * Copyright 2007 OpenVZ SWsoft Inc
7 * Author: Pavel Emelianov <xemul@openvz.org>
8 *
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08009 * Memory thresholds
10 * Copyright (C) 2009 Nokia Corporation
11 * Author: Kirill A. Shutemov
12 *
Balbir Singh8cdea7c2008-02-07 00:13:50 -080013 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
17 *
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
22 */
23
24#include <linux/res_counter.h>
25#include <linux/memcontrol.h>
26#include <linux/cgroup.h>
Pavel Emelianov78fb7462008-02-07 00:13:51 -080027#include <linux/mm.h>
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -080028#include <linux/hugetlb.h>
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -080029#include <linux/pagemap.h>
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -080030#include <linux/smp.h>
Balbir Singh8a9f3cc2008-02-07 00:13:53 -080031#include <linux/page-flags.h>
Balbir Singh66e17072008-02-07 00:13:56 -080032#include <linux/backing-dev.h>
Balbir Singh8a9f3cc2008-02-07 00:13:53 -080033#include <linux/bit_spinlock.h>
34#include <linux/rcupdate.h>
Balbir Singhe2224322009-04-02 16:57:39 -070035#include <linux/limits.h>
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -080036#include <linux/mutex.h>
Balbir Singhf64c3f52009-09-23 15:56:37 -070037#include <linux/rbtree.h>
Balbir Singhb6ac57d2008-04-29 01:00:19 -070038#include <linux/slab.h>
Balbir Singh66e17072008-02-07 00:13:56 -080039#include <linux/swap.h>
Daisuke Nishimura02491442010-03-10 15:22:17 -080040#include <linux/swapops.h>
Balbir Singh66e17072008-02-07 00:13:56 -080041#include <linux/spinlock.h>
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -080042#include <linux/eventfd.h>
43#include <linux/sort.h>
Balbir Singh66e17072008-02-07 00:13:56 -080044#include <linux/fs.h>
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -080045#include <linux/seq_file.h>
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -070046#include <linux/vmalloc.h>
Christoph Lameterb69408e2008-10-18 20:26:14 -070047#include <linux/mm_inline.h>
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -070048#include <linux/page_cgroup.h>
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -080049#include <linux/cpu.h>
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -070050#include <linux/oom.h>
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -080051#include "internal.h"
Balbir Singh8cdea7c2008-02-07 00:13:50 -080052
Balbir Singh8697d332008-02-07 00:13:59 -080053#include <asm/uaccess.h>
54
KOSAKI Motohirocc8e9702010-08-09 17:19:57 -070055#include <trace/events/vmscan.h>
56
KAMEZAWA Hiroyukia181b0e2008-07-25 01:47:08 -070057struct cgroup_subsys mem_cgroup_subsys __read_mostly;
KAMEZAWA Hiroyukia181b0e2008-07-25 01:47:08 -070058#define MEM_CGROUP_RECLAIM_RETRIES 5
Balbir Singh4b3bde42009-09-23 15:56:32 -070059struct mem_cgroup *root_mem_cgroup __read_mostly;
Balbir Singh8cdea7c2008-02-07 00:13:50 -080060
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080061#ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
Li Zefan338c8432009-06-17 16:27:15 -070062/* Turned on only when memory cgroup is enabled && really_do_swap_account = 1 */
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080063int do_swap_account __read_mostly;
Michal Hockoa42c3902010-11-24 12:57:08 -080064
65/* for remember boot option*/
66#ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED
67static int really_do_swap_account __initdata = 1;
68#else
69static int really_do_swap_account __initdata = 0;
70#endif
71
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080072#else
73#define do_swap_account (0)
74#endif
75
76
Balbir Singh8cdea7c2008-02-07 00:13:50 -080077/*
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -080078 * Statistics for memory cgroup.
79 */
80enum mem_cgroup_stat_index {
81 /*
82 * For MEM_CONTAINER_TYPE_ALL, usage = pagecache + rss.
83 */
84 MEM_CGROUP_STAT_CACHE, /* # of pages charged as cache */
Balbir Singhd69b0422009-06-17 16:26:34 -070085 MEM_CGROUP_STAT_RSS, /* # of pages charged as anon rss */
KAMEZAWA Hiroyukid8046582009-12-15 16:47:09 -080086 MEM_CGROUP_STAT_FILE_MAPPED, /* # of pages charged as file rss */
Balbir Singh0c3e73e2009-09-23 15:56:42 -070087 MEM_CGROUP_STAT_SWAPOUT, /* # of pages, swapped out */
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -070088 MEM_CGROUP_STAT_DATA, /* end of data requires synchronization */
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -070089 MEM_CGROUP_ON_MOVE, /* someone is moving account between groups */
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -080090 MEM_CGROUP_STAT_NSTATS,
91};
92
Johannes Weinere9f89742011-03-23 16:42:37 -070093enum mem_cgroup_events_index {
94 MEM_CGROUP_EVENTS_PGPGIN, /* # of pages paged in */
95 MEM_CGROUP_EVENTS_PGPGOUT, /* # of pages paged out */
96 MEM_CGROUP_EVENTS_COUNT, /* # of pages paged in/out */
97 MEM_CGROUP_EVENTS_NSTATS,
98};
Johannes Weiner7a159cc2011-03-23 16:42:38 -070099/*
100 * Per memcg event counter is incremented at every pagein/pageout. With THP,
101 * it will be incremated by the number of pages. This counter is used for
102 * for trigger some periodic events. This is straightforward and better
103 * than using jiffies etc. to handle periodic memcg event.
104 */
105enum mem_cgroup_events_target {
106 MEM_CGROUP_TARGET_THRESH,
107 MEM_CGROUP_TARGET_SOFTLIMIT,
108 MEM_CGROUP_NTARGETS,
109};
110#define THRESHOLDS_EVENTS_TARGET (128)
111#define SOFTLIMIT_EVENTS_TARGET (1024)
Johannes Weinere9f89742011-03-23 16:42:37 -0700112
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800113struct mem_cgroup_stat_cpu {
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700114 long count[MEM_CGROUP_STAT_NSTATS];
Johannes Weinere9f89742011-03-23 16:42:37 -0700115 unsigned long events[MEM_CGROUP_EVENTS_NSTATS];
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700116 unsigned long targets[MEM_CGROUP_NTARGETS];
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800117};
118
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800119/*
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800120 * per-zone information in memory controller.
121 */
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800122struct mem_cgroup_per_zone {
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -0800123 /*
124 * spin_lock to protect the per cgroup LRU
125 */
Christoph Lameterb69408e2008-10-18 20:26:14 -0700126 struct list_head lists[NR_LRU_LISTS];
127 unsigned long count[NR_LRU_LISTS];
KOSAKI Motohiro3e2f41f2009-01-07 18:08:20 -0800128
129 struct zone_reclaim_stat reclaim_stat;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700130 struct rb_node tree_node; /* RB tree node */
131 unsigned long long usage_in_excess;/* Set to the value by which */
132 /* the soft limit is exceeded*/
133 bool on_tree;
Balbir Singh4e416952009-09-23 15:56:39 -0700134 struct mem_cgroup *mem; /* Back pointer, we cannot */
135 /* use container_of */
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800136};
137/* Macro for accessing counter */
138#define MEM_CGROUP_ZSTAT(mz, idx) ((mz)->count[(idx)])
139
140struct mem_cgroup_per_node {
141 struct mem_cgroup_per_zone zoneinfo[MAX_NR_ZONES];
142};
143
144struct mem_cgroup_lru_info {
145 struct mem_cgroup_per_node *nodeinfo[MAX_NUMNODES];
146};
147
148/*
Balbir Singhf64c3f52009-09-23 15:56:37 -0700149 * Cgroups above their limits are maintained in a RB-Tree, independent of
150 * their hierarchy representation
151 */
152
153struct mem_cgroup_tree_per_zone {
154 struct rb_root rb_root;
155 spinlock_t lock;
156};
157
158struct mem_cgroup_tree_per_node {
159 struct mem_cgroup_tree_per_zone rb_tree_per_zone[MAX_NR_ZONES];
160};
161
162struct mem_cgroup_tree {
163 struct mem_cgroup_tree_per_node *rb_tree_per_node[MAX_NUMNODES];
164};
165
166static struct mem_cgroup_tree soft_limit_tree __read_mostly;
167
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800168struct mem_cgroup_threshold {
169 struct eventfd_ctx *eventfd;
170 u64 threshold;
171};
172
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700173/* For threshold */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800174struct mem_cgroup_threshold_ary {
175 /* An array index points to threshold just below usage. */
Phil Carmody5407a562010-05-26 14:42:42 -0700176 int current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800177 /* Size of entries[] */
178 unsigned int size;
179 /* Array of thresholds */
180 struct mem_cgroup_threshold entries[0];
181};
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700182
183struct mem_cgroup_thresholds {
184 /* Primary thresholds array */
185 struct mem_cgroup_threshold_ary *primary;
186 /*
187 * Spare threshold array.
188 * This is needed to make mem_cgroup_unregister_event() "never fail".
189 * It must be able to store at least primary->size - 1 entries.
190 */
191 struct mem_cgroup_threshold_ary *spare;
192};
193
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700194/* for OOM */
195struct mem_cgroup_eventfd_list {
196 struct list_head list;
197 struct eventfd_ctx *eventfd;
198};
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800199
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800200static void mem_cgroup_threshold(struct mem_cgroup *mem);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700201static void mem_cgroup_oom_notify(struct mem_cgroup *mem);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800202
Balbir Singhf64c3f52009-09-23 15:56:37 -0700203/*
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800204 * The memory controller data structure. The memory controller controls both
205 * page cache and RSS per cgroup. We would eventually like to provide
206 * statistics based on the statistics developed by Rik Van Riel for clock-pro,
207 * to help the administrator determine what knobs to tune.
208 *
209 * TODO: Add a water mark for the memory controller. Reclaim will begin when
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800210 * we hit the water mark. May be even add a low water mark, such that
211 * no reclaim occurs from a cgroup at it's low water mark, this is
212 * a feature that will be implemented much later in the future.
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800213 */
214struct mem_cgroup {
215 struct cgroup_subsys_state css;
216 /*
217 * the counter to account for memory usage
218 */
219 struct res_counter res;
Pavel Emelianov78fb7462008-02-07 00:13:51 -0800220 /*
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800221 * the counter to account for mem+swap usage.
222 */
223 struct res_counter memsw;
224 /*
Pavel Emelianov78fb7462008-02-07 00:13:51 -0800225 * Per cgroup active and inactive list, similar to the
226 * per zone LRU lists.
Pavel Emelianov78fb7462008-02-07 00:13:51 -0800227 */
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800228 struct mem_cgroup_lru_info info;
Balbir Singh6d61ef42009-01-07 18:08:06 -0800229 /*
André Goddard Rosaaf901ca2009-11-14 13:09:05 -0200230 * While reclaiming in a hierarchy, we cache the last child we
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -0700231 * reclaimed from.
Balbir Singh6d61ef42009-01-07 18:08:06 -0800232 */
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -0700233 int last_scanned_child;
Balbir Singh18f59ea2009-01-07 18:08:07 -0800234 /*
235 * Should the accounting and control be hierarchical, per subtree?
236 */
237 bool use_hierarchy;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -0800238 atomic_t oom_lock;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800239 atomic_t refcnt;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -0800240
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -0800241 unsigned int swappiness;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -0700242 /* OOM-Killer disable */
243 int oom_kill_disable;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -0800244
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -0700245 /* set when res.limit == memsw.limit */
246 bool memsw_is_minimum;
247
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800248 /* protect arrays of thresholds */
249 struct mutex thresholds_lock;
250
251 /* thresholds for memory usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700252 struct mem_cgroup_thresholds thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700253
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800254 /* thresholds for mem+swap usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700255 struct mem_cgroup_thresholds memsw_thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700256
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700257 /* For oom notifier event fd */
258 struct list_head oom_notify;
259
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800260 /*
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800261 * Should we move charges of a task when a task is moved into this
262 * mem_cgroup ? And what type of charges should we move ?
263 */
264 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800265 /*
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800266 * percpu counter.
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800267 */
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800268 struct mem_cgroup_stat_cpu *stat;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700269 /*
270 * used when a cpu is offlined or other synchronizations
271 * See mem_cgroup_read_stat().
272 */
273 struct mem_cgroup_stat_cpu nocpu_base;
274 spinlock_t pcp_counter_lock;
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800275};
276
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800277/* Stuffs for move charges at task migration. */
278/*
279 * Types of charges to be moved. "move_charge_at_immitgrate" is treated as a
280 * left-shifted bitmap of these types.
281 */
282enum move_type {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800283 MOVE_CHARGE_TYPE_ANON, /* private anonymous page and swap of it */
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700284 MOVE_CHARGE_TYPE_FILE, /* file page(including tmpfs) and swap of it */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800285 NR_MOVE_TYPE,
286};
287
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800288/* "mc" and its members are protected by cgroup_mutex */
289static struct move_charge_struct {
Daisuke Nishimurab1dd6932010-11-24 12:57:06 -0800290 spinlock_t lock; /* for from, to */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800291 struct mem_cgroup *from;
292 struct mem_cgroup *to;
293 unsigned long precharge;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -0800294 unsigned long moved_charge;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -0800295 unsigned long moved_swap;
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800296 struct task_struct *moving_task; /* a task moving charges */
297 wait_queue_head_t waitq; /* a waitq for other context */
298} mc = {
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -0700299 .lock = __SPIN_LOCK_UNLOCKED(mc.lock),
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800300 .waitq = __WAIT_QUEUE_HEAD_INITIALIZER(mc.waitq),
301};
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800302
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700303static bool move_anon(void)
304{
305 return test_bit(MOVE_CHARGE_TYPE_ANON,
306 &mc.to->move_charge_at_immigrate);
307}
308
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700309static bool move_file(void)
310{
311 return test_bit(MOVE_CHARGE_TYPE_FILE,
312 &mc.to->move_charge_at_immigrate);
313}
314
Balbir Singh4e416952009-09-23 15:56:39 -0700315/*
316 * Maximum loops in mem_cgroup_hierarchical_reclaim(), used for soft
317 * limit reclaim to prevent infinite loops, if they ever occur.
318 */
319#define MEM_CGROUP_MAX_RECLAIM_LOOPS (100)
320#define MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS (2)
321
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -0800322enum charge_type {
323 MEM_CGROUP_CHARGE_TYPE_CACHE = 0,
324 MEM_CGROUP_CHARGE_TYPE_MAPPED,
Rik van Riel4f98a2f2008-10-18 20:26:32 -0700325 MEM_CGROUP_CHARGE_TYPE_SHMEM, /* used by page migration of shmem */
KAMEZAWA Hiroyukic05555b2008-10-18 20:28:11 -0700326 MEM_CGROUP_CHARGE_TYPE_FORCE, /* used by force_empty */
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -0800327 MEM_CGROUP_CHARGE_TYPE_SWAPOUT, /* for accounting swapcache */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -0700328 MEM_CGROUP_CHARGE_TYPE_DROP, /* a page was unused swap cache */
KAMEZAWA Hiroyukic05555b2008-10-18 20:28:11 -0700329 NR_CHARGE_TYPE,
330};
331
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800332/* for encoding cft->private value on file */
333#define _MEM (0)
334#define _MEMSWAP (1)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700335#define _OOM_TYPE (2)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800336#define MEMFILE_PRIVATE(x, val) (((x) << 16) | (val))
337#define MEMFILE_TYPE(val) (((val) >> 16) & 0xffff)
338#define MEMFILE_ATTR(val) ((val) & 0xffff)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700339/* Used for OOM nofiier */
340#define OOM_CONTROL (0)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800341
Balbir Singh75822b42009-09-23 15:56:38 -0700342/*
343 * Reclaim flags for mem_cgroup_hierarchical_reclaim
344 */
345#define MEM_CGROUP_RECLAIM_NOSWAP_BIT 0x0
346#define MEM_CGROUP_RECLAIM_NOSWAP (1 << MEM_CGROUP_RECLAIM_NOSWAP_BIT)
347#define MEM_CGROUP_RECLAIM_SHRINK_BIT 0x1
348#define MEM_CGROUP_RECLAIM_SHRINK (1 << MEM_CGROUP_RECLAIM_SHRINK_BIT)
Balbir Singh4e416952009-09-23 15:56:39 -0700349#define MEM_CGROUP_RECLAIM_SOFT_BIT 0x2
350#define MEM_CGROUP_RECLAIM_SOFT (1 << MEM_CGROUP_RECLAIM_SOFT_BIT)
Balbir Singh75822b42009-09-23 15:56:38 -0700351
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800352static void mem_cgroup_get(struct mem_cgroup *mem);
353static void mem_cgroup_put(struct mem_cgroup *mem);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -0800354static struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *mem);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -0800355static void drain_all_stock_async(void);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800356
Balbir Singhf64c3f52009-09-23 15:56:37 -0700357static struct mem_cgroup_per_zone *
358mem_cgroup_zoneinfo(struct mem_cgroup *mem, int nid, int zid)
359{
360 return &mem->info.nodeinfo[nid]->zoneinfo[zid];
361}
362
Wu Fengguangd3242362009-12-16 12:19:59 +0100363struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *mem)
364{
365 return &mem->css;
366}
367
Balbir Singhf64c3f52009-09-23 15:56:37 -0700368static struct mem_cgroup_per_zone *
Johannes Weiner97a6c372011-03-23 16:42:27 -0700369page_cgroup_zoneinfo(struct mem_cgroup *mem, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700370{
Johannes Weiner97a6c372011-03-23 16:42:27 -0700371 int nid = page_to_nid(page);
372 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700373
Balbir Singhf64c3f52009-09-23 15:56:37 -0700374 return mem_cgroup_zoneinfo(mem, nid, zid);
375}
376
377static struct mem_cgroup_tree_per_zone *
378soft_limit_tree_node_zone(int nid, int zid)
379{
380 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
381}
382
383static struct mem_cgroup_tree_per_zone *
384soft_limit_tree_from_page(struct page *page)
385{
386 int nid = page_to_nid(page);
387 int zid = page_zonenum(page);
388
389 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
390}
391
392static void
Balbir Singh4e416952009-09-23 15:56:39 -0700393__mem_cgroup_insert_exceeded(struct mem_cgroup *mem,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700394 struct mem_cgroup_per_zone *mz,
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700395 struct mem_cgroup_tree_per_zone *mctz,
396 unsigned long long new_usage_in_excess)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700397{
398 struct rb_node **p = &mctz->rb_root.rb_node;
399 struct rb_node *parent = NULL;
400 struct mem_cgroup_per_zone *mz_node;
401
402 if (mz->on_tree)
403 return;
404
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700405 mz->usage_in_excess = new_usage_in_excess;
406 if (!mz->usage_in_excess)
407 return;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700408 while (*p) {
409 parent = *p;
410 mz_node = rb_entry(parent, struct mem_cgroup_per_zone,
411 tree_node);
412 if (mz->usage_in_excess < mz_node->usage_in_excess)
413 p = &(*p)->rb_left;
414 /*
415 * We can't avoid mem cgroups that are over their soft
416 * limit by the same amount
417 */
418 else if (mz->usage_in_excess >= mz_node->usage_in_excess)
419 p = &(*p)->rb_right;
420 }
421 rb_link_node(&mz->tree_node, parent, p);
422 rb_insert_color(&mz->tree_node, &mctz->rb_root);
423 mz->on_tree = true;
Balbir Singh4e416952009-09-23 15:56:39 -0700424}
425
426static void
427__mem_cgroup_remove_exceeded(struct mem_cgroup *mem,
428 struct mem_cgroup_per_zone *mz,
429 struct mem_cgroup_tree_per_zone *mctz)
430{
431 if (!mz->on_tree)
432 return;
433 rb_erase(&mz->tree_node, &mctz->rb_root);
434 mz->on_tree = false;
435}
436
437static void
Balbir Singhf64c3f52009-09-23 15:56:37 -0700438mem_cgroup_remove_exceeded(struct mem_cgroup *mem,
439 struct mem_cgroup_per_zone *mz,
440 struct mem_cgroup_tree_per_zone *mctz)
441{
442 spin_lock(&mctz->lock);
Balbir Singh4e416952009-09-23 15:56:39 -0700443 __mem_cgroup_remove_exceeded(mem, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700444 spin_unlock(&mctz->lock);
445}
446
Balbir Singhf64c3f52009-09-23 15:56:37 -0700447
448static void mem_cgroup_update_tree(struct mem_cgroup *mem, struct page *page)
449{
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700450 unsigned long long excess;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700451 struct mem_cgroup_per_zone *mz;
452 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700453 int nid = page_to_nid(page);
454 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700455 mctz = soft_limit_tree_from_page(page);
456
457 /*
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700458 * Necessary to update all ancestors when hierarchy is used.
459 * because their event counter is not touched.
Balbir Singhf64c3f52009-09-23 15:56:37 -0700460 */
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700461 for (; mem; mem = parent_mem_cgroup(mem)) {
462 mz = mem_cgroup_zoneinfo(mem, nid, zid);
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700463 excess = res_counter_soft_limit_excess(&mem->res);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700464 /*
465 * We have to update the tree if mz is on RB-tree or
466 * mem is over its softlimit.
467 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700468 if (excess || mz->on_tree) {
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700469 spin_lock(&mctz->lock);
470 /* if on-tree, remove it */
471 if (mz->on_tree)
472 __mem_cgroup_remove_exceeded(mem, mz, mctz);
473 /*
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700474 * Insert again. mz->usage_in_excess will be updated.
475 * If excess is 0, no tree ops.
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700476 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700477 __mem_cgroup_insert_exceeded(mem, mz, mctz, excess);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700478 spin_unlock(&mctz->lock);
479 }
Balbir Singhf64c3f52009-09-23 15:56:37 -0700480 }
481}
482
483static void mem_cgroup_remove_from_trees(struct mem_cgroup *mem)
484{
485 int node, zone;
486 struct mem_cgroup_per_zone *mz;
487 struct mem_cgroup_tree_per_zone *mctz;
488
489 for_each_node_state(node, N_POSSIBLE) {
490 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
491 mz = mem_cgroup_zoneinfo(mem, node, zone);
492 mctz = soft_limit_tree_node_zone(node, zone);
493 mem_cgroup_remove_exceeded(mem, mz, mctz);
494 }
495 }
496}
497
Balbir Singh4e416952009-09-23 15:56:39 -0700498static struct mem_cgroup_per_zone *
499__mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
500{
501 struct rb_node *rightmost = NULL;
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700502 struct mem_cgroup_per_zone *mz;
Balbir Singh4e416952009-09-23 15:56:39 -0700503
504retry:
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700505 mz = NULL;
Balbir Singh4e416952009-09-23 15:56:39 -0700506 rightmost = rb_last(&mctz->rb_root);
507 if (!rightmost)
508 goto done; /* Nothing to reclaim from */
509
510 mz = rb_entry(rightmost, struct mem_cgroup_per_zone, tree_node);
511 /*
512 * Remove the node now but someone else can add it back,
513 * we will to add it back at the end of reclaim to its correct
514 * position in the tree.
515 */
516 __mem_cgroup_remove_exceeded(mz->mem, mz, mctz);
517 if (!res_counter_soft_limit_excess(&mz->mem->res) ||
518 !css_tryget(&mz->mem->css))
519 goto retry;
520done:
521 return mz;
522}
523
524static struct mem_cgroup_per_zone *
525mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
526{
527 struct mem_cgroup_per_zone *mz;
528
529 spin_lock(&mctz->lock);
530 mz = __mem_cgroup_largest_soft_limit_node(mctz);
531 spin_unlock(&mctz->lock);
532 return mz;
533}
534
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700535/*
536 * Implementation Note: reading percpu statistics for memcg.
537 *
538 * Both of vmstat[] and percpu_counter has threshold and do periodic
539 * synchronization to implement "quick" read. There are trade-off between
540 * reading cost and precision of value. Then, we may have a chance to implement
541 * a periodic synchronizion of counter in memcg's counter.
542 *
543 * But this _read() function is used for user interface now. The user accounts
544 * memory usage by memory cgroup and he _always_ requires exact value because
545 * he accounts memory. Even if we provide quick-and-fuzzy read, we always
546 * have to visit all online cpus and make sum. So, for now, unnecessary
547 * synchronization is not implemented. (just implemented for cpu hotplug)
548 *
549 * If there are kernel internal actions which can make use of some not-exact
550 * value, and reading all cpu value can be performance bottleneck in some
551 * common workload, threashold and synchonization as vmstat[] should be
552 * implemented.
553 */
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700554static long mem_cgroup_read_stat(struct mem_cgroup *mem,
555 enum mem_cgroup_stat_index idx)
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800556{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700557 long val = 0;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800558 int cpu;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800559
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700560 get_online_cpus();
561 for_each_online_cpu(cpu)
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800562 val += per_cpu(mem->stat->count[idx], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700563#ifdef CONFIG_HOTPLUG_CPU
564 spin_lock(&mem->pcp_counter_lock);
565 val += mem->nocpu_base.count[idx];
566 spin_unlock(&mem->pcp_counter_lock);
567#endif
568 put_online_cpus();
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800569 return val;
570}
571
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700572static long mem_cgroup_local_usage(struct mem_cgroup *mem)
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800573{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700574 long ret;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800575
576 ret = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_RSS);
577 ret += mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_CACHE);
578 return ret;
579}
580
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700581static void mem_cgroup_swap_statistics(struct mem_cgroup *mem,
582 bool charge)
583{
584 int val = (charge) ? 1 : -1;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800585 this_cpu_add(mem->stat->count[MEM_CGROUP_STAT_SWAPOUT], val);
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700586}
587
Johannes Weinere9f89742011-03-23 16:42:37 -0700588static unsigned long mem_cgroup_read_events(struct mem_cgroup *mem,
589 enum mem_cgroup_events_index idx)
590{
591 unsigned long val = 0;
592 int cpu;
593
594 for_each_online_cpu(cpu)
595 val += per_cpu(mem->stat->events[idx], cpu);
596#ifdef CONFIG_HOTPLUG_CPU
597 spin_lock(&mem->pcp_counter_lock);
598 val += mem->nocpu_base.events[idx];
599 spin_unlock(&mem->pcp_counter_lock);
600#endif
601 return val;
602}
603
KAMEZAWA Hiroyukic05555b2008-10-18 20:28:11 -0700604static void mem_cgroup_charge_statistics(struct mem_cgroup *mem,
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800605 bool file, int nr_pages)
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800606{
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800607 preempt_disable();
608
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800609 if (file)
610 __this_cpu_add(mem->stat->count[MEM_CGROUP_STAT_CACHE], nr_pages);
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800611 else
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800612 __this_cpu_add(mem->stat->count[MEM_CGROUP_STAT_RSS], nr_pages);
Balaji Rao55e462b2008-05-01 04:35:12 -0700613
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800614 /* pagein of a big page is an event. So, ignore page size */
615 if (nr_pages > 0)
Johannes Weinere9f89742011-03-23 16:42:37 -0700616 __this_cpu_inc(mem->stat->events[MEM_CGROUP_EVENTS_PGPGIN]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800617 else {
Johannes Weinere9f89742011-03-23 16:42:37 -0700618 __this_cpu_inc(mem->stat->events[MEM_CGROUP_EVENTS_PGPGOUT]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800619 nr_pages = -nr_pages; /* for event */
620 }
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800621
Johannes Weinere9f89742011-03-23 16:42:37 -0700622 __this_cpu_add(mem->stat->events[MEM_CGROUP_EVENTS_COUNT], nr_pages);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800623
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800624 preempt_enable();
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800625}
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800626
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -0700627static unsigned long mem_cgroup_get_local_zonestat(struct mem_cgroup *mem,
Christoph Lameterb69408e2008-10-18 20:26:14 -0700628 enum lru_list idx)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800629{
630 int nid, zid;
631 struct mem_cgroup_per_zone *mz;
632 u64 total = 0;
633
634 for_each_online_node(nid)
635 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
636 mz = mem_cgroup_zoneinfo(mem, nid, zid);
637 total += MEM_CGROUP_ZSTAT(mz, idx);
638 }
639 return total;
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800640}
641
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700642static bool __memcg_event_check(struct mem_cgroup *mem, int target)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800643{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700644 unsigned long val, next;
645
646 val = this_cpu_read(mem->stat->events[MEM_CGROUP_EVENTS_COUNT]);
647 next = this_cpu_read(mem->stat->targets[target]);
648 /* from time_after() in jiffies.h */
649 return ((long)next - (long)val < 0);
650}
651
652static void __mem_cgroup_target_update(struct mem_cgroup *mem, int target)
653{
654 unsigned long val, next;
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800655
Johannes Weinere9f89742011-03-23 16:42:37 -0700656 val = this_cpu_read(mem->stat->events[MEM_CGROUP_EVENTS_COUNT]);
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800657
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700658 switch (target) {
659 case MEM_CGROUP_TARGET_THRESH:
660 next = val + THRESHOLDS_EVENTS_TARGET;
661 break;
662 case MEM_CGROUP_TARGET_SOFTLIMIT:
663 next = val + SOFTLIMIT_EVENTS_TARGET;
664 break;
665 default:
666 return;
667 }
668
669 this_cpu_write(mem->stat->targets[target], next);
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800670}
671
672/*
673 * Check events in order.
674 *
675 */
676static void memcg_check_events(struct mem_cgroup *mem, struct page *page)
677{
678 /* threshold event is triggered in finer grain than soft limit */
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700679 if (unlikely(__memcg_event_check(mem, MEM_CGROUP_TARGET_THRESH))) {
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800680 mem_cgroup_threshold(mem);
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700681 __mem_cgroup_target_update(mem, MEM_CGROUP_TARGET_THRESH);
682 if (unlikely(__memcg_event_check(mem,
683 MEM_CGROUP_TARGET_SOFTLIMIT))){
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800684 mem_cgroup_update_tree(mem, page);
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700685 __mem_cgroup_target_update(mem,
686 MEM_CGROUP_TARGET_SOFTLIMIT);
687 }
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800688 }
689}
690
Hugh Dickinsd5b69e32008-03-04 14:29:10 -0800691static struct mem_cgroup *mem_cgroup_from_cont(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800692{
693 return container_of(cgroup_subsys_state(cont,
694 mem_cgroup_subsys_id), struct mem_cgroup,
695 css);
696}
697
Balbir Singhcf475ad2008-04-29 01:00:16 -0700698struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p)
Pavel Emelianov78fb7462008-02-07 00:13:51 -0800699{
Balbir Singh31a78f22008-09-28 23:09:31 +0100700 /*
701 * mm_update_next_owner() may clear mm->owner to NULL
702 * if it races with swapoff, page migration, etc.
703 * So this can be called with p == NULL.
704 */
705 if (unlikely(!p))
706 return NULL;
707
Pavel Emelianov78fb7462008-02-07 00:13:51 -0800708 return container_of(task_subsys_state(p, mem_cgroup_subsys_id),
709 struct mem_cgroup, css);
710}
711
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -0800712static struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm)
713{
714 struct mem_cgroup *mem = NULL;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -0700715
716 if (!mm)
717 return NULL;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -0800718 /*
719 * Because we have no locks, mm->owner's may be being moved to other
720 * cgroup. We use css_tryget() here even if this looks
721 * pessimistic (rather than adding locks here).
722 */
723 rcu_read_lock();
724 do {
725 mem = mem_cgroup_from_task(rcu_dereference(mm->owner));
726 if (unlikely(!mem))
727 break;
728 } while (!css_tryget(&mem->css));
729 rcu_read_unlock();
730 return mem;
731}
732
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -0700733/* The caller has to guarantee "mem" exists before calling this */
734static struct mem_cgroup *mem_cgroup_start_loop(struct mem_cgroup *mem)
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -0700735{
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700736 struct cgroup_subsys_state *css;
737 int found;
738
739 if (!mem) /* ROOT cgroup has the smallest ID */
740 return root_mem_cgroup; /*css_put/get against root is ignored*/
741 if (!mem->use_hierarchy) {
742 if (css_tryget(&mem->css))
743 return mem;
744 return NULL;
745 }
746 rcu_read_lock();
747 /*
748 * searching a memory cgroup which has the smallest ID under given
749 * ROOT cgroup. (ID >= 1)
750 */
751 css = css_get_next(&mem_cgroup_subsys, 1, &mem->css, &found);
752 if (css && css_tryget(css))
753 mem = container_of(css, struct mem_cgroup, css);
754 else
755 mem = NULL;
756 rcu_read_unlock();
757 return mem;
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -0700758}
759
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -0700760static struct mem_cgroup *mem_cgroup_get_next(struct mem_cgroup *iter,
761 struct mem_cgroup *root,
762 bool cond)
763{
764 int nextid = css_id(&iter->css) + 1;
765 int found;
766 int hierarchy_used;
767 struct cgroup_subsys_state *css;
768
769 hierarchy_used = iter->use_hierarchy;
770
771 css_put(&iter->css);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700772 /* If no ROOT, walk all, ignore hierarchy */
773 if (!cond || (root && !hierarchy_used))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -0700774 return NULL;
775
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700776 if (!root)
777 root = root_mem_cgroup;
778
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -0700779 do {
780 iter = NULL;
781 rcu_read_lock();
782
783 css = css_get_next(&mem_cgroup_subsys, nextid,
784 &root->css, &found);
785 if (css && css_tryget(css))
786 iter = container_of(css, struct mem_cgroup, css);
787 rcu_read_unlock();
788 /* If css is NULL, no more cgroups will be found */
789 nextid = found + 1;
790 } while (css && !iter);
791
792 return iter;
793}
794/*
795 * for_eacn_mem_cgroup_tree() for visiting all cgroup under tree. Please
796 * be careful that "break" loop is not allowed. We have reference count.
797 * Instead of that modify "cond" to be false and "continue" to exit the loop.
798 */
799#define for_each_mem_cgroup_tree_cond(iter, root, cond) \
800 for (iter = mem_cgroup_start_loop(root);\
801 iter != NULL;\
802 iter = mem_cgroup_get_next(iter, root, cond))
803
804#define for_each_mem_cgroup_tree(iter, root) \
805 for_each_mem_cgroup_tree_cond(iter, root, true)
806
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700807#define for_each_mem_cgroup_all(iter) \
808 for_each_mem_cgroup_tree_cond(iter, NULL, true)
809
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -0700810
Balbir Singh4b3bde42009-09-23 15:56:32 -0700811static inline bool mem_cgroup_is_root(struct mem_cgroup *mem)
812{
813 return (mem == root_mem_cgroup);
814}
815
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800816/*
817 * Following LRU functions are allowed to be used without PCG_LOCK.
818 * Operations are called by routine of global LRU independently from memcg.
819 * What we have to take care of here is validness of pc->mem_cgroup.
820 *
821 * Changes to pc->mem_cgroup happens when
822 * 1. charge
823 * 2. moving account
824 * In typical case, "charge" is done before add-to-lru. Exception is SwapCache.
825 * It is added to LRU before charge.
826 * If PCG_USED bit is not set, page_cgroup is not added to this private LRU.
827 * When moving account, the page is not on LRU. It's isolated.
828 */
829
830void mem_cgroup_del_lru_list(struct page *page, enum lru_list lru)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800831{
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800832 struct page_cgroup *pc;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800833 struct mem_cgroup_per_zone *mz;
Rik van Riel4f98a2f2008-10-18 20:26:32 -0700834
Hirokazu Takahashif8d665422009-01-07 18:08:02 -0800835 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800836 return;
837 pc = lookup_page_cgroup(page);
838 /* can happen while we handle swapcache. */
Balbir Singh4b3bde42009-09-23 15:56:32 -0700839 if (!TestClearPageCgroupAcctLRU(pc))
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800840 return;
Balbir Singh4b3bde42009-09-23 15:56:32 -0700841 VM_BUG_ON(!pc->mem_cgroup);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -0800842 /*
843 * We don't check PCG_USED bit. It's cleared when the "page" is finally
844 * removed from global LRU.
845 */
Johannes Weiner97a6c372011-03-23 16:42:27 -0700846 mz = page_cgroup_zoneinfo(pc->mem_cgroup, page);
KAMEZAWA Hiroyukiece35ca2011-01-20 14:44:24 -0800847 /* huge page split is done under lru_lock. so, we have no races. */
848 MEM_CGROUP_ZSTAT(mz, lru) -= 1 << compound_order(page);
Balbir Singh4b3bde42009-09-23 15:56:32 -0700849 if (mem_cgroup_is_root(pc->mem_cgroup))
850 return;
851 VM_BUG_ON(list_empty(&pc->lru));
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800852 list_del_init(&pc->lru);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800853}
854
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800855void mem_cgroup_del_lru(struct page *page)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800856{
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800857 mem_cgroup_del_lru_list(page, page_lru(page));
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800858}
859
Minchan Kim3f58a822011-03-22 16:32:53 -0700860/*
861 * Writeback is about to end against a page which has been marked for immediate
862 * reclaim. If it still appears to be reclaimable, move it to the tail of the
863 * inactive list.
864 */
865void mem_cgroup_rotate_reclaimable_page(struct page *page)
866{
867 struct mem_cgroup_per_zone *mz;
868 struct page_cgroup *pc;
869 enum lru_list lru = page_lru(page);
870
871 if (mem_cgroup_disabled())
872 return;
873
874 pc = lookup_page_cgroup(page);
875 /* unused or root page is not rotated. */
876 if (!PageCgroupUsed(pc))
877 return;
878 /* Ensure pc->mem_cgroup is visible after reading PCG_USED. */
879 smp_rmb();
880 if (mem_cgroup_is_root(pc->mem_cgroup))
881 return;
Johannes Weiner97a6c372011-03-23 16:42:27 -0700882 mz = page_cgroup_zoneinfo(pc->mem_cgroup, page);
Minchan Kim3f58a822011-03-22 16:32:53 -0700883 list_move_tail(&pc->lru, &mz->lists[lru]);
884}
885
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800886void mem_cgroup_rotate_lru_list(struct page *page, enum lru_list lru)
Balbir Singh66e17072008-02-07 00:13:56 -0800887{
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800888 struct mem_cgroup_per_zone *mz;
889 struct page_cgroup *pc;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800890
Hirokazu Takahashif8d665422009-01-07 18:08:02 -0800891 if (mem_cgroup_disabled())
Lee Schermerhorn894bc312008-10-18 20:26:39 -0700892 return;
Christoph Lameterb69408e2008-10-18 20:26:14 -0700893
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800894 pc = lookup_page_cgroup(page);
Balbir Singh4b3bde42009-09-23 15:56:32 -0700895 /* unused or root page is not rotated. */
Johannes Weiner713735b42011-01-20 14:44:31 -0800896 if (!PageCgroupUsed(pc))
897 return;
898 /* Ensure pc->mem_cgroup is visible after reading PCG_USED. */
899 smp_rmb();
900 if (mem_cgroup_is_root(pc->mem_cgroup))
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800901 return;
Johannes Weiner97a6c372011-03-23 16:42:27 -0700902 mz = page_cgroup_zoneinfo(pc->mem_cgroup, page);
Christoph Lameterb69408e2008-10-18 20:26:14 -0700903 list_move(&pc->lru, &mz->lists[lru]);
Balbir Singh66e17072008-02-07 00:13:56 -0800904}
905
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800906void mem_cgroup_add_lru_list(struct page *page, enum lru_list lru)
907{
908 struct page_cgroup *pc;
909 struct mem_cgroup_per_zone *mz;
910
Hirokazu Takahashif8d665422009-01-07 18:08:02 -0800911 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800912 return;
913 pc = lookup_page_cgroup(page);
Balbir Singh4b3bde42009-09-23 15:56:32 -0700914 VM_BUG_ON(PageCgroupAcctLRU(pc));
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800915 if (!PageCgroupUsed(pc))
916 return;
Johannes Weiner713735b42011-01-20 14:44:31 -0800917 /* Ensure pc->mem_cgroup is visible after reading PCG_USED. */
918 smp_rmb();
Johannes Weiner97a6c372011-03-23 16:42:27 -0700919 mz = page_cgroup_zoneinfo(pc->mem_cgroup, page);
KAMEZAWA Hiroyukiece35ca2011-01-20 14:44:24 -0800920 /* huge page split is done under lru_lock. so, we have no races. */
921 MEM_CGROUP_ZSTAT(mz, lru) += 1 << compound_order(page);
Balbir Singh4b3bde42009-09-23 15:56:32 -0700922 SetPageCgroupAcctLRU(pc);
923 if (mem_cgroup_is_root(pc->mem_cgroup))
924 return;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800925 list_add(&pc->lru, &mz->lists[lru]);
926}
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -0800927
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800928/*
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -0800929 * At handling SwapCache, pc->mem_cgroup may be changed while it's linked to
930 * lru because the page may.be reused after it's fully uncharged (because of
931 * SwapCache behavior).To handle that, unlink page_cgroup from LRU when charge
932 * it again. This function is only used to charge SwapCache. It's done under
933 * lock_page and expected that zone->lru_lock is never held.
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800934 */
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -0800935static void mem_cgroup_lru_del_before_commit_swapcache(struct page *page)
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800936{
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -0800937 unsigned long flags;
938 struct zone *zone = page_zone(page);
939 struct page_cgroup *pc = lookup_page_cgroup(page);
940
941 spin_lock_irqsave(&zone->lru_lock, flags);
942 /*
943 * Forget old LRU when this page_cgroup is *not* used. This Used bit
944 * is guarded by lock_page() because the page is SwapCache.
945 */
946 if (!PageCgroupUsed(pc))
947 mem_cgroup_del_lru_list(page, page_lru(page));
948 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800949}
950
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -0800951static void mem_cgroup_lru_add_after_commit_swapcache(struct page *page)
952{
953 unsigned long flags;
954 struct zone *zone = page_zone(page);
955 struct page_cgroup *pc = lookup_page_cgroup(page);
956
957 spin_lock_irqsave(&zone->lru_lock, flags);
958 /* link when the page is linked to LRU but page_cgroup isn't */
Balbir Singh4b3bde42009-09-23 15:56:32 -0700959 if (PageLRU(page) && !PageCgroupAcctLRU(pc))
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -0800960 mem_cgroup_add_lru_list(page, page_lru(page));
961 spin_unlock_irqrestore(&zone->lru_lock, flags);
962}
963
964
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800965void mem_cgroup_move_lists(struct page *page,
966 enum lru_list from, enum lru_list to)
967{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -0800968 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -0800969 return;
970 mem_cgroup_del_lru_list(page, from);
971 mem_cgroup_add_lru_list(page, to);
972}
973
David Rientjes4c4a2212008-02-07 00:14:06 -0800974int task_in_mem_cgroup(struct task_struct *task, const struct mem_cgroup *mem)
975{
976 int ret;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -0700977 struct mem_cgroup *curr = NULL;
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -0700978 struct task_struct *p;
David Rientjes4c4a2212008-02-07 00:14:06 -0800979
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -0700980 p = find_lock_task_mm(task);
981 if (!p)
982 return 0;
983 curr = try_get_mem_cgroup_from_mm(p->mm);
984 task_unlock(p);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -0700985 if (!curr)
986 return 0;
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -0800987 /*
988 * We should check use_hierarchy of "mem" not "curr". Because checking
989 * use_hierarchy of "curr" here make this function true if hierarchy is
990 * enabled in "curr" and "curr" is a child of "mem" in *cgroup*
991 * hierarchy(even if use_hierarchy is disabled in "mem").
992 */
993 if (mem->use_hierarchy)
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -0700994 ret = css_is_ancestor(&curr->css, &mem->css);
995 else
996 ret = (curr == mem);
997 css_put(&curr->css);
David Rientjes4c4a2212008-02-07 00:14:06 -0800998 return ret;
999}
1000
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001001static int calc_inactive_ratio(struct mem_cgroup *memcg, unsigned long *present_pages)
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001002{
1003 unsigned long active;
1004 unsigned long inactive;
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001005 unsigned long gb;
1006 unsigned long inactive_ratio;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001007
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07001008 inactive = mem_cgroup_get_local_zonestat(memcg, LRU_INACTIVE_ANON);
1009 active = mem_cgroup_get_local_zonestat(memcg, LRU_ACTIVE_ANON);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001010
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001011 gb = (inactive + active) >> (30 - PAGE_SHIFT);
1012 if (gb)
1013 inactive_ratio = int_sqrt(10 * gb);
1014 else
1015 inactive_ratio = 1;
1016
1017 if (present_pages) {
1018 present_pages[0] = inactive;
1019 present_pages[1] = active;
1020 }
1021
1022 return inactive_ratio;
1023}
1024
1025int mem_cgroup_inactive_anon_is_low(struct mem_cgroup *memcg)
1026{
1027 unsigned long active;
1028 unsigned long inactive;
1029 unsigned long present_pages[2];
1030 unsigned long inactive_ratio;
1031
1032 inactive_ratio = calc_inactive_ratio(memcg, present_pages);
1033
1034 inactive = present_pages[0];
1035 active = present_pages[1];
1036
1037 if (inactive * inactive_ratio < active)
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001038 return 1;
1039
1040 return 0;
1041}
1042
Rik van Riel56e49d22009-06-16 15:32:28 -07001043int mem_cgroup_inactive_file_is_low(struct mem_cgroup *memcg)
1044{
1045 unsigned long active;
1046 unsigned long inactive;
1047
1048 inactive = mem_cgroup_get_local_zonestat(memcg, LRU_INACTIVE_FILE);
1049 active = mem_cgroup_get_local_zonestat(memcg, LRU_ACTIVE_FILE);
1050
1051 return (active > inactive);
1052}
1053
KOSAKI Motohiroa3d8e052009-01-07 18:08:19 -08001054unsigned long mem_cgroup_zone_nr_pages(struct mem_cgroup *memcg,
1055 struct zone *zone,
1056 enum lru_list lru)
1057{
KOSAKI Motohiro13d7e3a2010-08-10 18:03:06 -07001058 int nid = zone_to_nid(zone);
KOSAKI Motohiroa3d8e052009-01-07 18:08:19 -08001059 int zid = zone_idx(zone);
1060 struct mem_cgroup_per_zone *mz = mem_cgroup_zoneinfo(memcg, nid, zid);
1061
1062 return MEM_CGROUP_ZSTAT(mz, lru);
1063}
1064
KOSAKI Motohiro3e2f41f2009-01-07 18:08:20 -08001065struct zone_reclaim_stat *mem_cgroup_get_reclaim_stat(struct mem_cgroup *memcg,
1066 struct zone *zone)
1067{
KOSAKI Motohiro13d7e3a2010-08-10 18:03:06 -07001068 int nid = zone_to_nid(zone);
KOSAKI Motohiro3e2f41f2009-01-07 18:08:20 -08001069 int zid = zone_idx(zone);
1070 struct mem_cgroup_per_zone *mz = mem_cgroup_zoneinfo(memcg, nid, zid);
1071
1072 return &mz->reclaim_stat;
1073}
1074
1075struct zone_reclaim_stat *
1076mem_cgroup_get_reclaim_stat_from_page(struct page *page)
1077{
1078 struct page_cgroup *pc;
1079 struct mem_cgroup_per_zone *mz;
1080
1081 if (mem_cgroup_disabled())
1082 return NULL;
1083
1084 pc = lookup_page_cgroup(page);
Daisuke Nishimurabd112db2009-01-15 13:51:11 -08001085 if (!PageCgroupUsed(pc))
1086 return NULL;
Johannes Weiner713735b42011-01-20 14:44:31 -08001087 /* Ensure pc->mem_cgroup is visible after reading PCG_USED. */
1088 smp_rmb();
Johannes Weiner97a6c372011-03-23 16:42:27 -07001089 mz = page_cgroup_zoneinfo(pc->mem_cgroup, page);
KOSAKI Motohiro3e2f41f2009-01-07 18:08:20 -08001090 return &mz->reclaim_stat;
1091}
1092
Balbir Singh66e17072008-02-07 00:13:56 -08001093unsigned long mem_cgroup_isolate_pages(unsigned long nr_to_scan,
1094 struct list_head *dst,
1095 unsigned long *scanned, int order,
1096 int mode, struct zone *z,
1097 struct mem_cgroup *mem_cont,
Rik van Riel4f98a2f2008-10-18 20:26:32 -07001098 int active, int file)
Balbir Singh66e17072008-02-07 00:13:56 -08001099{
1100 unsigned long nr_taken = 0;
1101 struct page *page;
1102 unsigned long scan;
1103 LIST_HEAD(pc_list);
1104 struct list_head *src;
KAMEZAWA Hiroyukiff7283f2008-02-07 00:14:11 -08001105 struct page_cgroup *pc, *tmp;
KOSAKI Motohiro13d7e3a2010-08-10 18:03:06 -07001106 int nid = zone_to_nid(z);
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08001107 int zid = zone_idx(z);
1108 struct mem_cgroup_per_zone *mz;
Johannes Weinerb7c46d12009-09-21 17:02:56 -07001109 int lru = LRU_FILE * file + active;
KAMEZAWA Hiroyuki2ffebca2009-06-17 16:27:21 -07001110 int ret;
Balbir Singh66e17072008-02-07 00:13:56 -08001111
Balbir Singhcf475ad2008-04-29 01:00:16 -07001112 BUG_ON(!mem_cont);
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08001113 mz = mem_cgroup_zoneinfo(mem_cont, nid, zid);
Christoph Lameterb69408e2008-10-18 20:26:14 -07001114 src = &mz->lists[lru];
Balbir Singh66e17072008-02-07 00:13:56 -08001115
KAMEZAWA Hiroyukiff7283f2008-02-07 00:14:11 -08001116 scan = 0;
1117 list_for_each_entry_safe_reverse(pc, tmp, src, lru) {
Hugh Dickins436c65412008-02-07 00:14:12 -08001118 if (scan >= nr_to_scan)
KAMEZAWA Hiroyukiff7283f2008-02-07 00:14:11 -08001119 break;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001120
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07001121 if (unlikely(!PageCgroupUsed(pc)))
1122 continue;
Johannes Weiner5564e882011-03-23 16:42:29 -07001123
Johannes Weiner6b3ae582011-03-23 16:42:30 -07001124 page = lookup_cgroup_page(pc);
Johannes Weiner5564e882011-03-23 16:42:29 -07001125
Hugh Dickins436c65412008-02-07 00:14:12 -08001126 if (unlikely(!PageLRU(page)))
KAMEZAWA Hiroyukiff7283f2008-02-07 00:14:11 -08001127 continue;
KAMEZAWA Hiroyukiff7283f2008-02-07 00:14:11 -08001128
Hugh Dickins436c65412008-02-07 00:14:12 -08001129 scan++;
KAMEZAWA Hiroyuki2ffebca2009-06-17 16:27:21 -07001130 ret = __isolate_lru_page(page, mode, file);
1131 switch (ret) {
1132 case 0:
Balbir Singh66e17072008-02-07 00:13:56 -08001133 list_move(&page->lru, dst);
KAMEZAWA Hiroyuki2ffebca2009-06-17 16:27:21 -07001134 mem_cgroup_del_lru(page);
Rik van Riel2c888cf2011-01-13 15:47:13 -08001135 nr_taken += hpage_nr_pages(page);
KAMEZAWA Hiroyuki2ffebca2009-06-17 16:27:21 -07001136 break;
1137 case -EBUSY:
1138 /* we don't affect global LRU but rotate in our LRU */
1139 mem_cgroup_rotate_lru_list(page, page_lru(page));
1140 break;
1141 default:
1142 break;
Balbir Singh66e17072008-02-07 00:13:56 -08001143 }
1144 }
1145
Balbir Singh66e17072008-02-07 00:13:56 -08001146 *scanned = scan;
KOSAKI Motohirocc8e9702010-08-09 17:19:57 -07001147
1148 trace_mm_vmscan_memcg_isolate(0, nr_to_scan, scan, nr_taken,
1149 0, 0, 0, mode);
1150
Balbir Singh66e17072008-02-07 00:13:56 -08001151 return nr_taken;
1152}
1153
Balbir Singh6d61ef42009-01-07 18:08:06 -08001154#define mem_cgroup_from_res_counter(counter, member) \
1155 container_of(counter, struct mem_cgroup, member)
1156
Johannes Weiner19942822011-02-01 15:52:43 -08001157/**
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001158 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
1159 * @mem: the memory cgroup
Johannes Weiner19942822011-02-01 15:52:43 -08001160 *
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001161 * Returns the maximum amount of memory @mem can be charged with, in
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001162 * pages.
Johannes Weiner19942822011-02-01 15:52:43 -08001163 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001164static unsigned long mem_cgroup_margin(struct mem_cgroup *mem)
Johannes Weiner19942822011-02-01 15:52:43 -08001165{
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001166 unsigned long long margin;
1167
1168 margin = res_counter_margin(&mem->res);
1169 if (do_swap_account)
1170 margin = min(margin, res_counter_margin(&mem->memsw));
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001171 return margin >> PAGE_SHIFT;
Johannes Weiner19942822011-02-01 15:52:43 -08001172}
1173
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001174static unsigned int get_swappiness(struct mem_cgroup *memcg)
1175{
1176 struct cgroup *cgrp = memcg->css.cgroup;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001177
1178 /* root ? */
1179 if (cgrp->parent == NULL)
1180 return vm_swappiness;
1181
Johannes Weinerbf1ff262011-03-23 16:42:32 -07001182 return memcg->swappiness;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001183}
1184
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001185static void mem_cgroup_start_move(struct mem_cgroup *mem)
1186{
1187 int cpu;
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07001188
1189 get_online_cpus();
1190 spin_lock(&mem->pcp_counter_lock);
1191 for_each_online_cpu(cpu)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001192 per_cpu(mem->stat->count[MEM_CGROUP_ON_MOVE], cpu) += 1;
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07001193 mem->nocpu_base.count[MEM_CGROUP_ON_MOVE] += 1;
1194 spin_unlock(&mem->pcp_counter_lock);
1195 put_online_cpus();
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001196
1197 synchronize_rcu();
1198}
1199
1200static void mem_cgroup_end_move(struct mem_cgroup *mem)
1201{
1202 int cpu;
1203
1204 if (!mem)
1205 return;
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07001206 get_online_cpus();
1207 spin_lock(&mem->pcp_counter_lock);
1208 for_each_online_cpu(cpu)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001209 per_cpu(mem->stat->count[MEM_CGROUP_ON_MOVE], cpu) -= 1;
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07001210 mem->nocpu_base.count[MEM_CGROUP_ON_MOVE] -= 1;
1211 spin_unlock(&mem->pcp_counter_lock);
1212 put_online_cpus();
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001213}
1214/*
1215 * 2 routines for checking "mem" is under move_account() or not.
1216 *
1217 * mem_cgroup_stealed() - checking a cgroup is mc.from or not. This is used
1218 * for avoiding race in accounting. If true,
1219 * pc->mem_cgroup may be overwritten.
1220 *
1221 * mem_cgroup_under_move() - checking a cgroup is mc.from or mc.to or
1222 * under hierarchy of moving cgroups. This is for
1223 * waiting at hith-memory prressure caused by "move".
1224 */
1225
1226static bool mem_cgroup_stealed(struct mem_cgroup *mem)
1227{
1228 VM_BUG_ON(!rcu_read_lock_held());
1229 return this_cpu_read(mem->stat->count[MEM_CGROUP_ON_MOVE]) > 0;
1230}
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001231
1232static bool mem_cgroup_under_move(struct mem_cgroup *mem)
1233{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001234 struct mem_cgroup *from;
1235 struct mem_cgroup *to;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001236 bool ret = false;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001237 /*
1238 * Unlike task_move routines, we access mc.to, mc.from not under
1239 * mutual exclusion by cgroup_mutex. Here, we take spinlock instead.
1240 */
1241 spin_lock(&mc.lock);
1242 from = mc.from;
1243 to = mc.to;
1244 if (!from)
1245 goto unlock;
1246 if (from == mem || to == mem
1247 || (mem->use_hierarchy && css_is_ancestor(&from->css, &mem->css))
1248 || (mem->use_hierarchy && css_is_ancestor(&to->css, &mem->css)))
1249 ret = true;
1250unlock:
1251 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001252 return ret;
1253}
1254
1255static bool mem_cgroup_wait_acct_move(struct mem_cgroup *mem)
1256{
1257 if (mc.moving_task && current != mc.moving_task) {
1258 if (mem_cgroup_under_move(mem)) {
1259 DEFINE_WAIT(wait);
1260 prepare_to_wait(&mc.waitq, &wait, TASK_INTERRUPTIBLE);
1261 /* moving charge context might have finished. */
1262 if (mc.moving_task)
1263 schedule();
1264 finish_wait(&mc.waitq, &wait);
1265 return true;
1266 }
1267 }
1268 return false;
1269}
1270
Balbir Singhe2224322009-04-02 16:57:39 -07001271/**
Kirill A. Shutemov6a6135b2010-03-10 15:22:25 -08001272 * mem_cgroup_print_oom_info: Called from OOM with tasklist_lock held in read mode.
Balbir Singhe2224322009-04-02 16:57:39 -07001273 * @memcg: The memory cgroup that went over limit
1274 * @p: Task that is going to be killed
1275 *
1276 * NOTE: @memcg and @p's mem_cgroup can be different when hierarchy is
1277 * enabled
1278 */
1279void mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
1280{
1281 struct cgroup *task_cgrp;
1282 struct cgroup *mem_cgrp;
1283 /*
1284 * Need a buffer in BSS, can't rely on allocations. The code relies
1285 * on the assumption that OOM is serialized for memory controller.
1286 * If this assumption is broken, revisit this code.
1287 */
1288 static char memcg_name[PATH_MAX];
1289 int ret;
1290
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001291 if (!memcg || !p)
Balbir Singhe2224322009-04-02 16:57:39 -07001292 return;
1293
1294
1295 rcu_read_lock();
1296
1297 mem_cgrp = memcg->css.cgroup;
1298 task_cgrp = task_cgroup(p, mem_cgroup_subsys_id);
1299
1300 ret = cgroup_path(task_cgrp, memcg_name, PATH_MAX);
1301 if (ret < 0) {
1302 /*
1303 * Unfortunately, we are unable to convert to a useful name
1304 * But we'll still print out the usage information
1305 */
1306 rcu_read_unlock();
1307 goto done;
1308 }
1309 rcu_read_unlock();
1310
1311 printk(KERN_INFO "Task in %s killed", memcg_name);
1312
1313 rcu_read_lock();
1314 ret = cgroup_path(mem_cgrp, memcg_name, PATH_MAX);
1315 if (ret < 0) {
1316 rcu_read_unlock();
1317 goto done;
1318 }
1319 rcu_read_unlock();
1320
1321 /*
1322 * Continues from above, so we don't need an KERN_ level
1323 */
1324 printk(KERN_CONT " as a result of limit of %s\n", memcg_name);
1325done:
1326
1327 printk(KERN_INFO "memory: usage %llukB, limit %llukB, failcnt %llu\n",
1328 res_counter_read_u64(&memcg->res, RES_USAGE) >> 10,
1329 res_counter_read_u64(&memcg->res, RES_LIMIT) >> 10,
1330 res_counter_read_u64(&memcg->res, RES_FAILCNT));
1331 printk(KERN_INFO "memory+swap: usage %llukB, limit %llukB, "
1332 "failcnt %llu\n",
1333 res_counter_read_u64(&memcg->memsw, RES_USAGE) >> 10,
1334 res_counter_read_u64(&memcg->memsw, RES_LIMIT) >> 10,
1335 res_counter_read_u64(&memcg->memsw, RES_FAILCNT));
1336}
1337
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001338/*
1339 * This function returns the number of memcg under hierarchy tree. Returns
1340 * 1(self count) if no children.
1341 */
1342static int mem_cgroup_count_children(struct mem_cgroup *mem)
1343{
1344 int num = 0;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001345 struct mem_cgroup *iter;
1346
1347 for_each_mem_cgroup_tree(iter, mem)
1348 num++;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001349 return num;
1350}
1351
Balbir Singh6d61ef42009-01-07 18:08:06 -08001352/*
David Rientjesa63d83f2010-08-09 17:19:46 -07001353 * Return the memory (and swap, if configured) limit for a memcg.
1354 */
1355u64 mem_cgroup_get_limit(struct mem_cgroup *memcg)
1356{
1357 u64 limit;
1358 u64 memsw;
1359
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001360 limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
1361 limit += total_swap_pages << PAGE_SHIFT;
1362
David Rientjesa63d83f2010-08-09 17:19:46 -07001363 memsw = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
1364 /*
1365 * If memsw is finite and limits the amount of swap space available
1366 * to this memcg, return that limit.
1367 */
1368 return min(limit, memsw);
1369}
1370
1371/*
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001372 * Visit the first child (need not be the first child as per the ordering
1373 * of the cgroup list, since we track last_scanned_child) of @mem and use
1374 * that to reclaim free pages from.
1375 */
1376static struct mem_cgroup *
1377mem_cgroup_select_victim(struct mem_cgroup *root_mem)
1378{
1379 struct mem_cgroup *ret = NULL;
1380 struct cgroup_subsys_state *css;
1381 int nextid, found;
1382
1383 if (!root_mem->use_hierarchy) {
1384 css_get(&root_mem->css);
1385 ret = root_mem;
1386 }
1387
1388 while (!ret) {
1389 rcu_read_lock();
1390 nextid = root_mem->last_scanned_child + 1;
1391 css = css_get_next(&mem_cgroup_subsys, nextid, &root_mem->css,
1392 &found);
1393 if (css && css_tryget(css))
1394 ret = container_of(css, struct mem_cgroup, css);
1395
1396 rcu_read_unlock();
1397 /* Updates scanning parameter */
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001398 if (!css) {
1399 /* this means start scan from ID:1 */
1400 root_mem->last_scanned_child = 0;
1401 } else
1402 root_mem->last_scanned_child = found;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001403 }
1404
1405 return ret;
1406}
1407
1408/*
1409 * Scan the hierarchy if needed to reclaim memory. We remember the last child
1410 * we reclaimed from, so that we don't end up penalizing one child extensively
1411 * based on its position in the children list.
Balbir Singh6d61ef42009-01-07 18:08:06 -08001412 *
1413 * root_mem is the original ancestor that we've been reclaim from.
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001414 *
1415 * We give up and return to the caller when we visit root_mem twice.
1416 * (other groups can be removed while we're walking....)
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001417 *
1418 * If shrink==true, for avoiding to free too much, this returns immedieately.
Balbir Singh6d61ef42009-01-07 18:08:06 -08001419 */
1420static int mem_cgroup_hierarchical_reclaim(struct mem_cgroup *root_mem,
Balbir Singh4e416952009-09-23 15:56:39 -07001421 struct zone *zone,
Balbir Singh75822b42009-09-23 15:56:38 -07001422 gfp_t gfp_mask,
1423 unsigned long reclaim_options)
Balbir Singh6d61ef42009-01-07 18:08:06 -08001424{
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001425 struct mem_cgroup *victim;
1426 int ret, total = 0;
1427 int loop = 0;
Balbir Singh75822b42009-09-23 15:56:38 -07001428 bool noswap = reclaim_options & MEM_CGROUP_RECLAIM_NOSWAP;
1429 bool shrink = reclaim_options & MEM_CGROUP_RECLAIM_SHRINK;
Balbir Singh4e416952009-09-23 15:56:39 -07001430 bool check_soft = reclaim_options & MEM_CGROUP_RECLAIM_SOFT;
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001431 unsigned long excess;
1432
1433 excess = res_counter_soft_limit_excess(&root_mem->res) >> PAGE_SHIFT;
Balbir Singh6d61ef42009-01-07 18:08:06 -08001434
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07001435 /* If memsw_is_minimum==1, swap-out is of-no-use. */
1436 if (root_mem->memsw_is_minimum)
1437 noswap = true;
1438
Balbir Singh4e416952009-09-23 15:56:39 -07001439 while (1) {
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001440 victim = mem_cgroup_select_victim(root_mem);
Balbir Singh4e416952009-09-23 15:56:39 -07001441 if (victim == root_mem) {
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001442 loop++;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001443 if (loop >= 1)
1444 drain_all_stock_async();
Balbir Singh4e416952009-09-23 15:56:39 -07001445 if (loop >= 2) {
1446 /*
1447 * If we have not been able to reclaim
1448 * anything, it might because there are
1449 * no reclaimable pages under this hierarchy
1450 */
1451 if (!check_soft || !total) {
1452 css_put(&victim->css);
1453 break;
1454 }
1455 /*
1456 * We want to do more targetted reclaim.
1457 * excess >> 2 is not to excessive so as to
1458 * reclaim too much, nor too less that we keep
1459 * coming back to reclaim from this cgroup
1460 */
1461 if (total >= (excess >> 2) ||
1462 (loop > MEM_CGROUP_MAX_RECLAIM_LOOPS)) {
1463 css_put(&victim->css);
1464 break;
1465 }
1466 }
1467 }
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08001468 if (!mem_cgroup_local_usage(victim)) {
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001469 /* this cgroup's local usage == 0 */
1470 css_put(&victim->css);
Balbir Singh6d61ef42009-01-07 18:08:06 -08001471 continue;
1472 }
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001473 /* we use swappiness of local cgroup */
Balbir Singh4e416952009-09-23 15:56:39 -07001474 if (check_soft)
1475 ret = mem_cgroup_shrink_node_zone(victim, gfp_mask,
KOSAKI Motohiro14fec792010-08-10 18:03:05 -07001476 noswap, get_swappiness(victim), zone);
Balbir Singh4e416952009-09-23 15:56:39 -07001477 else
1478 ret = try_to_free_mem_cgroup_pages(victim, gfp_mask,
1479 noswap, get_swappiness(victim));
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001480 css_put(&victim->css);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001481 /*
1482 * At shrinking usage, we can't check we should stop here or
1483 * reclaim more. It's depends on callers. last_scanned_child
1484 * will work enough for keeping fairness under tree.
1485 */
1486 if (shrink)
1487 return ret;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001488 total += ret;
Balbir Singh4e416952009-09-23 15:56:39 -07001489 if (check_soft) {
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001490 if (!res_counter_soft_limit_excess(&root_mem->res))
Balbir Singh4e416952009-09-23 15:56:39 -07001491 return total;
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001492 } else if (mem_cgroup_margin(root_mem))
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001493 return 1 + total;
Balbir Singh6d61ef42009-01-07 18:08:06 -08001494 }
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07001495 return total;
Balbir Singh6d61ef42009-01-07 18:08:06 -08001496}
1497
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001498/*
1499 * Check OOM-Killer is already running under our hierarchy.
1500 * If someone is running, return false.
1501 */
1502static bool mem_cgroup_oom_lock(struct mem_cgroup *mem)
1503{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001504 int x, lock_count = 0;
1505 struct mem_cgroup *iter;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08001506
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001507 for_each_mem_cgroup_tree(iter, mem) {
1508 x = atomic_inc_return(&iter->oom_lock);
1509 lock_count = max(x, lock_count);
1510 }
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001511
1512 if (lock_count == 1)
1513 return true;
1514 return false;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08001515}
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001516
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001517static int mem_cgroup_oom_unlock(struct mem_cgroup *mem)
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001518{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001519 struct mem_cgroup *iter;
1520
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001521 /*
1522 * When a new child is created while the hierarchy is under oom,
1523 * mem_cgroup_oom_lock() may not be called. We have to use
1524 * atomic_add_unless() here.
1525 */
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001526 for_each_mem_cgroup_tree(iter, mem)
1527 atomic_add_unless(&iter->oom_lock, -1, 0);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001528 return 0;
1529}
1530
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001531
1532static DEFINE_MUTEX(memcg_oom_mutex);
1533static DECLARE_WAIT_QUEUE_HEAD(memcg_oom_waitq);
1534
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001535struct oom_wait_info {
1536 struct mem_cgroup *mem;
1537 wait_queue_t wait;
1538};
1539
1540static int memcg_oom_wake_function(wait_queue_t *wait,
1541 unsigned mode, int sync, void *arg)
1542{
1543 struct mem_cgroup *wake_mem = (struct mem_cgroup *)arg;
1544 struct oom_wait_info *oom_wait_info;
1545
1546 oom_wait_info = container_of(wait, struct oom_wait_info, wait);
1547
1548 if (oom_wait_info->mem == wake_mem)
1549 goto wakeup;
1550 /* if no hierarchy, no match */
1551 if (!oom_wait_info->mem->use_hierarchy || !wake_mem->use_hierarchy)
1552 return 0;
1553 /*
1554 * Both of oom_wait_info->mem and wake_mem are stable under us.
1555 * Then we can use css_is_ancestor without taking care of RCU.
1556 */
1557 if (!css_is_ancestor(&oom_wait_info->mem->css, &wake_mem->css) &&
1558 !css_is_ancestor(&wake_mem->css, &oom_wait_info->mem->css))
1559 return 0;
1560
1561wakeup:
1562 return autoremove_wake_function(wait, mode, sync, arg);
1563}
1564
1565static void memcg_wakeup_oom(struct mem_cgroup *mem)
1566{
1567 /* for filtering, pass "mem" as argument. */
1568 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, mem);
1569}
1570
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001571static void memcg_oom_recover(struct mem_cgroup *mem)
1572{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001573 if (mem && atomic_read(&mem->oom_lock))
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001574 memcg_wakeup_oom(mem);
1575}
1576
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001577/*
1578 * try to call OOM killer. returns false if we should exit memory-reclaim loop.
1579 */
1580bool mem_cgroup_handle_oom(struct mem_cgroup *mem, gfp_t mask)
1581{
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001582 struct oom_wait_info owait;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001583 bool locked, need_to_kill;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001584
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001585 owait.mem = mem;
1586 owait.wait.flags = 0;
1587 owait.wait.func = memcg_oom_wake_function;
1588 owait.wait.private = current;
1589 INIT_LIST_HEAD(&owait.wait.task_list);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001590 need_to_kill = true;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001591 /* At first, try to OOM lock hierarchy under mem.*/
1592 mutex_lock(&memcg_oom_mutex);
1593 locked = mem_cgroup_oom_lock(mem);
1594 /*
1595 * Even if signal_pending(), we can't quit charge() loop without
1596 * accounting. So, UNINTERRUPTIBLE is appropriate. But SIGKILL
1597 * under OOM is always welcomed, use TASK_KILLABLE here.
1598 */
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001599 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE);
1600 if (!locked || mem->oom_kill_disable)
1601 need_to_kill = false;
1602 if (locked)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07001603 mem_cgroup_oom_notify(mem);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001604 mutex_unlock(&memcg_oom_mutex);
1605
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001606 if (need_to_kill) {
1607 finish_wait(&memcg_oom_waitq, &owait.wait);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001608 mem_cgroup_out_of_memory(mem, mask);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001609 } else {
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001610 schedule();
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001611 finish_wait(&memcg_oom_waitq, &owait.wait);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001612 }
1613 mutex_lock(&memcg_oom_mutex);
1614 mem_cgroup_oom_unlock(mem);
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001615 memcg_wakeup_oom(mem);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001616 mutex_unlock(&memcg_oom_mutex);
1617
1618 if (test_thread_flag(TIF_MEMDIE) || fatal_signal_pending(current))
1619 return false;
1620 /* Give chance to dying process */
1621 schedule_timeout(1);
1622 return true;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001623}
1624
Balbir Singhd69b0422009-06-17 16:26:34 -07001625/*
1626 * Currently used to update mapped file statistics, but the routine can be
1627 * generalized to update other statistics as well.
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001628 *
1629 * Notes: Race condition
1630 *
1631 * We usually use page_cgroup_lock() for accessing page_cgroup member but
1632 * it tends to be costly. But considering some conditions, we doesn't need
1633 * to do so _always_.
1634 *
1635 * Considering "charge", lock_page_cgroup() is not required because all
1636 * file-stat operations happen after a page is attached to radix-tree. There
1637 * are no race with "charge".
1638 *
1639 * Considering "uncharge", we know that memcg doesn't clear pc->mem_cgroup
1640 * at "uncharge" intentionally. So, we always see valid pc->mem_cgroup even
1641 * if there are race with "uncharge". Statistics itself is properly handled
1642 * by flags.
1643 *
1644 * Considering "move", this is an only case we see a race. To make the race
1645 * small, we check MEM_CGROUP_ON_MOVE percpu value and detect there are
1646 * possibility of race condition. If there is, we take a lock.
Balbir Singhd69b0422009-06-17 16:26:34 -07001647 */
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07001648
Greg Thelen2a7106f2011-01-13 15:47:37 -08001649void mem_cgroup_update_page_stat(struct page *page,
1650 enum mem_cgroup_page_stat_item idx, int val)
Balbir Singhd69b0422009-06-17 16:26:34 -07001651{
1652 struct mem_cgroup *mem;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001653 struct page_cgroup *pc = lookup_page_cgroup(page);
1654 bool need_unlock = false;
KAMEZAWA Hiroyukidbd4ea72011-01-13 15:47:38 -08001655 unsigned long uninitialized_var(flags);
Balbir Singhd69b0422009-06-17 16:26:34 -07001656
Balbir Singhd69b0422009-06-17 16:26:34 -07001657 if (unlikely(!pc))
1658 return;
1659
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001660 rcu_read_lock();
Balbir Singhd69b0422009-06-17 16:26:34 -07001661 mem = pc->mem_cgroup;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001662 if (unlikely(!mem || !PageCgroupUsed(pc)))
1663 goto out;
1664 /* pc->mem_cgroup is unstable ? */
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08001665 if (unlikely(mem_cgroup_stealed(mem)) || PageTransHuge(page)) {
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001666 /* take a lock against to access pc->mem_cgroup */
KAMEZAWA Hiroyukidbd4ea72011-01-13 15:47:38 -08001667 move_lock_page_cgroup(pc, &flags);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001668 need_unlock = true;
1669 mem = pc->mem_cgroup;
1670 if (!mem || !PageCgroupUsed(pc))
1671 goto out;
1672 }
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07001673
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07001674 switch (idx) {
Greg Thelen2a7106f2011-01-13 15:47:37 -08001675 case MEMCG_NR_FILE_MAPPED:
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07001676 if (val > 0)
1677 SetPageCgroupFileMapped(pc);
1678 else if (!page_mapped(page))
KAMEZAWA Hiroyuki0c270f82010-10-27 15:33:39 -07001679 ClearPageCgroupFileMapped(pc);
Greg Thelen2a7106f2011-01-13 15:47:37 -08001680 idx = MEM_CGROUP_STAT_FILE_MAPPED;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07001681 break;
1682 default:
1683 BUG();
KAMEZAWA Hiroyuki8725d542010-04-06 14:35:05 -07001684 }
Balbir Singhd69b0422009-06-17 16:26:34 -07001685
Greg Thelen2a7106f2011-01-13 15:47:37 -08001686 this_cpu_add(mem->stat->count[idx], val);
1687
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001688out:
1689 if (unlikely(need_unlock))
KAMEZAWA Hiroyukidbd4ea72011-01-13 15:47:38 -08001690 move_unlock_page_cgroup(pc, &flags);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001691 rcu_read_unlock();
1692 return;
Balbir Singhd69b0422009-06-17 16:26:34 -07001693}
Greg Thelen2a7106f2011-01-13 15:47:37 -08001694EXPORT_SYMBOL(mem_cgroup_update_page_stat);
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07001695
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08001696/*
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001697 * size of first charge trial. "32" comes from vmscan.c's magic value.
1698 * TODO: maybe necessary to use big numbers in big irons.
1699 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001700#define CHARGE_BATCH 32U
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001701struct memcg_stock_pcp {
1702 struct mem_cgroup *cached; /* this never be root cgroup */
Johannes Weiner11c9ea42011-03-23 16:42:34 -07001703 unsigned int nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001704 struct work_struct work;
1705};
1706static DEFINE_PER_CPU(struct memcg_stock_pcp, memcg_stock);
1707static atomic_t memcg_drain_count;
1708
1709/*
Johannes Weiner11c9ea42011-03-23 16:42:34 -07001710 * Try to consume stocked charge on this cpu. If success, one page is consumed
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001711 * from local stock and true is returned. If the stock is 0 or charges from a
1712 * cgroup which is not current target, returns false. This stock will be
1713 * refilled.
1714 */
1715static bool consume_stock(struct mem_cgroup *mem)
1716{
1717 struct memcg_stock_pcp *stock;
1718 bool ret = true;
1719
1720 stock = &get_cpu_var(memcg_stock);
Johannes Weiner11c9ea42011-03-23 16:42:34 -07001721 if (mem == stock->cached && stock->nr_pages)
1722 stock->nr_pages--;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001723 else /* need to call res_counter_charge */
1724 ret = false;
1725 put_cpu_var(memcg_stock);
1726 return ret;
1727}
1728
1729/*
1730 * Returns stocks cached in percpu to res_counter and reset cached information.
1731 */
1732static void drain_stock(struct memcg_stock_pcp *stock)
1733{
1734 struct mem_cgroup *old = stock->cached;
1735
Johannes Weiner11c9ea42011-03-23 16:42:34 -07001736 if (stock->nr_pages) {
1737 unsigned long bytes = stock->nr_pages * PAGE_SIZE;
1738
1739 res_counter_uncharge(&old->res, bytes);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001740 if (do_swap_account)
Johannes Weiner11c9ea42011-03-23 16:42:34 -07001741 res_counter_uncharge(&old->memsw, bytes);
1742 stock->nr_pages = 0;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001743 }
1744 stock->cached = NULL;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001745}
1746
1747/*
1748 * This must be called under preempt disabled or must be called by
1749 * a thread which is pinned to local cpu.
1750 */
1751static void drain_local_stock(struct work_struct *dummy)
1752{
1753 struct memcg_stock_pcp *stock = &__get_cpu_var(memcg_stock);
1754 drain_stock(stock);
1755}
1756
1757/*
1758 * Cache charges(val) which is from res_counter, to local per_cpu area.
Greg Thelen320cc512010-03-15 15:27:28 +01001759 * This will be consumed by consume_stock() function, later.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001760 */
Johannes Weiner11c9ea42011-03-23 16:42:34 -07001761static void refill_stock(struct mem_cgroup *mem, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001762{
1763 struct memcg_stock_pcp *stock = &get_cpu_var(memcg_stock);
1764
1765 if (stock->cached != mem) { /* reset if necessary */
1766 drain_stock(stock);
1767 stock->cached = mem;
1768 }
Johannes Weiner11c9ea42011-03-23 16:42:34 -07001769 stock->nr_pages += nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001770 put_cpu_var(memcg_stock);
1771}
1772
1773/*
1774 * Tries to drain stocked charges in other cpus. This function is asynchronous
1775 * and just put a work per cpu for draining localy on each cpu. Caller can
1776 * expects some charges will be back to res_counter later but cannot wait for
1777 * it.
1778 */
1779static void drain_all_stock_async(void)
1780{
1781 int cpu;
1782 /* This function is for scheduling "drain" in asynchronous way.
1783 * The result of "drain" is not directly handled by callers. Then,
1784 * if someone is calling drain, we don't have to call drain more.
1785 * Anyway, WORK_STRUCT_PENDING check in queue_work_on() will catch if
1786 * there is a race. We just do loose check here.
1787 */
1788 if (atomic_read(&memcg_drain_count))
1789 return;
1790 /* Notify other cpus that system-wide "drain" is running */
1791 atomic_inc(&memcg_drain_count);
1792 get_online_cpus();
1793 for_each_online_cpu(cpu) {
1794 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
1795 schedule_work_on(cpu, &stock->work);
1796 }
1797 put_online_cpus();
1798 atomic_dec(&memcg_drain_count);
1799 /* We don't wait for flush_work */
1800}
1801
1802/* This is a synchronous drain interface. */
1803static void drain_all_stock_sync(void)
1804{
1805 /* called when force_empty is called */
1806 atomic_inc(&memcg_drain_count);
1807 schedule_on_each_cpu(drain_local_stock);
1808 atomic_dec(&memcg_drain_count);
1809}
1810
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001811/*
1812 * This function drains percpu counter value from DEAD cpu and
1813 * move it to local cpu. Note that this function can be preempted.
1814 */
1815static void mem_cgroup_drain_pcp_counter(struct mem_cgroup *mem, int cpu)
1816{
1817 int i;
1818
1819 spin_lock(&mem->pcp_counter_lock);
1820 for (i = 0; i < MEM_CGROUP_STAT_DATA; i++) {
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001821 long x = per_cpu(mem->stat->count[i], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001822
1823 per_cpu(mem->stat->count[i], cpu) = 0;
1824 mem->nocpu_base.count[i] += x;
1825 }
Johannes Weinere9f89742011-03-23 16:42:37 -07001826 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
1827 unsigned long x = per_cpu(mem->stat->events[i], cpu);
1828
1829 per_cpu(mem->stat->events[i], cpu) = 0;
1830 mem->nocpu_base.events[i] += x;
1831 }
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07001832 /* need to clear ON_MOVE value, works as a kind of lock. */
1833 per_cpu(mem->stat->count[MEM_CGROUP_ON_MOVE], cpu) = 0;
1834 spin_unlock(&mem->pcp_counter_lock);
1835}
1836
1837static void synchronize_mem_cgroup_on_move(struct mem_cgroup *mem, int cpu)
1838{
1839 int idx = MEM_CGROUP_ON_MOVE;
1840
1841 spin_lock(&mem->pcp_counter_lock);
1842 per_cpu(mem->stat->count[idx], cpu) = mem->nocpu_base.count[idx];
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001843 spin_unlock(&mem->pcp_counter_lock);
1844}
1845
1846static int __cpuinit memcg_cpu_hotplug_callback(struct notifier_block *nb,
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001847 unsigned long action,
1848 void *hcpu)
1849{
1850 int cpu = (unsigned long)hcpu;
1851 struct memcg_stock_pcp *stock;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001852 struct mem_cgroup *iter;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001853
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07001854 if ((action == CPU_ONLINE)) {
1855 for_each_mem_cgroup_all(iter)
1856 synchronize_mem_cgroup_on_move(iter, cpu);
1857 return NOTIFY_OK;
1858 }
1859
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001860 if ((action != CPU_DEAD) || action != CPU_DEAD_FROZEN)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001861 return NOTIFY_OK;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001862
1863 for_each_mem_cgroup_all(iter)
1864 mem_cgroup_drain_pcp_counter(iter, cpu);
1865
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001866 stock = &per_cpu(memcg_stock, cpu);
1867 drain_stock(stock);
1868 return NOTIFY_OK;
1869}
1870
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001871
1872/* See __mem_cgroup_try_charge() for details */
1873enum {
1874 CHARGE_OK, /* success */
1875 CHARGE_RETRY, /* need to retry but retry is not bad */
1876 CHARGE_NOMEM, /* we can't do more. return -ENOMEM */
1877 CHARGE_WOULDBLOCK, /* GFP_WAIT wasn't set and no enough res. */
1878 CHARGE_OOM_DIE, /* the current is killed because of OOM */
1879};
1880
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001881static int mem_cgroup_do_charge(struct mem_cgroup *mem, gfp_t gfp_mask,
1882 unsigned int nr_pages, bool oom_check)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001883{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001884 unsigned long csize = nr_pages * PAGE_SIZE;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001885 struct mem_cgroup *mem_over_limit;
1886 struct res_counter *fail_res;
1887 unsigned long flags = 0;
1888 int ret;
1889
1890 ret = res_counter_charge(&mem->res, csize, &fail_res);
1891
1892 if (likely(!ret)) {
1893 if (!do_swap_account)
1894 return CHARGE_OK;
1895 ret = res_counter_charge(&mem->memsw, csize, &fail_res);
1896 if (likely(!ret))
1897 return CHARGE_OK;
1898
KAMEZAWA Hiroyuki01c88e22011-01-25 15:07:27 -08001899 res_counter_uncharge(&mem->res, csize);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001900 mem_over_limit = mem_cgroup_from_res_counter(fail_res, memsw);
1901 flags |= MEM_CGROUP_RECLAIM_NOSWAP;
1902 } else
1903 mem_over_limit = mem_cgroup_from_res_counter(fail_res, res);
Johannes Weiner9221edb2011-02-01 15:52:42 -08001904 /*
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001905 * nr_pages can be either a huge page (HPAGE_PMD_NR), a batch
1906 * of regular pages (CHARGE_BATCH), or a single regular page (1).
Johannes Weiner9221edb2011-02-01 15:52:42 -08001907 *
1908 * Never reclaim on behalf of optional batching, retry with a
1909 * single page instead.
1910 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001911 if (nr_pages == CHARGE_BATCH)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001912 return CHARGE_RETRY;
1913
1914 if (!(gfp_mask & __GFP_WAIT))
1915 return CHARGE_WOULDBLOCK;
1916
1917 ret = mem_cgroup_hierarchical_reclaim(mem_over_limit, NULL,
Johannes Weiner19942822011-02-01 15:52:43 -08001918 gfp_mask, flags);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001919 if (mem_cgroup_margin(mem_over_limit) >= nr_pages)
Johannes Weiner19942822011-02-01 15:52:43 -08001920 return CHARGE_RETRY;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001921 /*
Johannes Weiner19942822011-02-01 15:52:43 -08001922 * Even though the limit is exceeded at this point, reclaim
1923 * may have been able to free some pages. Retry the charge
1924 * before killing the task.
1925 *
1926 * Only for regular pages, though: huge pages are rather
1927 * unlikely to succeed so close to the limit, and we fall back
1928 * to regular pages anyway in case of failure.
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001929 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001930 if (nr_pages == 1 && ret)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001931 return CHARGE_RETRY;
1932
1933 /*
1934 * At task move, charge accounts can be doubly counted. So, it's
1935 * better to wait until the end of task_move if something is going on.
1936 */
1937 if (mem_cgroup_wait_acct_move(mem_over_limit))
1938 return CHARGE_RETRY;
1939
1940 /* If we don't need to call oom-killer at el, return immediately */
1941 if (!oom_check)
1942 return CHARGE_NOMEM;
1943 /* check OOM */
1944 if (!mem_cgroup_handle_oom(mem_over_limit, gfp_mask))
1945 return CHARGE_OOM_DIE;
1946
1947 return CHARGE_RETRY;
1948}
1949
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08001950/*
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08001951 * Unlike exported interface, "oom" parameter is added. if oom==true,
1952 * oom-killer can be invoked.
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08001953 */
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08001954static int __mem_cgroup_try_charge(struct mm_struct *mm,
Andrea Arcangeliec168512011-01-13 15:46:56 -08001955 gfp_t gfp_mask,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001956 unsigned int nr_pages,
1957 struct mem_cgroup **memcg,
1958 bool oom)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08001959{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001960 unsigned int batch = max(CHARGE_BATCH, nr_pages);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001961 int nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
1962 struct mem_cgroup *mem = NULL;
1963 int ret;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08001964
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001965 /*
1966 * Unlike gloval-vm's OOM-kill, we're not in memory shortage
1967 * in system level. So, allow to go ahead dying process in addition to
1968 * MEMDIE process.
1969 */
1970 if (unlikely(test_thread_flag(TIF_MEMDIE)
1971 || fatal_signal_pending(current)))
1972 goto bypass;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08001973
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08001974 /*
Hugh Dickins3be91272008-02-07 00:14:19 -08001975 * We always charge the cgroup the mm_struct belongs to.
1976 * The mm_struct's mem_cgroup changes on task migration if the
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08001977 * thread group leader migrates. It's possible that mm is not
1978 * set, if so charge the init_mm (happens for pagecache usage).
1979 */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07001980 if (!*memcg && !mm)
1981 goto bypass;
1982again:
1983 if (*memcg) { /* css should be a valid one */
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001984 mem = *memcg;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07001985 VM_BUG_ON(css_is_removed(&mem->css));
1986 if (mem_cgroup_is_root(mem))
1987 goto done;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001988 if (nr_pages == 1 && consume_stock(mem))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07001989 goto done;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08001990 css_get(&mem->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001991 } else {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07001992 struct task_struct *p;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001993
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07001994 rcu_read_lock();
1995 p = rcu_dereference(mm->owner);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07001996 /*
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08001997 * Because we don't have task_lock(), "p" can exit.
1998 * In that case, "mem" can point to root or p can be NULL with
1999 * race with swapoff. Then, we have small risk of mis-accouning.
2000 * But such kind of mis-account by race always happens because
2001 * we don't have cgroup_mutex(). It's overkill and we allo that
2002 * small race, here.
2003 * (*) swapoff at el will charge against mm-struct not against
2004 * task-struct. So, mm->owner can be NULL.
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002005 */
2006 mem = mem_cgroup_from_task(p);
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002007 if (!mem || mem_cgroup_is_root(mem)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002008 rcu_read_unlock();
2009 goto done;
2010 }
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002011 if (nr_pages == 1 && consume_stock(mem)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002012 /*
2013 * It seems dagerous to access memcg without css_get().
2014 * But considering how consume_stok works, it's not
2015 * necessary. If consume_stock success, some charges
2016 * from this memcg are cached on this cpu. So, we
2017 * don't need to call css_get()/css_tryget() before
2018 * calling consume_stock().
2019 */
2020 rcu_read_unlock();
2021 goto done;
2022 }
2023 /* after here, we may be blocked. we need to get refcnt */
2024 if (!css_tryget(&mem->css)) {
2025 rcu_read_unlock();
2026 goto again;
2027 }
2028 rcu_read_unlock();
2029 }
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002030
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002031 do {
2032 bool oom_check;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002033
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002034 /* If killed, bypass charge */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002035 if (fatal_signal_pending(current)) {
2036 css_put(&mem->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002037 goto bypass;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002038 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002039
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002040 oom_check = false;
2041 if (oom && !nr_oom_retries) {
2042 oom_check = true;
2043 nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
2044 }
Balbir Singh6d61ef42009-01-07 18:08:06 -08002045
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002046 ret = mem_cgroup_do_charge(mem, gfp_mask, batch, oom_check);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002047 switch (ret) {
2048 case CHARGE_OK:
2049 break;
2050 case CHARGE_RETRY: /* not in OOM situation but retry */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002051 batch = nr_pages;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002052 css_put(&mem->css);
2053 mem = NULL;
2054 goto again;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002055 case CHARGE_WOULDBLOCK: /* !__GFP_WAIT */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002056 css_put(&mem->css);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002057 goto nomem;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002058 case CHARGE_NOMEM: /* OOM routine works */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002059 if (!oom) {
2060 css_put(&mem->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002061 goto nomem;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002062 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002063 /* If oom, we never return -ENOMEM */
2064 nr_oom_retries--;
2065 break;
2066 case CHARGE_OOM_DIE: /* Killed by OOM Killer */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002067 css_put(&mem->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002068 goto bypass;
Balbir Singh66e17072008-02-07 00:13:56 -08002069 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002070 } while (ret != CHARGE_OK);
2071
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002072 if (batch > nr_pages)
2073 refill_stock(mem, batch - nr_pages);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002074 css_put(&mem->css);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002075done:
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002076 *memcg = mem;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002077 return 0;
2078nomem:
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002079 *memcg = NULL;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002080 return -ENOMEM;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002081bypass:
2082 *memcg = NULL;
2083 return 0;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002084}
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002085
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002086/*
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002087 * Somemtimes we have to undo a charge we got by try_charge().
2088 * This function is for that and do uncharge, put css's refcnt.
2089 * gotten by try_charge().
2090 */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002091static void __mem_cgroup_cancel_charge(struct mem_cgroup *mem,
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002092 unsigned int nr_pages)
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002093{
2094 if (!mem_cgroup_is_root(mem)) {
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002095 unsigned long bytes = nr_pages * PAGE_SIZE;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002096
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002097 res_counter_uncharge(&mem->res, bytes);
2098 if (do_swap_account)
2099 res_counter_uncharge(&mem->memsw, bytes);
2100 }
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002101}
2102
2103/*
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002104 * A helper function to get mem_cgroup from ID. must be called under
2105 * rcu_read_lock(). The caller must check css_is_removed() or some if
2106 * it's concern. (dropping refcnt from swap can be called against removed
2107 * memcg.)
2108 */
2109static struct mem_cgroup *mem_cgroup_lookup(unsigned short id)
2110{
2111 struct cgroup_subsys_state *css;
2112
2113 /* ID 0 is unused ID */
2114 if (!id)
2115 return NULL;
2116 css = css_lookup(&mem_cgroup_subsys, id);
2117 if (!css)
2118 return NULL;
2119 return container_of(css, struct mem_cgroup, css);
2120}
2121
Wu Fengguange42d9d52009-12-16 12:19:59 +01002122struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page)
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002123{
Wu Fengguange42d9d52009-12-16 12:19:59 +01002124 struct mem_cgroup *mem = NULL;
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002125 struct page_cgroup *pc;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002126 unsigned short id;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002127 swp_entry_t ent;
2128
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002129 VM_BUG_ON(!PageLocked(page));
2130
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002131 pc = lookup_page_cgroup(page);
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002132 lock_page_cgroup(pc);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002133 if (PageCgroupUsed(pc)) {
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002134 mem = pc->mem_cgroup;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002135 if (mem && !css_tryget(&mem->css))
2136 mem = NULL;
Wu Fengguange42d9d52009-12-16 12:19:59 +01002137 } else if (PageSwapCache(page)) {
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002138 ent.val = page_private(page);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002139 id = lookup_swap_cgroup(ent);
2140 rcu_read_lock();
2141 mem = mem_cgroup_lookup(id);
2142 if (mem && !css_tryget(&mem->css))
2143 mem = NULL;
2144 rcu_read_unlock();
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002145 }
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002146 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002147 return mem;
2148}
2149
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002150static void __mem_cgroup_commit_charge(struct mem_cgroup *mem,
Johannes Weiner5564e882011-03-23 16:42:29 -07002151 struct page *page,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002152 unsigned int nr_pages,
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002153 struct page_cgroup *pc,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002154 enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002155{
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002156 lock_page_cgroup(pc);
2157 if (unlikely(PageCgroupUsed(pc))) {
2158 unlock_page_cgroup(pc);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002159 __mem_cgroup_cancel_charge(mem, nr_pages);
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002160 return;
2161 }
2162 /*
2163 * we don't need page_cgroup_lock about tail pages, becase they are not
2164 * accessed by any other context at this point.
2165 */
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002166 pc->mem_cgroup = mem;
KAMEZAWA Hiroyuki261fb612009-09-23 15:56:33 -07002167 /*
2168 * We access a page_cgroup asynchronously without lock_page_cgroup().
2169 * Especially when a page_cgroup is taken from a page, pc->mem_cgroup
2170 * is accessed after testing USED bit. To make pc->mem_cgroup visible
2171 * before USED bit, we need memory barrier here.
2172 * See mem_cgroup_add_lru_list(), etc.
2173 */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002174 smp_wmb();
Balbir Singh4b3bde42009-09-23 15:56:32 -07002175 switch (ctype) {
2176 case MEM_CGROUP_CHARGE_TYPE_CACHE:
2177 case MEM_CGROUP_CHARGE_TYPE_SHMEM:
2178 SetPageCgroupCache(pc);
2179 SetPageCgroupUsed(pc);
2180 break;
2181 case MEM_CGROUP_CHARGE_TYPE_MAPPED:
2182 ClearPageCgroupCache(pc);
2183 SetPageCgroupUsed(pc);
2184 break;
2185 default:
2186 break;
2187 }
Hugh Dickins3be91272008-02-07 00:14:19 -08002188
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002189 mem_cgroup_charge_statistics(mem, PageCgroupCache(pc), nr_pages);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002190 unlock_page_cgroup(pc);
KAMEZAWA Hiroyuki430e48632010-03-10 15:22:30 -08002191 /*
2192 * "charge_statistics" updated event counter. Then, check it.
2193 * Insert ancestor (and ancestor's ancestors), to softlimit RB-tree.
2194 * if they exceeds softlimit.
2195 */
Johannes Weiner5564e882011-03-23 16:42:29 -07002196 memcg_check_events(mem, page);
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002197}
2198
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002199#ifdef CONFIG_TRANSPARENT_HUGEPAGE
2200
2201#define PCGF_NOCOPY_AT_SPLIT ((1 << PCG_LOCK) | (1 << PCG_MOVE_LOCK) |\
2202 (1 << PCG_ACCT_LRU) | (1 << PCG_MIGRATION))
2203/*
2204 * Because tail pages are not marked as "used", set it. We're under
2205 * zone->lru_lock, 'splitting on pmd' and compund_lock.
2206 */
2207void mem_cgroup_split_huge_fixup(struct page *head, struct page *tail)
2208{
2209 struct page_cgroup *head_pc = lookup_page_cgroup(head);
2210 struct page_cgroup *tail_pc = lookup_page_cgroup(tail);
2211 unsigned long flags;
2212
KAMEZAWA Hiroyuki3d37c4a2011-01-25 15:07:28 -08002213 if (mem_cgroup_disabled())
2214 return;
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002215 /*
KAMEZAWA Hiroyukiece35ca2011-01-20 14:44:24 -08002216 * We have no races with charge/uncharge but will have races with
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002217 * page state accounting.
2218 */
2219 move_lock_page_cgroup(head_pc, &flags);
2220
2221 tail_pc->mem_cgroup = head_pc->mem_cgroup;
2222 smp_wmb(); /* see __commit_charge() */
KAMEZAWA Hiroyukiece35ca2011-01-20 14:44:24 -08002223 if (PageCgroupAcctLRU(head_pc)) {
2224 enum lru_list lru;
2225 struct mem_cgroup_per_zone *mz;
2226
2227 /*
2228 * LRU flags cannot be copied because we need to add tail
2229 *.page to LRU by generic call and our hook will be called.
2230 * We hold lru_lock, then, reduce counter directly.
2231 */
2232 lru = page_lru(head);
Johannes Weiner97a6c372011-03-23 16:42:27 -07002233 mz = page_cgroup_zoneinfo(head_pc->mem_cgroup, head);
KAMEZAWA Hiroyukiece35ca2011-01-20 14:44:24 -08002234 MEM_CGROUP_ZSTAT(mz, lru) -= 1;
2235 }
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002236 tail_pc->flags = head_pc->flags & ~PCGF_NOCOPY_AT_SPLIT;
2237 move_unlock_page_cgroup(head_pc, &flags);
2238}
2239#endif
2240
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002241/**
Johannes Weinerde3638d2011-03-23 16:42:28 -07002242 * mem_cgroup_move_account - move account of the page
Johannes Weiner5564e882011-03-23 16:42:29 -07002243 * @page: the page
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002244 * @nr_pages: number of regular pages (>1 for huge pages)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002245 * @pc: page_cgroup of the page.
2246 * @from: mem_cgroup which the page is moved from.
2247 * @to: mem_cgroup which the page is moved to. @from != @to.
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002248 * @uncharge: whether we should call uncharge and css_put against @from.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002249 *
2250 * The caller must confirm following.
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002251 * - page is not on LRU (isolate_page() is useful.)
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002252 * - compound_lock is held when nr_pages > 1
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002253 *
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002254 * This function doesn't do "charge" nor css_get to new cgroup. It should be
2255 * done by a caller(__mem_cgroup_try_charge would be usefull). If @uncharge is
2256 * true, this function does "uncharge" from old cgroup, but it doesn't if
2257 * @uncharge is false, so a caller should do "uncharge".
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002258 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002259static int mem_cgroup_move_account(struct page *page,
2260 unsigned int nr_pages,
2261 struct page_cgroup *pc,
2262 struct mem_cgroup *from,
2263 struct mem_cgroup *to,
2264 bool uncharge)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002265{
Johannes Weinerde3638d2011-03-23 16:42:28 -07002266 unsigned long flags;
2267 int ret;
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08002268
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002269 VM_BUG_ON(from == to);
Johannes Weiner5564e882011-03-23 16:42:29 -07002270 VM_BUG_ON(PageLRU(page));
Johannes Weinerde3638d2011-03-23 16:42:28 -07002271 /*
2272 * The page is isolated from LRU. So, collapse function
2273 * will not handle this page. But page splitting can happen.
2274 * Do this check under compound_page_lock(). The caller should
2275 * hold it.
2276 */
2277 ret = -EBUSY;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002278 if (nr_pages > 1 && !PageTransHuge(page))
Johannes Weinerde3638d2011-03-23 16:42:28 -07002279 goto out;
2280
2281 lock_page_cgroup(pc);
2282
2283 ret = -EINVAL;
2284 if (!PageCgroupUsed(pc) || pc->mem_cgroup != from)
2285 goto unlock;
2286
2287 move_lock_page_cgroup(pc, &flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002288
KAMEZAWA Hiroyuki8725d542010-04-06 14:35:05 -07002289 if (PageCgroupFileMapped(pc)) {
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08002290 /* Update mapped_file data for mem_cgroup */
2291 preempt_disable();
2292 __this_cpu_dec(from->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
2293 __this_cpu_inc(to->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
2294 preempt_enable();
Balbir Singhd69b0422009-06-17 16:26:34 -07002295 }
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08002296 mem_cgroup_charge_statistics(from, PageCgroupCache(pc), -nr_pages);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002297 if (uncharge)
2298 /* This is not "cancel", but cancel_charge does all we need. */
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002299 __mem_cgroup_cancel_charge(from, nr_pages);
Balbir Singhd69b0422009-06-17 16:26:34 -07002300
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002301 /* caller should have done css_get */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002302 pc->mem_cgroup = to;
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08002303 mem_cgroup_charge_statistics(to, PageCgroupCache(pc), nr_pages);
KAMEZAWA Hiroyuki88703262009-07-29 15:04:06 -07002304 /*
2305 * We charges against "to" which may not have any tasks. Then, "to"
2306 * can be under rmdir(). But in current implementation, caller of
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08002307 * this function is just force_empty() and move charge, so it's
2308 * garanteed that "to" is never removed. So, we don't check rmdir
2309 * status here.
KAMEZAWA Hiroyuki88703262009-07-29 15:04:06 -07002310 */
Johannes Weinerde3638d2011-03-23 16:42:28 -07002311 move_unlock_page_cgroup(pc, &flags);
2312 ret = 0;
2313unlock:
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08002314 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08002315 /*
2316 * check events
2317 */
Johannes Weiner5564e882011-03-23 16:42:29 -07002318 memcg_check_events(to, page);
2319 memcg_check_events(from, page);
Johannes Weinerde3638d2011-03-23 16:42:28 -07002320out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002321 return ret;
2322}
2323
2324/*
2325 * move charges to its parent.
2326 */
2327
Johannes Weiner5564e882011-03-23 16:42:29 -07002328static int mem_cgroup_move_parent(struct page *page,
2329 struct page_cgroup *pc,
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002330 struct mem_cgroup *child,
2331 gfp_t gfp_mask)
2332{
2333 struct cgroup *cg = child->css.cgroup;
2334 struct cgroup *pcg = cg->parent;
2335 struct mem_cgroup *parent;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002336 unsigned int nr_pages;
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08002337 unsigned long flags;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002338 int ret;
2339
2340 /* Is ROOT ? */
2341 if (!pcg)
2342 return -EINVAL;
2343
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08002344 ret = -EBUSY;
2345 if (!get_page_unless_zero(page))
2346 goto out;
2347 if (isolate_lru_page(page))
2348 goto put;
KAMEZAWA Hiroyuki52dbb902011-01-25 15:07:29 -08002349
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002350 nr_pages = hpage_nr_pages(page);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002351
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002352 parent = mem_cgroup_from_cont(pcg);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002353 ret = __mem_cgroup_try_charge(NULL, gfp_mask, nr_pages, &parent, false);
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002354 if (ret || !parent)
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08002355 goto put_back;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002356
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002357 if (nr_pages > 1)
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08002358 flags = compound_lock_irqsave(page);
2359
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002360 ret = mem_cgroup_move_account(page, nr_pages, pc, child, parent, true);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002361 if (ret)
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002362 __mem_cgroup_cancel_charge(parent, nr_pages);
Jesper Juhl8dba4742011-01-25 15:07:24 -08002363
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002364 if (nr_pages > 1)
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08002365 compound_unlock_irqrestore(page, flags);
Jesper Juhl8dba4742011-01-25 15:07:24 -08002366put_back:
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002367 putback_lru_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08002368put:
Daisuke Nishimura40d58132009-01-15 13:51:12 -08002369 put_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08002370out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002371 return ret;
2372}
2373
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002374/*
2375 * Charge the memory controller for page usage.
2376 * Return
2377 * 0 if the charge was successful
2378 * < 0 if the cgroup is over its limit
2379 */
2380static int mem_cgroup_charge_common(struct page *page, struct mm_struct *mm,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07002381 gfp_t gfp_mask, enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002382{
Daisuke Nishimura73045c42010-08-10 18:02:59 -07002383 struct mem_cgroup *mem = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002384 unsigned int nr_pages = 1;
Johannes Weiner8493ae42011-02-01 15:52:44 -08002385 struct page_cgroup *pc;
2386 bool oom = true;
2387 int ret;
Andrea Arcangeliec168512011-01-13 15:46:56 -08002388
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08002389 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002390 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08002391 VM_BUG_ON(!PageTransHuge(page));
Johannes Weiner8493ae42011-02-01 15:52:44 -08002392 /*
2393 * Never OOM-kill a process for a huge page. The
2394 * fault handler will fall back to regular pages.
2395 */
2396 oom = false;
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08002397 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002398
2399 pc = lookup_page_cgroup(page);
Johannes Weineraf4a6622011-03-23 16:42:24 -07002400 BUG_ON(!pc); /* XXX: remove this and move pc lookup into commit */
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002401
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002402 ret = __mem_cgroup_try_charge(mm, gfp_mask, nr_pages, &mem, oom);
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002403 if (ret || !mem)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002404 return ret;
2405
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002406 __mem_cgroup_commit_charge(mem, page, nr_pages, pc, ctype);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002407 return 0;
2408}
2409
2410int mem_cgroup_newpage_charge(struct page *page,
2411 struct mm_struct *mm, gfp_t gfp_mask)
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08002412{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08002413 if (mem_cgroup_disabled())
Li Zefancede86a2008-07-25 01:47:18 -07002414 return 0;
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07002415 /*
2416 * If already mapped, we don't have to account.
2417 * If page cache, page->mapping has address_space.
2418 * But page->mapping may have out-of-use anon_vma pointer,
2419 * detecit it by PageAnon() check. newly-mapped-anon's page->mapping
2420 * is NULL.
2421 */
2422 if (page_mapped(page) || (page->mapping && !PageAnon(page)))
2423 return 0;
2424 if (unlikely(!mm))
2425 mm = &init_mm;
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08002426 return mem_cgroup_charge_common(page, mm, gfp_mask,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07002427 MEM_CGROUP_CHARGE_TYPE_MAPPED);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08002428}
2429
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07002430static void
2431__mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *ptr,
2432 enum charge_type ctype);
2433
Balbir Singhe1a1cd52008-02-07 00:14:02 -08002434int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
2435 gfp_t gfp_mask)
Balbir Singh8697d332008-02-07 00:13:59 -08002436{
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002437 int ret;
2438
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08002439 if (mem_cgroup_disabled())
Li Zefancede86a2008-07-25 01:47:18 -07002440 return 0;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002441 if (PageCompound(page))
2442 return 0;
KAMEZAWA Hiroyukiaccf1632008-07-25 01:47:17 -07002443 /*
2444 * Corner case handling. This is called from add_to_page_cache()
2445 * in usual. But some FS (shmem) precharges this page before calling it
2446 * and call add_to_page_cache() with GFP_NOWAIT.
2447 *
2448 * For GFP_NOWAIT case, the page may be pre-charged before calling
2449 * add_to_page_cache(). (See shmem.c) check it here and avoid to call
2450 * charge twice. (It works but has to pay a bit larger cost.)
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002451 * And when the page is SwapCache, it should take swap information
2452 * into account. This is under lock_page() now.
KAMEZAWA Hiroyukiaccf1632008-07-25 01:47:17 -07002453 */
2454 if (!(gfp_mask & __GFP_WAIT)) {
2455 struct page_cgroup *pc;
2456
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002457 pc = lookup_page_cgroup(page);
2458 if (!pc)
2459 return 0;
2460 lock_page_cgroup(pc);
2461 if (PageCgroupUsed(pc)) {
2462 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukiaccf1632008-07-25 01:47:17 -07002463 return 0;
2464 }
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002465 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukiaccf1632008-07-25 01:47:17 -07002466 }
2467
Daisuke Nishimura73045c42010-08-10 18:02:59 -07002468 if (unlikely(!mm))
Balbir Singh8697d332008-02-07 00:13:59 -08002469 mm = &init_mm;
KAMEZAWA Hiroyukiaccf1632008-07-25 01:47:17 -07002470
KAMEZAWA Hiroyukic05555b2008-10-18 20:28:11 -07002471 if (page_is_file_cache(page))
2472 return mem_cgroup_charge_common(page, mm, gfp_mask,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07002473 MEM_CGROUP_CHARGE_TYPE_CACHE);
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002474
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07002475 /* shmem */
2476 if (PageSwapCache(page)) {
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07002477 struct mem_cgroup *mem;
Daisuke Nishimura73045c42010-08-10 18:02:59 -07002478
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07002479 ret = mem_cgroup_try_charge_swapin(mm, page, gfp_mask, &mem);
2480 if (!ret)
2481 __mem_cgroup_commit_charge_swapin(page, mem,
2482 MEM_CGROUP_CHARGE_TYPE_SHMEM);
2483 } else
2484 ret = mem_cgroup_charge_common(page, mm, gfp_mask,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07002485 MEM_CGROUP_CHARGE_TYPE_SHMEM);
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002486
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002487 return ret;
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07002488}
2489
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002490/*
2491 * While swap-in, try_charge -> commit or cancel, the page is locked.
2492 * And when try_charge() successfully returns, one refcnt to memcg without
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02002493 * struct page_cgroup is acquired. This refcnt will be consumed by
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002494 * "commit()" or removed by "cancel()"
2495 */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002496int mem_cgroup_try_charge_swapin(struct mm_struct *mm,
2497 struct page *page,
2498 gfp_t mask, struct mem_cgroup **ptr)
2499{
2500 struct mem_cgroup *mem;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002501 int ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002502
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07002503 *ptr = NULL;
2504
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08002505 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002506 return 0;
2507
2508 if (!do_swap_account)
2509 goto charge_cur_mm;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002510 /*
2511 * A racing thread's fault, or swapoff, may have already updated
Hugh Dickins407f9c82009-12-14 17:59:30 -08002512 * the pte, and even removed page from swap cache: in those cases
2513 * do_swap_page()'s pte_same() test will fail; but there's also a
2514 * KSM case which does need to charge the page.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002515 */
2516 if (!PageSwapCache(page))
Hugh Dickins407f9c82009-12-14 17:59:30 -08002517 goto charge_cur_mm;
Wu Fengguange42d9d52009-12-16 12:19:59 +01002518 mem = try_get_mem_cgroup_from_page(page);
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002519 if (!mem)
2520 goto charge_cur_mm;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002521 *ptr = mem;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002522 ret = __mem_cgroup_try_charge(NULL, mask, 1, ptr, true);
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002523 css_put(&mem->css);
2524 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002525charge_cur_mm:
2526 if (unlikely(!mm))
2527 mm = &init_mm;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002528 return __mem_cgroup_try_charge(mm, mask, 1, ptr, true);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002529}
2530
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07002531static void
2532__mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *ptr,
2533 enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002534{
2535 struct page_cgroup *pc;
2536
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08002537 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002538 return;
2539 if (!ptr)
2540 return;
KAMEZAWA Hiroyuki88703262009-07-29 15:04:06 -07002541 cgroup_exclude_rmdir(&ptr->css);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002542 pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08002543 mem_cgroup_lru_del_before_commit_swapcache(page);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002544 __mem_cgroup_commit_charge(ptr, page, 1, pc, ctype);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08002545 mem_cgroup_lru_add_after_commit_swapcache(page);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002546 /*
2547 * Now swap is on-memory. This means this page may be
2548 * counted both as mem and swap....double count.
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08002549 * Fix it by uncharging from memsw. Basically, this SwapCache is stable
2550 * under lock_page(). But in do_swap_page()::memory.c, reuse_swap_page()
2551 * may call delete_from_swap_cache() before reach here.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002552 */
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08002553 if (do_swap_account && PageSwapCache(page)) {
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002554 swp_entry_t ent = {.val = page_private(page)};
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002555 unsigned short id;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002556 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002557
2558 id = swap_cgroup_record(ent, 0);
2559 rcu_read_lock();
2560 memcg = mem_cgroup_lookup(id);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002561 if (memcg) {
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002562 /*
2563 * This recorded memcg can be obsolete one. So, avoid
2564 * calling css_tryget
2565 */
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002566 if (!mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -07002567 res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002568 mem_cgroup_swap_statistics(memcg, false);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002569 mem_cgroup_put(memcg);
2570 }
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002571 rcu_read_unlock();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002572 }
KAMEZAWA Hiroyuki88703262009-07-29 15:04:06 -07002573 /*
2574 * At swapin, we may charge account against cgroup which has no tasks.
2575 * So, rmdir()->pre_destroy() can be called while we do this charge.
2576 * In that case, we need to call pre_destroy() again. check it here.
2577 */
2578 cgroup_release_and_wakeup_rmdir(&ptr->css);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002579}
2580
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07002581void mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *ptr)
2582{
2583 __mem_cgroup_commit_charge_swapin(page, ptr,
2584 MEM_CGROUP_CHARGE_TYPE_MAPPED);
2585}
2586
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002587void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *mem)
2588{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08002589 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002590 return;
2591 if (!mem)
2592 return;
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002593 __mem_cgroup_cancel_charge(mem, 1);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002594}
2595
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002596static void mem_cgroup_do_uncharge(struct mem_cgroup *mem,
2597 unsigned int nr_pages,
2598 const enum charge_type ctype)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08002599{
2600 struct memcg_batch_info *batch = NULL;
2601 bool uncharge_memsw = true;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002602
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08002603 /* If swapout, usage of swap doesn't decrease */
2604 if (!do_swap_account || ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT)
2605 uncharge_memsw = false;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08002606
2607 batch = &current->memcg_batch;
2608 /*
2609 * In usual, we do css_get() when we remember memcg pointer.
2610 * But in this case, we keep res->usage until end of a series of
2611 * uncharges. Then, it's ok to ignore memcg's refcnt.
2612 */
2613 if (!batch->memcg)
2614 batch->memcg = mem;
2615 /*
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002616 * do_batch > 0 when unmapping pages or inode invalidate/truncate.
2617 * In those cases, all pages freed continously can be expected to be in
2618 * the same cgroup and we have chance to coalesce uncharges.
2619 * But we do uncharge one by one if this is killed by OOM(TIF_MEMDIE)
2620 * because we want to do uncharge as soon as possible.
2621 */
2622
2623 if (!batch->do_batch || test_thread_flag(TIF_MEMDIE))
2624 goto direct_uncharge;
2625
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002626 if (nr_pages > 1)
Andrea Arcangeliec168512011-01-13 15:46:56 -08002627 goto direct_uncharge;
2628
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002629 /*
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08002630 * In typical case, batch->memcg == mem. This means we can
2631 * merge a series of uncharges to an uncharge of res_counter.
2632 * If not, we uncharge res_counter ony by one.
2633 */
2634 if (batch->memcg != mem)
2635 goto direct_uncharge;
2636 /* remember freed charge and uncharge it later */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07002637 batch->nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08002638 if (uncharge_memsw)
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07002639 batch->memsw_nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08002640 return;
2641direct_uncharge:
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002642 res_counter_uncharge(&mem->res, nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08002643 if (uncharge_memsw)
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002644 res_counter_uncharge(&mem->memsw, nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002645 if (unlikely(batch->memcg != mem))
2646 memcg_oom_recover(mem);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08002647 return;
2648}
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002649
Balbir Singh8697d332008-02-07 00:13:59 -08002650/*
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07002651 * uncharge if !page_mapped(page)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002652 */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002653static struct mem_cgroup *
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07002654__mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002655{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002656 struct mem_cgroup *mem = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002657 unsigned int nr_pages = 1;
2658 struct page_cgroup *pc;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002659
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08002660 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002661 return NULL;
Balbir Singh40779602008-04-04 14:29:59 -07002662
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08002663 if (PageSwapCache(page))
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002664 return NULL;
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08002665
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08002666 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002667 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08002668 VM_BUG_ON(!PageTransHuge(page));
2669 }
Balbir Singh8697d332008-02-07 00:13:59 -08002670 /*
Balbir Singh3c541e12008-02-07 00:14:41 -08002671 * Check if our page_cgroup is valid
Balbir Singh8697d332008-02-07 00:13:59 -08002672 */
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002673 pc = lookup_page_cgroup(page);
2674 if (unlikely(!pc || !PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002675 return NULL;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002676
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002677 lock_page_cgroup(pc);
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08002678
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002679 mem = pc->mem_cgroup;
2680
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08002681 if (!PageCgroupUsed(pc))
2682 goto unlock_out;
2683
2684 switch (ctype) {
2685 case MEM_CGROUP_CHARGE_TYPE_MAPPED:
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07002686 case MEM_CGROUP_CHARGE_TYPE_DROP:
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07002687 /* See mem_cgroup_prepare_migration() */
2688 if (page_mapped(page) || PageCgroupMigration(pc))
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08002689 goto unlock_out;
2690 break;
2691 case MEM_CGROUP_CHARGE_TYPE_SWAPOUT:
2692 if (!PageAnon(page)) { /* Shared memory */
2693 if (page->mapping && !page_is_file_cache(page))
2694 goto unlock_out;
2695 } else if (page_mapped(page)) /* Anon */
2696 goto unlock_out;
2697 break;
2698 default:
2699 break;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002700 }
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08002701
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002702 mem_cgroup_charge_statistics(mem, PageCgroupCache(pc), -nr_pages);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002703
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002704 ClearPageCgroupUsed(pc);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08002705 /*
2706 * pc->mem_cgroup is not cleared here. It will be accessed when it's
2707 * freed from LRU. This is safe because uncharged page is expected not
2708 * to be reused (freed soon). Exception is SwapCache, it's handled by
2709 * special functions.
2710 */
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08002711
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002712 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002713 /*
2714 * even after unlock, we have mem->res.usage here and this memcg
2715 * will never be freed.
2716 */
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08002717 memcg_check_events(mem, page);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002718 if (do_swap_account && ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT) {
2719 mem_cgroup_swap_statistics(mem, true);
2720 mem_cgroup_get(mem);
2721 }
2722 if (!mem_cgroup_is_root(mem))
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002723 mem_cgroup_do_uncharge(mem, nr_pages, ctype);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08002724
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002725 return mem;
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08002726
2727unlock_out:
2728 unlock_page_cgroup(pc);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002729 return NULL;
Balbir Singh3c541e12008-02-07 00:14:41 -08002730}
2731
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07002732void mem_cgroup_uncharge_page(struct page *page)
2733{
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002734 /* early check. */
2735 if (page_mapped(page))
2736 return;
2737 if (page->mapping && !PageAnon(page))
2738 return;
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07002739 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_MAPPED);
2740}
2741
2742void mem_cgroup_uncharge_cache_page(struct page *page)
2743{
2744 VM_BUG_ON(page_mapped(page));
KAMEZAWA Hiroyukib7abea92008-10-18 20:28:09 -07002745 VM_BUG_ON(page->mapping);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07002746 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_CACHE);
2747}
2748
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08002749/*
2750 * Batch_start/batch_end is called in unmap_page_range/invlidate/trucate.
2751 * In that cases, pages are freed continuously and we can expect pages
2752 * are in the same memcg. All these calls itself limits the number of
2753 * pages freed at once, then uncharge_start/end() is called properly.
2754 * This may be called prural(2) times in a context,
2755 */
2756
2757void mem_cgroup_uncharge_start(void)
2758{
2759 current->memcg_batch.do_batch++;
2760 /* We can do nest. */
2761 if (current->memcg_batch.do_batch == 1) {
2762 current->memcg_batch.memcg = NULL;
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07002763 current->memcg_batch.nr_pages = 0;
2764 current->memcg_batch.memsw_nr_pages = 0;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08002765 }
2766}
2767
2768void mem_cgroup_uncharge_end(void)
2769{
2770 struct memcg_batch_info *batch = &current->memcg_batch;
2771
2772 if (!batch->do_batch)
2773 return;
2774
2775 batch->do_batch--;
2776 if (batch->do_batch) /* If stacked, do nothing. */
2777 return;
2778
2779 if (!batch->memcg)
2780 return;
2781 /*
2782 * This "batch->memcg" is valid without any css_get/put etc...
2783 * bacause we hide charges behind us.
2784 */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07002785 if (batch->nr_pages)
2786 res_counter_uncharge(&batch->memcg->res,
2787 batch->nr_pages * PAGE_SIZE);
2788 if (batch->memsw_nr_pages)
2789 res_counter_uncharge(&batch->memcg->memsw,
2790 batch->memsw_nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002791 memcg_oom_recover(batch->memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08002792 /* forget this pointer (for sanity check) */
2793 batch->memcg = NULL;
2794}
2795
Daisuke Nishimurae767e052009-05-28 14:34:28 -07002796#ifdef CONFIG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002797/*
Daisuke Nishimurae767e052009-05-28 14:34:28 -07002798 * called after __delete_from_swap_cache() and drop "page" account.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002799 * memcg information is recorded to swap_cgroup of "ent"
2800 */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07002801void
2802mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout)
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08002803{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002804 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07002805 int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002806
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07002807 if (!swapout) /* this was a swap cache but the swap is unused ! */
2808 ctype = MEM_CGROUP_CHARGE_TYPE_DROP;
2809
2810 memcg = __mem_cgroup_uncharge_common(page, ctype);
2811
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002812 /*
2813 * record memcg information, if swapout && memcg != NULL,
2814 * mem_cgroup_get() was called in uncharge().
2815 */
2816 if (do_swap_account && swapout && memcg)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002817 swap_cgroup_record(ent, css_id(&memcg->css));
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08002818}
Daisuke Nishimurae767e052009-05-28 14:34:28 -07002819#endif
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08002820
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002821#ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
2822/*
2823 * called from swap_entry_free(). remove record in swap_cgroup and
2824 * uncharge "memsw" account.
2825 */
2826void mem_cgroup_uncharge_swap(swp_entry_t ent)
2827{
2828 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002829 unsigned short id;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002830
2831 if (!do_swap_account)
2832 return;
2833
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002834 id = swap_cgroup_record(ent, 0);
2835 rcu_read_lock();
2836 memcg = mem_cgroup_lookup(id);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002837 if (memcg) {
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002838 /*
2839 * We uncharge this because swap is freed.
2840 * This memcg can be obsolete one. We avoid calling css_tryget
2841 */
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002842 if (!mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -07002843 res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002844 mem_cgroup_swap_statistics(memcg, false);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002845 mem_cgroup_put(memcg);
2846 }
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002847 rcu_read_unlock();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002848}
Daisuke Nishimura02491442010-03-10 15:22:17 -08002849
2850/**
2851 * mem_cgroup_move_swap_account - move swap charge and swap_cgroup's record.
2852 * @entry: swap entry to be moved
2853 * @from: mem_cgroup which the entry is moved from
2854 * @to: mem_cgroup which the entry is moved to
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08002855 * @need_fixup: whether we should fixup res_counters and refcounts.
Daisuke Nishimura02491442010-03-10 15:22:17 -08002856 *
2857 * It succeeds only when the swap_cgroup's record for this entry is the same
2858 * as the mem_cgroup's id of @from.
2859 *
2860 * Returns 0 on success, -EINVAL on failure.
2861 *
2862 * The caller must have charged to @to, IOW, called res_counter_charge() about
2863 * both res and memsw, and called css_get().
2864 */
2865static int mem_cgroup_move_swap_account(swp_entry_t entry,
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08002866 struct mem_cgroup *from, struct mem_cgroup *to, bool need_fixup)
Daisuke Nishimura02491442010-03-10 15:22:17 -08002867{
2868 unsigned short old_id, new_id;
2869
2870 old_id = css_id(&from->css);
2871 new_id = css_id(&to->css);
2872
2873 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08002874 mem_cgroup_swap_statistics(from, false);
Daisuke Nishimura02491442010-03-10 15:22:17 -08002875 mem_cgroup_swap_statistics(to, true);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08002876 /*
2877 * This function is only called from task migration context now.
2878 * It postpones res_counter and refcount handling till the end
2879 * of task migration(mem_cgroup_clear_mc()) for performance
2880 * improvement. But we cannot postpone mem_cgroup_get(to)
2881 * because if the process that has been moved to @to does
2882 * swap-in, the refcount of @to might be decreased to 0.
2883 */
Daisuke Nishimura02491442010-03-10 15:22:17 -08002884 mem_cgroup_get(to);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08002885 if (need_fixup) {
2886 if (!mem_cgroup_is_root(from))
2887 res_counter_uncharge(&from->memsw, PAGE_SIZE);
2888 mem_cgroup_put(from);
2889 /*
2890 * we charged both to->res and to->memsw, so we should
2891 * uncharge to->res.
2892 */
2893 if (!mem_cgroup_is_root(to))
2894 res_counter_uncharge(&to->res, PAGE_SIZE);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08002895 }
Daisuke Nishimura02491442010-03-10 15:22:17 -08002896 return 0;
2897 }
2898 return -EINVAL;
2899}
2900#else
2901static inline int mem_cgroup_move_swap_account(swp_entry_t entry,
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08002902 struct mem_cgroup *from, struct mem_cgroup *to, bool need_fixup)
Daisuke Nishimura02491442010-03-10 15:22:17 -08002903{
2904 return -EINVAL;
2905}
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08002906#endif
2907
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08002908/*
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08002909 * Before starting migration, account PAGE_SIZE to mem_cgroup that the old
2910 * page belongs to.
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08002911 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07002912int mem_cgroup_prepare_migration(struct page *page,
Miklos Szeredief6a3c62011-03-22 16:30:52 -07002913 struct page *newpage, struct mem_cgroup **ptr, gfp_t gfp_mask)
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08002914{
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07002915 struct mem_cgroup *mem = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002916 struct page_cgroup *pc;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07002917 enum charge_type ctype;
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07002918 int ret = 0;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08002919
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07002920 *ptr = NULL;
2921
Andrea Arcangeliec168512011-01-13 15:46:56 -08002922 VM_BUG_ON(PageTransHuge(page));
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08002923 if (mem_cgroup_disabled())
Balbir Singh40779602008-04-04 14:29:59 -07002924 return 0;
2925
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002926 pc = lookup_page_cgroup(page);
2927 lock_page_cgroup(pc);
2928 if (PageCgroupUsed(pc)) {
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07002929 mem = pc->mem_cgroup;
2930 css_get(&mem->css);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07002931 /*
2932 * At migrating an anonymous page, its mapcount goes down
2933 * to 0 and uncharge() will be called. But, even if it's fully
2934 * unmapped, migration may fail and this page has to be
2935 * charged again. We set MIGRATION flag here and delay uncharge
2936 * until end_migration() is called
2937 *
2938 * Corner Case Thinking
2939 * A)
2940 * When the old page was mapped as Anon and it's unmap-and-freed
2941 * while migration was ongoing.
2942 * If unmap finds the old page, uncharge() of it will be delayed
2943 * until end_migration(). If unmap finds a new page, it's
2944 * uncharged when it make mapcount to be 1->0. If unmap code
2945 * finds swap_migration_entry, the new page will not be mapped
2946 * and end_migration() will find it(mapcount==0).
2947 *
2948 * B)
2949 * When the old page was mapped but migraion fails, the kernel
2950 * remaps it. A charge for it is kept by MIGRATION flag even
2951 * if mapcount goes down to 0. We can do remap successfully
2952 * without charging it again.
2953 *
2954 * C)
2955 * The "old" page is under lock_page() until the end of
2956 * migration, so, the old page itself will not be swapped-out.
2957 * If the new page is swapped out before end_migraton, our
2958 * hook to usual swap-out path will catch the event.
2959 */
2960 if (PageAnon(page))
2961 SetPageCgroupMigration(pc);
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08002962 }
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002963 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07002964 /*
2965 * If the page is not charged at this point,
2966 * we return here.
2967 */
2968 if (!mem)
2969 return 0;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08002970
Andrea Arcangeli93d5c9b2010-04-23 13:17:39 -04002971 *ptr = mem;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002972 ret = __mem_cgroup_try_charge(NULL, gfp_mask, 1, ptr, false);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07002973 css_put(&mem->css);/* drop extra refcnt */
2974 if (ret || *ptr == NULL) {
2975 if (PageAnon(page)) {
2976 lock_page_cgroup(pc);
2977 ClearPageCgroupMigration(pc);
2978 unlock_page_cgroup(pc);
2979 /*
2980 * The old page may be fully unmapped while we kept it.
2981 */
2982 mem_cgroup_uncharge_page(page);
2983 }
2984 return -ENOMEM;
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07002985 }
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07002986 /*
2987 * We charge new page before it's used/mapped. So, even if unlock_page()
2988 * is called before end_migration, we can catch all events on this new
2989 * page. In the case new page is migrated but not remapped, new page's
2990 * mapcount will be finally 0 and we call uncharge in end_migration().
2991 */
2992 pc = lookup_page_cgroup(newpage);
2993 if (PageAnon(page))
2994 ctype = MEM_CGROUP_CHARGE_TYPE_MAPPED;
2995 else if (page_is_file_cache(page))
2996 ctype = MEM_CGROUP_CHARGE_TYPE_CACHE;
2997 else
2998 ctype = MEM_CGROUP_CHARGE_TYPE_SHMEM;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002999 __mem_cgroup_commit_charge(mem, page, 1, pc, ctype);
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07003000 return ret;
3001}
Hugh Dickinsfb59e9f2008-03-04 14:29:16 -08003002
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07003003/* remove redundant charge if migration failed*/
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08003004void mem_cgroup_end_migration(struct mem_cgroup *mem,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08003005 struct page *oldpage, struct page *newpage, bool migration_ok)
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07003006{
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07003007 struct page *used, *unused;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08003008 struct page_cgroup *pc;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08003009
3010 if (!mem)
3011 return;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07003012 /* blocks rmdir() */
KAMEZAWA Hiroyuki88703262009-07-29 15:04:06 -07003013 cgroup_exclude_rmdir(&mem->css);
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08003014 if (!migration_ok) {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07003015 used = oldpage;
3016 unused = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08003017 } else {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07003018 used = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08003019 unused = oldpage;
3020 }
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07003021 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07003022 * We disallowed uncharge of pages under migration because mapcount
3023 * of the page goes down to zero, temporarly.
3024 * Clear the flag and check the page should be charged.
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07003025 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07003026 pc = lookup_page_cgroup(oldpage);
3027 lock_page_cgroup(pc);
3028 ClearPageCgroupMigration(pc);
3029 unlock_page_cgroup(pc);
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08003030
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07003031 __mem_cgroup_uncharge_common(unused, MEM_CGROUP_CHARGE_TYPE_FORCE);
3032
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08003033 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07003034 * If a page is a file cache, radix-tree replacement is very atomic
3035 * and we can skip this check. When it was an Anon page, its mapcount
3036 * goes down to 0. But because we added MIGRATION flage, it's not
3037 * uncharged yet. There are several case but page->mapcount check
3038 * and USED bit check in mem_cgroup_uncharge_page() will do enough
3039 * check. (see prepare_charge() also)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08003040 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07003041 if (PageAnon(used))
3042 mem_cgroup_uncharge_page(used);
KAMEZAWA Hiroyuki88703262009-07-29 15:04:06 -07003043 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07003044 * At migration, we may charge account against cgroup which has no
3045 * tasks.
KAMEZAWA Hiroyuki88703262009-07-29 15:04:06 -07003046 * So, rmdir()->pre_destroy() can be called while we do this charge.
3047 * In that case, we need to call pre_destroy() again. check it here.
3048 */
3049 cgroup_release_and_wakeup_rmdir(&mem->css);
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08003050}
Pavel Emelianov78fb7462008-02-07 00:13:51 -08003051
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003052/*
Daisuke Nishimuraae3abae2009-04-30 15:08:19 -07003053 * A call to try to shrink memory usage on charge failure at shmem's swapin.
3054 * Calling hierarchical_reclaim is not enough because we should update
3055 * last_oom_jiffies to prevent pagefault_out_of_memory from invoking global OOM.
3056 * Moreover considering hierarchy, we should reclaim from the mem_over_limit,
3057 * not from the memcg which this page would be charged to.
3058 * try_charge_swapin does all of these works properly.
KAMEZAWA Hiroyukic9b0ed52008-07-25 01:47:15 -07003059 */
Daisuke Nishimuraae3abae2009-04-30 15:08:19 -07003060int mem_cgroup_shmem_charge_fallback(struct page *page,
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08003061 struct mm_struct *mm,
3062 gfp_t gfp_mask)
KAMEZAWA Hiroyukic9b0ed52008-07-25 01:47:15 -07003063{
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07003064 struct mem_cgroup *mem;
Daisuke Nishimuraae3abae2009-04-30 15:08:19 -07003065 int ret;
KAMEZAWA Hiroyukic9b0ed52008-07-25 01:47:15 -07003066
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003067 if (mem_cgroup_disabled())
Li Zefancede86a2008-07-25 01:47:18 -07003068 return 0;
KAMEZAWA Hiroyukic9b0ed52008-07-25 01:47:15 -07003069
Daisuke Nishimuraae3abae2009-04-30 15:08:19 -07003070 ret = mem_cgroup_try_charge_swapin(mm, page, gfp_mask, &mem);
3071 if (!ret)
3072 mem_cgroup_cancel_charge_swapin(mem); /* it does !mem check */
KAMEZAWA Hiroyukic9b0ed52008-07-25 01:47:15 -07003073
Daisuke Nishimuraae3abae2009-04-30 15:08:19 -07003074 return ret;
KAMEZAWA Hiroyukic9b0ed52008-07-25 01:47:15 -07003075}
3076
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07003077#ifdef CONFIG_DEBUG_VM
3078static struct page_cgroup *lookup_page_cgroup_used(struct page *page)
3079{
3080 struct page_cgroup *pc;
3081
3082 pc = lookup_page_cgroup(page);
3083 if (likely(pc) && PageCgroupUsed(pc))
3084 return pc;
3085 return NULL;
3086}
3087
3088bool mem_cgroup_bad_page_check(struct page *page)
3089{
3090 if (mem_cgroup_disabled())
3091 return false;
3092
3093 return lookup_page_cgroup_used(page) != NULL;
3094}
3095
3096void mem_cgroup_print_bad_page(struct page *page)
3097{
3098 struct page_cgroup *pc;
3099
3100 pc = lookup_page_cgroup_used(page);
3101 if (pc) {
3102 int ret = -1;
3103 char *path;
3104
3105 printk(KERN_ALERT "pc:%p pc->flags:%lx pc->mem_cgroup:%p",
3106 pc, pc->flags, pc->mem_cgroup);
3107
3108 path = kmalloc(PATH_MAX, GFP_KERNEL);
3109 if (path) {
3110 rcu_read_lock();
3111 ret = cgroup_path(pc->mem_cgroup->css.cgroup,
3112 path, PATH_MAX);
3113 rcu_read_unlock();
3114 }
3115
3116 printk(KERN_CONT "(%s)\n",
3117 (ret < 0) ? "cannot get the path" : path);
3118 kfree(path);
3119 }
3120}
3121#endif
3122
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003123static DEFINE_MUTEX(set_limit_mutex);
3124
KOSAKI Motohirod38d2a72009-01-06 14:39:44 -08003125static int mem_cgroup_resize_limit(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003126 unsigned long long val)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003127{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07003128 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003129 u64 memswlimit, memlimit;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003130 int ret = 0;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07003131 int children = mem_cgroup_count_children(memcg);
3132 u64 curusage, oldusage;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003133 int enlarge;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07003134
3135 /*
3136 * For keeping hierarchical_reclaim simple, how long we should retry
3137 * is depends on callers. We set our retry-count to be function
3138 * of # of children which we should visit in this loop.
3139 */
3140 retry_count = MEM_CGROUP_RECLAIM_RETRIES * children;
3141
3142 oldusage = res_counter_read_u64(&memcg->res, RES_USAGE);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003143
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003144 enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003145 while (retry_count) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003146 if (signal_pending(current)) {
3147 ret = -EINTR;
3148 break;
3149 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003150 /*
3151 * Rather than hide all in some function, I do this in
3152 * open coded manner. You see what this really does.
3153 * We have to guarantee mem->res.limit < mem->memsw.limit.
3154 */
3155 mutex_lock(&set_limit_mutex);
3156 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
3157 if (memswlimit < val) {
3158 ret = -EINVAL;
3159 mutex_unlock(&set_limit_mutex);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003160 break;
3161 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003162
3163 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
3164 if (memlimit < val)
3165 enlarge = 1;
3166
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003167 ret = res_counter_set_limit(&memcg->res, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07003168 if (!ret) {
3169 if (memswlimit == val)
3170 memcg->memsw_is_minimum = true;
3171 else
3172 memcg->memsw_is_minimum = false;
3173 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003174 mutex_unlock(&set_limit_mutex);
3175
3176 if (!ret)
3177 break;
3178
Bob Liuaa20d482009-12-15 16:47:14 -08003179 mem_cgroup_hierarchical_reclaim(memcg, NULL, GFP_KERNEL,
Balbir Singh4e416952009-09-23 15:56:39 -07003180 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07003181 curusage = res_counter_read_u64(&memcg->res, RES_USAGE);
3182 /* Usage is reduced ? */
3183 if (curusage >= oldusage)
3184 retry_count--;
3185 else
3186 oldusage = curusage;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003187 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003188 if (!ret && enlarge)
3189 memcg_oom_recover(memcg);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08003190
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003191 return ret;
3192}
3193
Li Zefan338c8432009-06-17 16:27:15 -07003194static int mem_cgroup_resize_memsw_limit(struct mem_cgroup *memcg,
3195 unsigned long long val)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003196{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07003197 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003198 u64 memlimit, memswlimit, oldusage, curusage;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07003199 int children = mem_cgroup_count_children(memcg);
3200 int ret = -EBUSY;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003201 int enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003202
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07003203 /* see mem_cgroup_resize_res_limit */
3204 retry_count = children * MEM_CGROUP_RECLAIM_RETRIES;
3205 oldusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003206 while (retry_count) {
3207 if (signal_pending(current)) {
3208 ret = -EINTR;
3209 break;
3210 }
3211 /*
3212 * Rather than hide all in some function, I do this in
3213 * open coded manner. You see what this really does.
3214 * We have to guarantee mem->res.limit < mem->memsw.limit.
3215 */
3216 mutex_lock(&set_limit_mutex);
3217 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
3218 if (memlimit > val) {
3219 ret = -EINVAL;
3220 mutex_unlock(&set_limit_mutex);
3221 break;
3222 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003223 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
3224 if (memswlimit < val)
3225 enlarge = 1;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003226 ret = res_counter_set_limit(&memcg->memsw, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07003227 if (!ret) {
3228 if (memlimit == val)
3229 memcg->memsw_is_minimum = true;
3230 else
3231 memcg->memsw_is_minimum = false;
3232 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003233 mutex_unlock(&set_limit_mutex);
3234
3235 if (!ret)
3236 break;
3237
Balbir Singh4e416952009-09-23 15:56:39 -07003238 mem_cgroup_hierarchical_reclaim(memcg, NULL, GFP_KERNEL,
Balbir Singh75822b42009-09-23 15:56:38 -07003239 MEM_CGROUP_RECLAIM_NOSWAP |
3240 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003241 curusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07003242 /* Usage is reduced ? */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003243 if (curusage >= oldusage)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003244 retry_count--;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07003245 else
3246 oldusage = curusage;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003247 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003248 if (!ret && enlarge)
3249 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003250 return ret;
3251}
3252
Balbir Singh4e416952009-09-23 15:56:39 -07003253unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
KOSAKI Motohiro00918b62010-08-10 18:03:05 -07003254 gfp_t gfp_mask)
Balbir Singh4e416952009-09-23 15:56:39 -07003255{
3256 unsigned long nr_reclaimed = 0;
3257 struct mem_cgroup_per_zone *mz, *next_mz = NULL;
3258 unsigned long reclaimed;
3259 int loop = 0;
3260 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07003261 unsigned long long excess;
Balbir Singh4e416952009-09-23 15:56:39 -07003262
3263 if (order > 0)
3264 return 0;
3265
KOSAKI Motohiro00918b62010-08-10 18:03:05 -07003266 mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
Balbir Singh4e416952009-09-23 15:56:39 -07003267 /*
3268 * This loop can run a while, specially if mem_cgroup's continuously
3269 * keep exceeding their soft limit and putting the system under
3270 * pressure
3271 */
3272 do {
3273 if (next_mz)
3274 mz = next_mz;
3275 else
3276 mz = mem_cgroup_largest_soft_limit_node(mctz);
3277 if (!mz)
3278 break;
3279
3280 reclaimed = mem_cgroup_hierarchical_reclaim(mz->mem, zone,
3281 gfp_mask,
3282 MEM_CGROUP_RECLAIM_SOFT);
3283 nr_reclaimed += reclaimed;
3284 spin_lock(&mctz->lock);
3285
3286 /*
3287 * If we failed to reclaim anything from this memory cgroup
3288 * it is time to move on to the next cgroup
3289 */
3290 next_mz = NULL;
3291 if (!reclaimed) {
3292 do {
3293 /*
3294 * Loop until we find yet another one.
3295 *
3296 * By the time we get the soft_limit lock
3297 * again, someone might have aded the
3298 * group back on the RB tree. Iterate to
3299 * make sure we get a different mem.
3300 * mem_cgroup_largest_soft_limit_node returns
3301 * NULL if no other cgroup is present on
3302 * the tree
3303 */
3304 next_mz =
3305 __mem_cgroup_largest_soft_limit_node(mctz);
3306 if (next_mz == mz) {
3307 css_put(&next_mz->mem->css);
3308 next_mz = NULL;
3309 } else /* next_mz == NULL or other memcg */
3310 break;
3311 } while (1);
3312 }
Balbir Singh4e416952009-09-23 15:56:39 -07003313 __mem_cgroup_remove_exceeded(mz->mem, mz, mctz);
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07003314 excess = res_counter_soft_limit_excess(&mz->mem->res);
Balbir Singh4e416952009-09-23 15:56:39 -07003315 /*
3316 * One school of thought says that we should not add
3317 * back the node to the tree if reclaim returns 0.
3318 * But our reclaim could return 0, simply because due
3319 * to priority we are exposing a smaller subset of
3320 * memory to reclaim from. Consider this as a longer
3321 * term TODO.
3322 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07003323 /* If excess == 0, no tree ops */
3324 __mem_cgroup_insert_exceeded(mz->mem, mz, mctz, excess);
Balbir Singh4e416952009-09-23 15:56:39 -07003325 spin_unlock(&mctz->lock);
3326 css_put(&mz->mem->css);
3327 loop++;
3328 /*
3329 * Could not reclaim anything and there are no more
3330 * mem cgroups to try or we seem to be looping without
3331 * reclaiming anything.
3332 */
3333 if (!nr_reclaimed &&
3334 (next_mz == NULL ||
3335 loop > MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS))
3336 break;
3337 } while (!nr_reclaimed);
3338 if (next_mz)
3339 css_put(&next_mz->mem->css);
3340 return nr_reclaimed;
3341}
3342
KAMEZAWA Hiroyukic9b0ed52008-07-25 01:47:15 -07003343/*
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003344 * This routine traverse page_cgroup in given list and drop them all.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003345 * *And* this routine doesn't reclaim page itself, just removes page_cgroup.
3346 */
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003347static int mem_cgroup_force_empty_list(struct mem_cgroup *mem,
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003348 int node, int zid, enum lru_list lru)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003349{
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003350 struct zone *zone;
3351 struct mem_cgroup_per_zone *mz;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003352 struct page_cgroup *pc, *busy;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003353 unsigned long flags, loop;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08003354 struct list_head *list;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003355 int ret = 0;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08003356
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003357 zone = &NODE_DATA(node)->node_zones[zid];
3358 mz = mem_cgroup_zoneinfo(mem, node, zid);
Christoph Lameterb69408e2008-10-18 20:26:14 -07003359 list = &mz->lists[lru];
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003360
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003361 loop = MEM_CGROUP_ZSTAT(mz, lru);
3362 /* give some margin against EBUSY etc...*/
3363 loop += 256;
3364 busy = NULL;
3365 while (loop--) {
Johannes Weiner5564e882011-03-23 16:42:29 -07003366 struct page *page;
3367
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003368 ret = 0;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003369 spin_lock_irqsave(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003370 if (list_empty(list)) {
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003371 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07003372 break;
3373 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003374 pc = list_entry(list->prev, struct page_cgroup, lru);
3375 if (busy == pc) {
3376 list_move(&pc->lru, list);
Thiago Farina648bcc72010-03-05 13:42:04 -08003377 busy = NULL;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003378 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003379 continue;
3380 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003381 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003382
Johannes Weiner6b3ae582011-03-23 16:42:30 -07003383 page = lookup_cgroup_page(pc);
Johannes Weiner5564e882011-03-23 16:42:29 -07003384
3385 ret = mem_cgroup_move_parent(page, pc, mem, GFP_KERNEL);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003386 if (ret == -ENOMEM)
3387 break;
3388
3389 if (ret == -EBUSY || ret == -EINVAL) {
3390 /* found lock contention or "pc" is obsolete. */
3391 busy = pc;
3392 cond_resched();
3393 } else
3394 busy = NULL;
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003395 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003396
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003397 if (!ret && !list_empty(list))
3398 return -EBUSY;
3399 return ret;
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003400}
3401
3402/*
3403 * make mem_cgroup's charge to be 0 if there is no task.
3404 * This enables deleting this mem_cgroup.
3405 */
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003406static int mem_cgroup_force_empty(struct mem_cgroup *mem, bool free_all)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003407{
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003408 int ret;
3409 int node, zid, shrink;
3410 int nr_retries = MEM_CGROUP_RECLAIM_RETRIES;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003411 struct cgroup *cgrp = mem->css.cgroup;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08003412
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003413 css_get(&mem->css);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003414
3415 shrink = 0;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003416 /* should free all ? */
3417 if (free_all)
3418 goto try_to_free;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003419move_account:
Daisuke Nishimurafce66472010-01-15 17:01:30 -08003420 do {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003421 ret = -EBUSY;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003422 if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children))
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003423 goto out;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003424 ret = -EINTR;
3425 if (signal_pending(current))
3426 goto out;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07003427 /* This is for making all *used* pages to be on LRU. */
3428 lru_add_drain_all();
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08003429 drain_all_stock_sync();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003430 ret = 0;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07003431 mem_cgroup_start_move(mem);
KAMEZAWA Hiroyuki299b4ea2009-01-29 14:25:17 -08003432 for_each_node_state(node, N_HIGH_MEMORY) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003433 for (zid = 0; !ret && zid < MAX_NR_ZONES; zid++) {
Christoph Lameterb69408e2008-10-18 20:26:14 -07003434 enum lru_list l;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003435 for_each_lru(l) {
3436 ret = mem_cgroup_force_empty_list(mem,
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003437 node, zid, l);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003438 if (ret)
3439 break;
3440 }
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08003441 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003442 if (ret)
3443 break;
3444 }
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07003445 mem_cgroup_end_move(mem);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003446 memcg_oom_recover(mem);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003447 /* it seems parent cgroup doesn't have enough mem */
3448 if (ret == -ENOMEM)
3449 goto try_to_free;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07003450 cond_resched();
Daisuke Nishimurafce66472010-01-15 17:01:30 -08003451 /* "ret" should also be checked to ensure all lists are empty. */
3452 } while (mem->res.usage > 0 || ret);
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003453out:
3454 css_put(&mem->css);
3455 return ret;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003456
3457try_to_free:
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003458 /* returns EBUSY if there is a task or if we come here twice. */
3459 if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children) || shrink) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003460 ret = -EBUSY;
3461 goto out;
3462 }
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003463 /* we call try-to-free pages for make this cgroup empty */
3464 lru_add_drain_all();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003465 /* try to free all pages in this cgroup */
3466 shrink = 1;
3467 while (nr_retries && mem->res.usage > 0) {
3468 int progress;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003469
3470 if (signal_pending(current)) {
3471 ret = -EINTR;
3472 goto out;
3473 }
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08003474 progress = try_to_free_mem_cgroup_pages(mem, GFP_KERNEL,
3475 false, get_swappiness(mem));
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003476 if (!progress) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003477 nr_retries--;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003478 /* maybe some writeback is necessary */
Jens Axboe8aa7e842009-07-09 14:52:32 +02003479 congestion_wait(BLK_RW_ASYNC, HZ/10);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003480 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003481
3482 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003483 lru_add_drain();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003484 /* try move_account...there may be some *locked* pages. */
Daisuke Nishimurafce66472010-01-15 17:01:30 -08003485 goto move_account;
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08003486}
3487
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08003488int mem_cgroup_force_empty_write(struct cgroup *cont, unsigned int event)
3489{
3490 return mem_cgroup_force_empty(mem_cgroup_from_cont(cont), true);
3491}
3492
3493
Balbir Singh18f59ea2009-01-07 18:08:07 -08003494static u64 mem_cgroup_hierarchy_read(struct cgroup *cont, struct cftype *cft)
3495{
3496 return mem_cgroup_from_cont(cont)->use_hierarchy;
3497}
3498
3499static int mem_cgroup_hierarchy_write(struct cgroup *cont, struct cftype *cft,
3500 u64 val)
3501{
3502 int retval = 0;
3503 struct mem_cgroup *mem = mem_cgroup_from_cont(cont);
3504 struct cgroup *parent = cont->parent;
3505 struct mem_cgroup *parent_mem = NULL;
3506
3507 if (parent)
3508 parent_mem = mem_cgroup_from_cont(parent);
3509
3510 cgroup_lock();
3511 /*
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02003512 * If parent's use_hierarchy is set, we can't make any modifications
Balbir Singh18f59ea2009-01-07 18:08:07 -08003513 * in the child subtrees. If it is unset, then the change can
3514 * occur, provided the current cgroup has no children.
3515 *
3516 * For the root cgroup, parent_mem is NULL, we allow value to be
3517 * set if there are no children.
3518 */
3519 if ((!parent_mem || !parent_mem->use_hierarchy) &&
3520 (val == 1 || val == 0)) {
3521 if (list_empty(&cont->children))
3522 mem->use_hierarchy = val;
3523 else
3524 retval = -EBUSY;
3525 } else
3526 retval = -EINVAL;
3527 cgroup_unlock();
3528
3529 return retval;
3530}
3531
Balbir Singh0c3e73e2009-09-23 15:56:42 -07003532
Johannes Weiner7a159cc2011-03-23 16:42:38 -07003533static unsigned long mem_cgroup_recursive_stat(struct mem_cgroup *mem,
3534 enum mem_cgroup_stat_index idx)
Balbir Singh0c3e73e2009-09-23 15:56:42 -07003535{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07003536 struct mem_cgroup *iter;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07003537 long val = 0;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07003538
Johannes Weiner7a159cc2011-03-23 16:42:38 -07003539 /* Per-cpu values can be negative, use a signed accumulator */
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07003540 for_each_mem_cgroup_tree(iter, mem)
3541 val += mem_cgroup_read_stat(iter, idx);
3542
3543 if (val < 0) /* race ? */
3544 val = 0;
3545 return val;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07003546}
3547
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08003548static inline u64 mem_cgroup_usage(struct mem_cgroup *mem, bool swap)
3549{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07003550 u64 val;
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08003551
3552 if (!mem_cgroup_is_root(mem)) {
3553 if (!swap)
3554 return res_counter_read_u64(&mem->res, RES_USAGE);
3555 else
3556 return res_counter_read_u64(&mem->memsw, RES_USAGE);
3557 }
3558
Johannes Weiner7a159cc2011-03-23 16:42:38 -07003559 val = mem_cgroup_recursive_stat(mem, MEM_CGROUP_STAT_CACHE);
3560 val += mem_cgroup_recursive_stat(mem, MEM_CGROUP_STAT_RSS);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08003561
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07003562 if (swap)
Johannes Weiner7a159cc2011-03-23 16:42:38 -07003563 val += mem_cgroup_recursive_stat(mem, MEM_CGROUP_STAT_SWAPOUT);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08003564
3565 return val << PAGE_SHIFT;
3566}
3567
Paul Menage2c3daa72008-04-29 00:59:58 -07003568static u64 mem_cgroup_read(struct cgroup *cont, struct cftype *cft)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08003569{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003570 struct mem_cgroup *mem = mem_cgroup_from_cont(cont);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08003571 u64 val;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003572 int type, name;
3573
3574 type = MEMFILE_TYPE(cft->private);
3575 name = MEMFILE_ATTR(cft->private);
3576 switch (type) {
3577 case _MEM:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08003578 if (name == RES_USAGE)
3579 val = mem_cgroup_usage(mem, false);
3580 else
Balbir Singh0c3e73e2009-09-23 15:56:42 -07003581 val = res_counter_read_u64(&mem->res, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003582 break;
3583 case _MEMSWAP:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08003584 if (name == RES_USAGE)
3585 val = mem_cgroup_usage(mem, true);
3586 else
Balbir Singh0c3e73e2009-09-23 15:56:42 -07003587 val = res_counter_read_u64(&mem->memsw, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003588 break;
3589 default:
3590 BUG();
3591 break;
3592 }
3593 return val;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08003594}
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003595/*
3596 * The user of this function is...
3597 * RES_LIMIT.
3598 */
Paul Menage856c13a2008-07-25 01:47:04 -07003599static int mem_cgroup_write(struct cgroup *cont, struct cftype *cft,
3600 const char *buffer)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08003601{
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003602 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003603 int type, name;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003604 unsigned long long val;
3605 int ret;
3606
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003607 type = MEMFILE_TYPE(cft->private);
3608 name = MEMFILE_ATTR(cft->private);
3609 switch (name) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003610 case RES_LIMIT:
Balbir Singh4b3bde42009-09-23 15:56:32 -07003611 if (mem_cgroup_is_root(memcg)) { /* Can't set limit on root */
3612 ret = -EINVAL;
3613 break;
3614 }
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003615 /* This function does all necessary parse...reuse it */
3616 ret = res_counter_memparse_write_strategy(buffer, &val);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003617 if (ret)
3618 break;
3619 if (type == _MEM)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003620 ret = mem_cgroup_resize_limit(memcg, val);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003621 else
3622 ret = mem_cgroup_resize_memsw_limit(memcg, val);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003623 break;
Balbir Singh296c81d2009-09-23 15:56:36 -07003624 case RES_SOFT_LIMIT:
3625 ret = res_counter_memparse_write_strategy(buffer, &val);
3626 if (ret)
3627 break;
3628 /*
3629 * For memsw, soft limits are hard to implement in terms
3630 * of semantics, for now, we support soft limits for
3631 * control without swap
3632 */
3633 if (type == _MEM)
3634 ret = res_counter_set_soft_limit(&memcg->res, val);
3635 else
3636 ret = -EINVAL;
3637 break;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07003638 default:
3639 ret = -EINVAL; /* should be BUG() ? */
3640 break;
3641 }
3642 return ret;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08003643}
3644
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08003645static void memcg_get_hierarchical_limit(struct mem_cgroup *memcg,
3646 unsigned long long *mem_limit, unsigned long long *memsw_limit)
3647{
3648 struct cgroup *cgroup;
3649 unsigned long long min_limit, min_memsw_limit, tmp;
3650
3651 min_limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
3652 min_memsw_limit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
3653 cgroup = memcg->css.cgroup;
3654 if (!memcg->use_hierarchy)
3655 goto out;
3656
3657 while (cgroup->parent) {
3658 cgroup = cgroup->parent;
3659 memcg = mem_cgroup_from_cont(cgroup);
3660 if (!memcg->use_hierarchy)
3661 break;
3662 tmp = res_counter_read_u64(&memcg->res, RES_LIMIT);
3663 min_limit = min(min_limit, tmp);
3664 tmp = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
3665 min_memsw_limit = min(min_memsw_limit, tmp);
3666 }
3667out:
3668 *mem_limit = min_limit;
3669 *memsw_limit = min_memsw_limit;
3670 return;
3671}
3672
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07003673static int mem_cgroup_reset(struct cgroup *cont, unsigned int event)
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07003674{
3675 struct mem_cgroup *mem;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003676 int type, name;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07003677
3678 mem = mem_cgroup_from_cont(cont);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003679 type = MEMFILE_TYPE(event);
3680 name = MEMFILE_ATTR(event);
3681 switch (name) {
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07003682 case RES_MAX_USAGE:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003683 if (type == _MEM)
3684 res_counter_reset_max(&mem->res);
3685 else
3686 res_counter_reset_max(&mem->memsw);
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07003687 break;
3688 case RES_FAILCNT:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003689 if (type == _MEM)
3690 res_counter_reset_failcnt(&mem->res);
3691 else
3692 res_counter_reset_failcnt(&mem->memsw);
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07003693 break;
3694 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07003695
Pavel Emelyanov85cc59d2008-04-29 01:00:20 -07003696 return 0;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07003697}
3698
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08003699static u64 mem_cgroup_move_charge_read(struct cgroup *cgrp,
3700 struct cftype *cft)
3701{
3702 return mem_cgroup_from_cont(cgrp)->move_charge_at_immigrate;
3703}
3704
Daisuke Nishimura02491442010-03-10 15:22:17 -08003705#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08003706static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
3707 struct cftype *cft, u64 val)
3708{
3709 struct mem_cgroup *mem = mem_cgroup_from_cont(cgrp);
3710
3711 if (val >= (1 << NR_MOVE_TYPE))
3712 return -EINVAL;
3713 /*
3714 * We check this value several times in both in can_attach() and
3715 * attach(), so we need cgroup lock to prevent this value from being
3716 * inconsistent.
3717 */
3718 cgroup_lock();
3719 mem->move_charge_at_immigrate = val;
3720 cgroup_unlock();
3721
3722 return 0;
3723}
Daisuke Nishimura02491442010-03-10 15:22:17 -08003724#else
3725static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
3726 struct cftype *cft, u64 val)
3727{
3728 return -ENOSYS;
3729}
3730#endif
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08003731
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003732
3733/* For read statistics */
3734enum {
3735 MCS_CACHE,
3736 MCS_RSS,
KAMEZAWA Hiroyukid8046582009-12-15 16:47:09 -08003737 MCS_FILE_MAPPED,
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003738 MCS_PGPGIN,
3739 MCS_PGPGOUT,
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07003740 MCS_SWAP,
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003741 MCS_INACTIVE_ANON,
3742 MCS_ACTIVE_ANON,
3743 MCS_INACTIVE_FILE,
3744 MCS_ACTIVE_FILE,
3745 MCS_UNEVICTABLE,
3746 NR_MCS_STAT,
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08003747};
3748
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003749struct mcs_total_stat {
3750 s64 stat[NR_MCS_STAT];
3751};
3752
3753struct {
3754 char *local_name;
3755 char *total_name;
3756} memcg_stat_strings[NR_MCS_STAT] = {
3757 {"cache", "total_cache"},
3758 {"rss", "total_rss"},
Balbir Singhd69b0422009-06-17 16:26:34 -07003759 {"mapped_file", "total_mapped_file"},
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003760 {"pgpgin", "total_pgpgin"},
3761 {"pgpgout", "total_pgpgout"},
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07003762 {"swap", "total_swap"},
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003763 {"inactive_anon", "total_inactive_anon"},
3764 {"active_anon", "total_active_anon"},
3765 {"inactive_file", "total_inactive_file"},
3766 {"active_file", "total_active_file"},
3767 {"unevictable", "total_unevictable"}
3768};
3769
3770
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07003771static void
3772mem_cgroup_get_local_stat(struct mem_cgroup *mem, struct mcs_total_stat *s)
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003773{
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003774 s64 val;
3775
3776 /* per cpu stat */
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003777 val = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_CACHE);
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003778 s->stat[MCS_CACHE] += val * PAGE_SIZE;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003779 val = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_RSS);
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003780 s->stat[MCS_RSS] += val * PAGE_SIZE;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003781 val = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_FILE_MAPPED);
KAMEZAWA Hiroyukid8046582009-12-15 16:47:09 -08003782 s->stat[MCS_FILE_MAPPED] += val * PAGE_SIZE;
Johannes Weinere9f89742011-03-23 16:42:37 -07003783 val = mem_cgroup_read_events(mem, MEM_CGROUP_EVENTS_PGPGIN);
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003784 s->stat[MCS_PGPGIN] += val;
Johannes Weinere9f89742011-03-23 16:42:37 -07003785 val = mem_cgroup_read_events(mem, MEM_CGROUP_EVENTS_PGPGOUT);
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003786 s->stat[MCS_PGPGOUT] += val;
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07003787 if (do_swap_account) {
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003788 val = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_SWAPOUT);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07003789 s->stat[MCS_SWAP] += val * PAGE_SIZE;
3790 }
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003791
3792 /* per zone stat */
3793 val = mem_cgroup_get_local_zonestat(mem, LRU_INACTIVE_ANON);
3794 s->stat[MCS_INACTIVE_ANON] += val * PAGE_SIZE;
3795 val = mem_cgroup_get_local_zonestat(mem, LRU_ACTIVE_ANON);
3796 s->stat[MCS_ACTIVE_ANON] += val * PAGE_SIZE;
3797 val = mem_cgroup_get_local_zonestat(mem, LRU_INACTIVE_FILE);
3798 s->stat[MCS_INACTIVE_FILE] += val * PAGE_SIZE;
3799 val = mem_cgroup_get_local_zonestat(mem, LRU_ACTIVE_FILE);
3800 s->stat[MCS_ACTIVE_FILE] += val * PAGE_SIZE;
3801 val = mem_cgroup_get_local_zonestat(mem, LRU_UNEVICTABLE);
3802 s->stat[MCS_UNEVICTABLE] += val * PAGE_SIZE;
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003803}
3804
3805static void
3806mem_cgroup_get_total_stat(struct mem_cgroup *mem, struct mcs_total_stat *s)
3807{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07003808 struct mem_cgroup *iter;
3809
3810 for_each_mem_cgroup_tree(iter, mem)
3811 mem_cgroup_get_local_stat(iter, s);
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003812}
3813
Paul Menagec64745c2008-04-29 01:00:02 -07003814static int mem_control_stat_show(struct cgroup *cont, struct cftype *cft,
3815 struct cgroup_map_cb *cb)
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08003816{
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08003817 struct mem_cgroup *mem_cont = mem_cgroup_from_cont(cont);
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003818 struct mcs_total_stat mystat;
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08003819 int i;
3820
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003821 memset(&mystat, 0, sizeof(mystat));
3822 mem_cgroup_get_local_stat(mem_cont, &mystat);
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08003823
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07003824 for (i = 0; i < NR_MCS_STAT; i++) {
3825 if (i == MCS_SWAP && !do_swap_account)
3826 continue;
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003827 cb->fill(cb, memcg_stat_strings[i].local_name, mystat.stat[i]);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07003828 }
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08003829
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003830 /* Hierarchical information */
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08003831 {
3832 unsigned long long limit, memsw_limit;
3833 memcg_get_hierarchical_limit(mem_cont, &limit, &memsw_limit);
3834 cb->fill(cb, "hierarchical_memory_limit", limit);
3835 if (do_swap_account)
3836 cb->fill(cb, "hierarchical_memsw_limit", memsw_limit);
3837 }
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08003838
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003839 memset(&mystat, 0, sizeof(mystat));
3840 mem_cgroup_get_total_stat(mem_cont, &mystat);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07003841 for (i = 0; i < NR_MCS_STAT; i++) {
3842 if (i == MCS_SWAP && !do_swap_account)
3843 continue;
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003844 cb->fill(cb, memcg_stat_strings[i].total_name, mystat.stat[i]);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07003845 }
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07003846
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08003847#ifdef CONFIG_DEBUG_VM
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08003848 cb->fill(cb, "inactive_ratio", calc_inactive_ratio(mem_cont, NULL));
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08003849
3850 {
3851 int nid, zid;
3852 struct mem_cgroup_per_zone *mz;
3853 unsigned long recent_rotated[2] = {0, 0};
3854 unsigned long recent_scanned[2] = {0, 0};
3855
3856 for_each_online_node(nid)
3857 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
3858 mz = mem_cgroup_zoneinfo(mem_cont, nid, zid);
3859
3860 recent_rotated[0] +=
3861 mz->reclaim_stat.recent_rotated[0];
3862 recent_rotated[1] +=
3863 mz->reclaim_stat.recent_rotated[1];
3864 recent_scanned[0] +=
3865 mz->reclaim_stat.recent_scanned[0];
3866 recent_scanned[1] +=
3867 mz->reclaim_stat.recent_scanned[1];
3868 }
3869 cb->fill(cb, "recent_rotated_anon", recent_rotated[0]);
3870 cb->fill(cb, "recent_rotated_file", recent_rotated[1]);
3871 cb->fill(cb, "recent_scanned_anon", recent_scanned[0]);
3872 cb->fill(cb, "recent_scanned_file", recent_scanned[1]);
3873 }
3874#endif
3875
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08003876 return 0;
3877}
3878
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08003879static u64 mem_cgroup_swappiness_read(struct cgroup *cgrp, struct cftype *cft)
3880{
3881 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
3882
3883 return get_swappiness(memcg);
3884}
3885
3886static int mem_cgroup_swappiness_write(struct cgroup *cgrp, struct cftype *cft,
3887 u64 val)
3888{
3889 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
3890 struct mem_cgroup *parent;
Li Zefan068b38c2009-01-15 13:51:26 -08003891
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08003892 if (val > 100)
3893 return -EINVAL;
3894
3895 if (cgrp->parent == NULL)
3896 return -EINVAL;
3897
3898 parent = mem_cgroup_from_cont(cgrp->parent);
Li Zefan068b38c2009-01-15 13:51:26 -08003899
3900 cgroup_lock();
3901
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08003902 /* If under hierarchy, only empty-root can set this value */
3903 if ((parent->use_hierarchy) ||
Li Zefan068b38c2009-01-15 13:51:26 -08003904 (memcg->use_hierarchy && !list_empty(&cgrp->children))) {
3905 cgroup_unlock();
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08003906 return -EINVAL;
Li Zefan068b38c2009-01-15 13:51:26 -08003907 }
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08003908
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08003909 memcg->swappiness = val;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08003910
Li Zefan068b38c2009-01-15 13:51:26 -08003911 cgroup_unlock();
3912
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08003913 return 0;
3914}
3915
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08003916static void __mem_cgroup_threshold(struct mem_cgroup *memcg, bool swap)
3917{
3918 struct mem_cgroup_threshold_ary *t;
3919 u64 usage;
3920 int i;
3921
3922 rcu_read_lock();
3923 if (!swap)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07003924 t = rcu_dereference(memcg->thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08003925 else
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07003926 t = rcu_dereference(memcg->memsw_thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08003927
3928 if (!t)
3929 goto unlock;
3930
3931 usage = mem_cgroup_usage(memcg, swap);
3932
3933 /*
3934 * current_threshold points to threshold just below usage.
3935 * If it's not true, a threshold was crossed after last
3936 * call of __mem_cgroup_threshold().
3937 */
Phil Carmody5407a562010-05-26 14:42:42 -07003938 i = t->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08003939
3940 /*
3941 * Iterate backward over array of thresholds starting from
3942 * current_threshold and check if a threshold is crossed.
3943 * If none of thresholds below usage is crossed, we read
3944 * only one element of the array here.
3945 */
3946 for (; i >= 0 && unlikely(t->entries[i].threshold > usage); i--)
3947 eventfd_signal(t->entries[i].eventfd, 1);
3948
3949 /* i = current_threshold + 1 */
3950 i++;
3951
3952 /*
3953 * Iterate forward over array of thresholds starting from
3954 * current_threshold+1 and check if a threshold is crossed.
3955 * If none of thresholds above usage is crossed, we read
3956 * only one element of the array here.
3957 */
3958 for (; i < t->size && unlikely(t->entries[i].threshold <= usage); i++)
3959 eventfd_signal(t->entries[i].eventfd, 1);
3960
3961 /* Update current_threshold */
Phil Carmody5407a562010-05-26 14:42:42 -07003962 t->current_threshold = i - 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08003963unlock:
3964 rcu_read_unlock();
3965}
3966
3967static void mem_cgroup_threshold(struct mem_cgroup *memcg)
3968{
Kirill A. Shutemovad4ca5f2010-10-07 12:59:27 -07003969 while (memcg) {
3970 __mem_cgroup_threshold(memcg, false);
3971 if (do_swap_account)
3972 __mem_cgroup_threshold(memcg, true);
3973
3974 memcg = parent_mem_cgroup(memcg);
3975 }
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08003976}
3977
3978static int compare_thresholds(const void *a, const void *b)
3979{
3980 const struct mem_cgroup_threshold *_a = a;
3981 const struct mem_cgroup_threshold *_b = b;
3982
3983 return _a->threshold - _b->threshold;
3984}
3985
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07003986static int mem_cgroup_oom_notify_cb(struct mem_cgroup *mem)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07003987{
3988 struct mem_cgroup_eventfd_list *ev;
3989
3990 list_for_each_entry(ev, &mem->oom_notify, list)
3991 eventfd_signal(ev->eventfd, 1);
3992 return 0;
3993}
3994
3995static void mem_cgroup_oom_notify(struct mem_cgroup *mem)
3996{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07003997 struct mem_cgroup *iter;
3998
3999 for_each_mem_cgroup_tree(iter, mem)
4000 mem_cgroup_oom_notify_cb(iter);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07004001}
4002
4003static int mem_cgroup_usage_register_event(struct cgroup *cgrp,
4004 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004005{
4006 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004007 struct mem_cgroup_thresholds *thresholds;
4008 struct mem_cgroup_threshold_ary *new;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004009 int type = MEMFILE_TYPE(cft->private);
4010 u64 threshold, usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004011 int i, size, ret;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004012
4013 ret = res_counter_memparse_write_strategy(args, &threshold);
4014 if (ret)
4015 return ret;
4016
4017 mutex_lock(&memcg->thresholds_lock);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004018
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004019 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004020 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004021 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004022 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004023 else
4024 BUG();
4025
4026 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
4027
4028 /* Check if a threshold crossed before adding a new one */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004029 if (thresholds->primary)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004030 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
4031
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004032 size = thresholds->primary ? thresholds->primary->size + 1 : 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004033
4034 /* Allocate memory for new array of thresholds */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004035 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004036 GFP_KERNEL);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004037 if (!new) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004038 ret = -ENOMEM;
4039 goto unlock;
4040 }
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004041 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004042
4043 /* Copy thresholds (if any) to new array */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004044 if (thresholds->primary) {
4045 memcpy(new->entries, thresholds->primary->entries, (size - 1) *
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004046 sizeof(struct mem_cgroup_threshold));
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004047 }
4048
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004049 /* Add new threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004050 new->entries[size - 1].eventfd = eventfd;
4051 new->entries[size - 1].threshold = threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004052
4053 /* Sort thresholds. Registering of new threshold isn't time-critical */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004054 sort(new->entries, size, sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004055 compare_thresholds, NULL);
4056
4057 /* Find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004058 new->current_threshold = -1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004059 for (i = 0; i < size; i++) {
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004060 if (new->entries[i].threshold < usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004061 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004062 * new->current_threshold will not be used until
4063 * rcu_assign_pointer(), so it's safe to increment
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004064 * it here.
4065 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004066 ++new->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004067 }
4068 }
4069
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004070 /* Free old spare buffer and save old primary buffer as spare */
4071 kfree(thresholds->spare);
4072 thresholds->spare = thresholds->primary;
4073
4074 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004075
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07004076 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004077 synchronize_rcu();
4078
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004079unlock:
4080 mutex_unlock(&memcg->thresholds_lock);
4081
4082 return ret;
4083}
4084
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07004085static void mem_cgroup_usage_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07004086 struct cftype *cft, struct eventfd_ctx *eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004087{
4088 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004089 struct mem_cgroup_thresholds *thresholds;
4090 struct mem_cgroup_threshold_ary *new;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004091 int type = MEMFILE_TYPE(cft->private);
4092 u64 usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004093 int i, j, size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004094
4095 mutex_lock(&memcg->thresholds_lock);
4096 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004097 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004098 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004099 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004100 else
4101 BUG();
4102
4103 /*
4104 * Something went wrong if we trying to unregister a threshold
4105 * if we don't have thresholds
4106 */
4107 BUG_ON(!thresholds);
4108
4109 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
4110
4111 /* Check if a threshold crossed before removing */
4112 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
4113
4114 /* Calculate new number of threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004115 size = 0;
4116 for (i = 0; i < thresholds->primary->size; i++) {
4117 if (thresholds->primary->entries[i].eventfd != eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004118 size++;
4119 }
4120
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004121 new = thresholds->spare;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07004122
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004123 /* Set thresholds array to NULL if we don't have thresholds */
4124 if (!size) {
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004125 kfree(new);
4126 new = NULL;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07004127 goto swap_buffers;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004128 }
4129
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004130 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004131
4132 /* Copy thresholds and find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004133 new->current_threshold = -1;
4134 for (i = 0, j = 0; i < thresholds->primary->size; i++) {
4135 if (thresholds->primary->entries[i].eventfd == eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004136 continue;
4137
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004138 new->entries[j] = thresholds->primary->entries[i];
4139 if (new->entries[j].threshold < usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004140 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004141 * new->current_threshold will not be used
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004142 * until rcu_assign_pointer(), so it's safe to increment
4143 * it here.
4144 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004145 ++new->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004146 }
4147 j++;
4148 }
4149
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07004150swap_buffers:
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07004151 /* Swap primary and spare array */
4152 thresholds->spare = thresholds->primary;
4153 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004154
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07004155 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004156 synchronize_rcu();
4157
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004158 mutex_unlock(&memcg->thresholds_lock);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004159}
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004160
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07004161static int mem_cgroup_oom_register_event(struct cgroup *cgrp,
4162 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
4163{
4164 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
4165 struct mem_cgroup_eventfd_list *event;
4166 int type = MEMFILE_TYPE(cft->private);
4167
4168 BUG_ON(type != _OOM_TYPE);
4169 event = kmalloc(sizeof(*event), GFP_KERNEL);
4170 if (!event)
4171 return -ENOMEM;
4172
4173 mutex_lock(&memcg_oom_mutex);
4174
4175 event->eventfd = eventfd;
4176 list_add(&event->list, &memcg->oom_notify);
4177
4178 /* already in OOM ? */
4179 if (atomic_read(&memcg->oom_lock))
4180 eventfd_signal(eventfd, 1);
4181 mutex_unlock(&memcg_oom_mutex);
4182
4183 return 0;
4184}
4185
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07004186static void mem_cgroup_oom_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07004187 struct cftype *cft, struct eventfd_ctx *eventfd)
4188{
4189 struct mem_cgroup *mem = mem_cgroup_from_cont(cgrp);
4190 struct mem_cgroup_eventfd_list *ev, *tmp;
4191 int type = MEMFILE_TYPE(cft->private);
4192
4193 BUG_ON(type != _OOM_TYPE);
4194
4195 mutex_lock(&memcg_oom_mutex);
4196
4197 list_for_each_entry_safe(ev, tmp, &mem->oom_notify, list) {
4198 if (ev->eventfd == eventfd) {
4199 list_del(&ev->list);
4200 kfree(ev);
4201 }
4202 }
4203
4204 mutex_unlock(&memcg_oom_mutex);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07004205}
4206
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004207static int mem_cgroup_oom_control_read(struct cgroup *cgrp,
4208 struct cftype *cft, struct cgroup_map_cb *cb)
4209{
4210 struct mem_cgroup *mem = mem_cgroup_from_cont(cgrp);
4211
4212 cb->fill(cb, "oom_kill_disable", mem->oom_kill_disable);
4213
4214 if (atomic_read(&mem->oom_lock))
4215 cb->fill(cb, "under_oom", 1);
4216 else
4217 cb->fill(cb, "under_oom", 0);
4218 return 0;
4219}
4220
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004221static int mem_cgroup_oom_control_write(struct cgroup *cgrp,
4222 struct cftype *cft, u64 val)
4223{
4224 struct mem_cgroup *mem = mem_cgroup_from_cont(cgrp);
4225 struct mem_cgroup *parent;
4226
4227 /* cannot set to root cgroup and only 0 and 1 are allowed */
4228 if (!cgrp->parent || !((val == 0) || (val == 1)))
4229 return -EINVAL;
4230
4231 parent = mem_cgroup_from_cont(cgrp->parent);
4232
4233 cgroup_lock();
4234 /* oom-kill-disable is a flag for subhierarchy. */
4235 if ((parent->use_hierarchy) ||
4236 (mem->use_hierarchy && !list_empty(&cgrp->children))) {
4237 cgroup_unlock();
4238 return -EINVAL;
4239 }
4240 mem->oom_kill_disable = val;
KAMEZAWA Hiroyuki4d845eb2010-06-29 15:05:18 -07004241 if (!val)
4242 memcg_oom_recover(mem);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004243 cgroup_unlock();
4244 return 0;
4245}
4246
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004247static struct cftype mem_cgroup_files[] = {
4248 {
Balbir Singh0eea1032008-02-07 00:13:57 -08004249 .name = "usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004250 .private = MEMFILE_PRIVATE(_MEM, RES_USAGE),
Paul Menage2c3daa72008-04-29 00:59:58 -07004251 .read_u64 = mem_cgroup_read,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07004252 .register_event = mem_cgroup_usage_register_event,
4253 .unregister_event = mem_cgroup_usage_unregister_event,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004254 },
4255 {
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07004256 .name = "max_usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004257 .private = MEMFILE_PRIVATE(_MEM, RES_MAX_USAGE),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07004258 .trigger = mem_cgroup_reset,
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07004259 .read_u64 = mem_cgroup_read,
4260 },
4261 {
Balbir Singh0eea1032008-02-07 00:13:57 -08004262 .name = "limit_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004263 .private = MEMFILE_PRIVATE(_MEM, RES_LIMIT),
Paul Menage856c13a2008-07-25 01:47:04 -07004264 .write_string = mem_cgroup_write,
Paul Menage2c3daa72008-04-29 00:59:58 -07004265 .read_u64 = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004266 },
4267 {
Balbir Singh296c81d2009-09-23 15:56:36 -07004268 .name = "soft_limit_in_bytes",
4269 .private = MEMFILE_PRIVATE(_MEM, RES_SOFT_LIMIT),
4270 .write_string = mem_cgroup_write,
4271 .read_u64 = mem_cgroup_read,
4272 },
4273 {
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004274 .name = "failcnt",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004275 .private = MEMFILE_PRIVATE(_MEM, RES_FAILCNT),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07004276 .trigger = mem_cgroup_reset,
Paul Menage2c3daa72008-04-29 00:59:58 -07004277 .read_u64 = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004278 },
Balbir Singh8697d332008-02-07 00:13:59 -08004279 {
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08004280 .name = "stat",
Paul Menagec64745c2008-04-29 01:00:02 -07004281 .read_map = mem_control_stat_show,
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08004282 },
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004283 {
4284 .name = "force_empty",
4285 .trigger = mem_cgroup_force_empty_write,
4286 },
Balbir Singh18f59ea2009-01-07 18:08:07 -08004287 {
4288 .name = "use_hierarchy",
4289 .write_u64 = mem_cgroup_hierarchy_write,
4290 .read_u64 = mem_cgroup_hierarchy_read,
4291 },
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08004292 {
4293 .name = "swappiness",
4294 .read_u64 = mem_cgroup_swappiness_read,
4295 .write_u64 = mem_cgroup_swappiness_write,
4296 },
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004297 {
4298 .name = "move_charge_at_immigrate",
4299 .read_u64 = mem_cgroup_move_charge_read,
4300 .write_u64 = mem_cgroup_move_charge_write,
4301 },
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07004302 {
4303 .name = "oom_control",
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004304 .read_map = mem_cgroup_oom_control_read,
4305 .write_u64 = mem_cgroup_oom_control_write,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07004306 .register_event = mem_cgroup_oom_register_event,
4307 .unregister_event = mem_cgroup_oom_unregister_event,
4308 .private = MEMFILE_PRIVATE(_OOM_TYPE, OOM_CONTROL),
4309 },
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004310};
4311
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004312#ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
4313static struct cftype memsw_cgroup_files[] = {
4314 {
4315 .name = "memsw.usage_in_bytes",
4316 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_USAGE),
4317 .read_u64 = mem_cgroup_read,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07004318 .register_event = mem_cgroup_usage_register_event,
4319 .unregister_event = mem_cgroup_usage_unregister_event,
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004320 },
4321 {
4322 .name = "memsw.max_usage_in_bytes",
4323 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_MAX_USAGE),
4324 .trigger = mem_cgroup_reset,
4325 .read_u64 = mem_cgroup_read,
4326 },
4327 {
4328 .name = "memsw.limit_in_bytes",
4329 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_LIMIT),
4330 .write_string = mem_cgroup_write,
4331 .read_u64 = mem_cgroup_read,
4332 },
4333 {
4334 .name = "memsw.failcnt",
4335 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_FAILCNT),
4336 .trigger = mem_cgroup_reset,
4337 .read_u64 = mem_cgroup_read,
4338 },
4339};
4340
4341static int register_memsw_files(struct cgroup *cont, struct cgroup_subsys *ss)
4342{
4343 if (!do_swap_account)
4344 return 0;
4345 return cgroup_add_files(cont, ss, memsw_cgroup_files,
4346 ARRAY_SIZE(memsw_cgroup_files));
4347};
4348#else
4349static int register_memsw_files(struct cgroup *cont, struct cgroup_subsys *ss)
4350{
4351 return 0;
4352}
4353#endif
4354
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004355static int alloc_mem_cgroup_per_zone_info(struct mem_cgroup *mem, int node)
4356{
4357 struct mem_cgroup_per_node *pn;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004358 struct mem_cgroup_per_zone *mz;
Christoph Lameterb69408e2008-10-18 20:26:14 -07004359 enum lru_list l;
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07004360 int zone, tmp = node;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004361 /*
4362 * This routine is called against possible nodes.
4363 * But it's BUG to call kmalloc() against offline node.
4364 *
4365 * TODO: this routine can waste much memory for nodes which will
4366 * never be onlined. It's better to use memory hotplug callback
4367 * function.
4368 */
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07004369 if (!node_state(node, N_NORMAL_MEMORY))
4370 tmp = -1;
Jesper Juhl17295c82011-01-13 15:47:42 -08004371 pn = kzalloc_node(sizeof(*pn), GFP_KERNEL, tmp);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004372 if (!pn)
4373 return 1;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004374
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004375 mem->info.nodeinfo[node] = pn;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004376 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
4377 mz = &pn->zoneinfo[zone];
Christoph Lameterb69408e2008-10-18 20:26:14 -07004378 for_each_lru(l)
4379 INIT_LIST_HEAD(&mz->lists[l]);
Balbir Singhf64c3f52009-09-23 15:56:37 -07004380 mz->usage_in_excess = 0;
Balbir Singh4e416952009-09-23 15:56:39 -07004381 mz->on_tree = false;
4382 mz->mem = mem;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004383 }
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004384 return 0;
4385}
4386
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004387static void free_mem_cgroup_per_zone_info(struct mem_cgroup *mem, int node)
4388{
4389 kfree(mem->info.nodeinfo[node]);
4390}
4391
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07004392static struct mem_cgroup *mem_cgroup_alloc(void)
4393{
4394 struct mem_cgroup *mem;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08004395 int size = sizeof(struct mem_cgroup);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07004396
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08004397 /* Can be very big if MAX_NUMNODES is very big */
Jan Blunckc8dad2b2009-01-07 18:07:53 -08004398 if (size < PAGE_SIZE)
Jesper Juhl17295c82011-01-13 15:47:42 -08004399 mem = kzalloc(size, GFP_KERNEL);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07004400 else
Jesper Juhl17295c82011-01-13 15:47:42 -08004401 mem = vzalloc(size);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07004402
Dan Carpentere7bbcdf2010-03-23 13:35:12 -07004403 if (!mem)
4404 return NULL;
4405
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08004406 mem->stat = alloc_percpu(struct mem_cgroup_stat_cpu);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08004407 if (!mem->stat)
4408 goto out_free;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07004409 spin_lock_init(&mem->pcp_counter_lock);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07004410 return mem;
Dan Carpenterd2e61b82010-11-11 14:05:12 -08004411
4412out_free:
4413 if (size < PAGE_SIZE)
4414 kfree(mem);
4415 else
4416 vfree(mem);
4417 return NULL;
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07004418}
4419
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004420/*
4421 * At destroying mem_cgroup, references from swap_cgroup can remain.
4422 * (scanning all at force_empty is too costly...)
4423 *
4424 * Instead of clearing all references at force_empty, we remember
4425 * the number of reference from swap_cgroup and free mem_cgroup when
4426 * it goes down to 0.
4427 *
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004428 * Removal of cgroup itself succeeds regardless of refs from swap.
4429 */
4430
KAMEZAWA Hiroyukia7ba0ee2009-01-07 18:08:32 -08004431static void __mem_cgroup_free(struct mem_cgroup *mem)
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07004432{
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004433 int node;
4434
Balbir Singhf64c3f52009-09-23 15:56:37 -07004435 mem_cgroup_remove_from_trees(mem);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004436 free_css_id(&mem_cgroup_subsys, &mem->css);
4437
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004438 for_each_node_state(node, N_POSSIBLE)
4439 free_mem_cgroup_per_zone_info(mem, node);
4440
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08004441 free_percpu(mem->stat);
4442 if (sizeof(struct mem_cgroup) < PAGE_SIZE)
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07004443 kfree(mem);
4444 else
4445 vfree(mem);
4446}
4447
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004448static void mem_cgroup_get(struct mem_cgroup *mem)
4449{
4450 atomic_inc(&mem->refcnt);
4451}
4452
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004453static void __mem_cgroup_put(struct mem_cgroup *mem, int count)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004454{
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004455 if (atomic_sub_and_test(count, &mem->refcnt)) {
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08004456 struct mem_cgroup *parent = parent_mem_cgroup(mem);
KAMEZAWA Hiroyukia7ba0ee2009-01-07 18:08:32 -08004457 __mem_cgroup_free(mem);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08004458 if (parent)
4459 mem_cgroup_put(parent);
4460 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004461}
4462
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004463static void mem_cgroup_put(struct mem_cgroup *mem)
4464{
4465 __mem_cgroup_put(mem, 1);
4466}
4467
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08004468/*
4469 * Returns the parent mem_cgroup in memcgroup hierarchy with hierarchy enabled.
4470 */
4471static struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *mem)
4472{
4473 if (!mem->res.parent)
4474 return NULL;
4475 return mem_cgroup_from_res_counter(mem->res.parent, res);
4476}
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07004477
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08004478#ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
4479static void __init enable_swap_cgroup(void)
4480{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004481 if (!mem_cgroup_disabled() && really_do_swap_account)
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08004482 do_swap_account = 1;
4483}
4484#else
4485static void __init enable_swap_cgroup(void)
4486{
4487}
4488#endif
4489
Balbir Singhf64c3f52009-09-23 15:56:37 -07004490static int mem_cgroup_soft_limit_tree_init(void)
4491{
4492 struct mem_cgroup_tree_per_node *rtpn;
4493 struct mem_cgroup_tree_per_zone *rtpz;
4494 int tmp, node, zone;
4495
4496 for_each_node_state(node, N_POSSIBLE) {
4497 tmp = node;
4498 if (!node_state(node, N_NORMAL_MEMORY))
4499 tmp = -1;
4500 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, tmp);
4501 if (!rtpn)
4502 return 1;
4503
4504 soft_limit_tree.rb_tree_per_node[node] = rtpn;
4505
4506 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
4507 rtpz = &rtpn->rb_tree_per_zone[zone];
4508 rtpz->rb_root = RB_ROOT;
4509 spin_lock_init(&rtpz->lock);
4510 }
4511 }
4512 return 0;
4513}
4514
Li Zefan0eb253e2009-01-15 13:51:25 -08004515static struct cgroup_subsys_state * __ref
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004516mem_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cont)
4517{
Balbir Singh28dbc4b2009-01-07 18:08:05 -08004518 struct mem_cgroup *mem, *parent;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004519 long error = -ENOMEM;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004520 int node;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004521
Jan Blunckc8dad2b2009-01-07 18:07:53 -08004522 mem = mem_cgroup_alloc();
4523 if (!mem)
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004524 return ERR_PTR(error);
Pavel Emelianov78fb7462008-02-07 00:13:51 -08004525
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004526 for_each_node_state(node, N_POSSIBLE)
4527 if (alloc_mem_cgroup_per_zone_info(mem, node))
4528 goto free_out;
Balbir Singhf64c3f52009-09-23 15:56:37 -07004529
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08004530 /* root ? */
Balbir Singh28dbc4b2009-01-07 18:08:05 -08004531 if (cont->parent == NULL) {
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08004532 int cpu;
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08004533 enable_swap_cgroup();
Balbir Singh28dbc4b2009-01-07 18:08:05 -08004534 parent = NULL;
Balbir Singh4b3bde42009-09-23 15:56:32 -07004535 root_mem_cgroup = mem;
Balbir Singhf64c3f52009-09-23 15:56:37 -07004536 if (mem_cgroup_soft_limit_tree_init())
4537 goto free_out;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08004538 for_each_possible_cpu(cpu) {
4539 struct memcg_stock_pcp *stock =
4540 &per_cpu(memcg_stock, cpu);
4541 INIT_WORK(&stock->work, drain_local_stock);
4542 }
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07004543 hotcpu_notifier(memcg_cpu_hotplug_callback, 0);
Balbir Singh18f59ea2009-01-07 18:08:07 -08004544 } else {
Balbir Singh28dbc4b2009-01-07 18:08:05 -08004545 parent = mem_cgroup_from_cont(cont->parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08004546 mem->use_hierarchy = parent->use_hierarchy;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004547 mem->oom_kill_disable = parent->oom_kill_disable;
Balbir Singh18f59ea2009-01-07 18:08:07 -08004548 }
Balbir Singh28dbc4b2009-01-07 18:08:05 -08004549
Balbir Singh18f59ea2009-01-07 18:08:07 -08004550 if (parent && parent->use_hierarchy) {
4551 res_counter_init(&mem->res, &parent->res);
4552 res_counter_init(&mem->memsw, &parent->memsw);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08004553 /*
4554 * We increment refcnt of the parent to ensure that we can
4555 * safely access it on res_counter_charge/uncharge.
4556 * This refcnt will be decremented when freeing this
4557 * mem_cgroup(see mem_cgroup_put).
4558 */
4559 mem_cgroup_get(parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08004560 } else {
4561 res_counter_init(&mem->res, NULL);
4562 res_counter_init(&mem->memsw, NULL);
4563 }
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004564 mem->last_scanned_child = 0;
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07004565 INIT_LIST_HEAD(&mem->oom_notify);
Balbir Singh6d61ef42009-01-07 18:08:06 -08004566
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08004567 if (parent)
4568 mem->swappiness = get_swappiness(parent);
KAMEZAWA Hiroyukia7ba0ee2009-01-07 18:08:32 -08004569 atomic_set(&mem->refcnt, 1);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004570 mem->move_charge_at_immigrate = 0;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08004571 mutex_init(&mem->thresholds_lock);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004572 return &mem->css;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004573free_out:
KAMEZAWA Hiroyukia7ba0ee2009-01-07 18:08:32 -08004574 __mem_cgroup_free(mem);
Balbir Singh4b3bde42009-09-23 15:56:32 -07004575 root_mem_cgroup = NULL;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004576 return ERR_PTR(error);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004577}
4578
KAMEZAWA Hiroyukiec64f512009-04-02 16:57:26 -07004579static int mem_cgroup_pre_destroy(struct cgroup_subsys *ss,
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08004580 struct cgroup *cont)
4581{
4582 struct mem_cgroup *mem = mem_cgroup_from_cont(cont);
KAMEZAWA Hiroyukiec64f512009-04-02 16:57:26 -07004583
4584 return mem_cgroup_force_empty(mem, false);
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08004585}
4586
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004587static void mem_cgroup_destroy(struct cgroup_subsys *ss,
4588 struct cgroup *cont)
4589{
Daisuke Nishimurac268e992009-01-15 13:51:13 -08004590 struct mem_cgroup *mem = mem_cgroup_from_cont(cont);
Daisuke Nishimurac268e992009-01-15 13:51:13 -08004591
Daisuke Nishimurac268e992009-01-15 13:51:13 -08004592 mem_cgroup_put(mem);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004593}
4594
4595static int mem_cgroup_populate(struct cgroup_subsys *ss,
4596 struct cgroup *cont)
4597{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004598 int ret;
4599
4600 ret = cgroup_add_files(cont, ss, mem_cgroup_files,
4601 ARRAY_SIZE(mem_cgroup_files));
4602
4603 if (!ret)
4604 ret = register_memsw_files(cont, ss);
4605 return ret;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004606}
4607
Daisuke Nishimura02491442010-03-10 15:22:17 -08004608#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004609/* Handlers for move charge at task migration. */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08004610#define PRECHARGE_COUNT_AT_ONCE 256
4611static int mem_cgroup_do_precharge(unsigned long count)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004612{
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08004613 int ret = 0;
4614 int batch_count = PRECHARGE_COUNT_AT_ONCE;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004615 struct mem_cgroup *mem = mc.to;
4616
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08004617 if (mem_cgroup_is_root(mem)) {
4618 mc.precharge += count;
4619 /* we don't need css_get for root */
4620 return ret;
4621 }
4622 /* try to charge at once */
4623 if (count > 1) {
4624 struct res_counter *dummy;
4625 /*
4626 * "mem" cannot be under rmdir() because we've already checked
4627 * by cgroup_lock_live_cgroup() that it is not removed and we
4628 * are still under the same cgroup_mutex. So we can postpone
4629 * css_get().
4630 */
4631 if (res_counter_charge(&mem->res, PAGE_SIZE * count, &dummy))
4632 goto one_by_one;
4633 if (do_swap_account && res_counter_charge(&mem->memsw,
4634 PAGE_SIZE * count, &dummy)) {
4635 res_counter_uncharge(&mem->res, PAGE_SIZE * count);
4636 goto one_by_one;
4637 }
4638 mc.precharge += count;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08004639 return ret;
4640 }
4641one_by_one:
4642 /* fall back to one by one charge */
4643 while (count--) {
4644 if (signal_pending(current)) {
4645 ret = -EINTR;
4646 break;
4647 }
4648 if (!batch_count--) {
4649 batch_count = PRECHARGE_COUNT_AT_ONCE;
4650 cond_resched();
4651 }
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004652 ret = __mem_cgroup_try_charge(NULL, GFP_KERNEL, 1, &mem, false);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08004653 if (ret || !mem)
4654 /* mem_cgroup_clear_mc() will do uncharge later */
4655 return -ENOMEM;
4656 mc.precharge++;
4657 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004658 return ret;
4659}
4660
4661/**
4662 * is_target_pte_for_mc - check a pte whether it is valid for move charge
4663 * @vma: the vma the pte to be checked belongs
4664 * @addr: the address corresponding to the pte to be checked
4665 * @ptent: the pte to be checked
Daisuke Nishimura02491442010-03-10 15:22:17 -08004666 * @target: the pointer the target page or swap ent will be stored(can be NULL)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004667 *
4668 * Returns
4669 * 0(MC_TARGET_NONE): if the pte is not a target for move charge.
4670 * 1(MC_TARGET_PAGE): if the page corresponding to this pte is a target for
4671 * move charge. if @target is not NULL, the page is stored in target->page
4672 * with extra refcnt got(Callers should handle it).
Daisuke Nishimura02491442010-03-10 15:22:17 -08004673 * 2(MC_TARGET_SWAP): if the swap entry corresponding to this pte is a
4674 * target for charge migration. if @target is not NULL, the entry is stored
4675 * in target->ent.
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004676 *
4677 * Called with pte lock held.
4678 */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004679union mc_target {
4680 struct page *page;
Daisuke Nishimura02491442010-03-10 15:22:17 -08004681 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004682};
4683
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004684enum mc_target_type {
4685 MC_TARGET_NONE, /* not used */
4686 MC_TARGET_PAGE,
Daisuke Nishimura02491442010-03-10 15:22:17 -08004687 MC_TARGET_SWAP,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004688};
4689
Daisuke Nishimura90254a62010-05-26 14:42:38 -07004690static struct page *mc_handle_present_pte(struct vm_area_struct *vma,
4691 unsigned long addr, pte_t ptent)
4692{
4693 struct page *page = vm_normal_page(vma, addr, ptent);
4694
4695 if (!page || !page_mapped(page))
4696 return NULL;
4697 if (PageAnon(page)) {
4698 /* we don't move shared anon */
4699 if (!move_anon() || page_mapcount(page) > 2)
4700 return NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07004701 } else if (!move_file())
4702 /* we ignore mapcount for file pages */
Daisuke Nishimura90254a62010-05-26 14:42:38 -07004703 return NULL;
4704 if (!get_page_unless_zero(page))
4705 return NULL;
4706
4707 return page;
4708}
4709
4710static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
4711 unsigned long addr, pte_t ptent, swp_entry_t *entry)
4712{
4713 int usage_count;
4714 struct page *page = NULL;
4715 swp_entry_t ent = pte_to_swp_entry(ptent);
4716
4717 if (!move_anon() || non_swap_entry(ent))
4718 return NULL;
4719 usage_count = mem_cgroup_count_swap_user(ent, &page);
4720 if (usage_count > 1) { /* we don't move shared anon */
4721 if (page)
4722 put_page(page);
4723 return NULL;
4724 }
4725 if (do_swap_account)
4726 entry->val = ent.val;
4727
4728 return page;
4729}
4730
Daisuke Nishimura87946a72010-05-26 14:42:39 -07004731static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
4732 unsigned long addr, pte_t ptent, swp_entry_t *entry)
4733{
4734 struct page *page = NULL;
4735 struct inode *inode;
4736 struct address_space *mapping;
4737 pgoff_t pgoff;
4738
4739 if (!vma->vm_file) /* anonymous vma */
4740 return NULL;
4741 if (!move_file())
4742 return NULL;
4743
4744 inode = vma->vm_file->f_path.dentry->d_inode;
4745 mapping = vma->vm_file->f_mapping;
4746 if (pte_none(ptent))
4747 pgoff = linear_page_index(vma, addr);
4748 else /* pte_file(ptent) is true */
4749 pgoff = pte_to_pgoff(ptent);
4750
4751 /* page is moved even if it's not RSS of this task(page-faulted). */
4752 if (!mapping_cap_swap_backed(mapping)) { /* normal file */
4753 page = find_get_page(mapping, pgoff);
4754 } else { /* shmem/tmpfs file. we should take account of swap too. */
4755 swp_entry_t ent;
4756 mem_cgroup_get_shmem_target(inode, pgoff, &page, &ent);
4757 if (do_swap_account)
4758 entry->val = ent.val;
4759 }
4760
4761 return page;
4762}
4763
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004764static int is_target_pte_for_mc(struct vm_area_struct *vma,
4765 unsigned long addr, pte_t ptent, union mc_target *target)
4766{
Daisuke Nishimura02491442010-03-10 15:22:17 -08004767 struct page *page = NULL;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004768 struct page_cgroup *pc;
4769 int ret = 0;
Daisuke Nishimura02491442010-03-10 15:22:17 -08004770 swp_entry_t ent = { .val = 0 };
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004771
Daisuke Nishimura90254a62010-05-26 14:42:38 -07004772 if (pte_present(ptent))
4773 page = mc_handle_present_pte(vma, addr, ptent);
4774 else if (is_swap_pte(ptent))
4775 page = mc_handle_swap_pte(vma, addr, ptent, &ent);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07004776 else if (pte_none(ptent) || pte_file(ptent))
4777 page = mc_handle_file_pte(vma, addr, ptent, &ent);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07004778
4779 if (!page && !ent.val)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004780 return 0;
Daisuke Nishimura02491442010-03-10 15:22:17 -08004781 if (page) {
4782 pc = lookup_page_cgroup(page);
4783 /*
4784 * Do only loose check w/o page_cgroup lock.
4785 * mem_cgroup_move_account() checks the pc is valid or not under
4786 * the lock.
4787 */
4788 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
4789 ret = MC_TARGET_PAGE;
4790 if (target)
4791 target->page = page;
4792 }
4793 if (!ret || !target)
4794 put_page(page);
4795 }
Daisuke Nishimura90254a62010-05-26 14:42:38 -07004796 /* There is a swap entry and a page doesn't exist or isn't charged */
4797 if (ent.val && !ret &&
KAMEZAWA Hiroyuki7f0f1542010-05-11 14:06:58 -07004798 css_id(&mc.from->css) == lookup_swap_cgroup(ent)) {
4799 ret = MC_TARGET_SWAP;
4800 if (target)
4801 target->ent = ent;
Daisuke Nishimura02491442010-03-10 15:22:17 -08004802 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004803 return ret;
4804}
4805
4806static int mem_cgroup_count_precharge_pte_range(pmd_t *pmd,
4807 unsigned long addr, unsigned long end,
4808 struct mm_walk *walk)
4809{
4810 struct vm_area_struct *vma = walk->private;
4811 pte_t *pte;
4812 spinlock_t *ptl;
4813
Dave Hansen03319322011-03-22 16:32:56 -07004814 split_huge_page_pmd(walk->mm, pmd);
4815
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004816 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
4817 for (; addr != end; pte++, addr += PAGE_SIZE)
4818 if (is_target_pte_for_mc(vma, addr, *pte, NULL))
4819 mc.precharge++; /* increment precharge temporarily */
4820 pte_unmap_unlock(pte - 1, ptl);
4821 cond_resched();
4822
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004823 return 0;
4824}
4825
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004826static unsigned long mem_cgroup_count_precharge(struct mm_struct *mm)
4827{
4828 unsigned long precharge;
4829 struct vm_area_struct *vma;
4830
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08004831 down_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004832 for (vma = mm->mmap; vma; vma = vma->vm_next) {
4833 struct mm_walk mem_cgroup_count_precharge_walk = {
4834 .pmd_entry = mem_cgroup_count_precharge_pte_range,
4835 .mm = mm,
4836 .private = vma,
4837 };
4838 if (is_vm_hugetlb_page(vma))
4839 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004840 walk_page_range(vma->vm_start, vma->vm_end,
4841 &mem_cgroup_count_precharge_walk);
4842 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08004843 up_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004844
4845 precharge = mc.precharge;
4846 mc.precharge = 0;
4847
4848 return precharge;
4849}
4850
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004851static int mem_cgroup_precharge_mc(struct mm_struct *mm)
4852{
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08004853 unsigned long precharge = mem_cgroup_count_precharge(mm);
4854
4855 VM_BUG_ON(mc.moving_task);
4856 mc.moving_task = current;
4857 return mem_cgroup_do_precharge(precharge);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004858}
4859
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08004860/* cancels all extra charges on mc.from and mc.to, and wakes up all waiters. */
4861static void __mem_cgroup_clear_mc(void)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004862{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07004863 struct mem_cgroup *from = mc.from;
4864 struct mem_cgroup *to = mc.to;
4865
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004866 /* we must uncharge all the leftover precharges from mc.to */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08004867 if (mc.precharge) {
4868 __mem_cgroup_cancel_charge(mc.to, mc.precharge);
4869 mc.precharge = 0;
4870 }
4871 /*
4872 * we didn't uncharge from mc.from at mem_cgroup_move_account(), so
4873 * we must uncharge here.
4874 */
4875 if (mc.moved_charge) {
4876 __mem_cgroup_cancel_charge(mc.from, mc.moved_charge);
4877 mc.moved_charge = 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004878 }
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004879 /* we must fixup refcnts and charges */
4880 if (mc.moved_swap) {
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004881 /* uncharge swap account from the old cgroup */
4882 if (!mem_cgroup_is_root(mc.from))
4883 res_counter_uncharge(&mc.from->memsw,
4884 PAGE_SIZE * mc.moved_swap);
4885 __mem_cgroup_put(mc.from, mc.moved_swap);
4886
4887 if (!mem_cgroup_is_root(mc.to)) {
4888 /*
4889 * we charged both to->res and to->memsw, so we should
4890 * uncharge to->res.
4891 */
4892 res_counter_uncharge(&mc.to->res,
4893 PAGE_SIZE * mc.moved_swap);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004894 }
4895 /* we've already done mem_cgroup_get(mc.to) */
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004896 mc.moved_swap = 0;
4897 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08004898 memcg_oom_recover(from);
4899 memcg_oom_recover(to);
4900 wake_up_all(&mc.waitq);
4901}
4902
4903static void mem_cgroup_clear_mc(void)
4904{
4905 struct mem_cgroup *from = mc.from;
4906
4907 /*
4908 * we must clear moving_task before waking up waiters at the end of
4909 * task migration.
4910 */
4911 mc.moving_task = NULL;
4912 __mem_cgroup_clear_mc();
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07004913 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004914 mc.from = NULL;
4915 mc.to = NULL;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07004916 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07004917 mem_cgroup_end_move(from);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004918}
4919
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004920static int mem_cgroup_can_attach(struct cgroup_subsys *ss,
4921 struct cgroup *cgroup,
4922 struct task_struct *p,
4923 bool threadgroup)
4924{
4925 int ret = 0;
4926 struct mem_cgroup *mem = mem_cgroup_from_cont(cgroup);
4927
4928 if (mem->move_charge_at_immigrate) {
4929 struct mm_struct *mm;
4930 struct mem_cgroup *from = mem_cgroup_from_task(p);
4931
4932 VM_BUG_ON(from == mem);
4933
4934 mm = get_task_mm(p);
4935 if (!mm)
4936 return 0;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004937 /* We move charges only when we move a owner of the mm */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004938 if (mm->owner == p) {
4939 VM_BUG_ON(mc.from);
4940 VM_BUG_ON(mc.to);
4941 VM_BUG_ON(mc.precharge);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08004942 VM_BUG_ON(mc.moved_charge);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004943 VM_BUG_ON(mc.moved_swap);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07004944 mem_cgroup_start_move(from);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07004945 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004946 mc.from = from;
4947 mc.to = mem;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07004948 spin_unlock(&mc.lock);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08004949 /* We set mc.moving_task later */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004950
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004951 ret = mem_cgroup_precharge_mc(mm);
4952 if (ret)
4953 mem_cgroup_clear_mc();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08004954 }
4955 mmput(mm);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004956 }
4957 return ret;
4958}
4959
4960static void mem_cgroup_cancel_attach(struct cgroup_subsys *ss,
4961 struct cgroup *cgroup,
4962 struct task_struct *p,
4963 bool threadgroup)
4964{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004965 mem_cgroup_clear_mc();
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004966}
4967
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004968static int mem_cgroup_move_charge_pte_range(pmd_t *pmd,
4969 unsigned long addr, unsigned long end,
4970 struct mm_walk *walk)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004971{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004972 int ret = 0;
4973 struct vm_area_struct *vma = walk->private;
4974 pte_t *pte;
4975 spinlock_t *ptl;
4976
Dave Hansen03319322011-03-22 16:32:56 -07004977 split_huge_page_pmd(walk->mm, pmd);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004978retry:
4979 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
4980 for (; addr != end; addr += PAGE_SIZE) {
4981 pte_t ptent = *(pte++);
4982 union mc_target target;
4983 int type;
4984 struct page *page;
4985 struct page_cgroup *pc;
Daisuke Nishimura02491442010-03-10 15:22:17 -08004986 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08004987
4988 if (!mc.precharge)
4989 break;
4990
4991 type = is_target_pte_for_mc(vma, addr, ptent, &target);
4992 switch (type) {
4993 case MC_TARGET_PAGE:
4994 page = target.page;
4995 if (isolate_lru_page(page))
4996 goto put;
4997 pc = lookup_page_cgroup(page);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004998 if (!mem_cgroup_move_account(page, 1, pc,
4999 mc.from, mc.to, false)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08005000 mc.precharge--;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005001 /* we uncharge from mc.from later. */
5002 mc.moved_charge++;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08005003 }
5004 putback_lru_page(page);
5005put: /* is_target_pte_for_mc() gets the page */
5006 put_page(page);
5007 break;
Daisuke Nishimura02491442010-03-10 15:22:17 -08005008 case MC_TARGET_SWAP:
5009 ent = target.ent;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08005010 if (!mem_cgroup_move_swap_account(ent,
5011 mc.from, mc.to, false)) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08005012 mc.precharge--;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08005013 /* we fixup refcnts and charges later. */
5014 mc.moved_swap++;
5015 }
Daisuke Nishimura02491442010-03-10 15:22:17 -08005016 break;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08005017 default:
5018 break;
5019 }
5020 }
5021 pte_unmap_unlock(pte - 1, ptl);
5022 cond_resched();
5023
5024 if (addr != end) {
5025 /*
5026 * We have consumed all precharges we got in can_attach().
5027 * We try charge one by one, but don't do any additional
5028 * charges to mc.to if we have failed in charge once in attach()
5029 * phase.
5030 */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005031 ret = mem_cgroup_do_precharge(1);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08005032 if (!ret)
5033 goto retry;
5034 }
5035
5036 return ret;
5037}
5038
5039static void mem_cgroup_move_charge(struct mm_struct *mm)
5040{
5041 struct vm_area_struct *vma;
5042
5043 lru_add_drain_all();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08005044retry:
5045 if (unlikely(!down_read_trylock(&mm->mmap_sem))) {
5046 /*
5047 * Someone who are holding the mmap_sem might be waiting in
5048 * waitq. So we cancel all extra charges, wake up all waiters,
5049 * and retry. Because we cancel precharges, we might not be able
5050 * to move enough charges, but moving charge is a best-effort
5051 * feature anyway, so it wouldn't be a big problem.
5052 */
5053 __mem_cgroup_clear_mc();
5054 cond_resched();
5055 goto retry;
5056 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08005057 for (vma = mm->mmap; vma; vma = vma->vm_next) {
5058 int ret;
5059 struct mm_walk mem_cgroup_move_charge_walk = {
5060 .pmd_entry = mem_cgroup_move_charge_pte_range,
5061 .mm = mm,
5062 .private = vma,
5063 };
5064 if (is_vm_hugetlb_page(vma))
5065 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08005066 ret = walk_page_range(vma->vm_start, vma->vm_end,
5067 &mem_cgroup_move_charge_walk);
5068 if (ret)
5069 /*
5070 * means we have consumed all precharges and failed in
5071 * doing additional charge. Just abandon here.
5072 */
5073 break;
5074 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08005075 up_read(&mm->mmap_sem);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005076}
5077
Balbir Singh67e465a2008-02-07 00:13:54 -08005078static void mem_cgroup_move_task(struct cgroup_subsys *ss,
5079 struct cgroup *cont,
5080 struct cgroup *old_cont,
Ben Blumbe367d02009-09-23 15:56:31 -07005081 struct task_struct *p,
5082 bool threadgroup)
Balbir Singh67e465a2008-02-07 00:13:54 -08005083{
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08005084 struct mm_struct *mm;
5085
5086 if (!mc.to)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08005087 /* no need to move charge */
5088 return;
5089
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08005090 mm = get_task_mm(p);
5091 if (mm) {
5092 mem_cgroup_move_charge(mm);
5093 mmput(mm);
5094 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08005095 mem_cgroup_clear_mc();
Balbir Singh67e465a2008-02-07 00:13:54 -08005096}
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07005097#else /* !CONFIG_MMU */
5098static int mem_cgroup_can_attach(struct cgroup_subsys *ss,
5099 struct cgroup *cgroup,
5100 struct task_struct *p,
5101 bool threadgroup)
5102{
5103 return 0;
5104}
5105static void mem_cgroup_cancel_attach(struct cgroup_subsys *ss,
5106 struct cgroup *cgroup,
5107 struct task_struct *p,
5108 bool threadgroup)
5109{
5110}
5111static void mem_cgroup_move_task(struct cgroup_subsys *ss,
5112 struct cgroup *cont,
5113 struct cgroup *old_cont,
5114 struct task_struct *p,
5115 bool threadgroup)
5116{
5117}
5118#endif
Balbir Singh67e465a2008-02-07 00:13:54 -08005119
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005120struct cgroup_subsys mem_cgroup_subsys = {
5121 .name = "memory",
5122 .subsys_id = mem_cgroup_subsys_id,
5123 .create = mem_cgroup_create,
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08005124 .pre_destroy = mem_cgroup_pre_destroy,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005125 .destroy = mem_cgroup_destroy,
5126 .populate = mem_cgroup_populate,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005127 .can_attach = mem_cgroup_can_attach,
5128 .cancel_attach = mem_cgroup_cancel_attach,
Balbir Singh67e465a2008-02-07 00:13:54 -08005129 .attach = mem_cgroup_move_task,
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005130 .early_init = 0,
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07005131 .use_id = 1,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005132};
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08005133
5134#ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
Michal Hockoa42c3902010-11-24 12:57:08 -08005135static int __init enable_swap_account(char *s)
5136{
5137 /* consider enabled if no parameter or 1 is given */
Michal Hockofceda1b2011-02-01 15:52:30 -08005138 if (!(*s) || !strcmp(s, "=1"))
Michal Hockoa42c3902010-11-24 12:57:08 -08005139 really_do_swap_account = 1;
Michal Hockofceda1b2011-02-01 15:52:30 -08005140 else if (!strcmp(s, "=0"))
Michal Hockoa42c3902010-11-24 12:57:08 -08005141 really_do_swap_account = 0;
5142 return 1;
5143}
5144__setup("swapaccount", enable_swap_account);
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08005145
5146static int __init disable_swap_account(char *s)
5147{
Michal Hocko552b3722011-02-01 15:52:31 -08005148 printk_once("noswapaccount is deprecated and will be removed in 2.6.40. Use swapaccount=0 instead\n");
Michal Hockofceda1b2011-02-01 15:52:30 -08005149 enable_swap_account("=0");
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08005150 return 1;
5151}
5152__setup("noswapaccount", disable_swap_account);
5153#endif