blob: 2b7cd24d4cdaf815b28628204767026fef6a4fe8 [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 *
Glauber Costa7ae1e1d2012-12-18 14:21:56 -080013 * Kernel Memory Controller
14 * Copyright (C) 2012 Parallels Inc. and Google Inc.
15 * Authors: Glauber Costa and Suleiman Souhlal
16 *
Balbir Singh8cdea7c2008-02-07 00:13:50 -080017 * This program is free software; you can redistribute it and/or modify
18 * it under the terms of the GNU General Public License as published by
19 * the Free Software Foundation; either version 2 of the License, or
20 * (at your option) any later version.
21 *
22 * This program is distributed in the hope that it will be useful,
23 * but WITHOUT ANY WARRANTY; without even the implied warranty of
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * GNU General Public License for more details.
26 */
27
28#include <linux/res_counter.h>
29#include <linux/memcontrol.h>
30#include <linux/cgroup.h>
Pavel Emelianov78fb7462008-02-07 00:13:51 -080031#include <linux/mm.h>
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -080032#include <linux/hugetlb.h>
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -080033#include <linux/pagemap.h>
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -080034#include <linux/smp.h>
Balbir Singh8a9f3cc2008-02-07 00:13:53 -080035#include <linux/page-flags.h>
Balbir Singh66e17072008-02-07 00:13:56 -080036#include <linux/backing-dev.h>
Balbir Singh8a9f3cc2008-02-07 00:13:53 -080037#include <linux/bit_spinlock.h>
38#include <linux/rcupdate.h>
Balbir Singhe2224322009-04-02 16:57:39 -070039#include <linux/limits.h>
Paul Gortmakerb9e15ba2011-05-26 16:00:52 -040040#include <linux/export.h>
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -080041#include <linux/mutex.h>
Balbir Singhf64c3f52009-09-23 15:56:37 -070042#include <linux/rbtree.h>
Balbir Singhb6ac57d2008-04-29 01:00:19 -070043#include <linux/slab.h>
Balbir Singh66e17072008-02-07 00:13:56 -080044#include <linux/swap.h>
Daisuke Nishimura02491442010-03-10 15:22:17 -080045#include <linux/swapops.h>
Balbir Singh66e17072008-02-07 00:13:56 -080046#include <linux/spinlock.h>
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -080047#include <linux/eventfd.h>
48#include <linux/sort.h>
Balbir Singh66e17072008-02-07 00:13:56 -080049#include <linux/fs.h>
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -080050#include <linux/seq_file.h>
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -070051#include <linux/vmalloc.h>
Anton Vorontsov70ddf632013-04-29 15:08:31 -070052#include <linux/vmpressure.h>
Christoph Lameterb69408e2008-10-18 20:26:14 -070053#include <linux/mm_inline.h>
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -070054#include <linux/page_cgroup.h>
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -080055#include <linux/cpu.h>
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -070056#include <linux/oom.h>
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -080057#include "internal.h"
Glauber Costad1a4c0b2011-12-11 21:47:04 +000058#include <net/sock.h>
Michal Hocko4bd2c1e2012-10-08 16:33:10 -070059#include <net/ip.h>
Glauber Costad1a4c0b2011-12-11 21:47:04 +000060#include <net/tcp_memcontrol.h>
Balbir Singh8cdea7c2008-02-07 00:13:50 -080061
Balbir Singh8697d332008-02-07 00:13:59 -080062#include <asm/uaccess.h>
63
KOSAKI Motohirocc8e9702010-08-09 17:19:57 -070064#include <trace/events/vmscan.h>
65
KAMEZAWA Hiroyukia181b0e2008-07-25 01:47:08 -070066struct cgroup_subsys mem_cgroup_subsys __read_mostly;
David Rientjes68ae5642012-12-12 13:51:57 -080067EXPORT_SYMBOL(mem_cgroup_subsys);
68
KAMEZAWA Hiroyukia181b0e2008-07-25 01:47:08 -070069#define MEM_CGROUP_RECLAIM_RETRIES 5
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -070070static struct mem_cgroup *root_mem_cgroup __read_mostly;
Balbir Singh8cdea7c2008-02-07 00:13:50 -080071
Andrew Mortonc255a452012-07-31 16:43:02 -070072#ifdef CONFIG_MEMCG_SWAP
Li Zefan338c8432009-06-17 16:27:15 -070073/* Turned on only when memory cgroup is enabled && really_do_swap_account = 1 */
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080074int do_swap_account __read_mostly;
Michal Hockoa42c3902010-11-24 12:57:08 -080075
76/* for remember boot option*/
Andrew Mortonc255a452012-07-31 16:43:02 -070077#ifdef CONFIG_MEMCG_SWAP_ENABLED
Michal Hockoa42c3902010-11-24 12:57:08 -080078static int really_do_swap_account __initdata = 1;
79#else
80static int really_do_swap_account __initdata = 0;
81#endif
82
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080083#else
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -070084#define do_swap_account 0
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080085#endif
86
87
Balbir Singh8cdea7c2008-02-07 00:13:50 -080088/*
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -080089 * Statistics for memory cgroup.
90 */
91enum mem_cgroup_stat_index {
92 /*
93 * For MEM_CONTAINER_TYPE_ALL, usage = pagecache + rss.
94 */
David Rientjesb070e652013-05-07 16:18:09 -070095 MEM_CGROUP_STAT_CACHE, /* # of pages charged as cache */
96 MEM_CGROUP_STAT_RSS, /* # of pages charged as anon rss */
97 MEM_CGROUP_STAT_RSS_HUGE, /* # of pages charged as anon huge */
98 MEM_CGROUP_STAT_FILE_MAPPED, /* # of pages charged as file rss */
99 MEM_CGROUP_STAT_SWAP, /* # of pages, swapped out */
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800100 MEM_CGROUP_STAT_NSTATS,
101};
102
Johannes Weineraf7c4b02012-05-29 15:07:08 -0700103static const char * const mem_cgroup_stat_names[] = {
104 "cache",
105 "rss",
David Rientjesb070e652013-05-07 16:18:09 -0700106 "rss_huge",
Johannes Weineraf7c4b02012-05-29 15:07:08 -0700107 "mapped_file",
108 "swap",
109};
110
Johannes Weinere9f89742011-03-23 16:42:37 -0700111enum mem_cgroup_events_index {
112 MEM_CGROUP_EVENTS_PGPGIN, /* # of pages paged in */
113 MEM_CGROUP_EVENTS_PGPGOUT, /* # of pages paged out */
Ying Han456f9982011-05-26 16:25:38 -0700114 MEM_CGROUP_EVENTS_PGFAULT, /* # of page-faults */
115 MEM_CGROUP_EVENTS_PGMAJFAULT, /* # of major page-faults */
Johannes Weinere9f89742011-03-23 16:42:37 -0700116 MEM_CGROUP_EVENTS_NSTATS,
117};
Johannes Weineraf7c4b02012-05-29 15:07:08 -0700118
119static const char * const mem_cgroup_events_names[] = {
120 "pgpgin",
121 "pgpgout",
122 "pgfault",
123 "pgmajfault",
124};
125
Sha Zhengju58cf1882013-02-22 16:32:05 -0800126static const char * const mem_cgroup_lru_names[] = {
127 "inactive_anon",
128 "active_anon",
129 "inactive_file",
130 "active_file",
131 "unevictable",
132};
133
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700134/*
135 * Per memcg event counter is incremented at every pagein/pageout. With THP,
136 * it will be incremated by the number of pages. This counter is used for
137 * for trigger some periodic events. This is straightforward and better
138 * than using jiffies etc. to handle periodic memcg event.
139 */
140enum mem_cgroup_events_target {
141 MEM_CGROUP_TARGET_THRESH,
142 MEM_CGROUP_TARGET_SOFTLIMIT,
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -0700143 MEM_CGROUP_TARGET_NUMAINFO,
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700144 MEM_CGROUP_NTARGETS,
145};
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700146#define THRESHOLDS_EVENTS_TARGET 128
147#define SOFTLIMIT_EVENTS_TARGET 1024
148#define NUMAINFO_EVENTS_TARGET 1024
Johannes Weinere9f89742011-03-23 16:42:37 -0700149
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800150struct mem_cgroup_stat_cpu {
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700151 long count[MEM_CGROUP_STAT_NSTATS];
Johannes Weinere9f89742011-03-23 16:42:37 -0700152 unsigned long events[MEM_CGROUP_EVENTS_NSTATS];
Johannes Weiner13114712012-05-29 15:07:07 -0700153 unsigned long nr_page_events;
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700154 unsigned long targets[MEM_CGROUP_NTARGETS];
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800155};
156
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800157struct mem_cgroup_reclaim_iter {
Michal Hocko5f578162013-04-29 15:07:17 -0700158 /*
159 * last scanned hierarchy member. Valid only if last_dead_count
160 * matches memcg->dead_count of the hierarchy root group.
161 */
Michal Hocko542f85f2013-04-29 15:07:15 -0700162 struct mem_cgroup *last_visited;
Michal Hocko5f578162013-04-29 15:07:17 -0700163 unsigned long last_dead_count;
164
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800165 /* scan generation, increased every round-trip */
166 unsigned int generation;
167};
168
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800169/*
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800170 * per-zone information in memory controller.
171 */
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800172struct mem_cgroup_per_zone {
Johannes Weiner6290df52012-01-12 17:18:10 -0800173 struct lruvec lruvec;
Hugh Dickins1eb49272012-03-21 16:34:19 -0700174 unsigned long lru_size[NR_LRU_LISTS];
KOSAKI Motohiro3e2f41f2009-01-07 18:08:20 -0800175
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800176 struct mem_cgroup_reclaim_iter reclaim_iter[DEF_PRIORITY + 1];
177
Balbir Singhf64c3f52009-09-23 15:56:37 -0700178 struct rb_node tree_node; /* RB tree node */
179 unsigned long long usage_in_excess;/* Set to the value by which */
180 /* the soft limit is exceeded*/
181 bool on_tree;
Hugh Dickinsd79154b2012-03-21 16:34:18 -0700182 struct mem_cgroup *memcg; /* Back pointer, we cannot */
Balbir Singh4e416952009-09-23 15:56:39 -0700183 /* use container_of */
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800184};
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800185
186struct mem_cgroup_per_node {
187 struct mem_cgroup_per_zone zoneinfo[MAX_NR_ZONES];
188};
189
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800190/*
Balbir Singhf64c3f52009-09-23 15:56:37 -0700191 * Cgroups above their limits are maintained in a RB-Tree, independent of
192 * their hierarchy representation
193 */
194
195struct mem_cgroup_tree_per_zone {
196 struct rb_root rb_root;
197 spinlock_t lock;
198};
199
200struct mem_cgroup_tree_per_node {
201 struct mem_cgroup_tree_per_zone rb_tree_per_zone[MAX_NR_ZONES];
202};
203
204struct mem_cgroup_tree {
205 struct mem_cgroup_tree_per_node *rb_tree_per_node[MAX_NUMNODES];
206};
207
208static struct mem_cgroup_tree soft_limit_tree __read_mostly;
209
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800210struct mem_cgroup_threshold {
211 struct eventfd_ctx *eventfd;
212 u64 threshold;
213};
214
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700215/* For threshold */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800216struct mem_cgroup_threshold_ary {
Sha Zhengju748dad32012-05-29 15:06:57 -0700217 /* An array index points to threshold just below or equal to usage. */
Phil Carmody5407a562010-05-26 14:42:42 -0700218 int current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800219 /* Size of entries[] */
220 unsigned int size;
221 /* Array of thresholds */
222 struct mem_cgroup_threshold entries[0];
223};
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700224
225struct mem_cgroup_thresholds {
226 /* Primary thresholds array */
227 struct mem_cgroup_threshold_ary *primary;
228 /*
229 * Spare threshold array.
230 * This is needed to make mem_cgroup_unregister_event() "never fail".
231 * It must be able to store at least primary->size - 1 entries.
232 */
233 struct mem_cgroup_threshold_ary *spare;
234};
235
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700236/* for OOM */
237struct mem_cgroup_eventfd_list {
238 struct list_head list;
239 struct eventfd_ctx *eventfd;
240};
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800241
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700242static void mem_cgroup_threshold(struct mem_cgroup *memcg);
243static void mem_cgroup_oom_notify(struct mem_cgroup *memcg);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800244
Balbir Singhf64c3f52009-09-23 15:56:37 -0700245/*
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800246 * The memory controller data structure. The memory controller controls both
247 * page cache and RSS per cgroup. We would eventually like to provide
248 * statistics based on the statistics developed by Rik Van Riel for clock-pro,
249 * to help the administrator determine what knobs to tune.
250 *
251 * TODO: Add a water mark for the memory controller. Reclaim will begin when
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800252 * we hit the water mark. May be even add a low water mark, such that
253 * no reclaim occurs from a cgroup at it's low water mark, this is
254 * a feature that will be implemented much later in the future.
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800255 */
256struct mem_cgroup {
257 struct cgroup_subsys_state css;
258 /*
259 * the counter to account for memory usage
260 */
261 struct res_counter res;
Hugh Dickins59927fb2012-03-15 15:17:07 -0700262
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700263 /* vmpressure notifications */
264 struct vmpressure vmpressure;
265
Hugh Dickins59927fb2012-03-15 15:17:07 -0700266 union {
267 /*
268 * the counter to account for mem+swap usage.
269 */
270 struct res_counter memsw;
271
272 /*
273 * rcu_freeing is used only when freeing struct mem_cgroup,
274 * so put it into a union to avoid wasting more memory.
275 * It must be disjoint from the css field. It could be
276 * in a union with the res field, but res plays a much
277 * larger part in mem_cgroup life than memsw, and might
278 * be of interest, even at time of free, when debugging.
279 * So share rcu_head with the less interesting memsw.
280 */
281 struct rcu_head rcu_freeing;
282 /*
Glauber Costa3afe36b2012-05-29 15:07:10 -0700283 * We also need some space for a worker in deferred freeing.
284 * By the time we call it, rcu_freeing is no longer in use.
Hugh Dickins59927fb2012-03-15 15:17:07 -0700285 */
286 struct work_struct work_freeing;
287 };
288
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800289 /*
Glauber Costa510fc4e2012-12-18 14:21:47 -0800290 * the counter to account for kernel memory usage.
291 */
292 struct res_counter kmem;
293 /*
Balbir Singh18f59ea2009-01-07 18:08:07 -0800294 * Should the accounting and control be hierarchical, per subtree?
295 */
296 bool use_hierarchy;
Glauber Costa510fc4e2012-12-18 14:21:47 -0800297 unsigned long kmem_account_flags; /* See KMEM_ACCOUNTED_*, below */
Michal Hocko79dfdac2011-07-26 16:08:23 -0700298
299 bool oom_lock;
300 atomic_t under_oom;
301
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800302 atomic_t refcnt;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -0800303
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -0700304 int swappiness;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -0700305 /* OOM-Killer disable */
306 int oom_kill_disable;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -0800307
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -0700308 /* set when res.limit == memsw.limit */
309 bool memsw_is_minimum;
310
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800311 /* protect arrays of thresholds */
312 struct mutex thresholds_lock;
313
314 /* thresholds for memory usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700315 struct mem_cgroup_thresholds thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700316
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800317 /* thresholds for mem+swap usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700318 struct mem_cgroup_thresholds memsw_thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700319
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700320 /* For oom notifier event fd */
321 struct list_head oom_notify;
Johannes Weiner185efc02011-09-14 16:21:58 -0700322
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800323 /*
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800324 * Should we move charges of a task when a task is moved into this
325 * mem_cgroup ? And what type of charges should we move ?
326 */
327 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800328 /*
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700329 * set > 0 if pages under this cgroup are moving to other cgroup.
330 */
331 atomic_t moving_account;
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -0700332 /* taken only while moving_account > 0 */
333 spinlock_t move_lock;
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700334 /*
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800335 * percpu counter.
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800336 */
Kirill A. Shutemov3a7951b2012-05-29 15:06:56 -0700337 struct mem_cgroup_stat_cpu __percpu *stat;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700338 /*
339 * used when a cpu is offlined or other synchronizations
340 * See mem_cgroup_read_stat().
341 */
342 struct mem_cgroup_stat_cpu nocpu_base;
343 spinlock_t pcp_counter_lock;
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000344
Michal Hocko5f578162013-04-29 15:07:17 -0700345 atomic_t dead_count;
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700346#if defined(CONFIG_MEMCG_KMEM) && defined(CONFIG_INET)
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000347 struct tcp_memcontrol tcp_mem;
348#endif
Glauber Costa2633d7a2012-12-18 14:22:34 -0800349#if defined(CONFIG_MEMCG_KMEM)
350 /* analogous to slab_common's slab_caches list. per-memcg */
351 struct list_head memcg_slab_caches;
352 /* Not a spinlock, we can take a lot of time walking the list */
353 struct mutex slab_caches_mutex;
354 /* Index in the kmem_cache->memcg_params->memcg_caches array */
355 int kmemcg_id;
356#endif
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800357
358 int last_scanned_node;
359#if MAX_NUMNODES > 1
360 nodemask_t scan_nodes;
361 atomic_t numainfo_events;
362 atomic_t numainfo_updating;
363#endif
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700364
Johannes Weiner54f72fe2013-07-08 15:59:49 -0700365 struct mem_cgroup_per_node *nodeinfo[0];
366 /* WARNING: nodeinfo must be the last member here */
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800367};
368
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800369static size_t memcg_size(void)
370{
371 return sizeof(struct mem_cgroup) +
372 nr_node_ids * sizeof(struct mem_cgroup_per_node);
373}
374
Glauber Costa510fc4e2012-12-18 14:21:47 -0800375/* internal only representation about the status of kmem accounting. */
376enum {
377 KMEM_ACCOUNTED_ACTIVE = 0, /* accounted by this cgroup itself */
Glauber Costaa8964b92012-12-18 14:22:09 -0800378 KMEM_ACCOUNTED_ACTIVATED, /* static key enabled. */
Glauber Costa7de37682012-12-18 14:22:07 -0800379 KMEM_ACCOUNTED_DEAD, /* dead memcg with pending kmem charges */
Glauber Costa510fc4e2012-12-18 14:21:47 -0800380};
381
Glauber Costaa8964b92012-12-18 14:22:09 -0800382/* We account when limit is on, but only after call sites are patched */
383#define KMEM_ACCOUNTED_MASK \
384 ((1 << KMEM_ACCOUNTED_ACTIVE) | (1 << KMEM_ACCOUNTED_ACTIVATED))
Glauber Costa510fc4e2012-12-18 14:21:47 -0800385
386#ifdef CONFIG_MEMCG_KMEM
387static inline void memcg_kmem_set_active(struct mem_cgroup *memcg)
388{
389 set_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
390}
Glauber Costa7de37682012-12-18 14:22:07 -0800391
392static bool memcg_kmem_is_active(struct mem_cgroup *memcg)
393{
394 return test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
395}
396
Glauber Costaa8964b92012-12-18 14:22:09 -0800397static void memcg_kmem_set_activated(struct mem_cgroup *memcg)
398{
399 set_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
400}
401
Glauber Costa55007d82012-12-18 14:22:38 -0800402static void memcg_kmem_clear_activated(struct mem_cgroup *memcg)
403{
404 clear_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
405}
406
Glauber Costa7de37682012-12-18 14:22:07 -0800407static void memcg_kmem_mark_dead(struct mem_cgroup *memcg)
408{
409 if (test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags))
410 set_bit(KMEM_ACCOUNTED_DEAD, &memcg->kmem_account_flags);
411}
412
413static bool memcg_kmem_test_and_clear_dead(struct mem_cgroup *memcg)
414{
415 return test_and_clear_bit(KMEM_ACCOUNTED_DEAD,
416 &memcg->kmem_account_flags);
417}
Glauber Costa510fc4e2012-12-18 14:21:47 -0800418#endif
419
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800420/* Stuffs for move charges at task migration. */
421/*
Glauber Costaee5e8472013-02-22 16:34:50 -0800422 * Types of charges to be moved. "move_charge_at_immitgrate" and
423 * "immigrate_flags" are treated as a left-shifted bitmap of these types.
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800424 */
425enum move_type {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800426 MOVE_CHARGE_TYPE_ANON, /* private anonymous page and swap of it */
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700427 MOVE_CHARGE_TYPE_FILE, /* file page(including tmpfs) and swap of it */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800428 NR_MOVE_TYPE,
429};
430
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800431/* "mc" and its members are protected by cgroup_mutex */
432static struct move_charge_struct {
Daisuke Nishimurab1dd6932010-11-24 12:57:06 -0800433 spinlock_t lock; /* for from, to */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800434 struct mem_cgroup *from;
435 struct mem_cgroup *to;
Glauber Costaee5e8472013-02-22 16:34:50 -0800436 unsigned long immigrate_flags;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800437 unsigned long precharge;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -0800438 unsigned long moved_charge;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -0800439 unsigned long moved_swap;
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800440 struct task_struct *moving_task; /* a task moving charges */
441 wait_queue_head_t waitq; /* a waitq for other context */
442} mc = {
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -0700443 .lock = __SPIN_LOCK_UNLOCKED(mc.lock),
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800444 .waitq = __WAIT_QUEUE_HEAD_INITIALIZER(mc.waitq),
445};
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800446
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700447static bool move_anon(void)
448{
Glauber Costaee5e8472013-02-22 16:34:50 -0800449 return test_bit(MOVE_CHARGE_TYPE_ANON, &mc.immigrate_flags);
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700450}
451
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700452static bool move_file(void)
453{
Glauber Costaee5e8472013-02-22 16:34:50 -0800454 return test_bit(MOVE_CHARGE_TYPE_FILE, &mc.immigrate_flags);
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700455}
456
Balbir Singh4e416952009-09-23 15:56:39 -0700457/*
458 * Maximum loops in mem_cgroup_hierarchical_reclaim(), used for soft
459 * limit reclaim to prevent infinite loops, if they ever occur.
460 */
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700461#define MEM_CGROUP_MAX_RECLAIM_LOOPS 100
462#define MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS 2
Balbir Singh4e416952009-09-23 15:56:39 -0700463
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -0800464enum charge_type {
465 MEM_CGROUP_CHARGE_TYPE_CACHE = 0,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -0700466 MEM_CGROUP_CHARGE_TYPE_ANON,
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -0800467 MEM_CGROUP_CHARGE_TYPE_SWAPOUT, /* for accounting swapcache */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -0700468 MEM_CGROUP_CHARGE_TYPE_DROP, /* a page was unused swap cache */
KAMEZAWA Hiroyukic05555b2008-10-18 20:28:11 -0700469 NR_CHARGE_TYPE,
470};
471
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800472/* for encoding cft->private value on file */
Glauber Costa86ae53e2012-12-18 14:21:45 -0800473enum res_type {
474 _MEM,
475 _MEMSWAP,
476 _OOM_TYPE,
Glauber Costa510fc4e2012-12-18 14:21:47 -0800477 _KMEM,
Glauber Costa86ae53e2012-12-18 14:21:45 -0800478};
479
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700480#define MEMFILE_PRIVATE(x, val) ((x) << 16 | (val))
481#define MEMFILE_TYPE(val) ((val) >> 16 & 0xffff)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800482#define MEMFILE_ATTR(val) ((val) & 0xffff)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700483/* Used for OOM nofiier */
484#define OOM_CONTROL (0)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800485
Balbir Singh75822b42009-09-23 15:56:38 -0700486/*
487 * Reclaim flags for mem_cgroup_hierarchical_reclaim
488 */
489#define MEM_CGROUP_RECLAIM_NOSWAP_BIT 0x0
490#define MEM_CGROUP_RECLAIM_NOSWAP (1 << MEM_CGROUP_RECLAIM_NOSWAP_BIT)
491#define MEM_CGROUP_RECLAIM_SHRINK_BIT 0x1
492#define MEM_CGROUP_RECLAIM_SHRINK (1 << MEM_CGROUP_RECLAIM_SHRINK_BIT)
493
Glauber Costa09998212013-02-22 16:34:55 -0800494/*
495 * The memcg_create_mutex will be held whenever a new cgroup is created.
496 * As a consequence, any change that needs to protect against new child cgroups
497 * appearing has to hold it as well.
498 */
499static DEFINE_MUTEX(memcg_create_mutex);
500
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700501static void mem_cgroup_get(struct mem_cgroup *memcg);
502static void mem_cgroup_put(struct mem_cgroup *memcg);
Glauber Costae1aab162011-12-11 21:47:03 +0000503
Wanpeng Lib2145142012-07-31 16:46:01 -0700504static inline
505struct mem_cgroup *mem_cgroup_from_css(struct cgroup_subsys_state *s)
506{
507 return container_of(s, struct mem_cgroup, css);
508}
509
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700510/* Some nice accessors for the vmpressure. */
511struct vmpressure *memcg_to_vmpressure(struct mem_cgroup *memcg)
512{
513 if (!memcg)
514 memcg = root_mem_cgroup;
515 return &memcg->vmpressure;
516}
517
518struct cgroup_subsys_state *vmpressure_to_css(struct vmpressure *vmpr)
519{
520 return &container_of(vmpr, struct mem_cgroup, vmpressure)->css;
521}
522
523struct vmpressure *css_to_vmpressure(struct cgroup_subsys_state *css)
524{
525 return &mem_cgroup_from_css(css)->vmpressure;
526}
527
Michal Hocko7ffc0ed2012-10-08 16:33:13 -0700528static inline bool mem_cgroup_is_root(struct mem_cgroup *memcg)
529{
530 return (memcg == root_mem_cgroup);
531}
532
Glauber Costae1aab162011-12-11 21:47:03 +0000533/* Writing them here to avoid exposing memcg's inner layout */
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700534#if defined(CONFIG_INET) && defined(CONFIG_MEMCG_KMEM)
Glauber Costae1aab162011-12-11 21:47:03 +0000535
Glauber Costae1aab162011-12-11 21:47:03 +0000536void sock_update_memcg(struct sock *sk)
537{
Glauber Costa376be5f2012-01-20 04:57:14 +0000538 if (mem_cgroup_sockets_enabled) {
Glauber Costae1aab162011-12-11 21:47:03 +0000539 struct mem_cgroup *memcg;
Glauber Costa3f134612012-05-29 15:07:11 -0700540 struct cg_proto *cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000541
542 BUG_ON(!sk->sk_prot->proto_cgroup);
543
Glauber Costaf3f511e2012-01-05 20:16:39 +0000544 /* Socket cloning can throw us here with sk_cgrp already
545 * filled. It won't however, necessarily happen from
546 * process context. So the test for root memcg given
547 * the current task's memcg won't help us in this case.
548 *
549 * Respecting the original socket's memcg is a better
550 * decision in this case.
551 */
552 if (sk->sk_cgrp) {
553 BUG_ON(mem_cgroup_is_root(sk->sk_cgrp->memcg));
554 mem_cgroup_get(sk->sk_cgrp->memcg);
555 return;
556 }
557
Glauber Costae1aab162011-12-11 21:47:03 +0000558 rcu_read_lock();
559 memcg = mem_cgroup_from_task(current);
Glauber Costa3f134612012-05-29 15:07:11 -0700560 cg_proto = sk->sk_prot->proto_cgroup(memcg);
561 if (!mem_cgroup_is_root(memcg) && memcg_proto_active(cg_proto)) {
Glauber Costae1aab162011-12-11 21:47:03 +0000562 mem_cgroup_get(memcg);
Glauber Costa3f134612012-05-29 15:07:11 -0700563 sk->sk_cgrp = cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000564 }
565 rcu_read_unlock();
566 }
567}
568EXPORT_SYMBOL(sock_update_memcg);
569
570void sock_release_memcg(struct sock *sk)
571{
Glauber Costa376be5f2012-01-20 04:57:14 +0000572 if (mem_cgroup_sockets_enabled && sk->sk_cgrp) {
Glauber Costae1aab162011-12-11 21:47:03 +0000573 struct mem_cgroup *memcg;
574 WARN_ON(!sk->sk_cgrp->memcg);
575 memcg = sk->sk_cgrp->memcg;
576 mem_cgroup_put(memcg);
577 }
578}
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000579
580struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg)
581{
582 if (!memcg || mem_cgroup_is_root(memcg))
583 return NULL;
584
585 return &memcg->tcp_mem.cg_proto;
586}
587EXPORT_SYMBOL(tcp_proto_cgroup);
Glauber Costae1aab162011-12-11 21:47:03 +0000588
Glauber Costa3f134612012-05-29 15:07:11 -0700589static void disarm_sock_keys(struct mem_cgroup *memcg)
590{
591 if (!memcg_proto_activated(&memcg->tcp_mem.cg_proto))
592 return;
593 static_key_slow_dec(&memcg_socket_limit_enabled);
594}
595#else
596static void disarm_sock_keys(struct mem_cgroup *memcg)
597{
598}
599#endif
600
Glauber Costaa8964b92012-12-18 14:22:09 -0800601#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -0800602/*
603 * This will be the memcg's index in each cache's ->memcg_params->memcg_caches.
604 * There are two main reasons for not using the css_id for this:
605 * 1) this works better in sparse environments, where we have a lot of memcgs,
606 * but only a few kmem-limited. Or also, if we have, for instance, 200
607 * memcgs, and none but the 200th is kmem-limited, we'd have to have a
608 * 200 entry array for that.
609 *
610 * 2) In order not to violate the cgroup API, we would like to do all memory
611 * allocation in ->create(). At that point, we haven't yet allocated the
612 * css_id. Having a separate index prevents us from messing with the cgroup
613 * core for this
614 *
615 * The current size of the caches array is stored in
616 * memcg_limited_groups_array_size. It will double each time we have to
617 * increase it.
618 */
619static DEFINE_IDA(kmem_limited_groups);
Glauber Costa749c5412012-12-18 14:23:01 -0800620int memcg_limited_groups_array_size;
621
Glauber Costa55007d82012-12-18 14:22:38 -0800622/*
623 * MIN_SIZE is different than 1, because we would like to avoid going through
624 * the alloc/free process all the time. In a small machine, 4 kmem-limited
625 * cgroups is a reasonable guess. In the future, it could be a parameter or
626 * tunable, but that is strictly not necessary.
627 *
628 * MAX_SIZE should be as large as the number of css_ids. Ideally, we could get
629 * this constant directly from cgroup, but it is understandable that this is
630 * better kept as an internal representation in cgroup.c. In any case, the
631 * css_id space is not getting any smaller, and we don't have to necessarily
632 * increase ours as well if it increases.
633 */
634#define MEMCG_CACHES_MIN_SIZE 4
635#define MEMCG_CACHES_MAX_SIZE 65535
636
Glauber Costad7f25f82012-12-18 14:22:40 -0800637/*
638 * A lot of the calls to the cache allocation functions are expected to be
639 * inlined by the compiler. Since the calls to memcg_kmem_get_cache are
640 * conditional to this static branch, we'll have to allow modules that does
641 * kmem_cache_alloc and the such to see this symbol as well
642 */
Glauber Costaa8964b92012-12-18 14:22:09 -0800643struct static_key memcg_kmem_enabled_key;
Glauber Costad7f25f82012-12-18 14:22:40 -0800644EXPORT_SYMBOL(memcg_kmem_enabled_key);
Glauber Costaa8964b92012-12-18 14:22:09 -0800645
646static void disarm_kmem_keys(struct mem_cgroup *memcg)
647{
Glauber Costa55007d82012-12-18 14:22:38 -0800648 if (memcg_kmem_is_active(memcg)) {
Glauber Costaa8964b92012-12-18 14:22:09 -0800649 static_key_slow_dec(&memcg_kmem_enabled_key);
Glauber Costa55007d82012-12-18 14:22:38 -0800650 ida_simple_remove(&kmem_limited_groups, memcg->kmemcg_id);
651 }
Glauber Costabea207c2012-12-18 14:22:11 -0800652 /*
653 * This check can't live in kmem destruction function,
654 * since the charges will outlive the cgroup
655 */
656 WARN_ON(res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0);
Glauber Costaa8964b92012-12-18 14:22:09 -0800657}
658#else
659static void disarm_kmem_keys(struct mem_cgroup *memcg)
660{
661}
662#endif /* CONFIG_MEMCG_KMEM */
663
664static void disarm_static_keys(struct mem_cgroup *memcg)
665{
666 disarm_sock_keys(memcg);
667 disarm_kmem_keys(memcg);
668}
669
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700670static void drain_all_stock_async(struct mem_cgroup *memcg);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800671
Balbir Singhf64c3f52009-09-23 15:56:37 -0700672static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700673mem_cgroup_zoneinfo(struct mem_cgroup *memcg, int nid, int zid)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700674{
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800675 VM_BUG_ON((unsigned)nid >= nr_node_ids);
Johannes Weiner54f72fe2013-07-08 15:59:49 -0700676 return &memcg->nodeinfo[nid]->zoneinfo[zid];
Balbir Singhf64c3f52009-09-23 15:56:37 -0700677}
678
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700679struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *memcg)
Wu Fengguangd3242362009-12-16 12:19:59 +0100680{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700681 return &memcg->css;
Wu Fengguangd3242362009-12-16 12:19:59 +0100682}
683
Balbir Singhf64c3f52009-09-23 15:56:37 -0700684static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700685page_cgroup_zoneinfo(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700686{
Johannes Weiner97a6c372011-03-23 16:42:27 -0700687 int nid = page_to_nid(page);
688 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700689
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700690 return mem_cgroup_zoneinfo(memcg, nid, zid);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700691}
692
693static struct mem_cgroup_tree_per_zone *
694soft_limit_tree_node_zone(int nid, int zid)
695{
696 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
697}
698
699static struct mem_cgroup_tree_per_zone *
700soft_limit_tree_from_page(struct page *page)
701{
702 int nid = page_to_nid(page);
703 int zid = page_zonenum(page);
704
705 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
706}
707
708static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700709__mem_cgroup_insert_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700710 struct mem_cgroup_per_zone *mz,
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700711 struct mem_cgroup_tree_per_zone *mctz,
712 unsigned long long new_usage_in_excess)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700713{
714 struct rb_node **p = &mctz->rb_root.rb_node;
715 struct rb_node *parent = NULL;
716 struct mem_cgroup_per_zone *mz_node;
717
718 if (mz->on_tree)
719 return;
720
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700721 mz->usage_in_excess = new_usage_in_excess;
722 if (!mz->usage_in_excess)
723 return;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700724 while (*p) {
725 parent = *p;
726 mz_node = rb_entry(parent, struct mem_cgroup_per_zone,
727 tree_node);
728 if (mz->usage_in_excess < mz_node->usage_in_excess)
729 p = &(*p)->rb_left;
730 /*
731 * We can't avoid mem cgroups that are over their soft
732 * limit by the same amount
733 */
734 else if (mz->usage_in_excess >= mz_node->usage_in_excess)
735 p = &(*p)->rb_right;
736 }
737 rb_link_node(&mz->tree_node, parent, p);
738 rb_insert_color(&mz->tree_node, &mctz->rb_root);
739 mz->on_tree = true;
Balbir Singh4e416952009-09-23 15:56:39 -0700740}
741
742static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700743__mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singh4e416952009-09-23 15:56:39 -0700744 struct mem_cgroup_per_zone *mz,
745 struct mem_cgroup_tree_per_zone *mctz)
746{
747 if (!mz->on_tree)
748 return;
749 rb_erase(&mz->tree_node, &mctz->rb_root);
750 mz->on_tree = false;
751}
752
753static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700754mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700755 struct mem_cgroup_per_zone *mz,
756 struct mem_cgroup_tree_per_zone *mctz)
757{
758 spin_lock(&mctz->lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700759 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700760 spin_unlock(&mctz->lock);
761}
762
Balbir Singhf64c3f52009-09-23 15:56:37 -0700763
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700764static void mem_cgroup_update_tree(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700765{
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700766 unsigned long long excess;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700767 struct mem_cgroup_per_zone *mz;
768 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700769 int nid = page_to_nid(page);
770 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700771 mctz = soft_limit_tree_from_page(page);
772
773 /*
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700774 * Necessary to update all ancestors when hierarchy is used.
775 * because their event counter is not touched.
Balbir Singhf64c3f52009-09-23 15:56:37 -0700776 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700777 for (; memcg; memcg = parent_mem_cgroup(memcg)) {
778 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
779 excess = res_counter_soft_limit_excess(&memcg->res);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700780 /*
781 * We have to update the tree if mz is on RB-tree or
782 * mem is over its softlimit.
783 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700784 if (excess || mz->on_tree) {
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700785 spin_lock(&mctz->lock);
786 /* if on-tree, remove it */
787 if (mz->on_tree)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700788 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700789 /*
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700790 * Insert again. mz->usage_in_excess will be updated.
791 * If excess is 0, no tree ops.
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700792 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700793 __mem_cgroup_insert_exceeded(memcg, mz, mctz, excess);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700794 spin_unlock(&mctz->lock);
795 }
Balbir Singhf64c3f52009-09-23 15:56:37 -0700796 }
797}
798
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700799static void mem_cgroup_remove_from_trees(struct mem_cgroup *memcg)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700800{
801 int node, zone;
802 struct mem_cgroup_per_zone *mz;
803 struct mem_cgroup_tree_per_zone *mctz;
804
Bob Liu3ed28fa2012-01-12 17:19:04 -0800805 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -0700806 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700807 mz = mem_cgroup_zoneinfo(memcg, node, zone);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700808 mctz = soft_limit_tree_node_zone(node, zone);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700809 mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700810 }
811 }
812}
813
Balbir Singh4e416952009-09-23 15:56:39 -0700814static struct mem_cgroup_per_zone *
815__mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
816{
817 struct rb_node *rightmost = NULL;
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700818 struct mem_cgroup_per_zone *mz;
Balbir Singh4e416952009-09-23 15:56:39 -0700819
820retry:
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700821 mz = NULL;
Balbir Singh4e416952009-09-23 15:56:39 -0700822 rightmost = rb_last(&mctz->rb_root);
823 if (!rightmost)
824 goto done; /* Nothing to reclaim from */
825
826 mz = rb_entry(rightmost, struct mem_cgroup_per_zone, tree_node);
827 /*
828 * Remove the node now but someone else can add it back,
829 * we will to add it back at the end of reclaim to its correct
830 * position in the tree.
831 */
Hugh Dickinsd79154b2012-03-21 16:34:18 -0700832 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
833 if (!res_counter_soft_limit_excess(&mz->memcg->res) ||
834 !css_tryget(&mz->memcg->css))
Balbir Singh4e416952009-09-23 15:56:39 -0700835 goto retry;
836done:
837 return mz;
838}
839
840static struct mem_cgroup_per_zone *
841mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
842{
843 struct mem_cgroup_per_zone *mz;
844
845 spin_lock(&mctz->lock);
846 mz = __mem_cgroup_largest_soft_limit_node(mctz);
847 spin_unlock(&mctz->lock);
848 return mz;
849}
850
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700851/*
852 * Implementation Note: reading percpu statistics for memcg.
853 *
854 * Both of vmstat[] and percpu_counter has threshold and do periodic
855 * synchronization to implement "quick" read. There are trade-off between
856 * reading cost and precision of value. Then, we may have a chance to implement
857 * a periodic synchronizion of counter in memcg's counter.
858 *
859 * But this _read() function is used for user interface now. The user accounts
860 * memory usage by memory cgroup and he _always_ requires exact value because
861 * he accounts memory. Even if we provide quick-and-fuzzy read, we always
862 * have to visit all online cpus and make sum. So, for now, unnecessary
863 * synchronization is not implemented. (just implemented for cpu hotplug)
864 *
865 * If there are kernel internal actions which can make use of some not-exact
866 * value, and reading all cpu value can be performance bottleneck in some
867 * common workload, threashold and synchonization as vmstat[] should be
868 * implemented.
869 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700870static long mem_cgroup_read_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700871 enum mem_cgroup_stat_index idx)
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800872{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700873 long val = 0;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800874 int cpu;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800875
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700876 get_online_cpus();
877 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700878 val += per_cpu(memcg->stat->count[idx], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700879#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700880 spin_lock(&memcg->pcp_counter_lock);
881 val += memcg->nocpu_base.count[idx];
882 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700883#endif
884 put_online_cpus();
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800885 return val;
886}
887
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700888static void mem_cgroup_swap_statistics(struct mem_cgroup *memcg,
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700889 bool charge)
890{
891 int val = (charge) ? 1 : -1;
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -0700892 this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_SWAP], val);
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700893}
894
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700895static unsigned long mem_cgroup_read_events(struct mem_cgroup *memcg,
Johannes Weinere9f89742011-03-23 16:42:37 -0700896 enum mem_cgroup_events_index idx)
897{
898 unsigned long val = 0;
899 int cpu;
900
901 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700902 val += per_cpu(memcg->stat->events[idx], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -0700903#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700904 spin_lock(&memcg->pcp_counter_lock);
905 val += memcg->nocpu_base.events[idx];
906 spin_unlock(&memcg->pcp_counter_lock);
Johannes Weinere9f89742011-03-23 16:42:37 -0700907#endif
908 return val;
909}
910
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700911static void mem_cgroup_charge_statistics(struct mem_cgroup *memcg,
David Rientjesb070e652013-05-07 16:18:09 -0700912 struct page *page,
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700913 bool anon, int nr_pages)
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800914{
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800915 preempt_disable();
916
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700917 /*
918 * Here, RSS means 'mapped anon' and anon's SwapCache. Shmem/tmpfs is
919 * counted as CACHE even if it's on ANON LRU.
920 */
921 if (anon)
922 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700923 nr_pages);
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800924 else
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700925 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_CACHE],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700926 nr_pages);
Balaji Rao55e462b2008-05-01 04:35:12 -0700927
David Rientjesb070e652013-05-07 16:18:09 -0700928 if (PageTransHuge(page))
929 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
930 nr_pages);
931
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800932 /* pagein of a big page is an event. So, ignore page size */
933 if (nr_pages > 0)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700934 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGIN]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800935 else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700936 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGOUT]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800937 nr_pages = -nr_pages; /* for event */
938 }
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800939
Johannes Weiner13114712012-05-29 15:07:07 -0700940 __this_cpu_add(memcg->stat->nr_page_events, nr_pages);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800941
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800942 preempt_enable();
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800943}
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800944
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700945unsigned long
Hugh Dickins4d7dcca2012-05-29 15:07:08 -0700946mem_cgroup_get_lru_size(struct lruvec *lruvec, enum lru_list lru)
Konstantin Khlebnikov074291f2012-05-29 15:07:00 -0700947{
948 struct mem_cgroup_per_zone *mz;
949
950 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
951 return mz->lru_size[lru];
952}
953
954static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700955mem_cgroup_zone_nr_lru_pages(struct mem_cgroup *memcg, int nid, int zid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700956 unsigned int lru_mask)
Ying Han889976d2011-05-26 16:25:33 -0700957{
958 struct mem_cgroup_per_zone *mz;
Hugh Dickinsf156ab92012-03-21 16:34:19 -0700959 enum lru_list lru;
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700960 unsigned long ret = 0;
961
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700962 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700963
Hugh Dickinsf156ab92012-03-21 16:34:19 -0700964 for_each_lru(lru) {
965 if (BIT(lru) & lru_mask)
966 ret += mz->lru_size[lru];
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700967 }
968 return ret;
969}
970
971static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700972mem_cgroup_node_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700973 int nid, unsigned int lru_mask)
974{
Ying Han889976d2011-05-26 16:25:33 -0700975 u64 total = 0;
976 int zid;
977
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700978 for (zid = 0; zid < MAX_NR_ZONES; zid++)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700979 total += mem_cgroup_zone_nr_lru_pages(memcg,
980 nid, zid, lru_mask);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700981
Ying Han889976d2011-05-26 16:25:33 -0700982 return total;
983}
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700984
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700985static unsigned long mem_cgroup_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700986 unsigned int lru_mask)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800987{
Ying Han889976d2011-05-26 16:25:33 -0700988 int nid;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800989 u64 total = 0;
990
Lai Jiangshan31aaea42012-12-12 13:51:27 -0800991 for_each_node_state(nid, N_MEMORY)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700992 total += mem_cgroup_node_nr_lru_pages(memcg, nid, lru_mask);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800993 return total;
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800994}
995
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800996static bool mem_cgroup_event_ratelimit(struct mem_cgroup *memcg,
997 enum mem_cgroup_events_target target)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800998{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700999 unsigned long val, next;
1000
Johannes Weiner13114712012-05-29 15:07:07 -07001001 val = __this_cpu_read(memcg->stat->nr_page_events);
Steven Rostedt47994012011-11-02 13:38:33 -07001002 next = __this_cpu_read(memcg->stat->targets[target]);
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001003 /* from time_after() in jiffies.h */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001004 if ((long)next - (long)val < 0) {
1005 switch (target) {
1006 case MEM_CGROUP_TARGET_THRESH:
1007 next = val + THRESHOLDS_EVENTS_TARGET;
1008 break;
1009 case MEM_CGROUP_TARGET_SOFTLIMIT:
1010 next = val + SOFTLIMIT_EVENTS_TARGET;
1011 break;
1012 case MEM_CGROUP_TARGET_NUMAINFO:
1013 next = val + NUMAINFO_EVENTS_TARGET;
1014 break;
1015 default:
1016 break;
1017 }
1018 __this_cpu_write(memcg->stat->targets[target], next);
1019 return true;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001020 }
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001021 return false;
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001022}
1023
1024/*
1025 * Check events in order.
1026 *
1027 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001028static void memcg_check_events(struct mem_cgroup *memcg, struct page *page)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001029{
Steven Rostedt47994012011-11-02 13:38:33 -07001030 preempt_disable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001031 /* threshold event is triggered in finer grain than soft limit */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001032 if (unlikely(mem_cgroup_event_ratelimit(memcg,
1033 MEM_CGROUP_TARGET_THRESH))) {
Andrew Morton82b3f2a2012-02-03 15:37:14 -08001034 bool do_softlimit;
1035 bool do_numainfo __maybe_unused;
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001036
1037 do_softlimit = mem_cgroup_event_ratelimit(memcg,
1038 MEM_CGROUP_TARGET_SOFTLIMIT);
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001039#if MAX_NUMNODES > 1
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001040 do_numainfo = mem_cgroup_event_ratelimit(memcg,
1041 MEM_CGROUP_TARGET_NUMAINFO);
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001042#endif
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001043 preempt_enable();
1044
1045 mem_cgroup_threshold(memcg);
1046 if (unlikely(do_softlimit))
1047 mem_cgroup_update_tree(memcg, page);
1048#if MAX_NUMNODES > 1
1049 if (unlikely(do_numainfo))
1050 atomic_inc(&memcg->numainfo_events);
1051#endif
1052 } else
1053 preempt_enable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001054}
1055
Glauber Costad1a4c0b2011-12-11 21:47:04 +00001056struct mem_cgroup *mem_cgroup_from_cont(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001057{
Wanpeng Lib2145142012-07-31 16:46:01 -07001058 return mem_cgroup_from_css(
1059 cgroup_subsys_state(cont, mem_cgroup_subsys_id));
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001060}
1061
Balbir Singhcf475ad2008-04-29 01:00:16 -07001062struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p)
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001063{
Balbir Singh31a78f22008-09-28 23:09:31 +01001064 /*
1065 * mm_update_next_owner() may clear mm->owner to NULL
1066 * if it races with swapoff, page migration, etc.
1067 * So this can be called with p == NULL.
1068 */
1069 if (unlikely(!p))
1070 return NULL;
1071
Wanpeng Lib2145142012-07-31 16:46:01 -07001072 return mem_cgroup_from_css(task_subsys_state(p, mem_cgroup_subsys_id));
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001073}
1074
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07001075struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001076{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001077 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001078
1079 if (!mm)
1080 return NULL;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001081 /*
1082 * Because we have no locks, mm->owner's may be being moved to other
1083 * cgroup. We use css_tryget() here even if this looks
1084 * pessimistic (rather than adding locks here).
1085 */
1086 rcu_read_lock();
1087 do {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001088 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1089 if (unlikely(!memcg))
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001090 break;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001091 } while (!css_tryget(&memcg->css));
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001092 rcu_read_unlock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001093 return memcg;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001094}
1095
Michal Hocko16248d82013-04-29 15:07:19 -07001096/*
1097 * Returns a next (in a pre-order walk) alive memcg (with elevated css
1098 * ref. count) or NULL if the whole root's subtree has been visited.
1099 *
1100 * helper function to be used by mem_cgroup_iter
1101 */
1102static struct mem_cgroup *__mem_cgroup_iter_next(struct mem_cgroup *root,
1103 struct mem_cgroup *last_visited)
1104{
1105 struct cgroup *prev_cgroup, *next_cgroup;
1106
1107 /*
1108 * Root is not visited by cgroup iterators so it needs an
1109 * explicit visit.
1110 */
1111 if (!last_visited)
1112 return root;
1113
1114 prev_cgroup = (last_visited == root) ? NULL
1115 : last_visited->css.cgroup;
1116skip_node:
1117 next_cgroup = cgroup_next_descendant_pre(
1118 prev_cgroup, root->css.cgroup);
1119
1120 /*
1121 * Even if we found a group we have to make sure it is
1122 * alive. css && !memcg means that the groups should be
1123 * skipped and we should continue the tree walk.
1124 * last_visited css is safe to use because it is
1125 * protected by css_get and the tree walk is rcu safe.
1126 */
1127 if (next_cgroup) {
1128 struct mem_cgroup *mem = mem_cgroup_from_cont(
1129 next_cgroup);
1130 if (css_tryget(&mem->css))
1131 return mem;
1132 else {
1133 prev_cgroup = next_cgroup;
1134 goto skip_node;
1135 }
1136 }
1137
1138 return NULL;
1139}
1140
Johannes Weiner519ebea2013-07-03 15:04:51 -07001141static void mem_cgroup_iter_invalidate(struct mem_cgroup *root)
1142{
1143 /*
1144 * When a group in the hierarchy below root is destroyed, the
1145 * hierarchy iterator can no longer be trusted since it might
1146 * have pointed to the destroyed group. Invalidate it.
1147 */
1148 atomic_inc(&root->dead_count);
1149}
1150
1151static struct mem_cgroup *
1152mem_cgroup_iter_load(struct mem_cgroup_reclaim_iter *iter,
1153 struct mem_cgroup *root,
1154 int *sequence)
1155{
1156 struct mem_cgroup *position = NULL;
1157 /*
1158 * A cgroup destruction happens in two stages: offlining and
1159 * release. They are separated by a RCU grace period.
1160 *
1161 * If the iterator is valid, we may still race with an
1162 * offlining. The RCU lock ensures the object won't be
1163 * released, tryget will fail if we lost the race.
1164 */
1165 *sequence = atomic_read(&root->dead_count);
1166 if (iter->last_dead_count == *sequence) {
1167 smp_rmb();
1168 position = iter->last_visited;
1169 if (position && !css_tryget(&position->css))
1170 position = NULL;
1171 }
1172 return position;
1173}
1174
1175static void mem_cgroup_iter_update(struct mem_cgroup_reclaim_iter *iter,
1176 struct mem_cgroup *last_visited,
1177 struct mem_cgroup *new_position,
1178 int sequence)
1179{
1180 if (last_visited)
1181 css_put(&last_visited->css);
1182 /*
1183 * We store the sequence count from the time @last_visited was
1184 * loaded successfully instead of rereading it here so that we
1185 * don't lose destruction events in between. We could have
1186 * raced with the destruction of @new_position after all.
1187 */
1188 iter->last_visited = new_position;
1189 smp_wmb();
1190 iter->last_dead_count = sequence;
1191}
1192
Johannes Weiner56600482012-01-12 17:17:59 -08001193/**
1194 * mem_cgroup_iter - iterate over memory cgroup hierarchy
1195 * @root: hierarchy root
1196 * @prev: previously returned memcg, NULL on first invocation
1197 * @reclaim: cookie for shared reclaim walks, NULL for full walks
1198 *
1199 * Returns references to children of the hierarchy below @root, or
1200 * @root itself, or %NULL after a full round-trip.
1201 *
1202 * Caller must pass the return value in @prev on subsequent
1203 * invocations for reference counting, or use mem_cgroup_iter_break()
1204 * to cancel a hierarchy walk before the round-trip is complete.
1205 *
1206 * Reclaimers can specify a zone and a priority level in @reclaim to
1207 * divide up the memcgs in the hierarchy among all concurrent
1208 * reclaimers operating on the same zone and priority.
1209 */
1210struct mem_cgroup *mem_cgroup_iter(struct mem_cgroup *root,
1211 struct mem_cgroup *prev,
1212 struct mem_cgroup_reclaim_cookie *reclaim)
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07001213{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001214 struct mem_cgroup *memcg = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001215 struct mem_cgroup *last_visited = NULL;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001216
Johannes Weiner56600482012-01-12 17:17:59 -08001217 if (mem_cgroup_disabled())
1218 return NULL;
1219
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001220 if (!root)
1221 root = root_mem_cgroup;
1222
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001223 if (prev && !reclaim)
Michal Hocko542f85f2013-04-29 15:07:15 -07001224 last_visited = prev;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001225
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001226 if (!root->use_hierarchy && root != root_mem_cgroup) {
1227 if (prev)
Michal Hockoc40046f2013-04-29 15:07:14 -07001228 goto out_css_put;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001229 return root;
1230 }
1231
Michal Hocko542f85f2013-04-29 15:07:15 -07001232 rcu_read_lock();
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001233 while (!memcg) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001234 struct mem_cgroup_reclaim_iter *uninitialized_var(iter);
Johannes Weiner519ebea2013-07-03 15:04:51 -07001235 int uninitialized_var(seq);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001236
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001237 if (reclaim) {
1238 int nid = zone_to_nid(reclaim->zone);
1239 int zid = zone_idx(reclaim->zone);
1240 struct mem_cgroup_per_zone *mz;
1241
1242 mz = mem_cgroup_zoneinfo(root, nid, zid);
1243 iter = &mz->reclaim_iter[reclaim->priority];
Michal Hocko542f85f2013-04-29 15:07:15 -07001244 if (prev && reclaim->generation != iter->generation) {
Michal Hocko5f578162013-04-29 15:07:17 -07001245 iter->last_visited = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001246 goto out_unlock;
1247 }
Michal Hocko5f578162013-04-29 15:07:17 -07001248
Johannes Weiner519ebea2013-07-03 15:04:51 -07001249 last_visited = mem_cgroup_iter_load(iter, root, &seq);
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001250 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001251
Michal Hocko16248d82013-04-29 15:07:19 -07001252 memcg = __mem_cgroup_iter_next(root, last_visited);
Michal Hocko542f85f2013-04-29 15:07:15 -07001253
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001254 if (reclaim) {
Johannes Weiner519ebea2013-07-03 15:04:51 -07001255 mem_cgroup_iter_update(iter, last_visited, memcg, seq);
Michal Hocko542f85f2013-04-29 15:07:15 -07001256
Michal Hocko19f39402013-04-29 15:07:18 -07001257 if (!memcg)
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001258 iter->generation++;
1259 else if (!prev && memcg)
1260 reclaim->generation = iter->generation;
1261 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001262
Michal Hocko19f39402013-04-29 15:07:18 -07001263 if (prev && !memcg)
Michal Hocko542f85f2013-04-29 15:07:15 -07001264 goto out_unlock;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001265 }
Michal Hocko542f85f2013-04-29 15:07:15 -07001266out_unlock:
1267 rcu_read_unlock();
Michal Hockoc40046f2013-04-29 15:07:14 -07001268out_css_put:
1269 if (prev && prev != root)
1270 css_put(&prev->css);
1271
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001272 return memcg;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001273}
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001274
Johannes Weiner56600482012-01-12 17:17:59 -08001275/**
1276 * mem_cgroup_iter_break - abort a hierarchy walk prematurely
1277 * @root: hierarchy root
1278 * @prev: last visited hierarchy member as returned by mem_cgroup_iter()
1279 */
1280void mem_cgroup_iter_break(struct mem_cgroup *root,
1281 struct mem_cgroup *prev)
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001282{
1283 if (!root)
1284 root = root_mem_cgroup;
1285 if (prev && prev != root)
1286 css_put(&prev->css);
1287}
1288
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001289/*
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001290 * Iteration constructs for visiting all cgroups (under a tree). If
1291 * loops are exited prematurely (break), mem_cgroup_iter_break() must
1292 * be used for reference counting.
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001293 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001294#define for_each_mem_cgroup_tree(iter, root) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001295 for (iter = mem_cgroup_iter(root, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001296 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001297 iter = mem_cgroup_iter(root, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001298
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001299#define for_each_mem_cgroup(iter) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001300 for (iter = mem_cgroup_iter(NULL, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001301 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001302 iter = mem_cgroup_iter(NULL, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001303
David Rientjes68ae5642012-12-12 13:51:57 -08001304void __mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx)
Ying Han456f9982011-05-26 16:25:38 -07001305{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001306 struct mem_cgroup *memcg;
Ying Han456f9982011-05-26 16:25:38 -07001307
Ying Han456f9982011-05-26 16:25:38 -07001308 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001309 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1310 if (unlikely(!memcg))
Ying Han456f9982011-05-26 16:25:38 -07001311 goto out;
1312
1313 switch (idx) {
Ying Han456f9982011-05-26 16:25:38 -07001314 case PGFAULT:
Johannes Weiner0e574a92012-01-12 17:18:35 -08001315 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGFAULT]);
1316 break;
1317 case PGMAJFAULT:
1318 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGMAJFAULT]);
Ying Han456f9982011-05-26 16:25:38 -07001319 break;
1320 default:
1321 BUG();
1322 }
1323out:
1324 rcu_read_unlock();
1325}
David Rientjes68ae5642012-12-12 13:51:57 -08001326EXPORT_SYMBOL(__mem_cgroup_count_vm_event);
Ying Han456f9982011-05-26 16:25:38 -07001327
Johannes Weiner925b7672012-01-12 17:18:15 -08001328/**
1329 * mem_cgroup_zone_lruvec - get the lru list vector for a zone and memcg
1330 * @zone: zone of the wanted lruvec
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001331 * @memcg: memcg of the wanted lruvec
Johannes Weiner925b7672012-01-12 17:18:15 -08001332 *
1333 * Returns the lru list vector holding pages for the given @zone and
1334 * @mem. This can be the global zone lruvec, if the memory controller
1335 * is disabled.
1336 */
1337struct lruvec *mem_cgroup_zone_lruvec(struct zone *zone,
1338 struct mem_cgroup *memcg)
1339{
1340 struct mem_cgroup_per_zone *mz;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001341 struct lruvec *lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001342
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001343 if (mem_cgroup_disabled()) {
1344 lruvec = &zone->lruvec;
1345 goto out;
1346 }
Johannes Weiner925b7672012-01-12 17:18:15 -08001347
1348 mz = mem_cgroup_zoneinfo(memcg, zone_to_nid(zone), zone_idx(zone));
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001349 lruvec = &mz->lruvec;
1350out:
1351 /*
1352 * Since a node can be onlined after the mem_cgroup was created,
1353 * we have to be prepared to initialize lruvec->zone here;
1354 * and if offlined then reonlined, we need to reinitialize it.
1355 */
1356 if (unlikely(lruvec->zone != zone))
1357 lruvec->zone = zone;
1358 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001359}
1360
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001361/*
1362 * Following LRU functions are allowed to be used without PCG_LOCK.
1363 * Operations are called by routine of global LRU independently from memcg.
1364 * What we have to take care of here is validness of pc->mem_cgroup.
1365 *
1366 * Changes to pc->mem_cgroup happens when
1367 * 1. charge
1368 * 2. moving account
1369 * In typical case, "charge" is done before add-to-lru. Exception is SwapCache.
1370 * It is added to LRU before charge.
1371 * If PCG_USED bit is not set, page_cgroup is not added to this private LRU.
1372 * When moving account, the page is not on LRU. It's isolated.
1373 */
1374
Johannes Weiner925b7672012-01-12 17:18:15 -08001375/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001376 * mem_cgroup_page_lruvec - return lruvec for adding an lru page
Johannes Weiner925b7672012-01-12 17:18:15 -08001377 * @page: the page
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001378 * @zone: zone of the page
Minchan Kim3f58a822011-03-22 16:32:53 -07001379 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001380struct lruvec *mem_cgroup_page_lruvec(struct page *page, struct zone *zone)
Minchan Kim3f58a822011-03-22 16:32:53 -07001381{
1382 struct mem_cgroup_per_zone *mz;
Johannes Weiner925b7672012-01-12 17:18:15 -08001383 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001384 struct page_cgroup *pc;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001385 struct lruvec *lruvec;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08001386
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001387 if (mem_cgroup_disabled()) {
1388 lruvec = &zone->lruvec;
1389 goto out;
1390 }
Christoph Lameterb69408e2008-10-18 20:26:14 -07001391
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001392 pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08001393 memcg = pc->mem_cgroup;
Hugh Dickins75121022012-03-05 14:59:18 -08001394
1395 /*
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001396 * Surreptitiously switch any uncharged offlist page to root:
Hugh Dickins75121022012-03-05 14:59:18 -08001397 * an uncharged page off lru does nothing to secure
1398 * its former mem_cgroup from sudden removal.
1399 *
1400 * Our caller holds lru_lock, and PageCgroupUsed is updated
1401 * under page_cgroup lock: between them, they make all uses
1402 * of pc->mem_cgroup safe.
1403 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001404 if (!PageLRU(page) && !PageCgroupUsed(pc) && memcg != root_mem_cgroup)
Hugh Dickins75121022012-03-05 14:59:18 -08001405 pc->mem_cgroup = memcg = root_mem_cgroup;
1406
Johannes Weiner925b7672012-01-12 17:18:15 -08001407 mz = page_cgroup_zoneinfo(memcg, page);
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001408 lruvec = &mz->lruvec;
1409out:
1410 /*
1411 * Since a node can be onlined after the mem_cgroup was created,
1412 * we have to be prepared to initialize lruvec->zone here;
1413 * and if offlined then reonlined, we need to reinitialize it.
1414 */
1415 if (unlikely(lruvec->zone != zone))
1416 lruvec->zone = zone;
1417 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001418}
1419
1420/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001421 * mem_cgroup_update_lru_size - account for adding or removing an lru page
1422 * @lruvec: mem_cgroup per zone lru vector
1423 * @lru: index of lru list the page is sitting on
1424 * @nr_pages: positive when adding or negative when removing
Johannes Weiner925b7672012-01-12 17:18:15 -08001425 *
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001426 * This function must be called when a page is added to or removed from an
1427 * lru list.
Johannes Weiner925b7672012-01-12 17:18:15 -08001428 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001429void mem_cgroup_update_lru_size(struct lruvec *lruvec, enum lru_list lru,
1430 int nr_pages)
Johannes Weiner925b7672012-01-12 17:18:15 -08001431{
1432 struct mem_cgroup_per_zone *mz;
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001433 unsigned long *lru_size;
Johannes Weiner925b7672012-01-12 17:18:15 -08001434
1435 if (mem_cgroup_disabled())
1436 return;
1437
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001438 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
1439 lru_size = mz->lru_size + lru;
1440 *lru_size += nr_pages;
1441 VM_BUG_ON((long)(*lru_size) < 0);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001442}
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08001443
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001444/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001445 * Checks whether given mem is same or in the root_mem_cgroup's
Michal Hocko3e920412011-07-26 16:08:29 -07001446 * hierarchy subtree
1447 */
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001448bool __mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1449 struct mem_cgroup *memcg)
Michal Hocko3e920412011-07-26 16:08:29 -07001450{
Johannes Weiner91c637342012-05-29 15:06:24 -07001451 if (root_memcg == memcg)
1452 return true;
Hugh Dickins3a981f42012-06-20 12:52:58 -07001453 if (!root_memcg->use_hierarchy || !memcg)
Johannes Weiner91c637342012-05-29 15:06:24 -07001454 return false;
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001455 return css_is_ancestor(&memcg->css, &root_memcg->css);
1456}
1457
1458static bool mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1459 struct mem_cgroup *memcg)
1460{
1461 bool ret;
1462
Johannes Weiner91c637342012-05-29 15:06:24 -07001463 rcu_read_lock();
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001464 ret = __mem_cgroup_same_or_subtree(root_memcg, memcg);
Johannes Weiner91c637342012-05-29 15:06:24 -07001465 rcu_read_unlock();
1466 return ret;
Michal Hocko3e920412011-07-26 16:08:29 -07001467}
1468
David Rientjesffbdccf2013-07-03 15:01:23 -07001469bool task_in_mem_cgroup(struct task_struct *task,
1470 const struct mem_cgroup *memcg)
David Rientjes4c4a2212008-02-07 00:14:06 -08001471{
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001472 struct mem_cgroup *curr = NULL;
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001473 struct task_struct *p;
David Rientjesffbdccf2013-07-03 15:01:23 -07001474 bool ret;
David Rientjes4c4a2212008-02-07 00:14:06 -08001475
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001476 p = find_lock_task_mm(task);
David Rientjesde077d22012-01-12 17:18:52 -08001477 if (p) {
1478 curr = try_get_mem_cgroup_from_mm(p->mm);
1479 task_unlock(p);
1480 } else {
1481 /*
1482 * All threads may have already detached their mm's, but the oom
1483 * killer still needs to detect if they have already been oom
1484 * killed to prevent needlessly killing additional tasks.
1485 */
David Rientjesffbdccf2013-07-03 15:01:23 -07001486 rcu_read_lock();
David Rientjesde077d22012-01-12 17:18:52 -08001487 curr = mem_cgroup_from_task(task);
1488 if (curr)
1489 css_get(&curr->css);
David Rientjesffbdccf2013-07-03 15:01:23 -07001490 rcu_read_unlock();
David Rientjesde077d22012-01-12 17:18:52 -08001491 }
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001492 if (!curr)
David Rientjesffbdccf2013-07-03 15:01:23 -07001493 return false;
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001494 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001495 * We should check use_hierarchy of "memcg" not "curr". Because checking
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001496 * use_hierarchy of "curr" here make this function true if hierarchy is
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001497 * enabled in "curr" and "curr" is a child of "memcg" in *cgroup*
1498 * hierarchy(even if use_hierarchy is disabled in "memcg").
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001499 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001500 ret = mem_cgroup_same_or_subtree(memcg, curr);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001501 css_put(&curr->css);
David Rientjes4c4a2212008-02-07 00:14:06 -08001502 return ret;
1503}
1504
Konstantin Khlebnikovc56d5c72012-05-29 15:07:00 -07001505int mem_cgroup_inactive_anon_is_low(struct lruvec *lruvec)
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001506{
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001507 unsigned long inactive_ratio;
Johannes Weiner9b272972011-11-02 13:38:23 -07001508 unsigned long inactive;
1509 unsigned long active;
1510 unsigned long gb;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001511
Hugh Dickins4d7dcca2012-05-29 15:07:08 -07001512 inactive = mem_cgroup_get_lru_size(lruvec, LRU_INACTIVE_ANON);
1513 active = mem_cgroup_get_lru_size(lruvec, LRU_ACTIVE_ANON);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001514
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001515 gb = (inactive + active) >> (30 - PAGE_SHIFT);
1516 if (gb)
1517 inactive_ratio = int_sqrt(10 * gb);
1518 else
1519 inactive_ratio = 1;
1520
Johannes Weiner9b272972011-11-02 13:38:23 -07001521 return inactive * inactive_ratio < active;
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001522}
1523
Balbir Singh6d61ef42009-01-07 18:08:06 -08001524#define mem_cgroup_from_res_counter(counter, member) \
1525 container_of(counter, struct mem_cgroup, member)
1526
Johannes Weiner19942822011-02-01 15:52:43 -08001527/**
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001528 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
Wanpeng Lidad75572012-06-20 12:53:01 -07001529 * @memcg: the memory cgroup
Johannes Weiner19942822011-02-01 15:52:43 -08001530 *
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001531 * Returns the maximum amount of memory @mem can be charged with, in
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001532 * pages.
Johannes Weiner19942822011-02-01 15:52:43 -08001533 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001534static unsigned long mem_cgroup_margin(struct mem_cgroup *memcg)
Johannes Weiner19942822011-02-01 15:52:43 -08001535{
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001536 unsigned long long margin;
1537
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001538 margin = res_counter_margin(&memcg->res);
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001539 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001540 margin = min(margin, res_counter_margin(&memcg->memsw));
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001541 return margin >> PAGE_SHIFT;
Johannes Weiner19942822011-02-01 15:52:43 -08001542}
1543
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07001544int mem_cgroup_swappiness(struct mem_cgroup *memcg)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001545{
1546 struct cgroup *cgrp = memcg->css.cgroup;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001547
1548 /* root ? */
1549 if (cgrp->parent == NULL)
1550 return vm_swappiness;
1551
Johannes Weinerbf1ff262011-03-23 16:42:32 -07001552 return memcg->swappiness;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001553}
1554
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001555/*
1556 * memcg->moving_account is used for checking possibility that some thread is
1557 * calling move_account(). When a thread on CPU-A starts moving pages under
1558 * a memcg, other threads should check memcg->moving_account under
1559 * rcu_read_lock(), like this:
1560 *
1561 * CPU-A CPU-B
1562 * rcu_read_lock()
1563 * memcg->moving_account+1 if (memcg->mocing_account)
1564 * take heavy locks.
1565 * synchronize_rcu() update something.
1566 * rcu_read_unlock()
1567 * start move here.
1568 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001569
1570/* for quick checking without looking up memcg */
1571atomic_t memcg_moving __read_mostly;
1572
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001573static void mem_cgroup_start_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001574{
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001575 atomic_inc(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001576 atomic_inc(&memcg->moving_account);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001577 synchronize_rcu();
1578}
1579
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001580static void mem_cgroup_end_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001581{
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001582 /*
1583 * Now, mem_cgroup_clear_mc() may call this function with NULL.
1584 * We check NULL in callee rather than caller.
1585 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001586 if (memcg) {
1587 atomic_dec(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001588 atomic_dec(&memcg->moving_account);
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001589 }
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001590}
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001591
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001592/*
1593 * 2 routines for checking "mem" is under move_account() or not.
1594 *
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001595 * mem_cgroup_stolen() - checking whether a cgroup is mc.from or not. This
1596 * is used for avoiding races in accounting. If true,
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001597 * pc->mem_cgroup may be overwritten.
1598 *
1599 * mem_cgroup_under_move() - checking a cgroup is mc.from or mc.to or
1600 * under hierarchy of moving cgroups. This is for
1601 * waiting at hith-memory prressure caused by "move".
1602 */
1603
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001604static bool mem_cgroup_stolen(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001605{
1606 VM_BUG_ON(!rcu_read_lock_held());
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001607 return atomic_read(&memcg->moving_account) > 0;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001608}
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001609
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001610static bool mem_cgroup_under_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001611{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001612 struct mem_cgroup *from;
1613 struct mem_cgroup *to;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001614 bool ret = false;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001615 /*
1616 * Unlike task_move routines, we access mc.to, mc.from not under
1617 * mutual exclusion by cgroup_mutex. Here, we take spinlock instead.
1618 */
1619 spin_lock(&mc.lock);
1620 from = mc.from;
1621 to = mc.to;
1622 if (!from)
1623 goto unlock;
Michal Hocko3e920412011-07-26 16:08:29 -07001624
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001625 ret = mem_cgroup_same_or_subtree(memcg, from)
1626 || mem_cgroup_same_or_subtree(memcg, to);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001627unlock:
1628 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001629 return ret;
1630}
1631
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001632static bool mem_cgroup_wait_acct_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001633{
1634 if (mc.moving_task && current != mc.moving_task) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001635 if (mem_cgroup_under_move(memcg)) {
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001636 DEFINE_WAIT(wait);
1637 prepare_to_wait(&mc.waitq, &wait, TASK_INTERRUPTIBLE);
1638 /* moving charge context might have finished. */
1639 if (mc.moving_task)
1640 schedule();
1641 finish_wait(&mc.waitq, &wait);
1642 return true;
1643 }
1644 }
1645 return false;
1646}
1647
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001648/*
1649 * Take this lock when
1650 * - a code tries to modify page's memcg while it's USED.
1651 * - a code tries to modify page state accounting in a memcg.
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001652 * see mem_cgroup_stolen(), too.
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001653 */
1654static void move_lock_mem_cgroup(struct mem_cgroup *memcg,
1655 unsigned long *flags)
1656{
1657 spin_lock_irqsave(&memcg->move_lock, *flags);
1658}
1659
1660static void move_unlock_mem_cgroup(struct mem_cgroup *memcg,
1661 unsigned long *flags)
1662{
1663 spin_unlock_irqrestore(&memcg->move_lock, *flags);
1664}
1665
Sha Zhengju58cf1882013-02-22 16:32:05 -08001666#define K(x) ((x) << (PAGE_SHIFT-10))
Balbir Singhe2224322009-04-02 16:57:39 -07001667/**
Sha Zhengju58cf1882013-02-22 16:32:05 -08001668 * mem_cgroup_print_oom_info: Print OOM information relevant to memory controller.
Balbir Singhe2224322009-04-02 16:57:39 -07001669 * @memcg: The memory cgroup that went over limit
1670 * @p: Task that is going to be killed
1671 *
1672 * NOTE: @memcg and @p's mem_cgroup can be different when hierarchy is
1673 * enabled
1674 */
1675void mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
1676{
1677 struct cgroup *task_cgrp;
1678 struct cgroup *mem_cgrp;
1679 /*
1680 * Need a buffer in BSS, can't rely on allocations. The code relies
1681 * on the assumption that OOM is serialized for memory controller.
1682 * If this assumption is broken, revisit this code.
1683 */
1684 static char memcg_name[PATH_MAX];
1685 int ret;
Sha Zhengju58cf1882013-02-22 16:32:05 -08001686 struct mem_cgroup *iter;
1687 unsigned int i;
Balbir Singhe2224322009-04-02 16:57:39 -07001688
Sha Zhengju58cf1882013-02-22 16:32:05 -08001689 if (!p)
Balbir Singhe2224322009-04-02 16:57:39 -07001690 return;
1691
Balbir Singhe2224322009-04-02 16:57:39 -07001692 rcu_read_lock();
1693
1694 mem_cgrp = memcg->css.cgroup;
1695 task_cgrp = task_cgroup(p, mem_cgroup_subsys_id);
1696
1697 ret = cgroup_path(task_cgrp, memcg_name, PATH_MAX);
1698 if (ret < 0) {
1699 /*
1700 * Unfortunately, we are unable to convert to a useful name
1701 * But we'll still print out the usage information
1702 */
1703 rcu_read_unlock();
1704 goto done;
1705 }
1706 rcu_read_unlock();
1707
Andrew Mortond0451972013-02-22 16:32:06 -08001708 pr_info("Task in %s killed", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001709
1710 rcu_read_lock();
1711 ret = cgroup_path(mem_cgrp, memcg_name, PATH_MAX);
1712 if (ret < 0) {
1713 rcu_read_unlock();
1714 goto done;
1715 }
1716 rcu_read_unlock();
1717
1718 /*
1719 * Continues from above, so we don't need an KERN_ level
1720 */
Andrew Mortond0451972013-02-22 16:32:06 -08001721 pr_cont(" as a result of limit of %s\n", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001722done:
1723
Andrew Mortond0451972013-02-22 16:32:06 -08001724 pr_info("memory: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001725 res_counter_read_u64(&memcg->res, RES_USAGE) >> 10,
1726 res_counter_read_u64(&memcg->res, RES_LIMIT) >> 10,
1727 res_counter_read_u64(&memcg->res, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001728 pr_info("memory+swap: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001729 res_counter_read_u64(&memcg->memsw, RES_USAGE) >> 10,
1730 res_counter_read_u64(&memcg->memsw, RES_LIMIT) >> 10,
1731 res_counter_read_u64(&memcg->memsw, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001732 pr_info("kmem: usage %llukB, limit %llukB, failcnt %llu\n",
Glauber Costa510fc4e2012-12-18 14:21:47 -08001733 res_counter_read_u64(&memcg->kmem, RES_USAGE) >> 10,
1734 res_counter_read_u64(&memcg->kmem, RES_LIMIT) >> 10,
1735 res_counter_read_u64(&memcg->kmem, RES_FAILCNT));
Sha Zhengju58cf1882013-02-22 16:32:05 -08001736
1737 for_each_mem_cgroup_tree(iter, memcg) {
1738 pr_info("Memory cgroup stats");
1739
1740 rcu_read_lock();
1741 ret = cgroup_path(iter->css.cgroup, memcg_name, PATH_MAX);
1742 if (!ret)
1743 pr_cont(" for %s", memcg_name);
1744 rcu_read_unlock();
1745 pr_cont(":");
1746
1747 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
1748 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
1749 continue;
1750 pr_cont(" %s:%ldKB", mem_cgroup_stat_names[i],
1751 K(mem_cgroup_read_stat(iter, i)));
1752 }
1753
1754 for (i = 0; i < NR_LRU_LISTS; i++)
1755 pr_cont(" %s:%luKB", mem_cgroup_lru_names[i],
1756 K(mem_cgroup_nr_lru_pages(iter, BIT(i))));
1757
1758 pr_cont("\n");
1759 }
Balbir Singhe2224322009-04-02 16:57:39 -07001760}
1761
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001762/*
1763 * This function returns the number of memcg under hierarchy tree. Returns
1764 * 1(self count) if no children.
1765 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001766static int mem_cgroup_count_children(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001767{
1768 int num = 0;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001769 struct mem_cgroup *iter;
1770
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001771 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001772 num++;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001773 return num;
1774}
1775
Balbir Singh6d61ef42009-01-07 18:08:06 -08001776/*
David Rientjesa63d83f2010-08-09 17:19:46 -07001777 * Return the memory (and swap, if configured) limit for a memcg.
1778 */
David Rientjes9cbb78b2012-07-31 16:43:44 -07001779static u64 mem_cgroup_get_limit(struct mem_cgroup *memcg)
David Rientjesa63d83f2010-08-09 17:19:46 -07001780{
1781 u64 limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001782
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001783 limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001784
David Rientjesa63d83f2010-08-09 17:19:46 -07001785 /*
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001786 * Do not consider swap space if we cannot swap due to swappiness
David Rientjesa63d83f2010-08-09 17:19:46 -07001787 */
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001788 if (mem_cgroup_swappiness(memcg)) {
1789 u64 memsw;
1790
1791 limit += total_swap_pages << PAGE_SHIFT;
1792 memsw = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
1793
1794 /*
1795 * If memsw is finite and limits the amount of swap space
1796 * available to this memcg, return that limit.
1797 */
1798 limit = min(limit, memsw);
1799 }
1800
1801 return limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001802}
1803
David Rientjes19965462012-12-11 16:00:26 -08001804static void mem_cgroup_out_of_memory(struct mem_cgroup *memcg, gfp_t gfp_mask,
1805 int order)
David Rientjes9cbb78b2012-07-31 16:43:44 -07001806{
1807 struct mem_cgroup *iter;
1808 unsigned long chosen_points = 0;
1809 unsigned long totalpages;
1810 unsigned int points = 0;
1811 struct task_struct *chosen = NULL;
1812
David Rientjes876aafb2012-07-31 16:43:48 -07001813 /*
David Rientjes465adcf2013-04-29 15:08:45 -07001814 * If current has a pending SIGKILL or is exiting, then automatically
1815 * select it. The goal is to allow it to allocate so that it may
1816 * quickly exit and free its memory.
David Rientjes876aafb2012-07-31 16:43:48 -07001817 */
David Rientjes465adcf2013-04-29 15:08:45 -07001818 if (fatal_signal_pending(current) || current->flags & PF_EXITING) {
David Rientjes876aafb2012-07-31 16:43:48 -07001819 set_thread_flag(TIF_MEMDIE);
1820 return;
1821 }
1822
1823 check_panic_on_oom(CONSTRAINT_MEMCG, gfp_mask, order, NULL);
David Rientjes9cbb78b2012-07-31 16:43:44 -07001824 totalpages = mem_cgroup_get_limit(memcg) >> PAGE_SHIFT ? : 1;
1825 for_each_mem_cgroup_tree(iter, memcg) {
1826 struct cgroup *cgroup = iter->css.cgroup;
1827 struct cgroup_iter it;
1828 struct task_struct *task;
1829
1830 cgroup_iter_start(cgroup, &it);
1831 while ((task = cgroup_iter_next(cgroup, &it))) {
1832 switch (oom_scan_process_thread(task, totalpages, NULL,
1833 false)) {
1834 case OOM_SCAN_SELECT:
1835 if (chosen)
1836 put_task_struct(chosen);
1837 chosen = task;
1838 chosen_points = ULONG_MAX;
1839 get_task_struct(chosen);
1840 /* fall through */
1841 case OOM_SCAN_CONTINUE:
1842 continue;
1843 case OOM_SCAN_ABORT:
1844 cgroup_iter_end(cgroup, &it);
1845 mem_cgroup_iter_break(memcg, iter);
1846 if (chosen)
1847 put_task_struct(chosen);
1848 return;
1849 case OOM_SCAN_OK:
1850 break;
1851 };
1852 points = oom_badness(task, memcg, NULL, totalpages);
1853 if (points > chosen_points) {
1854 if (chosen)
1855 put_task_struct(chosen);
1856 chosen = task;
1857 chosen_points = points;
1858 get_task_struct(chosen);
1859 }
1860 }
1861 cgroup_iter_end(cgroup, &it);
1862 }
1863
1864 if (!chosen)
1865 return;
1866 points = chosen_points * 1000 / totalpages;
David Rientjes9cbb78b2012-07-31 16:43:44 -07001867 oom_kill_process(chosen, gfp_mask, order, points, totalpages, memcg,
1868 NULL, "Memory cgroup out of memory");
David Rientjes9cbb78b2012-07-31 16:43:44 -07001869}
1870
Johannes Weiner56600482012-01-12 17:17:59 -08001871static unsigned long mem_cgroup_reclaim(struct mem_cgroup *memcg,
1872 gfp_t gfp_mask,
1873 unsigned long flags)
1874{
1875 unsigned long total = 0;
1876 bool noswap = false;
1877 int loop;
1878
1879 if (flags & MEM_CGROUP_RECLAIM_NOSWAP)
1880 noswap = true;
1881 if (!(flags & MEM_CGROUP_RECLAIM_SHRINK) && memcg->memsw_is_minimum)
1882 noswap = true;
1883
1884 for (loop = 0; loop < MEM_CGROUP_MAX_RECLAIM_LOOPS; loop++) {
1885 if (loop)
1886 drain_all_stock_async(memcg);
1887 total += try_to_free_mem_cgroup_pages(memcg, gfp_mask, noswap);
1888 /*
1889 * Allow limit shrinkers, which are triggered directly
1890 * by userspace, to catch signals and stop reclaim
1891 * after minimal progress, regardless of the margin.
1892 */
1893 if (total && (flags & MEM_CGROUP_RECLAIM_SHRINK))
1894 break;
1895 if (mem_cgroup_margin(memcg))
1896 break;
1897 /*
1898 * If nothing was reclaimed after two attempts, there
1899 * may be no reclaimable pages in this hierarchy.
1900 */
1901 if (loop && !total)
1902 break;
1903 }
1904 return total;
1905}
1906
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001907/**
1908 * test_mem_cgroup_node_reclaimable
Wanpeng Lidad75572012-06-20 12:53:01 -07001909 * @memcg: the target memcg
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001910 * @nid: the node ID to be checked.
1911 * @noswap : specify true here if the user wants flle only information.
1912 *
1913 * This function returns whether the specified memcg contains any
1914 * reclaimable pages on a node. Returns true if there are any reclaimable
1915 * pages in the node.
1916 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001917static bool test_mem_cgroup_node_reclaimable(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001918 int nid, bool noswap)
1919{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001920 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_FILE))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001921 return true;
1922 if (noswap || !total_swap_pages)
1923 return false;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001924 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_ANON))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001925 return true;
1926 return false;
1927
1928}
Ying Han889976d2011-05-26 16:25:33 -07001929#if MAX_NUMNODES > 1
1930
1931/*
1932 * Always updating the nodemask is not very good - even if we have an empty
1933 * list or the wrong list here, we can start from some node and traverse all
1934 * nodes based on the zonelist. So update the list loosely once per 10 secs.
1935 *
1936 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001937static void mem_cgroup_may_update_nodemask(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001938{
1939 int nid;
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001940 /*
1941 * numainfo_events > 0 means there was at least NUMAINFO_EVENTS_TARGET
1942 * pagein/pageout changes since the last update.
1943 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001944 if (!atomic_read(&memcg->numainfo_events))
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001945 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001946 if (atomic_inc_return(&memcg->numainfo_updating) > 1)
Ying Han889976d2011-05-26 16:25:33 -07001947 return;
1948
Ying Han889976d2011-05-26 16:25:33 -07001949 /* make a nodemask where this memcg uses memory from */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001950 memcg->scan_nodes = node_states[N_MEMORY];
Ying Han889976d2011-05-26 16:25:33 -07001951
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001952 for_each_node_mask(nid, node_states[N_MEMORY]) {
Ying Han889976d2011-05-26 16:25:33 -07001953
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001954 if (!test_mem_cgroup_node_reclaimable(memcg, nid, false))
1955 node_clear(nid, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001956 }
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001957
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001958 atomic_set(&memcg->numainfo_events, 0);
1959 atomic_set(&memcg->numainfo_updating, 0);
Ying Han889976d2011-05-26 16:25:33 -07001960}
1961
1962/*
1963 * Selecting a node where we start reclaim from. Because what we need is just
1964 * reducing usage counter, start from anywhere is O,K. Considering
1965 * memory reclaim from current node, there are pros. and cons.
1966 *
1967 * Freeing memory from current node means freeing memory from a node which
1968 * we'll use or we've used. So, it may make LRU bad. And if several threads
1969 * hit limits, it will see a contention on a node. But freeing from remote
1970 * node means more costs for memory reclaim because of memory latency.
1971 *
1972 * Now, we use round-robin. Better algorithm is welcomed.
1973 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001974int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001975{
1976 int node;
1977
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001978 mem_cgroup_may_update_nodemask(memcg);
1979 node = memcg->last_scanned_node;
Ying Han889976d2011-05-26 16:25:33 -07001980
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001981 node = next_node(node, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001982 if (node == MAX_NUMNODES)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001983 node = first_node(memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001984 /*
1985 * We call this when we hit limit, not when pages are added to LRU.
1986 * No LRU may hold pages because all pages are UNEVICTABLE or
1987 * memcg is too small and all pages are not on LRU. In that case,
1988 * we use curret node.
1989 */
1990 if (unlikely(node == MAX_NUMNODES))
1991 node = numa_node_id();
1992
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001993 memcg->last_scanned_node = node;
Ying Han889976d2011-05-26 16:25:33 -07001994 return node;
1995}
1996
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001997/*
1998 * Check all nodes whether it contains reclaimable pages or not.
1999 * For quick scan, we make use of scan_nodes. This will allow us to skip
2000 * unused nodes. But scan_nodes is lazily updated and may not cotain
2001 * enough new information. We need to do double check.
2002 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002003static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002004{
2005 int nid;
2006
2007 /*
2008 * quick check...making use of scan_node.
2009 * We can skip unused nodes.
2010 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002011 if (!nodes_empty(memcg->scan_nodes)) {
2012 for (nid = first_node(memcg->scan_nodes);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002013 nid < MAX_NUMNODES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002014 nid = next_node(nid, memcg->scan_nodes)) {
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002015
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002016 if (test_mem_cgroup_node_reclaimable(memcg, nid, noswap))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002017 return true;
2018 }
2019 }
2020 /*
2021 * Check rest of nodes.
2022 */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08002023 for_each_node_state(nid, N_MEMORY) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002024 if (node_isset(nid, memcg->scan_nodes))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002025 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002026 if (test_mem_cgroup_node_reclaimable(memcg, nid, noswap))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002027 return true;
2028 }
2029 return false;
2030}
2031
Ying Han889976d2011-05-26 16:25:33 -07002032#else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002033int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07002034{
2035 return 0;
2036}
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002037
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002038static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002039{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002040 return test_mem_cgroup_node_reclaimable(memcg, 0, noswap);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002041}
Ying Han889976d2011-05-26 16:25:33 -07002042#endif
2043
Johannes Weiner56600482012-01-12 17:17:59 -08002044static int mem_cgroup_soft_reclaim(struct mem_cgroup *root_memcg,
2045 struct zone *zone,
2046 gfp_t gfp_mask,
2047 unsigned long *total_scanned)
Balbir Singh6d61ef42009-01-07 18:08:06 -08002048{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002049 struct mem_cgroup *victim = NULL;
Johannes Weiner56600482012-01-12 17:17:59 -08002050 int total = 0;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002051 int loop = 0;
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002052 unsigned long excess;
Johannes Weiner185efc02011-09-14 16:21:58 -07002053 unsigned long nr_scanned;
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002054 struct mem_cgroup_reclaim_cookie reclaim = {
2055 .zone = zone,
2056 .priority = 0,
2057 };
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002058
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002059 excess = res_counter_soft_limit_excess(&root_memcg->res) >> PAGE_SHIFT;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002060
Balbir Singh4e416952009-09-23 15:56:39 -07002061 while (1) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002062 victim = mem_cgroup_iter(root_memcg, victim, &reclaim);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002063 if (!victim) {
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002064 loop++;
Balbir Singh4e416952009-09-23 15:56:39 -07002065 if (loop >= 2) {
2066 /*
2067 * If we have not been able to reclaim
2068 * anything, it might because there are
2069 * no reclaimable pages under this hierarchy
2070 */
Johannes Weiner56600482012-01-12 17:17:59 -08002071 if (!total)
Balbir Singh4e416952009-09-23 15:56:39 -07002072 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002073 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002074 * We want to do more targeted reclaim.
Balbir Singh4e416952009-09-23 15:56:39 -07002075 * excess >> 2 is not to excessive so as to
2076 * reclaim too much, nor too less that we keep
2077 * coming back to reclaim from this cgroup
2078 */
2079 if (total >= (excess >> 2) ||
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002080 (loop > MEM_CGROUP_MAX_RECLAIM_LOOPS))
Balbir Singh4e416952009-09-23 15:56:39 -07002081 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002082 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002083 continue;
Balbir Singh4e416952009-09-23 15:56:39 -07002084 }
Johannes Weiner56600482012-01-12 17:17:59 -08002085 if (!mem_cgroup_reclaimable(victim, false))
Balbir Singh6d61ef42009-01-07 18:08:06 -08002086 continue;
Johannes Weiner56600482012-01-12 17:17:59 -08002087 total += mem_cgroup_shrink_node_zone(victim, gfp_mask, false,
2088 zone, &nr_scanned);
2089 *total_scanned += nr_scanned;
2090 if (!res_counter_soft_limit_excess(&root_memcg->res))
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002091 break;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002092 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002093 mem_cgroup_iter_break(root_memcg, victim);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002094 return total;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002095}
2096
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002097/*
2098 * Check OOM-Killer is already running under our hierarchy.
2099 * If someone is running, return false.
Michal Hocko1af8efe2011-07-26 16:08:24 -07002100 * Has to be called with memcg_oom_lock
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002101 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002102static bool mem_cgroup_oom_lock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002103{
Michal Hocko79dfdac2011-07-26 16:08:23 -07002104 struct mem_cgroup *iter, *failed = NULL;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002105
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002106 for_each_mem_cgroup_tree(iter, memcg) {
Johannes Weiner23751be2011-08-25 15:59:16 -07002107 if (iter->oom_lock) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002108 /*
2109 * this subtree of our hierarchy is already locked
2110 * so we cannot give a lock.
2111 */
Michal Hocko79dfdac2011-07-26 16:08:23 -07002112 failed = iter;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002113 mem_cgroup_iter_break(memcg, iter);
2114 break;
Johannes Weiner23751be2011-08-25 15:59:16 -07002115 } else
2116 iter->oom_lock = true;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002117 }
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002118
Michal Hocko79dfdac2011-07-26 16:08:23 -07002119 if (!failed)
Johannes Weiner23751be2011-08-25 15:59:16 -07002120 return true;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002121
2122 /*
2123 * OK, we failed to lock the whole subtree so we have to clean up
2124 * what we set up to the failing subtree
2125 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002126 for_each_mem_cgroup_tree(iter, memcg) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002127 if (iter == failed) {
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002128 mem_cgroup_iter_break(memcg, iter);
2129 break;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002130 }
2131 iter->oom_lock = false;
2132 }
Johannes Weiner23751be2011-08-25 15:59:16 -07002133 return false;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002134}
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002135
Michal Hocko79dfdac2011-07-26 16:08:23 -07002136/*
Michal Hocko1af8efe2011-07-26 16:08:24 -07002137 * Has to be called with memcg_oom_lock
Michal Hocko79dfdac2011-07-26 16:08:23 -07002138 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002139static int mem_cgroup_oom_unlock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002140{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002141 struct mem_cgroup *iter;
2142
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002143 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002144 iter->oom_lock = false;
2145 return 0;
2146}
2147
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002148static void mem_cgroup_mark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002149{
2150 struct mem_cgroup *iter;
2151
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002152 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002153 atomic_inc(&iter->under_oom);
2154}
2155
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002156static void mem_cgroup_unmark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002157{
2158 struct mem_cgroup *iter;
2159
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002160 /*
2161 * When a new child is created while the hierarchy is under oom,
2162 * mem_cgroup_oom_lock() may not be called. We have to use
2163 * atomic_add_unless() here.
2164 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002165 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002166 atomic_add_unless(&iter->under_oom, -1, 0);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002167}
2168
Michal Hocko1af8efe2011-07-26 16:08:24 -07002169static DEFINE_SPINLOCK(memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002170static DECLARE_WAIT_QUEUE_HEAD(memcg_oom_waitq);
2171
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002172struct oom_wait_info {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002173 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002174 wait_queue_t wait;
2175};
2176
2177static int memcg_oom_wake_function(wait_queue_t *wait,
2178 unsigned mode, int sync, void *arg)
2179{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002180 struct mem_cgroup *wake_memcg = (struct mem_cgroup *)arg;
2181 struct mem_cgroup *oom_wait_memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002182 struct oom_wait_info *oom_wait_info;
2183
2184 oom_wait_info = container_of(wait, struct oom_wait_info, wait);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002185 oom_wait_memcg = oom_wait_info->memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002186
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002187 /*
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002188 * Both of oom_wait_info->memcg and wake_memcg are stable under us.
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002189 * Then we can use css_is_ancestor without taking care of RCU.
2190 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002191 if (!mem_cgroup_same_or_subtree(oom_wait_memcg, wake_memcg)
2192 && !mem_cgroup_same_or_subtree(wake_memcg, oom_wait_memcg))
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002193 return 0;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002194 return autoremove_wake_function(wait, mode, sync, arg);
2195}
2196
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002197static void memcg_wakeup_oom(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002198{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002199 /* for filtering, pass "memcg" as argument. */
2200 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg);
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002201}
2202
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002203static void memcg_oom_recover(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002204{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002205 if (memcg && atomic_read(&memcg->under_oom))
2206 memcg_wakeup_oom(memcg);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002207}
2208
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002209/*
2210 * try to call OOM killer. returns false if we should exit memory-reclaim loop.
2211 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002212static bool mem_cgroup_handle_oom(struct mem_cgroup *memcg, gfp_t mask,
2213 int order)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002214{
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002215 struct oom_wait_info owait;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002216 bool locked, need_to_kill;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002217
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002218 owait.memcg = memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002219 owait.wait.flags = 0;
2220 owait.wait.func = memcg_oom_wake_function;
2221 owait.wait.private = current;
2222 INIT_LIST_HEAD(&owait.wait.task_list);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002223 need_to_kill = true;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002224 mem_cgroup_mark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002225
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002226 /* At first, try to OOM lock hierarchy under memcg.*/
Michal Hocko1af8efe2011-07-26 16:08:24 -07002227 spin_lock(&memcg_oom_lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002228 locked = mem_cgroup_oom_lock(memcg);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002229 /*
2230 * Even if signal_pending(), we can't quit charge() loop without
2231 * accounting. So, UNINTERRUPTIBLE is appropriate. But SIGKILL
2232 * under OOM is always welcomed, use TASK_KILLABLE here.
2233 */
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002234 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002235 if (!locked || memcg->oom_kill_disable)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002236 need_to_kill = false;
2237 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002238 mem_cgroup_oom_notify(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002239 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002240
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002241 if (need_to_kill) {
2242 finish_wait(&memcg_oom_waitq, &owait.wait);
David Rientjese845e192012-03-21 16:34:10 -07002243 mem_cgroup_out_of_memory(memcg, mask, order);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002244 } else {
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002245 schedule();
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002246 finish_wait(&memcg_oom_waitq, &owait.wait);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002247 }
Michal Hocko1af8efe2011-07-26 16:08:24 -07002248 spin_lock(&memcg_oom_lock);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002249 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002250 mem_cgroup_oom_unlock(memcg);
2251 memcg_wakeup_oom(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002252 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002253
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002254 mem_cgroup_unmark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002255
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002256 if (test_thread_flag(TIF_MEMDIE) || fatal_signal_pending(current))
2257 return false;
2258 /* Give chance to dying process */
KAMEZAWA Hiroyuki715a5ee2011-11-02 13:38:18 -07002259 schedule_timeout_uninterruptible(1);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002260 return true;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002261}
2262
Balbir Singhd69b0422009-06-17 16:26:34 -07002263/*
2264 * Currently used to update mapped file statistics, but the routine can be
2265 * generalized to update other statistics as well.
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002266 *
2267 * Notes: Race condition
2268 *
2269 * We usually use page_cgroup_lock() for accessing page_cgroup member but
2270 * it tends to be costly. But considering some conditions, we doesn't need
2271 * to do so _always_.
2272 *
2273 * Considering "charge", lock_page_cgroup() is not required because all
2274 * file-stat operations happen after a page is attached to radix-tree. There
2275 * are no race with "charge".
2276 *
2277 * Considering "uncharge", we know that memcg doesn't clear pc->mem_cgroup
2278 * at "uncharge" intentionally. So, we always see valid pc->mem_cgroup even
2279 * if there are race with "uncharge". Statistics itself is properly handled
2280 * by flags.
2281 *
2282 * Considering "move", this is an only case we see a race. To make the race
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002283 * small, we check mm->moving_account and detect there are possibility of race
2284 * If there is, we take a lock.
Balbir Singhd69b0422009-06-17 16:26:34 -07002285 */
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002286
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002287void __mem_cgroup_begin_update_page_stat(struct page *page,
2288 bool *locked, unsigned long *flags)
2289{
2290 struct mem_cgroup *memcg;
2291 struct page_cgroup *pc;
2292
2293 pc = lookup_page_cgroup(page);
2294again:
2295 memcg = pc->mem_cgroup;
2296 if (unlikely(!memcg || !PageCgroupUsed(pc)))
2297 return;
2298 /*
2299 * If this memory cgroup is not under account moving, we don't
Wanpeng Lida92c472012-07-31 16:43:26 -07002300 * need to take move_lock_mem_cgroup(). Because we already hold
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002301 * rcu_read_lock(), any calls to move_account will be delayed until
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002302 * rcu_read_unlock() if mem_cgroup_stolen() == true.
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002303 */
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002304 if (!mem_cgroup_stolen(memcg))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002305 return;
2306
2307 move_lock_mem_cgroup(memcg, flags);
2308 if (memcg != pc->mem_cgroup || !PageCgroupUsed(pc)) {
2309 move_unlock_mem_cgroup(memcg, flags);
2310 goto again;
2311 }
2312 *locked = true;
2313}
2314
2315void __mem_cgroup_end_update_page_stat(struct page *page, unsigned long *flags)
2316{
2317 struct page_cgroup *pc = lookup_page_cgroup(page);
2318
2319 /*
2320 * It's guaranteed that pc->mem_cgroup never changes while
2321 * lock is held because a routine modifies pc->mem_cgroup
Wanpeng Lida92c472012-07-31 16:43:26 -07002322 * should take move_lock_mem_cgroup().
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002323 */
2324 move_unlock_mem_cgroup(pc->mem_cgroup, flags);
2325}
2326
Greg Thelen2a7106f2011-01-13 15:47:37 -08002327void mem_cgroup_update_page_stat(struct page *page,
2328 enum mem_cgroup_page_stat_item idx, int val)
Balbir Singhd69b0422009-06-17 16:26:34 -07002329{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002330 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002331 struct page_cgroup *pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyukidbd4ea72011-01-13 15:47:38 -08002332 unsigned long uninitialized_var(flags);
Balbir Singhd69b0422009-06-17 16:26:34 -07002333
Johannes Weinercfa44942012-01-12 17:18:38 -08002334 if (mem_cgroup_disabled())
Balbir Singhd69b0422009-06-17 16:26:34 -07002335 return;
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002336
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002337 memcg = pc->mem_cgroup;
2338 if (unlikely(!memcg || !PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002339 return;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002340
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002341 switch (idx) {
Greg Thelen2a7106f2011-01-13 15:47:37 -08002342 case MEMCG_NR_FILE_MAPPED:
Greg Thelen2a7106f2011-01-13 15:47:37 -08002343 idx = MEM_CGROUP_STAT_FILE_MAPPED;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002344 break;
2345 default:
2346 BUG();
KAMEZAWA Hiroyuki8725d542010-04-06 14:35:05 -07002347 }
Balbir Singhd69b0422009-06-17 16:26:34 -07002348
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002349 this_cpu_add(memcg->stat->count[idx], val);
Balbir Singhd69b0422009-06-17 16:26:34 -07002350}
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002351
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002352/*
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002353 * size of first charge trial. "32" comes from vmscan.c's magic value.
2354 * TODO: maybe necessary to use big numbers in big irons.
2355 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002356#define CHARGE_BATCH 32U
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002357struct memcg_stock_pcp {
2358 struct mem_cgroup *cached; /* this never be root cgroup */
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002359 unsigned int nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002360 struct work_struct work;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002361 unsigned long flags;
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07002362#define FLUSHING_CACHED_CHARGE 0
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002363};
2364static DEFINE_PER_CPU(struct memcg_stock_pcp, memcg_stock);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002365static DEFINE_MUTEX(percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002366
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002367/**
2368 * consume_stock: Try to consume stocked charge on this cpu.
2369 * @memcg: memcg to consume from.
2370 * @nr_pages: how many pages to charge.
2371 *
2372 * The charges will only happen if @memcg matches the current cpu's memcg
2373 * stock, and at least @nr_pages are available in that stock. Failure to
2374 * service an allocation will refill the stock.
2375 *
2376 * returns true if successful, false otherwise.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002377 */
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002378static bool consume_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002379{
2380 struct memcg_stock_pcp *stock;
2381 bool ret = true;
2382
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002383 if (nr_pages > CHARGE_BATCH)
2384 return false;
2385
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002386 stock = &get_cpu_var(memcg_stock);
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002387 if (memcg == stock->cached && stock->nr_pages >= nr_pages)
2388 stock->nr_pages -= nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002389 else /* need to call res_counter_charge */
2390 ret = false;
2391 put_cpu_var(memcg_stock);
2392 return ret;
2393}
2394
2395/*
2396 * Returns stocks cached in percpu to res_counter and reset cached information.
2397 */
2398static void drain_stock(struct memcg_stock_pcp *stock)
2399{
2400 struct mem_cgroup *old = stock->cached;
2401
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002402 if (stock->nr_pages) {
2403 unsigned long bytes = stock->nr_pages * PAGE_SIZE;
2404
2405 res_counter_uncharge(&old->res, bytes);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002406 if (do_swap_account)
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002407 res_counter_uncharge(&old->memsw, bytes);
2408 stock->nr_pages = 0;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002409 }
2410 stock->cached = NULL;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002411}
2412
2413/*
2414 * This must be called under preempt disabled or must be called by
2415 * a thread which is pinned to local cpu.
2416 */
2417static void drain_local_stock(struct work_struct *dummy)
2418{
2419 struct memcg_stock_pcp *stock = &__get_cpu_var(memcg_stock);
2420 drain_stock(stock);
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002421 clear_bit(FLUSHING_CACHED_CHARGE, &stock->flags);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002422}
2423
Michal Hockoe4777492013-02-22 16:35:40 -08002424static void __init memcg_stock_init(void)
2425{
2426 int cpu;
2427
2428 for_each_possible_cpu(cpu) {
2429 struct memcg_stock_pcp *stock =
2430 &per_cpu(memcg_stock, cpu);
2431 INIT_WORK(&stock->work, drain_local_stock);
2432 }
2433}
2434
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002435/*
2436 * Cache charges(val) which is from res_counter, to local per_cpu area.
Greg Thelen320cc512010-03-15 15:27:28 +01002437 * This will be consumed by consume_stock() function, later.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002438 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002439static void refill_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002440{
2441 struct memcg_stock_pcp *stock = &get_cpu_var(memcg_stock);
2442
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002443 if (stock->cached != memcg) { /* reset if necessary */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002444 drain_stock(stock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002445 stock->cached = memcg;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002446 }
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002447 stock->nr_pages += nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002448 put_cpu_var(memcg_stock);
2449}
2450
2451/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002452 * Drains all per-CPU charge caches for given root_memcg resp. subtree
Michal Hockod38144b2011-07-26 16:08:28 -07002453 * of the hierarchy under it. sync flag says whether we should block
2454 * until the work is done.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002455 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002456static void drain_all_stock(struct mem_cgroup *root_memcg, bool sync)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002457{
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002458 int cpu, curcpu;
Michal Hockod38144b2011-07-26 16:08:28 -07002459
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002460 /* Notify other cpus that system-wide "drain" is running */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002461 get_online_cpus();
Johannes Weiner5af12d02011-08-25 15:59:07 -07002462 curcpu = get_cpu();
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002463 for_each_online_cpu(cpu) {
2464 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002465 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002466
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002467 memcg = stock->cached;
2468 if (!memcg || !stock->nr_pages)
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002469 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002470 if (!mem_cgroup_same_or_subtree(root_memcg, memcg))
Michal Hocko3e920412011-07-26 16:08:29 -07002471 continue;
Michal Hockod1a05b62011-07-26 16:08:27 -07002472 if (!test_and_set_bit(FLUSHING_CACHED_CHARGE, &stock->flags)) {
2473 if (cpu == curcpu)
2474 drain_local_stock(&stock->work);
2475 else
2476 schedule_work_on(cpu, &stock->work);
2477 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002478 }
Johannes Weiner5af12d02011-08-25 15:59:07 -07002479 put_cpu();
Michal Hockod38144b2011-07-26 16:08:28 -07002480
2481 if (!sync)
2482 goto out;
2483
2484 for_each_online_cpu(cpu) {
2485 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002486 if (test_bit(FLUSHING_CACHED_CHARGE, &stock->flags))
Michal Hockod38144b2011-07-26 16:08:28 -07002487 flush_work(&stock->work);
2488 }
2489out:
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002490 put_online_cpus();
Michal Hockod38144b2011-07-26 16:08:28 -07002491}
2492
2493/*
2494 * Tries to drain stocked charges in other cpus. This function is asynchronous
2495 * and just put a work per cpu for draining localy on each cpu. Caller can
2496 * expects some charges will be back to res_counter later but cannot wait for
2497 * it.
2498 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002499static void drain_all_stock_async(struct mem_cgroup *root_memcg)
Michal Hockod38144b2011-07-26 16:08:28 -07002500{
Michal Hocko9f50fad2011-08-09 11:56:26 +02002501 /*
2502 * If someone calls draining, avoid adding more kworker runs.
2503 */
2504 if (!mutex_trylock(&percpu_charge_mutex))
2505 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002506 drain_all_stock(root_memcg, false);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002507 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002508}
2509
2510/* This is a synchronous drain interface. */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002511static void drain_all_stock_sync(struct mem_cgroup *root_memcg)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002512{
2513 /* called when force_empty is called */
Michal Hocko9f50fad2011-08-09 11:56:26 +02002514 mutex_lock(&percpu_charge_mutex);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002515 drain_all_stock(root_memcg, true);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002516 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002517}
2518
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002519/*
2520 * This function drains percpu counter value from DEAD cpu and
2521 * move it to local cpu. Note that this function can be preempted.
2522 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002523static void mem_cgroup_drain_pcp_counter(struct mem_cgroup *memcg, int cpu)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002524{
2525 int i;
2526
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002527 spin_lock(&memcg->pcp_counter_lock);
Johannes Weiner61046212012-05-29 15:07:05 -07002528 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002529 long x = per_cpu(memcg->stat->count[i], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002530
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002531 per_cpu(memcg->stat->count[i], cpu) = 0;
2532 memcg->nocpu_base.count[i] += x;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002533 }
Johannes Weinere9f89742011-03-23 16:42:37 -07002534 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002535 unsigned long x = per_cpu(memcg->stat->events[i], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -07002536
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002537 per_cpu(memcg->stat->events[i], cpu) = 0;
2538 memcg->nocpu_base.events[i] += x;
Johannes Weinere9f89742011-03-23 16:42:37 -07002539 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002540 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002541}
2542
2543static int __cpuinit memcg_cpu_hotplug_callback(struct notifier_block *nb,
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002544 unsigned long action,
2545 void *hcpu)
2546{
2547 int cpu = (unsigned long)hcpu;
2548 struct memcg_stock_pcp *stock;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002549 struct mem_cgroup *iter;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002550
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002551 if (action == CPU_ONLINE)
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002552 return NOTIFY_OK;
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002553
Kirill A. Shutemovd8330492012-04-12 12:49:11 -07002554 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002555 return NOTIFY_OK;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002556
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002557 for_each_mem_cgroup(iter)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002558 mem_cgroup_drain_pcp_counter(iter, cpu);
2559
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002560 stock = &per_cpu(memcg_stock, cpu);
2561 drain_stock(stock);
2562 return NOTIFY_OK;
2563}
2564
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002565
2566/* See __mem_cgroup_try_charge() for details */
2567enum {
2568 CHARGE_OK, /* success */
2569 CHARGE_RETRY, /* need to retry but retry is not bad */
2570 CHARGE_NOMEM, /* we can't do more. return -ENOMEM */
2571 CHARGE_WOULDBLOCK, /* GFP_WAIT wasn't set and no enough res. */
2572 CHARGE_OOM_DIE, /* the current is killed because of OOM */
2573};
2574
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002575static int mem_cgroup_do_charge(struct mem_cgroup *memcg, gfp_t gfp_mask,
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002576 unsigned int nr_pages, unsigned int min_pages,
2577 bool oom_check)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002578{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002579 unsigned long csize = nr_pages * PAGE_SIZE;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002580 struct mem_cgroup *mem_over_limit;
2581 struct res_counter *fail_res;
2582 unsigned long flags = 0;
2583 int ret;
2584
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002585 ret = res_counter_charge(&memcg->res, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002586
2587 if (likely(!ret)) {
2588 if (!do_swap_account)
2589 return CHARGE_OK;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002590 ret = res_counter_charge(&memcg->memsw, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002591 if (likely(!ret))
2592 return CHARGE_OK;
2593
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002594 res_counter_uncharge(&memcg->res, csize);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002595 mem_over_limit = mem_cgroup_from_res_counter(fail_res, memsw);
2596 flags |= MEM_CGROUP_RECLAIM_NOSWAP;
2597 } else
2598 mem_over_limit = mem_cgroup_from_res_counter(fail_res, res);
Johannes Weiner9221edb2011-02-01 15:52:42 -08002599 /*
Johannes Weiner9221edb2011-02-01 15:52:42 -08002600 * Never reclaim on behalf of optional batching, retry with a
2601 * single page instead.
2602 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002603 if (nr_pages > min_pages)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002604 return CHARGE_RETRY;
2605
2606 if (!(gfp_mask & __GFP_WAIT))
2607 return CHARGE_WOULDBLOCK;
2608
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002609 if (gfp_mask & __GFP_NORETRY)
2610 return CHARGE_NOMEM;
2611
Johannes Weiner56600482012-01-12 17:17:59 -08002612 ret = mem_cgroup_reclaim(mem_over_limit, gfp_mask, flags);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002613 if (mem_cgroup_margin(mem_over_limit) >= nr_pages)
Johannes Weiner19942822011-02-01 15:52:43 -08002614 return CHARGE_RETRY;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002615 /*
Johannes Weiner19942822011-02-01 15:52:43 -08002616 * Even though the limit is exceeded at this point, reclaim
2617 * may have been able to free some pages. Retry the charge
2618 * before killing the task.
2619 *
2620 * Only for regular pages, though: huge pages are rather
2621 * unlikely to succeed so close to the limit, and we fall back
2622 * to regular pages anyway in case of failure.
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002623 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002624 if (nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER) && ret)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002625 return CHARGE_RETRY;
2626
2627 /*
2628 * At task move, charge accounts can be doubly counted. So, it's
2629 * better to wait until the end of task_move if something is going on.
2630 */
2631 if (mem_cgroup_wait_acct_move(mem_over_limit))
2632 return CHARGE_RETRY;
2633
2634 /* If we don't need to call oom-killer at el, return immediately */
2635 if (!oom_check)
2636 return CHARGE_NOMEM;
2637 /* check OOM */
David Rientjese845e192012-03-21 16:34:10 -07002638 if (!mem_cgroup_handle_oom(mem_over_limit, gfp_mask, get_order(csize)))
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002639 return CHARGE_OOM_DIE;
2640
2641 return CHARGE_RETRY;
2642}
2643
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002644/*
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002645 * __mem_cgroup_try_charge() does
2646 * 1. detect memcg to be charged against from passed *mm and *ptr,
2647 * 2. update res_counter
2648 * 3. call memory reclaim if necessary.
2649 *
2650 * In some special case, if the task is fatal, fatal_signal_pending() or
2651 * has TIF_MEMDIE, this function returns -EINTR while writing root_mem_cgroup
2652 * to *ptr. There are two reasons for this. 1: fatal threads should quit as soon
2653 * as possible without any hazards. 2: all pages should have a valid
2654 * pc->mem_cgroup. If mm is NULL and the caller doesn't pass a valid memcg
2655 * pointer, that is treated as a charge to root_mem_cgroup.
2656 *
2657 * So __mem_cgroup_try_charge() will return
2658 * 0 ... on success, filling *ptr with a valid memcg pointer.
2659 * -ENOMEM ... charge failure because of resource limits.
2660 * -EINTR ... if thread is fatal. *ptr is filled with root_mem_cgroup.
2661 *
2662 * Unlike the exported interface, an "oom" parameter is added. if oom==true,
2663 * the oom-killer can be invoked.
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002664 */
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002665static int __mem_cgroup_try_charge(struct mm_struct *mm,
Andrea Arcangeliec168512011-01-13 15:46:56 -08002666 gfp_t gfp_mask,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002667 unsigned int nr_pages,
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002668 struct mem_cgroup **ptr,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002669 bool oom)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002670{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002671 unsigned int batch = max(CHARGE_BATCH, nr_pages);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002672 int nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002673 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002674 int ret;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002675
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002676 /*
2677 * Unlike gloval-vm's OOM-kill, we're not in memory shortage
2678 * in system level. So, allow to go ahead dying process in addition to
2679 * MEMDIE process.
2680 */
2681 if (unlikely(test_thread_flag(TIF_MEMDIE)
2682 || fatal_signal_pending(current)))
2683 goto bypass;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002684
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002685 /*
Hugh Dickins3be91272008-02-07 00:14:19 -08002686 * We always charge the cgroup the mm_struct belongs to.
2687 * The mm_struct's mem_cgroup changes on task migration if the
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002688 * thread group leader migrates. It's possible that mm is not
Johannes Weiner24467ca2012-07-31 16:45:40 -07002689 * set, if so charge the root memcg (happens for pagecache usage).
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002690 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002691 if (!*ptr && !mm)
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002692 *ptr = root_mem_cgroup;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002693again:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002694 if (*ptr) { /* css should be a valid one */
2695 memcg = *ptr;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002696 if (mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002697 goto done;
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002698 if (consume_stock(memcg, nr_pages))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002699 goto done;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002700 css_get(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002701 } else {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002702 struct task_struct *p;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002703
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002704 rcu_read_lock();
2705 p = rcu_dereference(mm->owner);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002706 /*
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002707 * Because we don't have task_lock(), "p" can exit.
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002708 * In that case, "memcg" can point to root or p can be NULL with
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002709 * race with swapoff. Then, we have small risk of mis-accouning.
2710 * But such kind of mis-account by race always happens because
2711 * we don't have cgroup_mutex(). It's overkill and we allo that
2712 * small race, here.
2713 * (*) swapoff at el will charge against mm-struct not against
2714 * task-struct. So, mm->owner can be NULL.
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002715 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002716 memcg = mem_cgroup_from_task(p);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002717 if (!memcg)
2718 memcg = root_mem_cgroup;
2719 if (mem_cgroup_is_root(memcg)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002720 rcu_read_unlock();
2721 goto done;
2722 }
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002723 if (consume_stock(memcg, nr_pages)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002724 /*
2725 * It seems dagerous to access memcg without css_get().
2726 * But considering how consume_stok works, it's not
2727 * necessary. If consume_stock success, some charges
2728 * from this memcg are cached on this cpu. So, we
2729 * don't need to call css_get()/css_tryget() before
2730 * calling consume_stock().
2731 */
2732 rcu_read_unlock();
2733 goto done;
2734 }
2735 /* after here, we may be blocked. we need to get refcnt */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002736 if (!css_tryget(&memcg->css)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002737 rcu_read_unlock();
2738 goto again;
2739 }
2740 rcu_read_unlock();
2741 }
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002742
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002743 do {
2744 bool oom_check;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002745
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002746 /* If killed, bypass charge */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002747 if (fatal_signal_pending(current)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002748 css_put(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002749 goto bypass;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002750 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002751
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002752 oom_check = false;
2753 if (oom && !nr_oom_retries) {
2754 oom_check = true;
2755 nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
2756 }
Balbir Singh6d61ef42009-01-07 18:08:06 -08002757
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002758 ret = mem_cgroup_do_charge(memcg, gfp_mask, batch, nr_pages,
2759 oom_check);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002760 switch (ret) {
2761 case CHARGE_OK:
2762 break;
2763 case CHARGE_RETRY: /* not in OOM situation but retry */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002764 batch = nr_pages;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002765 css_put(&memcg->css);
2766 memcg = NULL;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002767 goto again;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002768 case CHARGE_WOULDBLOCK: /* !__GFP_WAIT */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002769 css_put(&memcg->css);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002770 goto nomem;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002771 case CHARGE_NOMEM: /* OOM routine works */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002772 if (!oom) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002773 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002774 goto nomem;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002775 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002776 /* If oom, we never return -ENOMEM */
2777 nr_oom_retries--;
2778 break;
2779 case CHARGE_OOM_DIE: /* Killed by OOM Killer */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002780 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002781 goto bypass;
Balbir Singh66e17072008-02-07 00:13:56 -08002782 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002783 } while (ret != CHARGE_OK);
2784
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002785 if (batch > nr_pages)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002786 refill_stock(memcg, batch - nr_pages);
2787 css_put(&memcg->css);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002788done:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002789 *ptr = memcg;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002790 return 0;
2791nomem:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002792 *ptr = NULL;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002793 return -ENOMEM;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002794bypass:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002795 *ptr = root_mem_cgroup;
2796 return -EINTR;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002797}
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002798
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002799/*
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002800 * Somemtimes we have to undo a charge we got by try_charge().
2801 * This function is for that and do uncharge, put css's refcnt.
2802 * gotten by try_charge().
2803 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002804static void __mem_cgroup_cancel_charge(struct mem_cgroup *memcg,
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002805 unsigned int nr_pages)
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002806{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002807 if (!mem_cgroup_is_root(memcg)) {
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002808 unsigned long bytes = nr_pages * PAGE_SIZE;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002809
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002810 res_counter_uncharge(&memcg->res, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002811 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002812 res_counter_uncharge(&memcg->memsw, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002813 }
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002814}
2815
2816/*
KAMEZAWA Hiroyukid01dd172012-05-29 15:07:03 -07002817 * Cancel chrages in this cgroup....doesn't propagate to parent cgroup.
2818 * This is useful when moving usage to parent cgroup.
2819 */
2820static void __mem_cgroup_cancel_local_charge(struct mem_cgroup *memcg,
2821 unsigned int nr_pages)
2822{
2823 unsigned long bytes = nr_pages * PAGE_SIZE;
2824
2825 if (mem_cgroup_is_root(memcg))
2826 return;
2827
2828 res_counter_uncharge_until(&memcg->res, memcg->res.parent, bytes);
2829 if (do_swap_account)
2830 res_counter_uncharge_until(&memcg->memsw,
2831 memcg->memsw.parent, bytes);
2832}
2833
2834/*
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002835 * A helper function to get mem_cgroup from ID. must be called under
Tejun Heoe9316082012-11-05 09:16:58 -08002836 * rcu_read_lock(). The caller is responsible for calling css_tryget if
2837 * the mem_cgroup is used for charging. (dropping refcnt from swap can be
2838 * called against removed memcg.)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002839 */
2840static struct mem_cgroup *mem_cgroup_lookup(unsigned short id)
2841{
2842 struct cgroup_subsys_state *css;
2843
2844 /* ID 0 is unused ID */
2845 if (!id)
2846 return NULL;
2847 css = css_lookup(&mem_cgroup_subsys, id);
2848 if (!css)
2849 return NULL;
Wanpeng Lib2145142012-07-31 16:46:01 -07002850 return mem_cgroup_from_css(css);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002851}
2852
Wu Fengguange42d9d52009-12-16 12:19:59 +01002853struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page)
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002854{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002855 struct mem_cgroup *memcg = NULL;
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002856 struct page_cgroup *pc;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002857 unsigned short id;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002858 swp_entry_t ent;
2859
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002860 VM_BUG_ON(!PageLocked(page));
2861
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002862 pc = lookup_page_cgroup(page);
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002863 lock_page_cgroup(pc);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002864 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002865 memcg = pc->mem_cgroup;
2866 if (memcg && !css_tryget(&memcg->css))
2867 memcg = NULL;
Wu Fengguange42d9d52009-12-16 12:19:59 +01002868 } else if (PageSwapCache(page)) {
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002869 ent.val = page_private(page);
Bob Liu9fb4b7c2012-01-12 17:18:48 -08002870 id = lookup_swap_cgroup_id(ent);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002871 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002872 memcg = mem_cgroup_lookup(id);
2873 if (memcg && !css_tryget(&memcg->css))
2874 memcg = NULL;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002875 rcu_read_unlock();
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002876 }
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002877 unlock_page_cgroup(pc);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002878 return memcg;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002879}
2880
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002881static void __mem_cgroup_commit_charge(struct mem_cgroup *memcg,
Johannes Weiner5564e882011-03-23 16:42:29 -07002882 struct page *page,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002883 unsigned int nr_pages,
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002884 enum charge_type ctype,
2885 bool lrucare)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002886{
Johannes Weinerce587e62012-04-24 20:22:33 +02002887 struct page_cgroup *pc = lookup_page_cgroup(page);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002888 struct zone *uninitialized_var(zone);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002889 struct lruvec *lruvec;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002890 bool was_on_lru = false;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002891 bool anon;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002892
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002893 lock_page_cgroup(pc);
Johannes Weiner90deb782012-07-31 16:45:47 -07002894 VM_BUG_ON(PageCgroupUsed(pc));
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002895 /*
2896 * we don't need page_cgroup_lock about tail pages, becase they are not
2897 * accessed by any other context at this point.
2898 */
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002899
2900 /*
2901 * In some cases, SwapCache and FUSE(splice_buf->radixtree), the page
2902 * may already be on some other mem_cgroup's LRU. Take care of it.
2903 */
2904 if (lrucare) {
2905 zone = page_zone(page);
2906 spin_lock_irq(&zone->lru_lock);
2907 if (PageLRU(page)) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002908 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002909 ClearPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002910 del_page_from_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002911 was_on_lru = true;
2912 }
2913 }
2914
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002915 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyuki261fb612009-09-23 15:56:33 -07002916 /*
2917 * We access a page_cgroup asynchronously without lock_page_cgroup().
2918 * Especially when a page_cgroup is taken from a page, pc->mem_cgroup
2919 * is accessed after testing USED bit. To make pc->mem_cgroup visible
2920 * before USED bit, we need memory barrier here.
2921 * See mem_cgroup_add_lru_list(), etc.
2922 */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002923 smp_wmb();
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002924 SetPageCgroupUsed(pc);
Hugh Dickins3be91272008-02-07 00:14:19 -08002925
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002926 if (lrucare) {
2927 if (was_on_lru) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002928 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002929 VM_BUG_ON(PageLRU(page));
2930 SetPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002931 add_page_to_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002932 }
2933 spin_unlock_irq(&zone->lru_lock);
2934 }
2935
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07002936 if (ctype == MEM_CGROUP_CHARGE_TYPE_ANON)
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002937 anon = true;
2938 else
2939 anon = false;
2940
David Rientjesb070e652013-05-07 16:18:09 -07002941 mem_cgroup_charge_statistics(memcg, page, anon, nr_pages);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002942 unlock_page_cgroup(pc);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002943
KAMEZAWA Hiroyuki430e48632010-03-10 15:22:30 -08002944 /*
2945 * "charge_statistics" updated event counter. Then, check it.
2946 * Insert ancestor (and ancestor's ancestors), to softlimit RB-tree.
2947 * if they exceeds softlimit.
2948 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002949 memcg_check_events(memcg, page);
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002950}
2951
Glauber Costa7cf27982012-12-18 14:22:55 -08002952static DEFINE_MUTEX(set_limit_mutex);
2953
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002954#ifdef CONFIG_MEMCG_KMEM
2955static inline bool memcg_can_account_kmem(struct mem_cgroup *memcg)
2956{
2957 return !mem_cgroup_disabled() && !mem_cgroup_is_root(memcg) &&
2958 (memcg->kmem_account_flags & KMEM_ACCOUNTED_MASK);
2959}
2960
Glauber Costa1f458cb2012-12-18 14:22:50 -08002961/*
2962 * This is a bit cumbersome, but it is rarely used and avoids a backpointer
2963 * in the memcg_cache_params struct.
2964 */
2965static struct kmem_cache *memcg_params_to_cache(struct memcg_cache_params *p)
2966{
2967 struct kmem_cache *cachep;
2968
2969 VM_BUG_ON(p->is_root_cache);
2970 cachep = p->root_cache;
2971 return cachep->memcg_params->memcg_caches[memcg_cache_id(p->memcg)];
2972}
2973
Glauber Costa749c5412012-12-18 14:23:01 -08002974#ifdef CONFIG_SLABINFO
2975static int mem_cgroup_slabinfo_read(struct cgroup *cont, struct cftype *cft,
2976 struct seq_file *m)
2977{
2978 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
2979 struct memcg_cache_params *params;
2980
2981 if (!memcg_can_account_kmem(memcg))
2982 return -EIO;
2983
2984 print_slabinfo_header(m);
2985
2986 mutex_lock(&memcg->slab_caches_mutex);
2987 list_for_each_entry(params, &memcg->memcg_slab_caches, list)
2988 cache_show(memcg_params_to_cache(params), m);
2989 mutex_unlock(&memcg->slab_caches_mutex);
2990
2991 return 0;
2992}
2993#endif
2994
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002995static int memcg_charge_kmem(struct mem_cgroup *memcg, gfp_t gfp, u64 size)
2996{
2997 struct res_counter *fail_res;
2998 struct mem_cgroup *_memcg;
2999 int ret = 0;
3000 bool may_oom;
3001
3002 ret = res_counter_charge(&memcg->kmem, size, &fail_res);
3003 if (ret)
3004 return ret;
3005
3006 /*
3007 * Conditions under which we can wait for the oom_killer. Those are
3008 * the same conditions tested by the core page allocator
3009 */
3010 may_oom = (gfp & __GFP_FS) && !(gfp & __GFP_NORETRY);
3011
3012 _memcg = memcg;
3013 ret = __mem_cgroup_try_charge(NULL, gfp, size >> PAGE_SHIFT,
3014 &_memcg, may_oom);
3015
3016 if (ret == -EINTR) {
3017 /*
3018 * __mem_cgroup_try_charge() chosed to bypass to root due to
3019 * OOM kill or fatal signal. Since our only options are to
3020 * either fail the allocation or charge it to this cgroup, do
3021 * it as a temporary condition. But we can't fail. From a
3022 * kmem/slab perspective, the cache has already been selected,
3023 * by mem_cgroup_kmem_get_cache(), so it is too late to change
3024 * our minds.
3025 *
3026 * This condition will only trigger if the task entered
3027 * memcg_charge_kmem in a sane state, but was OOM-killed during
3028 * __mem_cgroup_try_charge() above. Tasks that were already
3029 * dying when the allocation triggers should have been already
3030 * directed to the root cgroup in memcontrol.h
3031 */
3032 res_counter_charge_nofail(&memcg->res, size, &fail_res);
3033 if (do_swap_account)
3034 res_counter_charge_nofail(&memcg->memsw, size,
3035 &fail_res);
3036 ret = 0;
3037 } else if (ret)
3038 res_counter_uncharge(&memcg->kmem, size);
3039
3040 return ret;
3041}
3042
3043static void memcg_uncharge_kmem(struct mem_cgroup *memcg, u64 size)
3044{
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003045 res_counter_uncharge(&memcg->res, size);
3046 if (do_swap_account)
3047 res_counter_uncharge(&memcg->memsw, size);
Glauber Costa7de37682012-12-18 14:22:07 -08003048
3049 /* Not down to 0 */
3050 if (res_counter_uncharge(&memcg->kmem, size))
3051 return;
3052
3053 if (memcg_kmem_test_and_clear_dead(memcg))
3054 mem_cgroup_put(memcg);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003055}
3056
Glauber Costa2633d7a2012-12-18 14:22:34 -08003057void memcg_cache_list_add(struct mem_cgroup *memcg, struct kmem_cache *cachep)
3058{
3059 if (!memcg)
3060 return;
3061
3062 mutex_lock(&memcg->slab_caches_mutex);
3063 list_add(&cachep->memcg_params->list, &memcg->memcg_slab_caches);
3064 mutex_unlock(&memcg->slab_caches_mutex);
3065}
3066
3067/*
3068 * helper for acessing a memcg's index. It will be used as an index in the
3069 * child cache array in kmem_cache, and also to derive its name. This function
3070 * will return -1 when this is not a kmem-limited memcg.
3071 */
3072int memcg_cache_id(struct mem_cgroup *memcg)
3073{
3074 return memcg ? memcg->kmemcg_id : -1;
3075}
3076
Glauber Costa55007d82012-12-18 14:22:38 -08003077/*
3078 * This ends up being protected by the set_limit mutex, during normal
3079 * operation, because that is its main call site.
3080 *
3081 * But when we create a new cache, we can call this as well if its parent
3082 * is kmem-limited. That will have to hold set_limit_mutex as well.
3083 */
3084int memcg_update_cache_sizes(struct mem_cgroup *memcg)
3085{
3086 int num, ret;
3087
3088 num = ida_simple_get(&kmem_limited_groups,
3089 0, MEMCG_CACHES_MAX_SIZE, GFP_KERNEL);
3090 if (num < 0)
3091 return num;
3092 /*
3093 * After this point, kmem_accounted (that we test atomically in
3094 * the beginning of this conditional), is no longer 0. This
3095 * guarantees only one process will set the following boolean
3096 * to true. We don't need test_and_set because we're protected
3097 * by the set_limit_mutex anyway.
3098 */
3099 memcg_kmem_set_activated(memcg);
3100
3101 ret = memcg_update_all_caches(num+1);
3102 if (ret) {
3103 ida_simple_remove(&kmem_limited_groups, num);
3104 memcg_kmem_clear_activated(memcg);
3105 return ret;
3106 }
3107
3108 memcg->kmemcg_id = num;
3109 INIT_LIST_HEAD(&memcg->memcg_slab_caches);
3110 mutex_init(&memcg->slab_caches_mutex);
3111 return 0;
3112}
3113
3114static size_t memcg_caches_array_size(int num_groups)
3115{
3116 ssize_t size;
3117 if (num_groups <= 0)
3118 return 0;
3119
3120 size = 2 * num_groups;
3121 if (size < MEMCG_CACHES_MIN_SIZE)
3122 size = MEMCG_CACHES_MIN_SIZE;
3123 else if (size > MEMCG_CACHES_MAX_SIZE)
3124 size = MEMCG_CACHES_MAX_SIZE;
3125
3126 return size;
3127}
3128
3129/*
3130 * We should update the current array size iff all caches updates succeed. This
3131 * can only be done from the slab side. The slab mutex needs to be held when
3132 * calling this.
3133 */
3134void memcg_update_array_size(int num)
3135{
3136 if (num > memcg_limited_groups_array_size)
3137 memcg_limited_groups_array_size = memcg_caches_array_size(num);
3138}
3139
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003140static void kmem_cache_destroy_work_func(struct work_struct *w);
3141
Glauber Costa55007d82012-12-18 14:22:38 -08003142int memcg_update_cache_size(struct kmem_cache *s, int num_groups)
3143{
3144 struct memcg_cache_params *cur_params = s->memcg_params;
3145
3146 VM_BUG_ON(s->memcg_params && !s->memcg_params->is_root_cache);
3147
3148 if (num_groups > memcg_limited_groups_array_size) {
3149 int i;
3150 ssize_t size = memcg_caches_array_size(num_groups);
3151
3152 size *= sizeof(void *);
3153 size += sizeof(struct memcg_cache_params);
3154
3155 s->memcg_params = kzalloc(size, GFP_KERNEL);
3156 if (!s->memcg_params) {
3157 s->memcg_params = cur_params;
3158 return -ENOMEM;
3159 }
3160
3161 s->memcg_params->is_root_cache = true;
3162
3163 /*
3164 * There is the chance it will be bigger than
3165 * memcg_limited_groups_array_size, if we failed an allocation
3166 * in a cache, in which case all caches updated before it, will
3167 * have a bigger array.
3168 *
3169 * But if that is the case, the data after
3170 * memcg_limited_groups_array_size is certainly unused
3171 */
3172 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3173 if (!cur_params->memcg_caches[i])
3174 continue;
3175 s->memcg_params->memcg_caches[i] =
3176 cur_params->memcg_caches[i];
3177 }
3178
3179 /*
3180 * Ideally, we would wait until all caches succeed, and only
3181 * then free the old one. But this is not worth the extra
3182 * pointer per-cache we'd have to have for this.
3183 *
3184 * It is not a big deal if some caches are left with a size
3185 * bigger than the others. And all updates will reset this
3186 * anyway.
3187 */
3188 kfree(cur_params);
3189 }
3190 return 0;
3191}
3192
Glauber Costa943a4512012-12-18 14:23:03 -08003193int memcg_register_cache(struct mem_cgroup *memcg, struct kmem_cache *s,
3194 struct kmem_cache *root_cache)
Glauber Costa2633d7a2012-12-18 14:22:34 -08003195{
3196 size_t size = sizeof(struct memcg_cache_params);
3197
3198 if (!memcg_kmem_enabled())
3199 return 0;
3200
Glauber Costa55007d82012-12-18 14:22:38 -08003201 if (!memcg)
3202 size += memcg_limited_groups_array_size * sizeof(void *);
3203
Glauber Costa2633d7a2012-12-18 14:22:34 -08003204 s->memcg_params = kzalloc(size, GFP_KERNEL);
3205 if (!s->memcg_params)
3206 return -ENOMEM;
3207
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003208 INIT_WORK(&s->memcg_params->destroy,
3209 kmem_cache_destroy_work_func);
Glauber Costa943a4512012-12-18 14:23:03 -08003210 if (memcg) {
Glauber Costa2633d7a2012-12-18 14:22:34 -08003211 s->memcg_params->memcg = memcg;
Glauber Costa943a4512012-12-18 14:23:03 -08003212 s->memcg_params->root_cache = root_cache;
Glauber Costa4ba902b2013-02-12 13:46:22 -08003213 } else
3214 s->memcg_params->is_root_cache = true;
3215
Glauber Costa2633d7a2012-12-18 14:22:34 -08003216 return 0;
3217}
3218
3219void memcg_release_cache(struct kmem_cache *s)
3220{
Glauber Costad7f25f82012-12-18 14:22:40 -08003221 struct kmem_cache *root;
3222 struct mem_cgroup *memcg;
3223 int id;
3224
3225 /*
3226 * This happens, for instance, when a root cache goes away before we
3227 * add any memcg.
3228 */
3229 if (!s->memcg_params)
3230 return;
3231
3232 if (s->memcg_params->is_root_cache)
3233 goto out;
3234
3235 memcg = s->memcg_params->memcg;
3236 id = memcg_cache_id(memcg);
3237
3238 root = s->memcg_params->root_cache;
3239 root->memcg_params->memcg_caches[id] = NULL;
Glauber Costad7f25f82012-12-18 14:22:40 -08003240
3241 mutex_lock(&memcg->slab_caches_mutex);
3242 list_del(&s->memcg_params->list);
3243 mutex_unlock(&memcg->slab_caches_mutex);
3244
Li Zefanfd0ccaf2013-04-29 15:08:43 -07003245 mem_cgroup_put(memcg);
Glauber Costad7f25f82012-12-18 14:22:40 -08003246out:
Glauber Costa2633d7a2012-12-18 14:22:34 -08003247 kfree(s->memcg_params);
3248}
3249
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003250/*
3251 * During the creation a new cache, we need to disable our accounting mechanism
3252 * altogether. This is true even if we are not creating, but rather just
3253 * enqueing new caches to be created.
3254 *
3255 * This is because that process will trigger allocations; some visible, like
3256 * explicit kmallocs to auxiliary data structures, name strings and internal
3257 * cache structures; some well concealed, like INIT_WORK() that can allocate
3258 * objects during debug.
3259 *
3260 * If any allocation happens during memcg_kmem_get_cache, we will recurse back
3261 * to it. This may not be a bounded recursion: since the first cache creation
3262 * failed to complete (waiting on the allocation), we'll just try to create the
3263 * cache again, failing at the same point.
3264 *
3265 * memcg_kmem_get_cache is prepared to abort after seeing a positive count of
3266 * memcg_kmem_skip_account. So we enclose anything that might allocate memory
3267 * inside the following two functions.
3268 */
3269static inline void memcg_stop_kmem_account(void)
3270{
3271 VM_BUG_ON(!current->mm);
3272 current->memcg_kmem_skip_account++;
3273}
3274
3275static inline void memcg_resume_kmem_account(void)
3276{
3277 VM_BUG_ON(!current->mm);
3278 current->memcg_kmem_skip_account--;
3279}
3280
Glauber Costa1f458cb2012-12-18 14:22:50 -08003281static void kmem_cache_destroy_work_func(struct work_struct *w)
3282{
3283 struct kmem_cache *cachep;
3284 struct memcg_cache_params *p;
3285
3286 p = container_of(w, struct memcg_cache_params, destroy);
3287
3288 cachep = memcg_params_to_cache(p);
3289
Glauber Costa22933152012-12-18 14:22:59 -08003290 /*
3291 * If we get down to 0 after shrink, we could delete right away.
3292 * However, memcg_release_pages() already puts us back in the workqueue
3293 * in that case. If we proceed deleting, we'll get a dangling
3294 * reference, and removing the object from the workqueue in that case
3295 * is unnecessary complication. We are not a fast path.
3296 *
3297 * Note that this case is fundamentally different from racing with
3298 * shrink_slab(): if memcg_cgroup_destroy_cache() is called in
3299 * kmem_cache_shrink, not only we would be reinserting a dead cache
3300 * into the queue, but doing so from inside the worker racing to
3301 * destroy it.
3302 *
3303 * So if we aren't down to zero, we'll just schedule a worker and try
3304 * again
3305 */
3306 if (atomic_read(&cachep->memcg_params->nr_pages) != 0) {
3307 kmem_cache_shrink(cachep);
3308 if (atomic_read(&cachep->memcg_params->nr_pages) == 0)
3309 return;
3310 } else
Glauber Costa1f458cb2012-12-18 14:22:50 -08003311 kmem_cache_destroy(cachep);
3312}
3313
3314void mem_cgroup_destroy_cache(struct kmem_cache *cachep)
3315{
3316 if (!cachep->memcg_params->dead)
3317 return;
3318
3319 /*
Glauber Costa22933152012-12-18 14:22:59 -08003320 * There are many ways in which we can get here.
3321 *
3322 * We can get to a memory-pressure situation while the delayed work is
3323 * still pending to run. The vmscan shrinkers can then release all
3324 * cache memory and get us to destruction. If this is the case, we'll
3325 * be executed twice, which is a bug (the second time will execute over
3326 * bogus data). In this case, cancelling the work should be fine.
3327 *
3328 * But we can also get here from the worker itself, if
3329 * kmem_cache_shrink is enough to shake all the remaining objects and
3330 * get the page count to 0. In this case, we'll deadlock if we try to
3331 * cancel the work (the worker runs with an internal lock held, which
3332 * is the same lock we would hold for cancel_work_sync().)
3333 *
3334 * Since we can't possibly know who got us here, just refrain from
3335 * running if there is already work pending
3336 */
3337 if (work_pending(&cachep->memcg_params->destroy))
3338 return;
3339 /*
Glauber Costa1f458cb2012-12-18 14:22:50 -08003340 * We have to defer the actual destroying to a workqueue, because
3341 * we might currently be in a context that cannot sleep.
3342 */
3343 schedule_work(&cachep->memcg_params->destroy);
3344}
3345
Glauber Costad7f25f82012-12-18 14:22:40 -08003346/*
3347 * This lock protects updaters, not readers. We want readers to be as fast as
3348 * they can, and they will either see NULL or a valid cache value. Our model
3349 * allow them to see NULL, in which case the root memcg will be selected.
3350 *
3351 * We need this lock because multiple allocations to the same cache from a non
3352 * will span more than one worker. Only one of them can create the cache.
3353 */
3354static DEFINE_MUTEX(memcg_cache_mutex);
Michal Hockod9c10dd2013-03-28 08:48:14 +01003355
3356/*
3357 * Called with memcg_cache_mutex held
3358 */
3359static struct kmem_cache *kmem_cache_dup(struct mem_cgroup *memcg,
3360 struct kmem_cache *s)
3361{
3362 struct kmem_cache *new;
3363 static char *tmp_name = NULL;
3364
3365 lockdep_assert_held(&memcg_cache_mutex);
3366
3367 /*
3368 * kmem_cache_create_memcg duplicates the given name and
3369 * cgroup_name for this name requires RCU context.
3370 * This static temporary buffer is used to prevent from
3371 * pointless shortliving allocation.
3372 */
3373 if (!tmp_name) {
3374 tmp_name = kmalloc(PATH_MAX, GFP_KERNEL);
3375 if (!tmp_name)
3376 return NULL;
3377 }
3378
3379 rcu_read_lock();
3380 snprintf(tmp_name, PATH_MAX, "%s(%d:%s)", s->name,
3381 memcg_cache_id(memcg), cgroup_name(memcg->css.cgroup));
3382 rcu_read_unlock();
3383
3384 new = kmem_cache_create_memcg(memcg, tmp_name, s->object_size, s->align,
3385 (s->flags & ~SLAB_PANIC), s->ctor, s);
3386
3387 if (new)
3388 new->allocflags |= __GFP_KMEMCG;
3389
3390 return new;
3391}
3392
Glauber Costad7f25f82012-12-18 14:22:40 -08003393static struct kmem_cache *memcg_create_kmem_cache(struct mem_cgroup *memcg,
3394 struct kmem_cache *cachep)
3395{
3396 struct kmem_cache *new_cachep;
3397 int idx;
3398
3399 BUG_ON(!memcg_can_account_kmem(memcg));
3400
3401 idx = memcg_cache_id(memcg);
3402
3403 mutex_lock(&memcg_cache_mutex);
3404 new_cachep = cachep->memcg_params->memcg_caches[idx];
3405 if (new_cachep)
3406 goto out;
3407
3408 new_cachep = kmem_cache_dup(memcg, cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003409 if (new_cachep == NULL) {
3410 new_cachep = cachep;
3411 goto out;
3412 }
3413
3414 mem_cgroup_get(memcg);
Glauber Costa1f458cb2012-12-18 14:22:50 -08003415 atomic_set(&new_cachep->memcg_params->nr_pages , 0);
Glauber Costad7f25f82012-12-18 14:22:40 -08003416
3417 cachep->memcg_params->memcg_caches[idx] = new_cachep;
3418 /*
3419 * the readers won't lock, make sure everybody sees the updated value,
3420 * so they won't put stuff in the queue again for no reason
3421 */
3422 wmb();
3423out:
3424 mutex_unlock(&memcg_cache_mutex);
3425 return new_cachep;
3426}
3427
Glauber Costa7cf27982012-12-18 14:22:55 -08003428void kmem_cache_destroy_memcg_children(struct kmem_cache *s)
3429{
3430 struct kmem_cache *c;
3431 int i;
3432
3433 if (!s->memcg_params)
3434 return;
3435 if (!s->memcg_params->is_root_cache)
3436 return;
3437
3438 /*
3439 * If the cache is being destroyed, we trust that there is no one else
3440 * requesting objects from it. Even if there are, the sanity checks in
3441 * kmem_cache_destroy should caught this ill-case.
3442 *
3443 * Still, we don't want anyone else freeing memcg_caches under our
3444 * noses, which can happen if a new memcg comes to life. As usual,
3445 * we'll take the set_limit_mutex to protect ourselves against this.
3446 */
3447 mutex_lock(&set_limit_mutex);
3448 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3449 c = s->memcg_params->memcg_caches[i];
3450 if (!c)
3451 continue;
3452
3453 /*
3454 * We will now manually delete the caches, so to avoid races
3455 * we need to cancel all pending destruction workers and
3456 * proceed with destruction ourselves.
3457 *
3458 * kmem_cache_destroy() will call kmem_cache_shrink internally,
3459 * and that could spawn the workers again: it is likely that
3460 * the cache still have active pages until this very moment.
3461 * This would lead us back to mem_cgroup_destroy_cache.
3462 *
3463 * But that will not execute at all if the "dead" flag is not
3464 * set, so flip it down to guarantee we are in control.
3465 */
3466 c->memcg_params->dead = false;
Glauber Costa22933152012-12-18 14:22:59 -08003467 cancel_work_sync(&c->memcg_params->destroy);
Glauber Costa7cf27982012-12-18 14:22:55 -08003468 kmem_cache_destroy(c);
3469 }
3470 mutex_unlock(&set_limit_mutex);
3471}
3472
Glauber Costad7f25f82012-12-18 14:22:40 -08003473struct create_work {
3474 struct mem_cgroup *memcg;
3475 struct kmem_cache *cachep;
3476 struct work_struct work;
3477};
3478
Glauber Costa1f458cb2012-12-18 14:22:50 -08003479static void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3480{
3481 struct kmem_cache *cachep;
3482 struct memcg_cache_params *params;
3483
3484 if (!memcg_kmem_is_active(memcg))
3485 return;
3486
3487 mutex_lock(&memcg->slab_caches_mutex);
3488 list_for_each_entry(params, &memcg->memcg_slab_caches, list) {
3489 cachep = memcg_params_to_cache(params);
3490 cachep->memcg_params->dead = true;
Glauber Costa1f458cb2012-12-18 14:22:50 -08003491 schedule_work(&cachep->memcg_params->destroy);
3492 }
3493 mutex_unlock(&memcg->slab_caches_mutex);
3494}
3495
Glauber Costad7f25f82012-12-18 14:22:40 -08003496static void memcg_create_cache_work_func(struct work_struct *w)
3497{
3498 struct create_work *cw;
3499
3500 cw = container_of(w, struct create_work, work);
3501 memcg_create_kmem_cache(cw->memcg, cw->cachep);
3502 /* Drop the reference gotten when we enqueued. */
3503 css_put(&cw->memcg->css);
3504 kfree(cw);
3505}
3506
3507/*
3508 * Enqueue the creation of a per-memcg kmem_cache.
Glauber Costad7f25f82012-12-18 14:22:40 -08003509 */
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003510static void __memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3511 struct kmem_cache *cachep)
Glauber Costad7f25f82012-12-18 14:22:40 -08003512{
3513 struct create_work *cw;
3514
3515 cw = kmalloc(sizeof(struct create_work), GFP_NOWAIT);
Li Zefanca0dde92013-04-29 15:08:57 -07003516 if (cw == NULL) {
3517 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003518 return;
3519 }
3520
3521 cw->memcg = memcg;
3522 cw->cachep = cachep;
3523
3524 INIT_WORK(&cw->work, memcg_create_cache_work_func);
3525 schedule_work(&cw->work);
3526}
3527
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003528static void memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3529 struct kmem_cache *cachep)
3530{
3531 /*
3532 * We need to stop accounting when we kmalloc, because if the
3533 * corresponding kmalloc cache is not yet created, the first allocation
3534 * in __memcg_create_cache_enqueue will recurse.
3535 *
3536 * However, it is better to enclose the whole function. Depending on
3537 * the debugging options enabled, INIT_WORK(), for instance, can
3538 * trigger an allocation. This too, will make us recurse. Because at
3539 * this point we can't allow ourselves back into memcg_kmem_get_cache,
3540 * the safest choice is to do it like this, wrapping the whole function.
3541 */
3542 memcg_stop_kmem_account();
3543 __memcg_create_cache_enqueue(memcg, cachep);
3544 memcg_resume_kmem_account();
3545}
Glauber Costad7f25f82012-12-18 14:22:40 -08003546/*
3547 * Return the kmem_cache we're supposed to use for a slab allocation.
3548 * We try to use the current memcg's version of the cache.
3549 *
3550 * If the cache does not exist yet, if we are the first user of it,
3551 * we either create it immediately, if possible, or create it asynchronously
3552 * in a workqueue.
3553 * In the latter case, we will let the current allocation go through with
3554 * the original cache.
3555 *
3556 * Can't be called in interrupt context or from kernel threads.
3557 * This function needs to be called with rcu_read_lock() held.
3558 */
3559struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep,
3560 gfp_t gfp)
3561{
3562 struct mem_cgroup *memcg;
3563 int idx;
3564
3565 VM_BUG_ON(!cachep->memcg_params);
3566 VM_BUG_ON(!cachep->memcg_params->is_root_cache);
3567
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003568 if (!current->mm || current->memcg_kmem_skip_account)
3569 return cachep;
3570
Glauber Costad7f25f82012-12-18 14:22:40 -08003571 rcu_read_lock();
3572 memcg = mem_cgroup_from_task(rcu_dereference(current->mm->owner));
Glauber Costad7f25f82012-12-18 14:22:40 -08003573
3574 if (!memcg_can_account_kmem(memcg))
Li Zefanca0dde92013-04-29 15:08:57 -07003575 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003576
3577 idx = memcg_cache_id(memcg);
3578
3579 /*
3580 * barrier to mare sure we're always seeing the up to date value. The
3581 * code updating memcg_caches will issue a write barrier to match this.
3582 */
3583 read_barrier_depends();
Li Zefanca0dde92013-04-29 15:08:57 -07003584 if (likely(cachep->memcg_params->memcg_caches[idx])) {
3585 cachep = cachep->memcg_params->memcg_caches[idx];
3586 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003587 }
3588
Li Zefanca0dde92013-04-29 15:08:57 -07003589 /* The corresponding put will be done in the workqueue. */
3590 if (!css_tryget(&memcg->css))
3591 goto out;
3592 rcu_read_unlock();
3593
3594 /*
3595 * If we are in a safe context (can wait, and not in interrupt
3596 * context), we could be be predictable and return right away.
3597 * This would guarantee that the allocation being performed
3598 * already belongs in the new cache.
3599 *
3600 * However, there are some clashes that can arrive from locking.
3601 * For instance, because we acquire the slab_mutex while doing
3602 * kmem_cache_dup, this means no further allocation could happen
3603 * with the slab_mutex held.
3604 *
3605 * Also, because cache creation issue get_online_cpus(), this
3606 * creates a lock chain: memcg_slab_mutex -> cpu_hotplug_mutex,
3607 * that ends up reversed during cpu hotplug. (cpuset allocates
3608 * a bunch of GFP_KERNEL memory during cpuup). Due to all that,
3609 * better to defer everything.
3610 */
3611 memcg_create_cache_enqueue(memcg, cachep);
3612 return cachep;
3613out:
3614 rcu_read_unlock();
3615 return cachep;
Glauber Costad7f25f82012-12-18 14:22:40 -08003616}
3617EXPORT_SYMBOL(__memcg_kmem_get_cache);
3618
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003619/*
3620 * We need to verify if the allocation against current->mm->owner's memcg is
3621 * possible for the given order. But the page is not allocated yet, so we'll
3622 * need a further commit step to do the final arrangements.
3623 *
3624 * It is possible for the task to switch cgroups in this mean time, so at
3625 * commit time, we can't rely on task conversion any longer. We'll then use
3626 * the handle argument to return to the caller which cgroup we should commit
3627 * against. We could also return the memcg directly and avoid the pointer
3628 * passing, but a boolean return value gives better semantics considering
3629 * the compiled-out case as well.
3630 *
3631 * Returning true means the allocation is possible.
3632 */
3633bool
3634__memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **_memcg, int order)
3635{
3636 struct mem_cgroup *memcg;
3637 int ret;
3638
3639 *_memcg = NULL;
3640 memcg = try_get_mem_cgroup_from_mm(current->mm);
3641
3642 /*
3643 * very rare case described in mem_cgroup_from_task. Unfortunately there
3644 * isn't much we can do without complicating this too much, and it would
3645 * be gfp-dependent anyway. Just let it go
3646 */
3647 if (unlikely(!memcg))
3648 return true;
3649
3650 if (!memcg_can_account_kmem(memcg)) {
3651 css_put(&memcg->css);
3652 return true;
3653 }
3654
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003655 ret = memcg_charge_kmem(memcg, gfp, PAGE_SIZE << order);
3656 if (!ret)
3657 *_memcg = memcg;
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003658
3659 css_put(&memcg->css);
3660 return (ret == 0);
3661}
3662
3663void __memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg,
3664 int order)
3665{
3666 struct page_cgroup *pc;
3667
3668 VM_BUG_ON(mem_cgroup_is_root(memcg));
3669
3670 /* The page allocation failed. Revert */
3671 if (!page) {
3672 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003673 return;
3674 }
3675
3676 pc = lookup_page_cgroup(page);
3677 lock_page_cgroup(pc);
3678 pc->mem_cgroup = memcg;
3679 SetPageCgroupUsed(pc);
3680 unlock_page_cgroup(pc);
3681}
3682
3683void __memcg_kmem_uncharge_pages(struct page *page, int order)
3684{
3685 struct mem_cgroup *memcg = NULL;
3686 struct page_cgroup *pc;
3687
3688
3689 pc = lookup_page_cgroup(page);
3690 /*
3691 * Fast unlocked return. Theoretically might have changed, have to
3692 * check again after locking.
3693 */
3694 if (!PageCgroupUsed(pc))
3695 return;
3696
3697 lock_page_cgroup(pc);
3698 if (PageCgroupUsed(pc)) {
3699 memcg = pc->mem_cgroup;
3700 ClearPageCgroupUsed(pc);
3701 }
3702 unlock_page_cgroup(pc);
3703
3704 /*
3705 * We trust that only if there is a memcg associated with the page, it
3706 * is a valid allocation
3707 */
3708 if (!memcg)
3709 return;
3710
3711 VM_BUG_ON(mem_cgroup_is_root(memcg));
3712 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003713}
Glauber Costa1f458cb2012-12-18 14:22:50 -08003714#else
3715static inline void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3716{
3717}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003718#endif /* CONFIG_MEMCG_KMEM */
3719
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003720#ifdef CONFIG_TRANSPARENT_HUGEPAGE
3721
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07003722#define PCGF_NOCOPY_AT_SPLIT (1 << PCG_LOCK | 1 << PCG_MIGRATION)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003723/*
3724 * Because tail pages are not marked as "used", set it. We're under
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003725 * zone->lru_lock, 'splitting on pmd' and compound_lock.
3726 * charge/uncharge will be never happen and move_account() is done under
3727 * compound_lock(), so we don't have to take care of races.
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003728 */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003729void mem_cgroup_split_huge_fixup(struct page *head)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003730{
3731 struct page_cgroup *head_pc = lookup_page_cgroup(head);
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003732 struct page_cgroup *pc;
David Rientjesb070e652013-05-07 16:18:09 -07003733 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003734 int i;
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003735
KAMEZAWA Hiroyuki3d37c4a2011-01-25 15:07:28 -08003736 if (mem_cgroup_disabled())
3737 return;
David Rientjesb070e652013-05-07 16:18:09 -07003738
3739 memcg = head_pc->mem_cgroup;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003740 for (i = 1; i < HPAGE_PMD_NR; i++) {
3741 pc = head_pc + i;
David Rientjesb070e652013-05-07 16:18:09 -07003742 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003743 smp_wmb();/* see __commit_charge() */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003744 pc->flags = head_pc->flags & ~PCGF_NOCOPY_AT_SPLIT;
3745 }
David Rientjesb070e652013-05-07 16:18:09 -07003746 __this_cpu_sub(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
3747 HPAGE_PMD_NR);
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003748}
Hugh Dickins12d27102012-01-12 17:19:52 -08003749#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003750
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003751/**
Johannes Weinerde3638d2011-03-23 16:42:28 -07003752 * mem_cgroup_move_account - move account of the page
Johannes Weiner5564e882011-03-23 16:42:29 -07003753 * @page: the page
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003754 * @nr_pages: number of regular pages (>1 for huge pages)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003755 * @pc: page_cgroup of the page.
3756 * @from: mem_cgroup which the page is moved from.
3757 * @to: mem_cgroup which the page is moved to. @from != @to.
3758 *
3759 * The caller must confirm following.
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003760 * - page is not on LRU (isolate_page() is useful.)
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003761 * - compound_lock is held when nr_pages > 1
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003762 *
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003763 * This function doesn't do "charge" to new cgroup and doesn't do "uncharge"
3764 * from old cgroup.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003765 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003766static int mem_cgroup_move_account(struct page *page,
3767 unsigned int nr_pages,
3768 struct page_cgroup *pc,
3769 struct mem_cgroup *from,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003770 struct mem_cgroup *to)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003771{
Johannes Weinerde3638d2011-03-23 16:42:28 -07003772 unsigned long flags;
3773 int ret;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07003774 bool anon = PageAnon(page);
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003775
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003776 VM_BUG_ON(from == to);
Johannes Weiner5564e882011-03-23 16:42:29 -07003777 VM_BUG_ON(PageLRU(page));
Johannes Weinerde3638d2011-03-23 16:42:28 -07003778 /*
3779 * The page is isolated from LRU. So, collapse function
3780 * will not handle this page. But page splitting can happen.
3781 * Do this check under compound_page_lock(). The caller should
3782 * hold it.
3783 */
3784 ret = -EBUSY;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003785 if (nr_pages > 1 && !PageTransHuge(page))
Johannes Weinerde3638d2011-03-23 16:42:28 -07003786 goto out;
3787
3788 lock_page_cgroup(pc);
3789
3790 ret = -EINVAL;
3791 if (!PageCgroupUsed(pc) || pc->mem_cgroup != from)
3792 goto unlock;
3793
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003794 move_lock_mem_cgroup(from, &flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003795
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07003796 if (!anon && page_mapped(page)) {
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003797 /* Update mapped_file data for mem_cgroup */
3798 preempt_disable();
3799 __this_cpu_dec(from->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3800 __this_cpu_inc(to->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3801 preempt_enable();
Balbir Singhd69b0422009-06-17 16:26:34 -07003802 }
David Rientjesb070e652013-05-07 16:18:09 -07003803 mem_cgroup_charge_statistics(from, page, anon, -nr_pages);
Balbir Singhd69b0422009-06-17 16:26:34 -07003804
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08003805 /* caller should have done css_get */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003806 pc->mem_cgroup = to;
David Rientjesb070e652013-05-07 16:18:09 -07003807 mem_cgroup_charge_statistics(to, page, anon, nr_pages);
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003808 move_unlock_mem_cgroup(from, &flags);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003809 ret = 0;
3810unlock:
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003811 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08003812 /*
3813 * check events
3814 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003815 memcg_check_events(to, page);
3816 memcg_check_events(from, page);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003817out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003818 return ret;
3819}
3820
Michal Hocko2ef37d32012-10-26 13:37:30 +02003821/**
3822 * mem_cgroup_move_parent - moves page to the parent group
3823 * @page: the page to move
3824 * @pc: page_cgroup of the page
3825 * @child: page's cgroup
3826 *
3827 * move charges to its parent or the root cgroup if the group has no
3828 * parent (aka use_hierarchy==0).
3829 * Although this might fail (get_page_unless_zero, isolate_lru_page or
3830 * mem_cgroup_move_account fails) the failure is always temporary and
3831 * it signals a race with a page removal/uncharge or migration. In the
3832 * first case the page is on the way out and it will vanish from the LRU
3833 * on the next attempt and the call should be retried later.
3834 * Isolation from the LRU fails only if page has been isolated from
3835 * the LRU since we looked at it and that usually means either global
3836 * reclaim or migration going on. The page will either get back to the
3837 * LRU or vanish.
3838 * Finaly mem_cgroup_move_account fails only if the page got uncharged
3839 * (!PageCgroupUsed) or moved to a different group. The page will
3840 * disappear in the next attempt.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003841 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003842static int mem_cgroup_move_parent(struct page *page,
3843 struct page_cgroup *pc,
KAMEZAWA Hiroyuki6068bf02012-07-31 16:42:45 -07003844 struct mem_cgroup *child)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003845{
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003846 struct mem_cgroup *parent;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003847 unsigned int nr_pages;
Andrew Morton4be44892011-03-23 16:42:39 -07003848 unsigned long uninitialized_var(flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003849 int ret;
3850
Michal Hockod8423012012-10-26 13:37:29 +02003851 VM_BUG_ON(mem_cgroup_is_root(child));
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003852
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003853 ret = -EBUSY;
3854 if (!get_page_unless_zero(page))
3855 goto out;
3856 if (isolate_lru_page(page))
3857 goto put;
KAMEZAWA Hiroyuki52dbb902011-01-25 15:07:29 -08003858
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003859 nr_pages = hpage_nr_pages(page);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003860
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003861 parent = parent_mem_cgroup(child);
3862 /*
3863 * If no parent, move charges to root cgroup.
3864 */
3865 if (!parent)
3866 parent = root_mem_cgroup;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003867
Michal Hocko2ef37d32012-10-26 13:37:30 +02003868 if (nr_pages > 1) {
3869 VM_BUG_ON(!PageTransHuge(page));
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003870 flags = compound_lock_irqsave(page);
Michal Hocko2ef37d32012-10-26 13:37:30 +02003871 }
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003872
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003873 ret = mem_cgroup_move_account(page, nr_pages,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003874 pc, child, parent);
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003875 if (!ret)
3876 __mem_cgroup_cancel_local_charge(child, nr_pages);
Jesper Juhl8dba4742011-01-25 15:07:24 -08003877
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003878 if (nr_pages > 1)
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003879 compound_unlock_irqrestore(page, flags);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003880 putback_lru_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003881put:
Daisuke Nishimura40d58132009-01-15 13:51:12 -08003882 put_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003883out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003884 return ret;
3885}
3886
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003887/*
3888 * Charge the memory controller for page usage.
3889 * Return
3890 * 0 if the charge was successful
3891 * < 0 if the cgroup is over its limit
3892 */
3893static int mem_cgroup_charge_common(struct page *page, struct mm_struct *mm,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07003894 gfp_t gfp_mask, enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003895{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003896 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003897 unsigned int nr_pages = 1;
Johannes Weiner8493ae42011-02-01 15:52:44 -08003898 bool oom = true;
3899 int ret;
Andrea Arcangeliec168512011-01-13 15:46:56 -08003900
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003901 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003902 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003903 VM_BUG_ON(!PageTransHuge(page));
Johannes Weiner8493ae42011-02-01 15:52:44 -08003904 /*
3905 * Never OOM-kill a process for a huge page. The
3906 * fault handler will fall back to regular pages.
3907 */
3908 oom = false;
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003909 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003910
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003911 ret = __mem_cgroup_try_charge(mm, gfp_mask, nr_pages, &memcg, oom);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003912 if (ret == -ENOMEM)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003913 return ret;
Johannes Weinerce587e62012-04-24 20:22:33 +02003914 __mem_cgroup_commit_charge(memcg, page, nr_pages, ctype, false);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003915 return 0;
3916}
3917
3918int mem_cgroup_newpage_charge(struct page *page,
3919 struct mm_struct *mm, gfp_t gfp_mask)
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003920{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003921 if (mem_cgroup_disabled())
Li Zefancede86a2008-07-25 01:47:18 -07003922 return 0;
Johannes Weiner7a0524c2012-01-12 17:18:43 -08003923 VM_BUG_ON(page_mapped(page));
3924 VM_BUG_ON(page->mapping && !PageAnon(page));
3925 VM_BUG_ON(!mm);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003926 return mem_cgroup_charge_common(page, mm, gfp_mask,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07003927 MEM_CGROUP_CHARGE_TYPE_ANON);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003928}
3929
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003930/*
3931 * While swap-in, try_charge -> commit or cancel, the page is locked.
3932 * And when try_charge() successfully returns, one refcnt to memcg without
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02003933 * struct page_cgroup is acquired. This refcnt will be consumed by
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003934 * "commit()" or removed by "cancel()"
3935 */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003936static int __mem_cgroup_try_charge_swapin(struct mm_struct *mm,
3937 struct page *page,
3938 gfp_t mask,
3939 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003940{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003941 struct mem_cgroup *memcg;
Johannes Weiner90deb782012-07-31 16:45:47 -07003942 struct page_cgroup *pc;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003943 int ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003944
Johannes Weiner90deb782012-07-31 16:45:47 -07003945 pc = lookup_page_cgroup(page);
3946 /*
3947 * Every swap fault against a single page tries to charge the
3948 * page, bail as early as possible. shmem_unuse() encounters
3949 * already charged pages, too. The USED bit is protected by
3950 * the page lock, which serializes swap cache removal, which
3951 * in turn serializes uncharging.
3952 */
3953 if (PageCgroupUsed(pc))
3954 return 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003955 if (!do_swap_account)
3956 goto charge_cur_mm;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003957 memcg = try_get_mem_cgroup_from_page(page);
3958 if (!memcg)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003959 goto charge_cur_mm;
Johannes Weiner72835c82012-01-12 17:18:32 -08003960 *memcgp = memcg;
3961 ret = __mem_cgroup_try_charge(NULL, mask, 1, memcgp, true);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003962 css_put(&memcg->css);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003963 if (ret == -EINTR)
3964 ret = 0;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003965 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003966charge_cur_mm:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003967 ret = __mem_cgroup_try_charge(mm, mask, 1, memcgp, true);
3968 if (ret == -EINTR)
3969 ret = 0;
3970 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003971}
3972
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003973int mem_cgroup_try_charge_swapin(struct mm_struct *mm, struct page *page,
3974 gfp_t gfp_mask, struct mem_cgroup **memcgp)
3975{
3976 *memcgp = NULL;
3977 if (mem_cgroup_disabled())
3978 return 0;
Johannes Weinerbdf4f4d2012-07-31 16:45:50 -07003979 /*
3980 * A racing thread's fault, or swapoff, may have already
3981 * updated the pte, and even removed page from swap cache: in
3982 * those cases unuse_pte()'s pte_same() test will fail; but
3983 * there's also a KSM case which does need to charge the page.
3984 */
3985 if (!PageSwapCache(page)) {
3986 int ret;
3987
3988 ret = __mem_cgroup_try_charge(mm, gfp_mask, 1, memcgp, true);
3989 if (ret == -EINTR)
3990 ret = 0;
3991 return ret;
3992 }
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003993 return __mem_cgroup_try_charge_swapin(mm, page, gfp_mask, memcgp);
3994}
3995
Johannes Weiner827a03d2012-07-31 16:45:36 -07003996void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg)
3997{
3998 if (mem_cgroup_disabled())
3999 return;
4000 if (!memcg)
4001 return;
4002 __mem_cgroup_cancel_charge(memcg, 1);
4003}
4004
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004005static void
Johannes Weiner72835c82012-01-12 17:18:32 -08004006__mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *memcg,
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004007 enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004008{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004009 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004010 return;
Johannes Weiner72835c82012-01-12 17:18:32 -08004011 if (!memcg)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004012 return;
KAMEZAWA Hiroyuki5a6475a2011-03-23 16:42:42 -07004013
Johannes Weinerce587e62012-04-24 20:22:33 +02004014 __mem_cgroup_commit_charge(memcg, page, 1, ctype, true);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004015 /*
4016 * Now swap is on-memory. This means this page may be
4017 * counted both as mem and swap....double count.
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004018 * Fix it by uncharging from memsw. Basically, this SwapCache is stable
4019 * under lock_page(). But in do_swap_page()::memory.c, reuse_swap_page()
4020 * may call delete_from_swap_cache() before reach here.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004021 */
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004022 if (do_swap_account && PageSwapCache(page)) {
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004023 swp_entry_t ent = {.val = page_private(page)};
Hugh Dickins86493002012-05-29 15:06:52 -07004024 mem_cgroup_uncharge_swap(ent);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004025 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004026}
4027
Johannes Weiner72835c82012-01-12 17:18:32 -08004028void mem_cgroup_commit_charge_swapin(struct page *page,
4029 struct mem_cgroup *memcg)
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004030{
Johannes Weiner72835c82012-01-12 17:18:32 -08004031 __mem_cgroup_commit_charge_swapin(page, memcg,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004032 MEM_CGROUP_CHARGE_TYPE_ANON);
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004033}
4034
Johannes Weiner827a03d2012-07-31 16:45:36 -07004035int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
4036 gfp_t gfp_mask)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004037{
Johannes Weiner827a03d2012-07-31 16:45:36 -07004038 struct mem_cgroup *memcg = NULL;
4039 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
4040 int ret;
4041
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004042 if (mem_cgroup_disabled())
Johannes Weiner827a03d2012-07-31 16:45:36 -07004043 return 0;
4044 if (PageCompound(page))
4045 return 0;
4046
Johannes Weiner827a03d2012-07-31 16:45:36 -07004047 if (!PageSwapCache(page))
4048 ret = mem_cgroup_charge_common(page, mm, gfp_mask, type);
4049 else { /* page is swapcache/shmem */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004050 ret = __mem_cgroup_try_charge_swapin(mm, page,
4051 gfp_mask, &memcg);
Johannes Weiner827a03d2012-07-31 16:45:36 -07004052 if (!ret)
4053 __mem_cgroup_commit_charge_swapin(page, memcg, type);
4054 }
4055 return ret;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004056}
4057
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004058static void mem_cgroup_do_uncharge(struct mem_cgroup *memcg,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004059 unsigned int nr_pages,
4060 const enum charge_type ctype)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004061{
4062 struct memcg_batch_info *batch = NULL;
4063 bool uncharge_memsw = true;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004064
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004065 /* If swapout, usage of swap doesn't decrease */
4066 if (!do_swap_account || ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT)
4067 uncharge_memsw = false;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004068
4069 batch = &current->memcg_batch;
4070 /*
4071 * In usual, we do css_get() when we remember memcg pointer.
4072 * But in this case, we keep res->usage until end of a series of
4073 * uncharges. Then, it's ok to ignore memcg's refcnt.
4074 */
4075 if (!batch->memcg)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004076 batch->memcg = memcg;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004077 /*
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004078 * do_batch > 0 when unmapping pages or inode invalidate/truncate.
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004079 * In those cases, all pages freed continuously can be expected to be in
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004080 * the same cgroup and we have chance to coalesce uncharges.
4081 * But we do uncharge one by one if this is killed by OOM(TIF_MEMDIE)
4082 * because we want to do uncharge as soon as possible.
4083 */
4084
4085 if (!batch->do_batch || test_thread_flag(TIF_MEMDIE))
4086 goto direct_uncharge;
4087
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004088 if (nr_pages > 1)
Andrea Arcangeliec168512011-01-13 15:46:56 -08004089 goto direct_uncharge;
4090
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004091 /*
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004092 * In typical case, batch->memcg == mem. This means we can
4093 * merge a series of uncharges to an uncharge of res_counter.
4094 * If not, we uncharge res_counter ony by one.
4095 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004096 if (batch->memcg != memcg)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004097 goto direct_uncharge;
4098 /* remember freed charge and uncharge it later */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004099 batch->nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004100 if (uncharge_memsw)
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004101 batch->memsw_nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004102 return;
4103direct_uncharge:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004104 res_counter_uncharge(&memcg->res, nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004105 if (uncharge_memsw)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004106 res_counter_uncharge(&memcg->memsw, nr_pages * PAGE_SIZE);
4107 if (unlikely(batch->memcg != memcg))
4108 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004109}
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004110
Balbir Singh8697d332008-02-07 00:13:59 -08004111/*
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004112 * uncharge if !page_mapped(page)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004113 */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004114static struct mem_cgroup *
Johannes Weiner0030f532012-07-31 16:45:25 -07004115__mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype,
4116 bool end_migration)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004117{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004118 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004119 unsigned int nr_pages = 1;
4120 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004121 bool anon;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004122
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004123 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004124 return NULL;
Balbir Singh40779602008-04-04 14:29:59 -07004125
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004126 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004127 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004128 VM_BUG_ON(!PageTransHuge(page));
4129 }
Balbir Singh8697d332008-02-07 00:13:59 -08004130 /*
Balbir Singh3c541e12008-02-07 00:14:41 -08004131 * Check if our page_cgroup is valid
Balbir Singh8697d332008-02-07 00:13:59 -08004132 */
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004133 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004134 if (unlikely(!PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004135 return NULL;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004136
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004137 lock_page_cgroup(pc);
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004138
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004139 memcg = pc->mem_cgroup;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004140
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004141 if (!PageCgroupUsed(pc))
4142 goto unlock_out;
4143
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004144 anon = PageAnon(page);
4145
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004146 switch (ctype) {
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004147 case MEM_CGROUP_CHARGE_TYPE_ANON:
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07004148 /*
4149 * Generally PageAnon tells if it's the anon statistics to be
4150 * updated; but sometimes e.g. mem_cgroup_uncharge_page() is
4151 * used before page reached the stage of being marked PageAnon.
4152 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004153 anon = true;
4154 /* fallthrough */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004155 case MEM_CGROUP_CHARGE_TYPE_DROP:
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004156 /* See mem_cgroup_prepare_migration() */
Johannes Weiner0030f532012-07-31 16:45:25 -07004157 if (page_mapped(page))
4158 goto unlock_out;
4159 /*
4160 * Pages under migration may not be uncharged. But
4161 * end_migration() /must/ be the one uncharging the
4162 * unused post-migration page and so it has to call
4163 * here with the migration bit still set. See the
4164 * res_counter handling below.
4165 */
4166 if (!end_migration && PageCgroupMigration(pc))
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004167 goto unlock_out;
4168 break;
4169 case MEM_CGROUP_CHARGE_TYPE_SWAPOUT:
4170 if (!PageAnon(page)) { /* Shared memory */
4171 if (page->mapping && !page_is_file_cache(page))
4172 goto unlock_out;
4173 } else if (page_mapped(page)) /* Anon */
4174 goto unlock_out;
4175 break;
4176 default:
4177 break;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004178 }
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004179
David Rientjesb070e652013-05-07 16:18:09 -07004180 mem_cgroup_charge_statistics(memcg, page, anon, -nr_pages);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004181
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004182 ClearPageCgroupUsed(pc);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08004183 /*
4184 * pc->mem_cgroup is not cleared here. It will be accessed when it's
4185 * freed from LRU. This is safe because uncharged page is expected not
4186 * to be reused (freed soon). Exception is SwapCache, it's handled by
4187 * special functions.
4188 */
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004189
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004190 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004191 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004192 * even after unlock, we have memcg->res.usage here and this memcg
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004193 * will never be freed.
4194 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004195 memcg_check_events(memcg, page);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004196 if (do_swap_account && ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004197 mem_cgroup_swap_statistics(memcg, true);
4198 mem_cgroup_get(memcg);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004199 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004200 /*
4201 * Migration does not charge the res_counter for the
4202 * replacement page, so leave it alone when phasing out the
4203 * page that is unused after the migration.
4204 */
4205 if (!end_migration && !mem_cgroup_is_root(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004206 mem_cgroup_do_uncharge(memcg, nr_pages, ctype);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004207
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004208 return memcg;
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004209
4210unlock_out:
4211 unlock_page_cgroup(pc);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004212 return NULL;
Balbir Singh3c541e12008-02-07 00:14:41 -08004213}
4214
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004215void mem_cgroup_uncharge_page(struct page *page)
4216{
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004217 /* early check. */
4218 if (page_mapped(page))
4219 return;
Johannes Weiner40f23a22012-01-12 17:18:45 -08004220 VM_BUG_ON(page->mapping && !PageAnon(page));
Johannes Weiner28ccddf2013-05-24 15:55:15 -07004221 /*
4222 * If the page is in swap cache, uncharge should be deferred
4223 * to the swap path, which also properly accounts swap usage
4224 * and handles memcg lifetime.
4225 *
4226 * Note that this check is not stable and reclaim may add the
4227 * page to swap cache at any time after this. However, if the
4228 * page is not in swap cache by the time page->mapcount hits
4229 * 0, there won't be any page table references to the swap
4230 * slot, and reclaim will free it and not actually write the
4231 * page to disk.
4232 */
Johannes Weiner0c59b892012-07-31 16:45:31 -07004233 if (PageSwapCache(page))
4234 return;
Johannes Weiner0030f532012-07-31 16:45:25 -07004235 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_ANON, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004236}
4237
4238void mem_cgroup_uncharge_cache_page(struct page *page)
4239{
4240 VM_BUG_ON(page_mapped(page));
KAMEZAWA Hiroyukib7abea92008-10-18 20:28:09 -07004241 VM_BUG_ON(page->mapping);
Johannes Weiner0030f532012-07-31 16:45:25 -07004242 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_CACHE, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004243}
4244
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004245/*
4246 * Batch_start/batch_end is called in unmap_page_range/invlidate/trucate.
4247 * In that cases, pages are freed continuously and we can expect pages
4248 * are in the same memcg. All these calls itself limits the number of
4249 * pages freed at once, then uncharge_start/end() is called properly.
4250 * This may be called prural(2) times in a context,
4251 */
4252
4253void mem_cgroup_uncharge_start(void)
4254{
4255 current->memcg_batch.do_batch++;
4256 /* We can do nest. */
4257 if (current->memcg_batch.do_batch == 1) {
4258 current->memcg_batch.memcg = NULL;
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004259 current->memcg_batch.nr_pages = 0;
4260 current->memcg_batch.memsw_nr_pages = 0;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004261 }
4262}
4263
4264void mem_cgroup_uncharge_end(void)
4265{
4266 struct memcg_batch_info *batch = &current->memcg_batch;
4267
4268 if (!batch->do_batch)
4269 return;
4270
4271 batch->do_batch--;
4272 if (batch->do_batch) /* If stacked, do nothing. */
4273 return;
4274
4275 if (!batch->memcg)
4276 return;
4277 /*
4278 * This "batch->memcg" is valid without any css_get/put etc...
4279 * bacause we hide charges behind us.
4280 */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004281 if (batch->nr_pages)
4282 res_counter_uncharge(&batch->memcg->res,
4283 batch->nr_pages * PAGE_SIZE);
4284 if (batch->memsw_nr_pages)
4285 res_counter_uncharge(&batch->memcg->memsw,
4286 batch->memsw_nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004287 memcg_oom_recover(batch->memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004288 /* forget this pointer (for sanity check) */
4289 batch->memcg = NULL;
4290}
4291
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004292#ifdef CONFIG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004293/*
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004294 * called after __delete_from_swap_cache() and drop "page" account.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004295 * memcg information is recorded to swap_cgroup of "ent"
4296 */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004297void
4298mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout)
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004299{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004300 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004301 int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004302
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004303 if (!swapout) /* this was a swap cache but the swap is unused ! */
4304 ctype = MEM_CGROUP_CHARGE_TYPE_DROP;
4305
Johannes Weiner0030f532012-07-31 16:45:25 -07004306 memcg = __mem_cgroup_uncharge_common(page, ctype, false);
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004307
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004308 /*
4309 * record memcg information, if swapout && memcg != NULL,
4310 * mem_cgroup_get() was called in uncharge().
4311 */
4312 if (do_swap_account && swapout && memcg)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004313 swap_cgroup_record(ent, css_id(&memcg->css));
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004314}
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004315#endif
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004316
Andrew Mortonc255a452012-07-31 16:43:02 -07004317#ifdef CONFIG_MEMCG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004318/*
4319 * called from swap_entry_free(). remove record in swap_cgroup and
4320 * uncharge "memsw" account.
4321 */
4322void mem_cgroup_uncharge_swap(swp_entry_t ent)
4323{
4324 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004325 unsigned short id;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004326
4327 if (!do_swap_account)
4328 return;
4329
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004330 id = swap_cgroup_record(ent, 0);
4331 rcu_read_lock();
4332 memcg = mem_cgroup_lookup(id);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004333 if (memcg) {
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004334 /*
4335 * We uncharge this because swap is freed.
4336 * This memcg can be obsolete one. We avoid calling css_tryget
4337 */
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004338 if (!mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -07004339 res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004340 mem_cgroup_swap_statistics(memcg, false);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004341 mem_cgroup_put(memcg);
4342 }
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004343 rcu_read_unlock();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004344}
Daisuke Nishimura02491442010-03-10 15:22:17 -08004345
4346/**
4347 * mem_cgroup_move_swap_account - move swap charge and swap_cgroup's record.
4348 * @entry: swap entry to be moved
4349 * @from: mem_cgroup which the entry is moved from
4350 * @to: mem_cgroup which the entry is moved to
4351 *
4352 * It succeeds only when the swap_cgroup's record for this entry is the same
4353 * as the mem_cgroup's id of @from.
4354 *
4355 * Returns 0 on success, -EINVAL on failure.
4356 *
4357 * The caller must have charged to @to, IOW, called res_counter_charge() about
4358 * both res and memsw, and called css_get().
4359 */
4360static int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004361 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004362{
4363 unsigned short old_id, new_id;
4364
4365 old_id = css_id(&from->css);
4366 new_id = css_id(&to->css);
4367
4368 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08004369 mem_cgroup_swap_statistics(from, false);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004370 mem_cgroup_swap_statistics(to, true);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004371 /*
4372 * This function is only called from task migration context now.
4373 * It postpones res_counter and refcount handling till the end
4374 * of task migration(mem_cgroup_clear_mc()) for performance
4375 * improvement. But we cannot postpone mem_cgroup_get(to)
4376 * because if the process that has been moved to @to does
4377 * swap-in, the refcount of @to might be decreased to 0.
4378 */
Daisuke Nishimura02491442010-03-10 15:22:17 -08004379 mem_cgroup_get(to);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004380 return 0;
4381 }
4382 return -EINVAL;
4383}
4384#else
4385static inline int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004386 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004387{
4388 return -EINVAL;
4389}
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004390#endif
4391
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004392/*
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004393 * Before starting migration, account PAGE_SIZE to mem_cgroup that the old
4394 * page belongs to.
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004395 */
Johannes Weiner0030f532012-07-31 16:45:25 -07004396void mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
4397 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004398{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004399 struct mem_cgroup *memcg = NULL;
Mel Gormanb32967f2012-11-19 12:35:47 +00004400 unsigned int nr_pages = 1;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004401 struct page_cgroup *pc;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004402 enum charge_type ctype;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004403
Johannes Weiner72835c82012-01-12 17:18:32 -08004404 *memcgp = NULL;
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07004405
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004406 if (mem_cgroup_disabled())
Johannes Weiner0030f532012-07-31 16:45:25 -07004407 return;
Balbir Singh40779602008-04-04 14:29:59 -07004408
Mel Gormanb32967f2012-11-19 12:35:47 +00004409 if (PageTransHuge(page))
4410 nr_pages <<= compound_order(page);
4411
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004412 pc = lookup_page_cgroup(page);
4413 lock_page_cgroup(pc);
4414 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004415 memcg = pc->mem_cgroup;
4416 css_get(&memcg->css);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004417 /*
4418 * At migrating an anonymous page, its mapcount goes down
4419 * to 0 and uncharge() will be called. But, even if it's fully
4420 * unmapped, migration may fail and this page has to be
4421 * charged again. We set MIGRATION flag here and delay uncharge
4422 * until end_migration() is called
4423 *
4424 * Corner Case Thinking
4425 * A)
4426 * When the old page was mapped as Anon and it's unmap-and-freed
4427 * while migration was ongoing.
4428 * If unmap finds the old page, uncharge() of it will be delayed
4429 * until end_migration(). If unmap finds a new page, it's
4430 * uncharged when it make mapcount to be 1->0. If unmap code
4431 * finds swap_migration_entry, the new page will not be mapped
4432 * and end_migration() will find it(mapcount==0).
4433 *
4434 * B)
4435 * When the old page was mapped but migraion fails, the kernel
4436 * remaps it. A charge for it is kept by MIGRATION flag even
4437 * if mapcount goes down to 0. We can do remap successfully
4438 * without charging it again.
4439 *
4440 * C)
4441 * The "old" page is under lock_page() until the end of
4442 * migration, so, the old page itself will not be swapped-out.
4443 * If the new page is swapped out before end_migraton, our
4444 * hook to usual swap-out path will catch the event.
4445 */
4446 if (PageAnon(page))
4447 SetPageCgroupMigration(pc);
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004448 }
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004449 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004450 /*
4451 * If the page is not charged at this point,
4452 * we return here.
4453 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004454 if (!memcg)
Johannes Weiner0030f532012-07-31 16:45:25 -07004455 return;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004456
Johannes Weiner72835c82012-01-12 17:18:32 -08004457 *memcgp = memcg;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004458 /*
4459 * We charge new page before it's used/mapped. So, even if unlock_page()
4460 * is called before end_migration, we can catch all events on this new
4461 * page. In the case new page is migrated but not remapped, new page's
4462 * mapcount will be finally 0 and we call uncharge in end_migration().
4463 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004464 if (PageAnon(page))
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004465 ctype = MEM_CGROUP_CHARGE_TYPE_ANON;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004466 else
Johannes Weiner62ba7442012-07-31 16:45:39 -07004467 ctype = MEM_CGROUP_CHARGE_TYPE_CACHE;
Johannes Weiner0030f532012-07-31 16:45:25 -07004468 /*
4469 * The page is committed to the memcg, but it's not actually
4470 * charged to the res_counter since we plan on replacing the
4471 * old one and only one page is going to be left afterwards.
4472 */
Mel Gormanb32967f2012-11-19 12:35:47 +00004473 __mem_cgroup_commit_charge(memcg, newpage, nr_pages, ctype, false);
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004474}
Hugh Dickinsfb59e9f2008-03-04 14:29:16 -08004475
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004476/* remove redundant charge if migration failed*/
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004477void mem_cgroup_end_migration(struct mem_cgroup *memcg,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004478 struct page *oldpage, struct page *newpage, bool migration_ok)
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004479{
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004480 struct page *used, *unused;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004481 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004482 bool anon;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004483
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004484 if (!memcg)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004485 return;
Tejun Heob25ed602012-11-05 09:16:59 -08004486
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004487 if (!migration_ok) {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004488 used = oldpage;
4489 unused = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004490 } else {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004491 used = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004492 unused = oldpage;
4493 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004494 anon = PageAnon(used);
Johannes Weiner7d188952012-07-31 16:45:34 -07004495 __mem_cgroup_uncharge_common(unused,
4496 anon ? MEM_CGROUP_CHARGE_TYPE_ANON
4497 : MEM_CGROUP_CHARGE_TYPE_CACHE,
4498 true);
Johannes Weiner0030f532012-07-31 16:45:25 -07004499 css_put(&memcg->css);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004500 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004501 * We disallowed uncharge of pages under migration because mapcount
4502 * of the page goes down to zero, temporarly.
4503 * Clear the flag and check the page should be charged.
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004504 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004505 pc = lookup_page_cgroup(oldpage);
4506 lock_page_cgroup(pc);
4507 ClearPageCgroupMigration(pc);
4508 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004509
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004510 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004511 * If a page is a file cache, radix-tree replacement is very atomic
4512 * and we can skip this check. When it was an Anon page, its mapcount
4513 * goes down to 0. But because we added MIGRATION flage, it's not
4514 * uncharged yet. There are several case but page->mapcount check
4515 * and USED bit check in mem_cgroup_uncharge_page() will do enough
4516 * check. (see prepare_charge() also)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004517 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004518 if (anon)
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004519 mem_cgroup_uncharge_page(used);
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004520}
Pavel Emelianov78fb7462008-02-07 00:13:51 -08004521
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004522/*
4523 * At replace page cache, newpage is not under any memcg but it's on
4524 * LRU. So, this function doesn't touch res_counter but handles LRU
4525 * in correct way. Both pages are locked so we cannot race with uncharge.
4526 */
4527void mem_cgroup_replace_page_cache(struct page *oldpage,
4528 struct page *newpage)
4529{
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004530 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004531 struct page_cgroup *pc;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004532 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004533
4534 if (mem_cgroup_disabled())
4535 return;
4536
4537 pc = lookup_page_cgroup(oldpage);
4538 /* fix accounting on old pages */
4539 lock_page_cgroup(pc);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004540 if (PageCgroupUsed(pc)) {
4541 memcg = pc->mem_cgroup;
David Rientjesb070e652013-05-07 16:18:09 -07004542 mem_cgroup_charge_statistics(memcg, oldpage, false, -1);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004543 ClearPageCgroupUsed(pc);
4544 }
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004545 unlock_page_cgroup(pc);
4546
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004547 /*
4548 * When called from shmem_replace_page(), in some cases the
4549 * oldpage has already been charged, and in some cases not.
4550 */
4551 if (!memcg)
4552 return;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004553 /*
4554 * Even if newpage->mapping was NULL before starting replacement,
4555 * the newpage may be on LRU(or pagevec for LRU) already. We lock
4556 * LRU while we overwrite pc->mem_cgroup.
4557 */
Johannes Weinerce587e62012-04-24 20:22:33 +02004558 __mem_cgroup_commit_charge(memcg, newpage, 1, type, true);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004559}
4560
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004561#ifdef CONFIG_DEBUG_VM
4562static struct page_cgroup *lookup_page_cgroup_used(struct page *page)
4563{
4564 struct page_cgroup *pc;
4565
4566 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004567 /*
4568 * Can be NULL while feeding pages into the page allocator for
4569 * the first time, i.e. during boot or memory hotplug;
4570 * or when mem_cgroup_disabled().
4571 */
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004572 if (likely(pc) && PageCgroupUsed(pc))
4573 return pc;
4574 return NULL;
4575}
4576
4577bool mem_cgroup_bad_page_check(struct page *page)
4578{
4579 if (mem_cgroup_disabled())
4580 return false;
4581
4582 return lookup_page_cgroup_used(page) != NULL;
4583}
4584
4585void mem_cgroup_print_bad_page(struct page *page)
4586{
4587 struct page_cgroup *pc;
4588
4589 pc = lookup_page_cgroup_used(page);
4590 if (pc) {
Andrew Mortond0451972013-02-22 16:32:06 -08004591 pr_alert("pc:%p pc->flags:%lx pc->mem_cgroup:%p\n",
4592 pc, pc->flags, pc->mem_cgroup);
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004593 }
4594}
4595#endif
4596
KOSAKI Motohirod38d2a72009-01-06 14:39:44 -08004597static int mem_cgroup_resize_limit(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004598 unsigned long long val)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004599{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004600 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004601 u64 memswlimit, memlimit;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004602 int ret = 0;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004603 int children = mem_cgroup_count_children(memcg);
4604 u64 curusage, oldusage;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004605 int enlarge;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004606
4607 /*
4608 * For keeping hierarchical_reclaim simple, how long we should retry
4609 * is depends on callers. We set our retry-count to be function
4610 * of # of children which we should visit in this loop.
4611 */
4612 retry_count = MEM_CGROUP_RECLAIM_RETRIES * children;
4613
4614 oldusage = res_counter_read_u64(&memcg->res, RES_USAGE);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004615
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004616 enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004617 while (retry_count) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004618 if (signal_pending(current)) {
4619 ret = -EINTR;
4620 break;
4621 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004622 /*
4623 * Rather than hide all in some function, I do this in
4624 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004625 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004626 */
4627 mutex_lock(&set_limit_mutex);
4628 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4629 if (memswlimit < val) {
4630 ret = -EINVAL;
4631 mutex_unlock(&set_limit_mutex);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004632 break;
4633 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004634
4635 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4636 if (memlimit < val)
4637 enlarge = 1;
4638
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004639 ret = res_counter_set_limit(&memcg->res, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004640 if (!ret) {
4641 if (memswlimit == val)
4642 memcg->memsw_is_minimum = true;
4643 else
4644 memcg->memsw_is_minimum = false;
4645 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004646 mutex_unlock(&set_limit_mutex);
4647
4648 if (!ret)
4649 break;
4650
Johannes Weiner56600482012-01-12 17:17:59 -08004651 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4652 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004653 curusage = res_counter_read_u64(&memcg->res, RES_USAGE);
4654 /* Usage is reduced ? */
4655 if (curusage >= oldusage)
4656 retry_count--;
4657 else
4658 oldusage = curusage;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004659 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004660 if (!ret && enlarge)
4661 memcg_oom_recover(memcg);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08004662
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004663 return ret;
4664}
4665
Li Zefan338c8432009-06-17 16:27:15 -07004666static int mem_cgroup_resize_memsw_limit(struct mem_cgroup *memcg,
4667 unsigned long long val)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004668{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004669 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004670 u64 memlimit, memswlimit, oldusage, curusage;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004671 int children = mem_cgroup_count_children(memcg);
4672 int ret = -EBUSY;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004673 int enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004674
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004675 /* see mem_cgroup_resize_res_limit */
4676 retry_count = children * MEM_CGROUP_RECLAIM_RETRIES;
4677 oldusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004678 while (retry_count) {
4679 if (signal_pending(current)) {
4680 ret = -EINTR;
4681 break;
4682 }
4683 /*
4684 * Rather than hide all in some function, I do this in
4685 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004686 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004687 */
4688 mutex_lock(&set_limit_mutex);
4689 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4690 if (memlimit > val) {
4691 ret = -EINVAL;
4692 mutex_unlock(&set_limit_mutex);
4693 break;
4694 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004695 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4696 if (memswlimit < val)
4697 enlarge = 1;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004698 ret = res_counter_set_limit(&memcg->memsw, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004699 if (!ret) {
4700 if (memlimit == val)
4701 memcg->memsw_is_minimum = true;
4702 else
4703 memcg->memsw_is_minimum = false;
4704 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004705 mutex_unlock(&set_limit_mutex);
4706
4707 if (!ret)
4708 break;
4709
Johannes Weiner56600482012-01-12 17:17:59 -08004710 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4711 MEM_CGROUP_RECLAIM_NOSWAP |
4712 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004713 curusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004714 /* Usage is reduced ? */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004715 if (curusage >= oldusage)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004716 retry_count--;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004717 else
4718 oldusage = curusage;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004719 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004720 if (!ret && enlarge)
4721 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004722 return ret;
4723}
4724
Balbir Singh4e416952009-09-23 15:56:39 -07004725unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
Ying Han0ae5e892011-05-26 16:25:25 -07004726 gfp_t gfp_mask,
4727 unsigned long *total_scanned)
Balbir Singh4e416952009-09-23 15:56:39 -07004728{
4729 unsigned long nr_reclaimed = 0;
4730 struct mem_cgroup_per_zone *mz, *next_mz = NULL;
4731 unsigned long reclaimed;
4732 int loop = 0;
4733 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004734 unsigned long long excess;
Ying Han0ae5e892011-05-26 16:25:25 -07004735 unsigned long nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004736
4737 if (order > 0)
4738 return 0;
4739
KOSAKI Motohiro00918b62010-08-10 18:03:05 -07004740 mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
Balbir Singh4e416952009-09-23 15:56:39 -07004741 /*
4742 * This loop can run a while, specially if mem_cgroup's continuously
4743 * keep exceeding their soft limit and putting the system under
4744 * pressure
4745 */
4746 do {
4747 if (next_mz)
4748 mz = next_mz;
4749 else
4750 mz = mem_cgroup_largest_soft_limit_node(mctz);
4751 if (!mz)
4752 break;
4753
Ying Han0ae5e892011-05-26 16:25:25 -07004754 nr_scanned = 0;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004755 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, zone,
Johannes Weiner56600482012-01-12 17:17:59 -08004756 gfp_mask, &nr_scanned);
Balbir Singh4e416952009-09-23 15:56:39 -07004757 nr_reclaimed += reclaimed;
Ying Han0ae5e892011-05-26 16:25:25 -07004758 *total_scanned += nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004759 spin_lock(&mctz->lock);
4760
4761 /*
4762 * If we failed to reclaim anything from this memory cgroup
4763 * it is time to move on to the next cgroup
4764 */
4765 next_mz = NULL;
4766 if (!reclaimed) {
4767 do {
4768 /*
4769 * Loop until we find yet another one.
4770 *
4771 * By the time we get the soft_limit lock
4772 * again, someone might have aded the
4773 * group back on the RB tree. Iterate to
4774 * make sure we get a different mem.
4775 * mem_cgroup_largest_soft_limit_node returns
4776 * NULL if no other cgroup is present on
4777 * the tree
4778 */
4779 next_mz =
4780 __mem_cgroup_largest_soft_limit_node(mctz);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004781 if (next_mz == mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004782 css_put(&next_mz->memcg->css);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004783 else /* next_mz == NULL or other memcg */
Balbir Singh4e416952009-09-23 15:56:39 -07004784 break;
4785 } while (1);
4786 }
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004787 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
4788 excess = res_counter_soft_limit_excess(&mz->memcg->res);
Balbir Singh4e416952009-09-23 15:56:39 -07004789 /*
4790 * One school of thought says that we should not add
4791 * back the node to the tree if reclaim returns 0.
4792 * But our reclaim could return 0, simply because due
4793 * to priority we are exposing a smaller subset of
4794 * memory to reclaim from. Consider this as a longer
4795 * term TODO.
4796 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004797 /* If excess == 0, no tree ops */
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004798 __mem_cgroup_insert_exceeded(mz->memcg, mz, mctz, excess);
Balbir Singh4e416952009-09-23 15:56:39 -07004799 spin_unlock(&mctz->lock);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004800 css_put(&mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004801 loop++;
4802 /*
4803 * Could not reclaim anything and there are no more
4804 * mem cgroups to try or we seem to be looping without
4805 * reclaiming anything.
4806 */
4807 if (!nr_reclaimed &&
4808 (next_mz == NULL ||
4809 loop > MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS))
4810 break;
4811 } while (!nr_reclaimed);
4812 if (next_mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004813 css_put(&next_mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004814 return nr_reclaimed;
4815}
4816
Michal Hocko2ef37d32012-10-26 13:37:30 +02004817/**
4818 * mem_cgroup_force_empty_list - clears LRU of a group
4819 * @memcg: group to clear
4820 * @node: NUMA node
4821 * @zid: zone id
4822 * @lru: lru to to clear
4823 *
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004824 * Traverse a specified page_cgroup list and try to drop them all. This doesn't
Michal Hocko2ef37d32012-10-26 13:37:30 +02004825 * reclaim the pages page themselves - pages are moved to the parent (or root)
4826 * group.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004827 */
Michal Hocko2ef37d32012-10-26 13:37:30 +02004828static void mem_cgroup_force_empty_list(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004829 int node, int zid, enum lru_list lru)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004830{
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004831 struct lruvec *lruvec;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004832 unsigned long flags;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004833 struct list_head *list;
Johannes Weiner925b7672012-01-12 17:18:15 -08004834 struct page *busy;
4835 struct zone *zone;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004836
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004837 zone = &NODE_DATA(node)->node_zones[zid];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004838 lruvec = mem_cgroup_zone_lruvec(zone, memcg);
4839 list = &lruvec->lists[lru];
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004840
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004841 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004842 do {
Johannes Weiner925b7672012-01-12 17:18:15 -08004843 struct page_cgroup *pc;
Johannes Weiner5564e882011-03-23 16:42:29 -07004844 struct page *page;
4845
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004846 spin_lock_irqsave(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004847 if (list_empty(list)) {
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004848 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004849 break;
4850 }
Johannes Weiner925b7672012-01-12 17:18:15 -08004851 page = list_entry(list->prev, struct page, lru);
4852 if (busy == page) {
4853 list_move(&page->lru, list);
Thiago Farina648bcc72010-03-05 13:42:04 -08004854 busy = NULL;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004855 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004856 continue;
4857 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004858 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004859
Johannes Weiner925b7672012-01-12 17:18:15 -08004860 pc = lookup_page_cgroup(page);
Johannes Weiner5564e882011-03-23 16:42:29 -07004861
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004862 if (mem_cgroup_move_parent(page, pc, memcg)) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004863 /* found lock contention or "pc" is obsolete. */
Johannes Weiner925b7672012-01-12 17:18:15 -08004864 busy = page;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004865 cond_resched();
4866 } else
4867 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004868 } while (!list_empty(list));
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004869}
4870
4871/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004872 * make mem_cgroup's charge to be 0 if there is no task by moving
4873 * all the charges and pages to the parent.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004874 * This enables deleting this mem_cgroup.
Michal Hockoc26251f2012-10-26 13:37:28 +02004875 *
4876 * Caller is responsible for holding css reference on the memcg.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004877 */
Michal Hockoab5196c2012-10-26 13:37:32 +02004878static void mem_cgroup_reparent_charges(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004879{
Michal Hockoc26251f2012-10-26 13:37:28 +02004880 int node, zid;
Glauber Costabea207c2012-12-18 14:22:11 -08004881 u64 usage;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004882
Daisuke Nishimurafce66472010-01-15 17:01:30 -08004883 do {
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004884 /* This is for making all *used* pages to be on LRU. */
4885 lru_add_drain_all();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004886 drain_all_stock_sync(memcg);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004887 mem_cgroup_start_move(memcg);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08004888 for_each_node_state(node, N_MEMORY) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004889 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsf156ab92012-03-21 16:34:19 -07004890 enum lru_list lru;
4891 for_each_lru(lru) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004892 mem_cgroup_force_empty_list(memcg,
Hugh Dickinsf156ab92012-03-21 16:34:19 -07004893 node, zid, lru);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004894 }
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004895 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004896 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004897 mem_cgroup_end_move(memcg);
4898 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004899 cond_resched();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004900
Michal Hocko2ef37d32012-10-26 13:37:30 +02004901 /*
Glauber Costabea207c2012-12-18 14:22:11 -08004902 * Kernel memory may not necessarily be trackable to a specific
4903 * process. So they are not migrated, and therefore we can't
4904 * expect their value to drop to 0 here.
4905 * Having res filled up with kmem only is enough.
4906 *
Michal Hocko2ef37d32012-10-26 13:37:30 +02004907 * This is a safety check because mem_cgroup_force_empty_list
4908 * could have raced with mem_cgroup_replace_page_cache callers
4909 * so the lru seemed empty but the page could have been added
4910 * right after the check. RES_USAGE should be safe as we always
4911 * charge before adding to the LRU.
4912 */
Glauber Costabea207c2012-12-18 14:22:11 -08004913 usage = res_counter_read_u64(&memcg->res, RES_USAGE) -
4914 res_counter_read_u64(&memcg->kmem, RES_USAGE);
4915 } while (usage > 0);
Michal Hockoc26251f2012-10-26 13:37:28 +02004916}
4917
4918/*
Glauber Costab5f99b52013-02-22 16:34:53 -08004919 * This mainly exists for tests during the setting of set of use_hierarchy.
4920 * Since this is the very setting we are changing, the current hierarchy value
4921 * is meaningless
4922 */
4923static inline bool __memcg_has_children(struct mem_cgroup *memcg)
4924{
4925 struct cgroup *pos;
4926
4927 /* bounce at first found */
4928 cgroup_for_each_child(pos, memcg->css.cgroup)
4929 return true;
4930 return false;
4931}
4932
4933/*
Glauber Costa09998212013-02-22 16:34:55 -08004934 * Must be called with memcg_create_mutex held, unless the cgroup is guaranteed
4935 * to be already dead (as in mem_cgroup_force_empty, for instance). This is
Glauber Costab5f99b52013-02-22 16:34:53 -08004936 * from mem_cgroup_count_children(), in the sense that we don't really care how
4937 * many children we have; we only need to know if we have any. It also counts
4938 * any memcg without hierarchy as infertile.
4939 */
4940static inline bool memcg_has_children(struct mem_cgroup *memcg)
4941{
4942 return memcg->use_hierarchy && __memcg_has_children(memcg);
4943}
4944
4945/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004946 * Reclaims as many pages from the given memcg as possible and moves
4947 * the rest to the parent.
4948 *
4949 * Caller is responsible for holding css reference for memcg.
4950 */
4951static int mem_cgroup_force_empty(struct mem_cgroup *memcg)
4952{
4953 int nr_retries = MEM_CGROUP_RECLAIM_RETRIES;
4954 struct cgroup *cgrp = memcg->css.cgroup;
4955
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004956 /* returns EBUSY if there is a task or if we come here twice. */
Michal Hockoc26251f2012-10-26 13:37:28 +02004957 if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children))
4958 return -EBUSY;
4959
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004960 /* we call try-to-free pages for make this cgroup empty */
4961 lru_add_drain_all();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004962 /* try to free all pages in this cgroup */
Glauber Costa569530f2012-04-12 12:49:13 -07004963 while (nr_retries && res_counter_read_u64(&memcg->res, RES_USAGE) > 0) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004964 int progress;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004965
Michal Hockoc26251f2012-10-26 13:37:28 +02004966 if (signal_pending(current))
4967 return -EINTR;
4968
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004969 progress = try_to_free_mem_cgroup_pages(memcg, GFP_KERNEL,
Johannes Weiner185efc02011-09-14 16:21:58 -07004970 false);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004971 if (!progress) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004972 nr_retries--;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004973 /* maybe some writeback is necessary */
Jens Axboe8aa7e842009-07-09 14:52:32 +02004974 congestion_wait(BLK_RW_ASYNC, HZ/10);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004975 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004976
4977 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004978 lru_add_drain();
Michal Hockoab5196c2012-10-26 13:37:32 +02004979 mem_cgroup_reparent_charges(memcg);
4980
4981 return 0;
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004982}
4983
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07004984static int mem_cgroup_force_empty_write(struct cgroup *cont, unsigned int event)
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004985{
Michal Hockoc26251f2012-10-26 13:37:28 +02004986 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
4987 int ret;
4988
Michal Hockod8423012012-10-26 13:37:29 +02004989 if (mem_cgroup_is_root(memcg))
4990 return -EINVAL;
Michal Hockoc26251f2012-10-26 13:37:28 +02004991 css_get(&memcg->css);
4992 ret = mem_cgroup_force_empty(memcg);
4993 css_put(&memcg->css);
4994
4995 return ret;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004996}
4997
4998
Balbir Singh18f59ea2009-01-07 18:08:07 -08004999static u64 mem_cgroup_hierarchy_read(struct cgroup *cont, struct cftype *cft)
5000{
5001 return mem_cgroup_from_cont(cont)->use_hierarchy;
5002}
5003
5004static int mem_cgroup_hierarchy_write(struct cgroup *cont, struct cftype *cft,
5005 u64 val)
5006{
5007 int retval = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005008 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005009 struct cgroup *parent = cont->parent;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005010 struct mem_cgroup *parent_memcg = NULL;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005011
5012 if (parent)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005013 parent_memcg = mem_cgroup_from_cont(parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005014
Glauber Costa09998212013-02-22 16:34:55 -08005015 mutex_lock(&memcg_create_mutex);
Glauber Costa567fb432012-07-31 16:43:07 -07005016
5017 if (memcg->use_hierarchy == val)
5018 goto out;
5019
Balbir Singh18f59ea2009-01-07 18:08:07 -08005020 /*
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005021 * If parent's use_hierarchy is set, we can't make any modifications
Balbir Singh18f59ea2009-01-07 18:08:07 -08005022 * in the child subtrees. If it is unset, then the change can
5023 * occur, provided the current cgroup has no children.
5024 *
5025 * For the root cgroup, parent_mem is NULL, we allow value to be
5026 * set if there are no children.
5027 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005028 if ((!parent_memcg || !parent_memcg->use_hierarchy) &&
Balbir Singh18f59ea2009-01-07 18:08:07 -08005029 (val == 1 || val == 0)) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005030 if (!__memcg_has_children(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005031 memcg->use_hierarchy = val;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005032 else
5033 retval = -EBUSY;
5034 } else
5035 retval = -EINVAL;
Glauber Costa567fb432012-07-31 16:43:07 -07005036
5037out:
Glauber Costa09998212013-02-22 16:34:55 -08005038 mutex_unlock(&memcg_create_mutex);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005039
5040 return retval;
5041}
5042
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005043
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005044static unsigned long mem_cgroup_recursive_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005045 enum mem_cgroup_stat_index idx)
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005046{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005047 struct mem_cgroup *iter;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005048 long val = 0;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005049
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005050 /* Per-cpu values can be negative, use a signed accumulator */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005051 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005052 val += mem_cgroup_read_stat(iter, idx);
5053
5054 if (val < 0) /* race ? */
5055 val = 0;
5056 return val;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005057}
5058
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005059static inline u64 mem_cgroup_usage(struct mem_cgroup *memcg, bool swap)
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005060{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005061 u64 val;
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005062
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005063 if (!mem_cgroup_is_root(memcg)) {
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005064 if (!swap)
Glauber Costa65c64ce2011-12-22 01:02:27 +00005065 return res_counter_read_u64(&memcg->res, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005066 else
Glauber Costa65c64ce2011-12-22 01:02:27 +00005067 return res_counter_read_u64(&memcg->memsw, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005068 }
5069
David Rientjesb070e652013-05-07 16:18:09 -07005070 /*
5071 * Transparent hugepages are still accounted for in MEM_CGROUP_STAT_RSS
5072 * as well as in MEM_CGROUP_STAT_RSS_HUGE.
5073 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005074 val = mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_CACHE);
5075 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_RSS);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005076
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005077 if (swap)
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005078 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_SWAP);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005079
5080 return val << PAGE_SHIFT;
5081}
5082
Tejun Heoaf36f902012-04-01 12:09:55 -07005083static ssize_t mem_cgroup_read(struct cgroup *cont, struct cftype *cft,
5084 struct file *file, char __user *buf,
5085 size_t nbytes, loff_t *ppos)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005086{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005087 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Tejun Heoaf36f902012-04-01 12:09:55 -07005088 char str[64];
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005089 u64 val;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005090 int name, len;
5091 enum res_type type;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005092
5093 type = MEMFILE_TYPE(cft->private);
5094 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005095
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005096 switch (type) {
5097 case _MEM:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005098 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005099 val = mem_cgroup_usage(memcg, false);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005100 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005101 val = res_counter_read_u64(&memcg->res, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005102 break;
5103 case _MEMSWAP:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005104 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005105 val = mem_cgroup_usage(memcg, true);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005106 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005107 val = res_counter_read_u64(&memcg->memsw, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005108 break;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005109 case _KMEM:
5110 val = res_counter_read_u64(&memcg->kmem, name);
5111 break;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005112 default:
5113 BUG();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005114 }
Tejun Heoaf36f902012-04-01 12:09:55 -07005115
5116 len = scnprintf(str, sizeof(str), "%llu\n", (unsigned long long)val);
5117 return simple_read_from_buffer(buf, nbytes, ppos, str, len);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005118}
Glauber Costa510fc4e2012-12-18 14:21:47 -08005119
5120static int memcg_update_kmem_limit(struct cgroup *cont, u64 val)
5121{
5122 int ret = -EINVAL;
5123#ifdef CONFIG_MEMCG_KMEM
5124 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
5125 /*
5126 * For simplicity, we won't allow this to be disabled. It also can't
5127 * be changed if the cgroup has children already, or if tasks had
5128 * already joined.
5129 *
5130 * If tasks join before we set the limit, a person looking at
5131 * kmem.usage_in_bytes will have no way to determine when it took
5132 * place, which makes the value quite meaningless.
5133 *
5134 * After it first became limited, changes in the value of the limit are
5135 * of course permitted.
Glauber Costa510fc4e2012-12-18 14:21:47 -08005136 */
Glauber Costa09998212013-02-22 16:34:55 -08005137 mutex_lock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005138 mutex_lock(&set_limit_mutex);
5139 if (!memcg->kmem_account_flags && val != RESOURCE_MAX) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005140 if (cgroup_task_count(cont) || memcg_has_children(memcg)) {
Glauber Costa510fc4e2012-12-18 14:21:47 -08005141 ret = -EBUSY;
5142 goto out;
5143 }
5144 ret = res_counter_set_limit(&memcg->kmem, val);
5145 VM_BUG_ON(ret);
5146
Glauber Costa55007d82012-12-18 14:22:38 -08005147 ret = memcg_update_cache_sizes(memcg);
5148 if (ret) {
5149 res_counter_set_limit(&memcg->kmem, RESOURCE_MAX);
5150 goto out;
5151 }
Glauber Costa692e89a2013-02-22 16:34:56 -08005152 static_key_slow_inc(&memcg_kmem_enabled_key);
5153 /*
5154 * setting the active bit after the inc will guarantee no one
5155 * starts accounting before all call sites are patched
5156 */
5157 memcg_kmem_set_active(memcg);
5158
Glauber Costa7de37682012-12-18 14:22:07 -08005159 /*
5160 * kmem charges can outlive the cgroup. In the case of slab
5161 * pages, for instance, a page contain objects from various
5162 * processes, so it is unfeasible to migrate them away. We
5163 * need to reference count the memcg because of that.
5164 */
5165 mem_cgroup_get(memcg);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005166 } else
5167 ret = res_counter_set_limit(&memcg->kmem, val);
5168out:
5169 mutex_unlock(&set_limit_mutex);
Glauber Costa09998212013-02-22 16:34:55 -08005170 mutex_unlock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005171#endif
5172 return ret;
5173}
5174
Hugh Dickins6d0439902013-02-22 16:35:50 -08005175#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -08005176static int memcg_propagate_kmem(struct mem_cgroup *memcg)
Glauber Costa510fc4e2012-12-18 14:21:47 -08005177{
Glauber Costa55007d82012-12-18 14:22:38 -08005178 int ret = 0;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005179 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
5180 if (!parent)
Glauber Costa55007d82012-12-18 14:22:38 -08005181 goto out;
5182
Glauber Costa510fc4e2012-12-18 14:21:47 -08005183 memcg->kmem_account_flags = parent->kmem_account_flags;
Glauber Costaa8964b92012-12-18 14:22:09 -08005184 /*
5185 * When that happen, we need to disable the static branch only on those
5186 * memcgs that enabled it. To achieve this, we would be forced to
5187 * complicate the code by keeping track of which memcgs were the ones
5188 * that actually enabled limits, and which ones got it from its
5189 * parents.
5190 *
5191 * It is a lot simpler just to do static_key_slow_inc() on every child
5192 * that is accounted.
5193 */
Glauber Costa55007d82012-12-18 14:22:38 -08005194 if (!memcg_kmem_is_active(memcg))
5195 goto out;
5196
5197 /*
5198 * destroy(), called if we fail, will issue static_key_slow_inc() and
5199 * mem_cgroup_put() if kmem is enabled. We have to either call them
5200 * unconditionally, or clear the KMEM_ACTIVE flag. I personally find
5201 * this more consistent, since it always leads to the same destroy path
5202 */
5203 mem_cgroup_get(memcg);
5204 static_key_slow_inc(&memcg_kmem_enabled_key);
5205
5206 mutex_lock(&set_limit_mutex);
5207 ret = memcg_update_cache_sizes(memcg);
5208 mutex_unlock(&set_limit_mutex);
Glauber Costa55007d82012-12-18 14:22:38 -08005209out:
5210 return ret;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005211}
Hugh Dickins6d0439902013-02-22 16:35:50 -08005212#endif /* CONFIG_MEMCG_KMEM */
Glauber Costa510fc4e2012-12-18 14:21:47 -08005213
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005214/*
5215 * The user of this function is...
5216 * RES_LIMIT.
5217 */
Paul Menage856c13a2008-07-25 01:47:04 -07005218static int mem_cgroup_write(struct cgroup *cont, struct cftype *cft,
5219 const char *buffer)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005220{
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005221 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005222 enum res_type type;
5223 int name;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005224 unsigned long long val;
5225 int ret;
5226
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005227 type = MEMFILE_TYPE(cft->private);
5228 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005229
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005230 switch (name) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005231 case RES_LIMIT:
Balbir Singh4b3bde42009-09-23 15:56:32 -07005232 if (mem_cgroup_is_root(memcg)) { /* Can't set limit on root */
5233 ret = -EINVAL;
5234 break;
5235 }
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005236 /* This function does all necessary parse...reuse it */
5237 ret = res_counter_memparse_write_strategy(buffer, &val);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005238 if (ret)
5239 break;
5240 if (type == _MEM)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005241 ret = mem_cgroup_resize_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005242 else if (type == _MEMSWAP)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005243 ret = mem_cgroup_resize_memsw_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005244 else if (type == _KMEM)
5245 ret = memcg_update_kmem_limit(cont, val);
5246 else
5247 return -EINVAL;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005248 break;
Balbir Singh296c81d2009-09-23 15:56:36 -07005249 case RES_SOFT_LIMIT:
5250 ret = res_counter_memparse_write_strategy(buffer, &val);
5251 if (ret)
5252 break;
5253 /*
5254 * For memsw, soft limits are hard to implement in terms
5255 * of semantics, for now, we support soft limits for
5256 * control without swap
5257 */
5258 if (type == _MEM)
5259 ret = res_counter_set_soft_limit(&memcg->res, val);
5260 else
5261 ret = -EINVAL;
5262 break;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005263 default:
5264 ret = -EINVAL; /* should be BUG() ? */
5265 break;
5266 }
5267 return ret;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005268}
5269
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005270static void memcg_get_hierarchical_limit(struct mem_cgroup *memcg,
5271 unsigned long long *mem_limit, unsigned long long *memsw_limit)
5272{
5273 struct cgroup *cgroup;
5274 unsigned long long min_limit, min_memsw_limit, tmp;
5275
5276 min_limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
5277 min_memsw_limit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5278 cgroup = memcg->css.cgroup;
5279 if (!memcg->use_hierarchy)
5280 goto out;
5281
5282 while (cgroup->parent) {
5283 cgroup = cgroup->parent;
5284 memcg = mem_cgroup_from_cont(cgroup);
5285 if (!memcg->use_hierarchy)
5286 break;
5287 tmp = res_counter_read_u64(&memcg->res, RES_LIMIT);
5288 min_limit = min(min_limit, tmp);
5289 tmp = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5290 min_memsw_limit = min(min_memsw_limit, tmp);
5291 }
5292out:
5293 *mem_limit = min_limit;
5294 *memsw_limit = min_memsw_limit;
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005295}
5296
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005297static int mem_cgroup_reset(struct cgroup *cont, unsigned int event)
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005298{
Tejun Heoaf36f902012-04-01 12:09:55 -07005299 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005300 int name;
5301 enum res_type type;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005302
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005303 type = MEMFILE_TYPE(event);
5304 name = MEMFILE_ATTR(event);
Tejun Heoaf36f902012-04-01 12:09:55 -07005305
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005306 switch (name) {
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005307 case RES_MAX_USAGE:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005308 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005309 res_counter_reset_max(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005310 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005311 res_counter_reset_max(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005312 else if (type == _KMEM)
5313 res_counter_reset_max(&memcg->kmem);
5314 else
5315 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005316 break;
5317 case RES_FAILCNT:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005318 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005319 res_counter_reset_failcnt(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005320 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005321 res_counter_reset_failcnt(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005322 else if (type == _KMEM)
5323 res_counter_reset_failcnt(&memcg->kmem);
5324 else
5325 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005326 break;
5327 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07005328
Pavel Emelyanov85cc59d2008-04-29 01:00:20 -07005329 return 0;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005330}
5331
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005332static u64 mem_cgroup_move_charge_read(struct cgroup *cgrp,
5333 struct cftype *cft)
5334{
5335 return mem_cgroup_from_cont(cgrp)->move_charge_at_immigrate;
5336}
5337
Daisuke Nishimura02491442010-03-10 15:22:17 -08005338#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005339static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5340 struct cftype *cft, u64 val)
5341{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005342 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005343
5344 if (val >= (1 << NR_MOVE_TYPE))
5345 return -EINVAL;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005346
Glauber Costaee5e8472013-02-22 16:34:50 -08005347 /*
5348 * No kind of locking is needed in here, because ->can_attach() will
5349 * check this value once in the beginning of the process, and then carry
5350 * on with stale data. This means that changes to this value will only
5351 * affect task migrations starting after the change.
5352 */
5353 memcg->move_charge_at_immigrate = val;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005354 return 0;
5355}
Daisuke Nishimura02491442010-03-10 15:22:17 -08005356#else
5357static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5358 struct cftype *cft, u64 val)
5359{
5360 return -ENOSYS;
5361}
5362#endif
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005363
Ying Han406eb0c2011-05-26 16:25:37 -07005364#ifdef CONFIG_NUMA
Wanpeng Liab215882012-07-31 16:43:09 -07005365static int memcg_numa_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weinerfada52c2012-05-29 15:07:06 -07005366 struct seq_file *m)
Ying Han406eb0c2011-05-26 16:25:37 -07005367{
5368 int nid;
5369 unsigned long total_nr, file_nr, anon_nr, unevictable_nr;
5370 unsigned long node_nr;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005371 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Ying Han406eb0c2011-05-26 16:25:37 -07005372
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005373 total_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005374 seq_printf(m, "total=%lu", total_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005375 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005376 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005377 seq_printf(m, " N%d=%lu", nid, node_nr);
5378 }
5379 seq_putc(m, '\n');
5380
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005381 file_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005382 seq_printf(m, "file=%lu", file_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005383 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005384 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005385 LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005386 seq_printf(m, " N%d=%lu", nid, node_nr);
5387 }
5388 seq_putc(m, '\n');
5389
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005390 anon_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005391 seq_printf(m, "anon=%lu", anon_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005392 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005393 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005394 LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005395 seq_printf(m, " N%d=%lu", nid, node_nr);
5396 }
5397 seq_putc(m, '\n');
5398
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005399 unevictable_nr = mem_cgroup_nr_lru_pages(memcg, BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005400 seq_printf(m, "unevictable=%lu", unevictable_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005401 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005402 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005403 BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005404 seq_printf(m, " N%d=%lu", nid, node_nr);
5405 }
5406 seq_putc(m, '\n');
5407 return 0;
5408}
5409#endif /* CONFIG_NUMA */
5410
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005411static inline void mem_cgroup_lru_names_not_uptodate(void)
5412{
5413 BUILD_BUG_ON(ARRAY_SIZE(mem_cgroup_lru_names) != NR_LRU_LISTS);
5414}
5415
Wanpeng Liab215882012-07-31 16:43:09 -07005416static int memcg_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005417 struct seq_file *m)
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005418{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005419 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005420 struct mem_cgroup *mi;
5421 unsigned int i;
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005422
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005423 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005424 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005425 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005426 seq_printf(m, "%s %ld\n", mem_cgroup_stat_names[i],
5427 mem_cgroup_read_stat(memcg, i) * PAGE_SIZE);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005428 }
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005429
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005430 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++)
5431 seq_printf(m, "%s %lu\n", mem_cgroup_events_names[i],
5432 mem_cgroup_read_events(memcg, i));
5433
5434 for (i = 0; i < NR_LRU_LISTS; i++)
5435 seq_printf(m, "%s %lu\n", mem_cgroup_lru_names[i],
5436 mem_cgroup_nr_lru_pages(memcg, BIT(i)) * PAGE_SIZE);
5437
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005438 /* Hierarchical information */
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005439 {
5440 unsigned long long limit, memsw_limit;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005441 memcg_get_hierarchical_limit(memcg, &limit, &memsw_limit);
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005442 seq_printf(m, "hierarchical_memory_limit %llu\n", limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005443 if (do_swap_account)
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005444 seq_printf(m, "hierarchical_memsw_limit %llu\n",
5445 memsw_limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005446 }
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005447
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005448 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
5449 long long val = 0;
5450
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005451 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005452 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005453 for_each_mem_cgroup_tree(mi, memcg)
5454 val += mem_cgroup_read_stat(mi, i) * PAGE_SIZE;
5455 seq_printf(m, "total_%s %lld\n", mem_cgroup_stat_names[i], val);
5456 }
5457
5458 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
5459 unsigned long long val = 0;
5460
5461 for_each_mem_cgroup_tree(mi, memcg)
5462 val += mem_cgroup_read_events(mi, i);
5463 seq_printf(m, "total_%s %llu\n",
5464 mem_cgroup_events_names[i], val);
5465 }
5466
5467 for (i = 0; i < NR_LRU_LISTS; i++) {
5468 unsigned long long val = 0;
5469
5470 for_each_mem_cgroup_tree(mi, memcg)
5471 val += mem_cgroup_nr_lru_pages(mi, BIT(i)) * PAGE_SIZE;
5472 seq_printf(m, "total_%s %llu\n", mem_cgroup_lru_names[i], val);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005473 }
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005474
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005475#ifdef CONFIG_DEBUG_VM
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005476 {
5477 int nid, zid;
5478 struct mem_cgroup_per_zone *mz;
Hugh Dickins89abfab2012-05-29 15:06:53 -07005479 struct zone_reclaim_stat *rstat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005480 unsigned long recent_rotated[2] = {0, 0};
5481 unsigned long recent_scanned[2] = {0, 0};
5482
5483 for_each_online_node(nid)
5484 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005485 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
Hugh Dickins89abfab2012-05-29 15:06:53 -07005486 rstat = &mz->lruvec.reclaim_stat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005487
Hugh Dickins89abfab2012-05-29 15:06:53 -07005488 recent_rotated[0] += rstat->recent_rotated[0];
5489 recent_rotated[1] += rstat->recent_rotated[1];
5490 recent_scanned[0] += rstat->recent_scanned[0];
5491 recent_scanned[1] += rstat->recent_scanned[1];
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005492 }
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005493 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]);
5494 seq_printf(m, "recent_rotated_file %lu\n", recent_rotated[1]);
5495 seq_printf(m, "recent_scanned_anon %lu\n", recent_scanned[0]);
5496 seq_printf(m, "recent_scanned_file %lu\n", recent_scanned[1]);
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005497 }
5498#endif
5499
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005500 return 0;
5501}
5502
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005503static u64 mem_cgroup_swappiness_read(struct cgroup *cgrp, struct cftype *cft)
5504{
5505 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5506
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07005507 return mem_cgroup_swappiness(memcg);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005508}
5509
5510static int mem_cgroup_swappiness_write(struct cgroup *cgrp, struct cftype *cft,
5511 u64 val)
5512{
5513 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5514 struct mem_cgroup *parent;
Li Zefan068b38c2009-01-15 13:51:26 -08005515
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005516 if (val > 100)
5517 return -EINVAL;
5518
5519 if (cgrp->parent == NULL)
5520 return -EINVAL;
5521
5522 parent = mem_cgroup_from_cont(cgrp->parent);
Li Zefan068b38c2009-01-15 13:51:26 -08005523
Glauber Costa09998212013-02-22 16:34:55 -08005524 mutex_lock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005525
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005526 /* If under hierarchy, only empty-root can set this value */
Glauber Costab5f99b52013-02-22 16:34:53 -08005527 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005528 mutex_unlock(&memcg_create_mutex);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005529 return -EINVAL;
Li Zefan068b38c2009-01-15 13:51:26 -08005530 }
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005531
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005532 memcg->swappiness = val;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005533
Glauber Costa09998212013-02-22 16:34:55 -08005534 mutex_unlock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005535
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005536 return 0;
5537}
5538
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005539static void __mem_cgroup_threshold(struct mem_cgroup *memcg, bool swap)
5540{
5541 struct mem_cgroup_threshold_ary *t;
5542 u64 usage;
5543 int i;
5544
5545 rcu_read_lock();
5546 if (!swap)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005547 t = rcu_dereference(memcg->thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005548 else
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005549 t = rcu_dereference(memcg->memsw_thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005550
5551 if (!t)
5552 goto unlock;
5553
5554 usage = mem_cgroup_usage(memcg, swap);
5555
5556 /*
Sha Zhengju748dad32012-05-29 15:06:57 -07005557 * current_threshold points to threshold just below or equal to usage.
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005558 * If it's not true, a threshold was crossed after last
5559 * call of __mem_cgroup_threshold().
5560 */
Phil Carmody5407a562010-05-26 14:42:42 -07005561 i = t->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005562
5563 /*
5564 * Iterate backward over array of thresholds starting from
5565 * current_threshold and check if a threshold is crossed.
5566 * If none of thresholds below usage is crossed, we read
5567 * only one element of the array here.
5568 */
5569 for (; i >= 0 && unlikely(t->entries[i].threshold > usage); i--)
5570 eventfd_signal(t->entries[i].eventfd, 1);
5571
5572 /* i = current_threshold + 1 */
5573 i++;
5574
5575 /*
5576 * Iterate forward over array of thresholds starting from
5577 * current_threshold+1 and check if a threshold is crossed.
5578 * If none of thresholds above usage is crossed, we read
5579 * only one element of the array here.
5580 */
5581 for (; i < t->size && unlikely(t->entries[i].threshold <= usage); i++)
5582 eventfd_signal(t->entries[i].eventfd, 1);
5583
5584 /* Update current_threshold */
Phil Carmody5407a562010-05-26 14:42:42 -07005585 t->current_threshold = i - 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005586unlock:
5587 rcu_read_unlock();
5588}
5589
5590static void mem_cgroup_threshold(struct mem_cgroup *memcg)
5591{
Kirill A. Shutemovad4ca5f2010-10-07 12:59:27 -07005592 while (memcg) {
5593 __mem_cgroup_threshold(memcg, false);
5594 if (do_swap_account)
5595 __mem_cgroup_threshold(memcg, true);
5596
5597 memcg = parent_mem_cgroup(memcg);
5598 }
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005599}
5600
5601static int compare_thresholds(const void *a, const void *b)
5602{
5603 const struct mem_cgroup_threshold *_a = a;
5604 const struct mem_cgroup_threshold *_b = b;
5605
5606 return _a->threshold - _b->threshold;
5607}
5608
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005609static int mem_cgroup_oom_notify_cb(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005610{
5611 struct mem_cgroup_eventfd_list *ev;
5612
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005613 list_for_each_entry(ev, &memcg->oom_notify, list)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005614 eventfd_signal(ev->eventfd, 1);
5615 return 0;
5616}
5617
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005618static void mem_cgroup_oom_notify(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005619{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005620 struct mem_cgroup *iter;
5621
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005622 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005623 mem_cgroup_oom_notify_cb(iter);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005624}
5625
5626static int mem_cgroup_usage_register_event(struct cgroup *cgrp,
5627 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005628{
5629 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005630 struct mem_cgroup_thresholds *thresholds;
5631 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005632 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005633 u64 threshold, usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005634 int i, size, ret;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005635
5636 ret = res_counter_memparse_write_strategy(args, &threshold);
5637 if (ret)
5638 return ret;
5639
5640 mutex_lock(&memcg->thresholds_lock);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005641
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005642 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005643 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005644 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005645 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005646 else
5647 BUG();
5648
5649 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5650
5651 /* Check if a threshold crossed before adding a new one */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005652 if (thresholds->primary)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005653 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5654
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005655 size = thresholds->primary ? thresholds->primary->size + 1 : 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005656
5657 /* Allocate memory for new array of thresholds */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005658 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005659 GFP_KERNEL);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005660 if (!new) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005661 ret = -ENOMEM;
5662 goto unlock;
5663 }
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005664 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005665
5666 /* Copy thresholds (if any) to new array */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005667 if (thresholds->primary) {
5668 memcpy(new->entries, thresholds->primary->entries, (size - 1) *
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005669 sizeof(struct mem_cgroup_threshold));
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005670 }
5671
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005672 /* Add new threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005673 new->entries[size - 1].eventfd = eventfd;
5674 new->entries[size - 1].threshold = threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005675
5676 /* Sort thresholds. Registering of new threshold isn't time-critical */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005677 sort(new->entries, size, sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005678 compare_thresholds, NULL);
5679
5680 /* Find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005681 new->current_threshold = -1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005682 for (i = 0; i < size; i++) {
Sha Zhengju748dad32012-05-29 15:06:57 -07005683 if (new->entries[i].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005684 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005685 * new->current_threshold will not be used until
5686 * rcu_assign_pointer(), so it's safe to increment
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005687 * it here.
5688 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005689 ++new->current_threshold;
Sha Zhengju748dad32012-05-29 15:06:57 -07005690 } else
5691 break;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005692 }
5693
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005694 /* Free old spare buffer and save old primary buffer as spare */
5695 kfree(thresholds->spare);
5696 thresholds->spare = thresholds->primary;
5697
5698 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005699
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005700 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005701 synchronize_rcu();
5702
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005703unlock:
5704 mutex_unlock(&memcg->thresholds_lock);
5705
5706 return ret;
5707}
5708
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005709static void mem_cgroup_usage_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005710 struct cftype *cft, struct eventfd_ctx *eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005711{
5712 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005713 struct mem_cgroup_thresholds *thresholds;
5714 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005715 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005716 u64 usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005717 int i, j, size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005718
5719 mutex_lock(&memcg->thresholds_lock);
5720 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005721 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005722 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005723 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005724 else
5725 BUG();
5726
Anton Vorontsov371528c2012-02-24 05:14:46 +04005727 if (!thresholds->primary)
5728 goto unlock;
5729
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005730 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5731
5732 /* Check if a threshold crossed before removing */
5733 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5734
5735 /* Calculate new number of threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005736 size = 0;
5737 for (i = 0; i < thresholds->primary->size; i++) {
5738 if (thresholds->primary->entries[i].eventfd != eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005739 size++;
5740 }
5741
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005742 new = thresholds->spare;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005743
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005744 /* Set thresholds array to NULL if we don't have thresholds */
5745 if (!size) {
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005746 kfree(new);
5747 new = NULL;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005748 goto swap_buffers;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005749 }
5750
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005751 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005752
5753 /* Copy thresholds and find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005754 new->current_threshold = -1;
5755 for (i = 0, j = 0; i < thresholds->primary->size; i++) {
5756 if (thresholds->primary->entries[i].eventfd == eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005757 continue;
5758
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005759 new->entries[j] = thresholds->primary->entries[i];
Sha Zhengju748dad32012-05-29 15:06:57 -07005760 if (new->entries[j].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005761 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005762 * new->current_threshold will not be used
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005763 * until rcu_assign_pointer(), so it's safe to increment
5764 * it here.
5765 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005766 ++new->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005767 }
5768 j++;
5769 }
5770
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005771swap_buffers:
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005772 /* Swap primary and spare array */
5773 thresholds->spare = thresholds->primary;
Sha Zhengju8c757762012-05-10 13:01:45 -07005774 /* If all events are unregistered, free the spare array */
5775 if (!new) {
5776 kfree(thresholds->spare);
5777 thresholds->spare = NULL;
5778 }
5779
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005780 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005781
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005782 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005783 synchronize_rcu();
Anton Vorontsov371528c2012-02-24 05:14:46 +04005784unlock:
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005785 mutex_unlock(&memcg->thresholds_lock);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005786}
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005787
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005788static int mem_cgroup_oom_register_event(struct cgroup *cgrp,
5789 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
5790{
5791 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5792 struct mem_cgroup_eventfd_list *event;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005793 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005794
5795 BUG_ON(type != _OOM_TYPE);
5796 event = kmalloc(sizeof(*event), GFP_KERNEL);
5797 if (!event)
5798 return -ENOMEM;
5799
Michal Hocko1af8efe2011-07-26 16:08:24 -07005800 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005801
5802 event->eventfd = eventfd;
5803 list_add(&event->list, &memcg->oom_notify);
5804
5805 /* already in OOM ? */
Michal Hocko79dfdac2011-07-26 16:08:23 -07005806 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005807 eventfd_signal(eventfd, 1);
Michal Hocko1af8efe2011-07-26 16:08:24 -07005808 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005809
5810 return 0;
5811}
5812
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005813static void mem_cgroup_oom_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005814 struct cftype *cft, struct eventfd_ctx *eventfd)
5815{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005816 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005817 struct mem_cgroup_eventfd_list *ev, *tmp;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005818 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005819
5820 BUG_ON(type != _OOM_TYPE);
5821
Michal Hocko1af8efe2011-07-26 16:08:24 -07005822 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005823
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005824 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) {
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005825 if (ev->eventfd == eventfd) {
5826 list_del(&ev->list);
5827 kfree(ev);
5828 }
5829 }
5830
Michal Hocko1af8efe2011-07-26 16:08:24 -07005831 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005832}
5833
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005834static int mem_cgroup_oom_control_read(struct cgroup *cgrp,
5835 struct cftype *cft, struct cgroup_map_cb *cb)
5836{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005837 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005838
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005839 cb->fill(cb, "oom_kill_disable", memcg->oom_kill_disable);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005840
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005841 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005842 cb->fill(cb, "under_oom", 1);
5843 else
5844 cb->fill(cb, "under_oom", 0);
5845 return 0;
5846}
5847
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005848static int mem_cgroup_oom_control_write(struct cgroup *cgrp,
5849 struct cftype *cft, u64 val)
5850{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005851 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005852 struct mem_cgroup *parent;
5853
5854 /* cannot set to root cgroup and only 0 and 1 are allowed */
5855 if (!cgrp->parent || !((val == 0) || (val == 1)))
5856 return -EINVAL;
5857
5858 parent = mem_cgroup_from_cont(cgrp->parent);
5859
Glauber Costa09998212013-02-22 16:34:55 -08005860 mutex_lock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005861 /* oom-kill-disable is a flag for subhierarchy. */
Glauber Costab5f99b52013-02-22 16:34:53 -08005862 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005863 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005864 return -EINVAL;
5865 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005866 memcg->oom_kill_disable = val;
KAMEZAWA Hiroyuki4d845eb2010-06-29 15:05:18 -07005867 if (!val)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005868 memcg_oom_recover(memcg);
Glauber Costa09998212013-02-22 16:34:55 -08005869 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005870 return 0;
5871}
5872
Andrew Mortonc255a452012-07-31 16:43:02 -07005873#ifdef CONFIG_MEMCG_KMEM
Glauber Costacbe128e32012-04-09 19:36:34 -03005874static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005875{
Glauber Costa55007d82012-12-18 14:22:38 -08005876 int ret;
5877
Glauber Costa2633d7a2012-12-18 14:22:34 -08005878 memcg->kmemcg_id = -1;
Glauber Costa55007d82012-12-18 14:22:38 -08005879 ret = memcg_propagate_kmem(memcg);
5880 if (ret)
5881 return ret;
Glauber Costa2633d7a2012-12-18 14:22:34 -08005882
Glauber Costa1d62e432012-04-09 19:36:33 -03005883 return mem_cgroup_sockets_init(memcg, ss);
Michel Lespinasse573b4002013-04-29 15:08:13 -07005884}
Glauber Costae5671df2011-12-11 21:47:01 +00005885
Glauber Costa1d62e432012-04-09 19:36:33 -03005886static void kmem_cgroup_destroy(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005887{
Glauber Costa1d62e432012-04-09 19:36:33 -03005888 mem_cgroup_sockets_destroy(memcg);
Glauber Costa7de37682012-12-18 14:22:07 -08005889
5890 memcg_kmem_mark_dead(memcg);
5891
5892 if (res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0)
5893 return;
5894
5895 /*
5896 * Charges already down to 0, undo mem_cgroup_get() done in the charge
5897 * path here, being careful not to race with memcg_uncharge_kmem: it is
5898 * possible that the charges went down to 0 between mark_dead and the
5899 * res_counter read, so in that case, we don't need the put
5900 */
5901 if (memcg_kmem_test_and_clear_dead(memcg))
5902 mem_cgroup_put(memcg);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005903}
Glauber Costae5671df2011-12-11 21:47:01 +00005904#else
Glauber Costacbe128e32012-04-09 19:36:34 -03005905static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005906{
5907 return 0;
5908}
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005909
Glauber Costa1d62e432012-04-09 19:36:33 -03005910static void kmem_cgroup_destroy(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005911{
5912}
Glauber Costae5671df2011-12-11 21:47:01 +00005913#endif
5914
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005915static struct cftype mem_cgroup_files[] = {
5916 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005917 .name = "usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005918 .private = MEMFILE_PRIVATE(_MEM, RES_USAGE),
Tejun Heoaf36f902012-04-01 12:09:55 -07005919 .read = mem_cgroup_read,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005920 .register_event = mem_cgroup_usage_register_event,
5921 .unregister_event = mem_cgroup_usage_unregister_event,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005922 },
5923 {
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005924 .name = "max_usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005925 .private = MEMFILE_PRIVATE(_MEM, RES_MAX_USAGE),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005926 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005927 .read = mem_cgroup_read,
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005928 },
5929 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005930 .name = "limit_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005931 .private = MEMFILE_PRIVATE(_MEM, RES_LIMIT),
Paul Menage856c13a2008-07-25 01:47:04 -07005932 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005933 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005934 },
5935 {
Balbir Singh296c81d2009-09-23 15:56:36 -07005936 .name = "soft_limit_in_bytes",
5937 .private = MEMFILE_PRIVATE(_MEM, RES_SOFT_LIMIT),
5938 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005939 .read = mem_cgroup_read,
Balbir Singh296c81d2009-09-23 15:56:36 -07005940 },
5941 {
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005942 .name = "failcnt",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005943 .private = MEMFILE_PRIVATE(_MEM, RES_FAILCNT),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005944 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005945 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005946 },
Balbir Singh8697d332008-02-07 00:13:59 -08005947 {
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005948 .name = "stat",
Wanpeng Liab215882012-07-31 16:43:09 -07005949 .read_seq_string = memcg_stat_show,
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005950 },
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005951 {
5952 .name = "force_empty",
5953 .trigger = mem_cgroup_force_empty_write,
5954 },
Balbir Singh18f59ea2009-01-07 18:08:07 -08005955 {
5956 .name = "use_hierarchy",
Tejun Heof00baae2013-04-15 13:41:15 -07005957 .flags = CFTYPE_INSANE,
Balbir Singh18f59ea2009-01-07 18:08:07 -08005958 .write_u64 = mem_cgroup_hierarchy_write,
5959 .read_u64 = mem_cgroup_hierarchy_read,
5960 },
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005961 {
5962 .name = "swappiness",
5963 .read_u64 = mem_cgroup_swappiness_read,
5964 .write_u64 = mem_cgroup_swappiness_write,
5965 },
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005966 {
5967 .name = "move_charge_at_immigrate",
5968 .read_u64 = mem_cgroup_move_charge_read,
5969 .write_u64 = mem_cgroup_move_charge_write,
5970 },
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005971 {
5972 .name = "oom_control",
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005973 .read_map = mem_cgroup_oom_control_read,
5974 .write_u64 = mem_cgroup_oom_control_write,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005975 .register_event = mem_cgroup_oom_register_event,
5976 .unregister_event = mem_cgroup_oom_unregister_event,
5977 .private = MEMFILE_PRIVATE(_OOM_TYPE, OOM_CONTROL),
5978 },
Anton Vorontsov70ddf632013-04-29 15:08:31 -07005979 {
5980 .name = "pressure_level",
5981 .register_event = vmpressure_register_event,
5982 .unregister_event = vmpressure_unregister_event,
5983 },
Ying Han406eb0c2011-05-26 16:25:37 -07005984#ifdef CONFIG_NUMA
5985 {
5986 .name = "numa_stat",
Wanpeng Liab215882012-07-31 16:43:09 -07005987 .read_seq_string = memcg_numa_stat_show,
Ying Han406eb0c2011-05-26 16:25:37 -07005988 },
5989#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08005990#ifdef CONFIG_MEMCG_KMEM
5991 {
5992 .name = "kmem.limit_in_bytes",
5993 .private = MEMFILE_PRIVATE(_KMEM, RES_LIMIT),
5994 .write_string = mem_cgroup_write,
5995 .read = mem_cgroup_read,
5996 },
5997 {
5998 .name = "kmem.usage_in_bytes",
5999 .private = MEMFILE_PRIVATE(_KMEM, RES_USAGE),
6000 .read = mem_cgroup_read,
6001 },
6002 {
6003 .name = "kmem.failcnt",
6004 .private = MEMFILE_PRIVATE(_KMEM, RES_FAILCNT),
6005 .trigger = mem_cgroup_reset,
6006 .read = mem_cgroup_read,
6007 },
6008 {
6009 .name = "kmem.max_usage_in_bytes",
6010 .private = MEMFILE_PRIVATE(_KMEM, RES_MAX_USAGE),
6011 .trigger = mem_cgroup_reset,
6012 .read = mem_cgroup_read,
6013 },
Glauber Costa749c5412012-12-18 14:23:01 -08006014#ifdef CONFIG_SLABINFO
6015 {
6016 .name = "kmem.slabinfo",
6017 .read_seq_string = mem_cgroup_slabinfo_read,
6018 },
6019#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006020#endif
Tejun Heo6bc10342012-04-01 12:09:55 -07006021 { }, /* terminate */
Tejun Heoaf36f902012-04-01 12:09:55 -07006022};
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006023
Michal Hocko2d110852013-02-22 16:34:43 -08006024#ifdef CONFIG_MEMCG_SWAP
6025static struct cftype memsw_cgroup_files[] = {
6026 {
6027 .name = "memsw.usage_in_bytes",
6028 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_USAGE),
6029 .read = mem_cgroup_read,
6030 .register_event = mem_cgroup_usage_register_event,
6031 .unregister_event = mem_cgroup_usage_unregister_event,
6032 },
6033 {
6034 .name = "memsw.max_usage_in_bytes",
6035 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_MAX_USAGE),
6036 .trigger = mem_cgroup_reset,
6037 .read = mem_cgroup_read,
6038 },
6039 {
6040 .name = "memsw.limit_in_bytes",
6041 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_LIMIT),
6042 .write_string = mem_cgroup_write,
6043 .read = mem_cgroup_read,
6044 },
6045 {
6046 .name = "memsw.failcnt",
6047 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_FAILCNT),
6048 .trigger = mem_cgroup_reset,
6049 .read = mem_cgroup_read,
6050 },
6051 { }, /* terminate */
6052};
6053#endif
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006054static int alloc_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006055{
6056 struct mem_cgroup_per_node *pn;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006057 struct mem_cgroup_per_zone *mz;
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006058 int zone, tmp = node;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006059 /*
6060 * This routine is called against possible nodes.
6061 * But it's BUG to call kmalloc() against offline node.
6062 *
6063 * TODO: this routine can waste much memory for nodes which will
6064 * never be onlined. It's better to use memory hotplug callback
6065 * function.
6066 */
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006067 if (!node_state(node, N_NORMAL_MEMORY))
6068 tmp = -1;
Jesper Juhl17295c82011-01-13 15:47:42 -08006069 pn = kzalloc_node(sizeof(*pn), GFP_KERNEL, tmp);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006070 if (!pn)
6071 return 1;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006072
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006073 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6074 mz = &pn->zoneinfo[zone];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08006075 lruvec_init(&mz->lruvec);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006076 mz->usage_in_excess = 0;
Balbir Singh4e416952009-09-23 15:56:39 -07006077 mz->on_tree = false;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006078 mz->memcg = memcg;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006079 }
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006080 memcg->nodeinfo[node] = pn;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006081 return 0;
6082}
6083
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006084static void free_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006085{
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006086 kfree(memcg->nodeinfo[node]);
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006087}
6088
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006089static struct mem_cgroup *mem_cgroup_alloc(void)
6090{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006091 struct mem_cgroup *memcg;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006092 size_t size = memcg_size();
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006093
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006094 /* Can be very big if nr_node_ids is very big */
Jan Blunckc8dad2b2009-01-07 18:07:53 -08006095 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006096 memcg = kzalloc(size, GFP_KERNEL);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006097 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006098 memcg = vzalloc(size);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006099
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006100 if (!memcg)
Dan Carpentere7bbcdf2010-03-23 13:35:12 -07006101 return NULL;
6102
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006103 memcg->stat = alloc_percpu(struct mem_cgroup_stat_cpu);
6104 if (!memcg->stat)
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006105 goto out_free;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006106 spin_lock_init(&memcg->pcp_counter_lock);
6107 return memcg;
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006108
6109out_free:
6110 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006111 kfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006112 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006113 vfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006114 return NULL;
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006115}
6116
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006117/*
Glauber Costac8b2a362012-12-18 14:22:13 -08006118 * At destroying mem_cgroup, references from swap_cgroup can remain.
6119 * (scanning all at force_empty is too costly...)
6120 *
6121 * Instead of clearing all references at force_empty, we remember
6122 * the number of reference from swap_cgroup and free mem_cgroup when
6123 * it goes down to 0.
6124 *
6125 * Removal of cgroup itself succeeds regardless of refs from swap.
Hugh Dickins59927fb2012-03-15 15:17:07 -07006126 */
Glauber Costac8b2a362012-12-18 14:22:13 -08006127
6128static void __mem_cgroup_free(struct mem_cgroup *memcg)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006129{
Glauber Costac8b2a362012-12-18 14:22:13 -08006130 int node;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006131 size_t size = memcg_size();
Hugh Dickins59927fb2012-03-15 15:17:07 -07006132
Glauber Costac8b2a362012-12-18 14:22:13 -08006133 mem_cgroup_remove_from_trees(memcg);
6134 free_css_id(&mem_cgroup_subsys, &memcg->css);
6135
6136 for_each_node(node)
6137 free_mem_cgroup_per_zone_info(memcg, node);
6138
6139 free_percpu(memcg->stat);
6140
Glauber Costa3f134612012-05-29 15:07:11 -07006141 /*
6142 * We need to make sure that (at least for now), the jump label
6143 * destruction code runs outside of the cgroup lock. This is because
6144 * get_online_cpus(), which is called from the static_branch update,
6145 * can't be called inside the cgroup_lock. cpusets are the ones
6146 * enforcing this dependency, so if they ever change, we might as well.
6147 *
6148 * schedule_work() will guarantee this happens. Be careful if you need
6149 * to move this code around, and make sure it is outside
6150 * the cgroup_lock.
6151 */
Glauber Costaa8964b92012-12-18 14:22:09 -08006152 disarm_static_keys(memcg);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006153 if (size < PAGE_SIZE)
6154 kfree(memcg);
6155 else
6156 vfree(memcg);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006157}
Glauber Costa3afe36b2012-05-29 15:07:10 -07006158
Glauber Costac8b2a362012-12-18 14:22:13 -08006159
6160/*
6161 * Helpers for freeing a kmalloc()ed/vzalloc()ed mem_cgroup by RCU,
6162 * but in process context. The work_freeing structure is overlaid
6163 * on the rcu_freeing structure, which itself is overlaid on memsw.
6164 */
6165static void free_work(struct work_struct *work)
6166{
6167 struct mem_cgroup *memcg;
6168
6169 memcg = container_of(work, struct mem_cgroup, work_freeing);
6170 __mem_cgroup_free(memcg);
6171}
6172
Glauber Costa3afe36b2012-05-29 15:07:10 -07006173static void free_rcu(struct rcu_head *rcu_head)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006174{
6175 struct mem_cgroup *memcg;
6176
6177 memcg = container_of(rcu_head, struct mem_cgroup, rcu_freeing);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006178 INIT_WORK(&memcg->work_freeing, free_work);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006179 schedule_work(&memcg->work_freeing);
6180}
6181
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006182static void mem_cgroup_get(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006183{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006184 atomic_inc(&memcg->refcnt);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006185}
6186
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006187static void __mem_cgroup_put(struct mem_cgroup *memcg, int count)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006188{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006189 if (atomic_sub_and_test(count, &memcg->refcnt)) {
6190 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
Glauber Costac8b2a362012-12-18 14:22:13 -08006191 call_rcu(&memcg->rcu_freeing, free_rcu);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006192 if (parent)
6193 mem_cgroup_put(parent);
6194 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006195}
6196
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006197static void mem_cgroup_put(struct mem_cgroup *memcg)
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006198{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006199 __mem_cgroup_put(memcg, 1);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006200}
6201
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006202/*
6203 * Returns the parent mem_cgroup in memcgroup hierarchy with hierarchy enabled.
6204 */
Glauber Costae1aab162011-12-11 21:47:03 +00006205struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006206{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006207 if (!memcg->res.parent)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006208 return NULL;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006209 return mem_cgroup_from_res_counter(memcg->res.parent, res);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006210}
Glauber Costae1aab162011-12-11 21:47:03 +00006211EXPORT_SYMBOL(parent_mem_cgroup);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006212
Michal Hocko8787a1d2013-02-22 16:35:39 -08006213static void __init mem_cgroup_soft_limit_tree_init(void)
Balbir Singhf64c3f52009-09-23 15:56:37 -07006214{
6215 struct mem_cgroup_tree_per_node *rtpn;
6216 struct mem_cgroup_tree_per_zone *rtpz;
6217 int tmp, node, zone;
6218
Bob Liu3ed28fa2012-01-12 17:19:04 -08006219 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -07006220 tmp = node;
6221 if (!node_state(node, N_NORMAL_MEMORY))
6222 tmp = -1;
6223 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, tmp);
Michal Hocko8787a1d2013-02-22 16:35:39 -08006224 BUG_ON(!rtpn);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006225
6226 soft_limit_tree.rb_tree_per_node[node] = rtpn;
6227
6228 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6229 rtpz = &rtpn->rb_tree_per_zone[zone];
6230 rtpz->rb_root = RB_ROOT;
6231 spin_lock_init(&rtpz->lock);
6232 }
6233 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07006234}
6235
Li Zefan0eb253e2009-01-15 13:51:25 -08006236static struct cgroup_subsys_state * __ref
Tejun Heo92fb9742012-11-19 08:13:38 -08006237mem_cgroup_css_alloc(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006238{
Glauber Costad142e3e2013-02-22 16:34:52 -08006239 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006240 long error = -ENOMEM;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006241 int node;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006242
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006243 memcg = mem_cgroup_alloc();
6244 if (!memcg)
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006245 return ERR_PTR(error);
Pavel Emelianov78fb7462008-02-07 00:13:51 -08006246
Bob Liu3ed28fa2012-01-12 17:19:04 -08006247 for_each_node(node)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006248 if (alloc_mem_cgroup_per_zone_info(memcg, node))
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006249 goto free_out;
Balbir Singhf64c3f52009-09-23 15:56:37 -07006250
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006251 /* root ? */
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006252 if (cont->parent == NULL) {
Hillf Dantona41c58a2011-12-19 17:11:57 -08006253 root_mem_cgroup = memcg;
Glauber Costad142e3e2013-02-22 16:34:52 -08006254 res_counter_init(&memcg->res, NULL);
6255 res_counter_init(&memcg->memsw, NULL);
6256 res_counter_init(&memcg->kmem, NULL);
Balbir Singh18f59ea2009-01-07 18:08:07 -08006257 }
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006258
Glauber Costad142e3e2013-02-22 16:34:52 -08006259 memcg->last_scanned_node = MAX_NUMNODES;
6260 INIT_LIST_HEAD(&memcg->oom_notify);
6261 atomic_set(&memcg->refcnt, 1);
6262 memcg->move_charge_at_immigrate = 0;
6263 mutex_init(&memcg->thresholds_lock);
6264 spin_lock_init(&memcg->move_lock);
Anton Vorontsov70ddf632013-04-29 15:08:31 -07006265 vmpressure_init(&memcg->vmpressure);
Glauber Costad142e3e2013-02-22 16:34:52 -08006266
6267 return &memcg->css;
6268
6269free_out:
6270 __mem_cgroup_free(memcg);
6271 return ERR_PTR(error);
6272}
6273
6274static int
6275mem_cgroup_css_online(struct cgroup *cont)
6276{
6277 struct mem_cgroup *memcg, *parent;
6278 int error = 0;
6279
6280 if (!cont->parent)
6281 return 0;
6282
Glauber Costa09998212013-02-22 16:34:55 -08006283 mutex_lock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08006284 memcg = mem_cgroup_from_cont(cont);
6285 parent = mem_cgroup_from_cont(cont->parent);
6286
6287 memcg->use_hierarchy = parent->use_hierarchy;
6288 memcg->oom_kill_disable = parent->oom_kill_disable;
6289 memcg->swappiness = mem_cgroup_swappiness(parent);
6290
6291 if (parent->use_hierarchy) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006292 res_counter_init(&memcg->res, &parent->res);
6293 res_counter_init(&memcg->memsw, &parent->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006294 res_counter_init(&memcg->kmem, &parent->kmem);
Glauber Costa55007d82012-12-18 14:22:38 -08006295
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006296 /*
6297 * We increment refcnt of the parent to ensure that we can
6298 * safely access it on res_counter_charge/uncharge.
6299 * This refcnt will be decremented when freeing this
6300 * mem_cgroup(see mem_cgroup_put).
6301 */
6302 mem_cgroup_get(parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08006303 } else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006304 res_counter_init(&memcg->res, NULL);
6305 res_counter_init(&memcg->memsw, NULL);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006306 res_counter_init(&memcg->kmem, NULL);
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006307 /*
6308 * Deeper hierachy with use_hierarchy == false doesn't make
6309 * much sense so let cgroup subsystem know about this
6310 * unfortunate state in our controller.
6311 */
Glauber Costad142e3e2013-02-22 16:34:52 -08006312 if (parent != root_mem_cgroup)
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006313 mem_cgroup_subsys.broken_hierarchy = true;
Balbir Singh18f59ea2009-01-07 18:08:07 -08006314 }
Glauber Costacbe128e32012-04-09 19:36:34 -03006315
6316 error = memcg_init_kmem(memcg, &mem_cgroup_subsys);
Glauber Costa09998212013-02-22 16:34:55 -08006317 mutex_unlock(&memcg_create_mutex);
Glauber Costacbe128e32012-04-09 19:36:34 -03006318 if (error) {
6319 /*
6320 * We call put now because our (and parent's) refcnts
6321 * are already in place. mem_cgroup_put() will internally
6322 * call __mem_cgroup_free, so return directly
6323 */
6324 mem_cgroup_put(memcg);
Glauber Costae4715f02013-02-22 16:34:57 -08006325 if (parent->use_hierarchy)
6326 mem_cgroup_put(parent);
Glauber Costacbe128e32012-04-09 19:36:34 -03006327 }
Glauber Costad142e3e2013-02-22 16:34:52 -08006328 return error;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006329}
6330
Michal Hocko5f578162013-04-29 15:07:17 -07006331/*
6332 * Announce all parents that a group from their hierarchy is gone.
6333 */
6334static void mem_cgroup_invalidate_reclaim_iterators(struct mem_cgroup *memcg)
6335{
6336 struct mem_cgroup *parent = memcg;
6337
6338 while ((parent = parent_mem_cgroup(parent)))
Johannes Weiner519ebea2013-07-03 15:04:51 -07006339 mem_cgroup_iter_invalidate(parent);
Michal Hocko5f578162013-04-29 15:07:17 -07006340
6341 /*
6342 * if the root memcg is not hierarchical we have to check it
6343 * explicitely.
6344 */
6345 if (!root_mem_cgroup->use_hierarchy)
Johannes Weiner519ebea2013-07-03 15:04:51 -07006346 mem_cgroup_iter_invalidate(root_mem_cgroup);
Michal Hocko5f578162013-04-29 15:07:17 -07006347}
6348
Tejun Heo92fb9742012-11-19 08:13:38 -08006349static void mem_cgroup_css_offline(struct cgroup *cont)
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006350{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006351 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
KAMEZAWA Hiroyukiec64f512009-04-02 16:57:26 -07006352
Michal Hocko5f578162013-04-29 15:07:17 -07006353 mem_cgroup_invalidate_reclaim_iterators(memcg);
Michal Hockoab5196c2012-10-26 13:37:32 +02006354 mem_cgroup_reparent_charges(memcg);
Glauber Costa1f458cb2012-12-18 14:22:50 -08006355 mem_cgroup_destroy_all_caches(memcg);
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006356}
6357
Tejun Heo92fb9742012-11-19 08:13:38 -08006358static void mem_cgroup_css_free(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006359{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006360 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Daisuke Nishimurac268e992009-01-15 13:51:13 -08006361
Glauber Costa1d62e432012-04-09 19:36:33 -03006362 kmem_cgroup_destroy(memcg);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00006363
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006364 mem_cgroup_put(memcg);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006365}
6366
Daisuke Nishimura02491442010-03-10 15:22:17 -08006367#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006368/* Handlers for move charge at task migration. */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006369#define PRECHARGE_COUNT_AT_ONCE 256
6370static int mem_cgroup_do_precharge(unsigned long count)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006371{
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006372 int ret = 0;
6373 int batch_count = PRECHARGE_COUNT_AT_ONCE;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006374 struct mem_cgroup *memcg = mc.to;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006375
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006376 if (mem_cgroup_is_root(memcg)) {
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006377 mc.precharge += count;
6378 /* we don't need css_get for root */
6379 return ret;
6380 }
6381 /* try to charge at once */
6382 if (count > 1) {
6383 struct res_counter *dummy;
6384 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006385 * "memcg" cannot be under rmdir() because we've already checked
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006386 * by cgroup_lock_live_cgroup() that it is not removed and we
6387 * are still under the same cgroup_mutex. So we can postpone
6388 * css_get().
6389 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006390 if (res_counter_charge(&memcg->res, PAGE_SIZE * count, &dummy))
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006391 goto one_by_one;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006392 if (do_swap_account && res_counter_charge(&memcg->memsw,
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006393 PAGE_SIZE * count, &dummy)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006394 res_counter_uncharge(&memcg->res, PAGE_SIZE * count);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006395 goto one_by_one;
6396 }
6397 mc.precharge += count;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006398 return ret;
6399 }
6400one_by_one:
6401 /* fall back to one by one charge */
6402 while (count--) {
6403 if (signal_pending(current)) {
6404 ret = -EINTR;
6405 break;
6406 }
6407 if (!batch_count--) {
6408 batch_count = PRECHARGE_COUNT_AT_ONCE;
6409 cond_resched();
6410 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006411 ret = __mem_cgroup_try_charge(NULL,
6412 GFP_KERNEL, 1, &memcg, false);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006413 if (ret)
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006414 /* mem_cgroup_clear_mc() will do uncharge later */
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006415 return ret;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006416 mc.precharge++;
6417 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006418 return ret;
6419}
6420
6421/**
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006422 * get_mctgt_type - get target type of moving charge
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006423 * @vma: the vma the pte to be checked belongs
6424 * @addr: the address corresponding to the pte to be checked
6425 * @ptent: the pte to be checked
Daisuke Nishimura02491442010-03-10 15:22:17 -08006426 * @target: the pointer the target page or swap ent will be stored(can be NULL)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006427 *
6428 * Returns
6429 * 0(MC_TARGET_NONE): if the pte is not a target for move charge.
6430 * 1(MC_TARGET_PAGE): if the page corresponding to this pte is a target for
6431 * move charge. if @target is not NULL, the page is stored in target->page
6432 * with extra refcnt got(Callers should handle it).
Daisuke Nishimura02491442010-03-10 15:22:17 -08006433 * 2(MC_TARGET_SWAP): if the swap entry corresponding to this pte is a
6434 * target for charge migration. if @target is not NULL, the entry is stored
6435 * in target->ent.
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006436 *
6437 * Called with pte lock held.
6438 */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006439union mc_target {
6440 struct page *page;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006441 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006442};
6443
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006444enum mc_target_type {
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006445 MC_TARGET_NONE = 0,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006446 MC_TARGET_PAGE,
Daisuke Nishimura02491442010-03-10 15:22:17 -08006447 MC_TARGET_SWAP,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006448};
6449
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006450static struct page *mc_handle_present_pte(struct vm_area_struct *vma,
6451 unsigned long addr, pte_t ptent)
6452{
6453 struct page *page = vm_normal_page(vma, addr, ptent);
6454
6455 if (!page || !page_mapped(page))
6456 return NULL;
6457 if (PageAnon(page)) {
6458 /* we don't move shared anon */
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006459 if (!move_anon())
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006460 return NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006461 } else if (!move_file())
6462 /* we ignore mapcount for file pages */
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006463 return NULL;
6464 if (!get_page_unless_zero(page))
6465 return NULL;
6466
6467 return page;
6468}
6469
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006470#ifdef CONFIG_SWAP
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006471static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6472 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6473{
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006474 struct page *page = NULL;
6475 swp_entry_t ent = pte_to_swp_entry(ptent);
6476
6477 if (!move_anon() || non_swap_entry(ent))
6478 return NULL;
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006479 /*
6480 * Because lookup_swap_cache() updates some statistics counter,
6481 * we call find_get_page() with swapper_space directly.
6482 */
Shaohua Li33806f02013-02-22 16:34:37 -08006483 page = find_get_page(swap_address_space(ent), ent.val);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006484 if (do_swap_account)
6485 entry->val = ent.val;
6486
6487 return page;
6488}
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006489#else
6490static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6491 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6492{
6493 return NULL;
6494}
6495#endif
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006496
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006497static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
6498 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6499{
6500 struct page *page = NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006501 struct address_space *mapping;
6502 pgoff_t pgoff;
6503
6504 if (!vma->vm_file) /* anonymous vma */
6505 return NULL;
6506 if (!move_file())
6507 return NULL;
6508
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006509 mapping = vma->vm_file->f_mapping;
6510 if (pte_none(ptent))
6511 pgoff = linear_page_index(vma, addr);
6512 else /* pte_file(ptent) is true */
6513 pgoff = pte_to_pgoff(ptent);
6514
6515 /* page is moved even if it's not RSS of this task(page-faulted). */
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006516 page = find_get_page(mapping, pgoff);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006517
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006518#ifdef CONFIG_SWAP
6519 /* shmem/tmpfs may report page out on swap: account for that too. */
6520 if (radix_tree_exceptional_entry(page)) {
6521 swp_entry_t swap = radix_to_swp_entry(page);
6522 if (do_swap_account)
6523 *entry = swap;
Shaohua Li33806f02013-02-22 16:34:37 -08006524 page = find_get_page(swap_address_space(swap), swap.val);
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006525 }
6526#endif
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006527 return page;
6528}
6529
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006530static enum mc_target_type get_mctgt_type(struct vm_area_struct *vma,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006531 unsigned long addr, pte_t ptent, union mc_target *target)
6532{
Daisuke Nishimura02491442010-03-10 15:22:17 -08006533 struct page *page = NULL;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006534 struct page_cgroup *pc;
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006535 enum mc_target_type ret = MC_TARGET_NONE;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006536 swp_entry_t ent = { .val = 0 };
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006537
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006538 if (pte_present(ptent))
6539 page = mc_handle_present_pte(vma, addr, ptent);
6540 else if (is_swap_pte(ptent))
6541 page = mc_handle_swap_pte(vma, addr, ptent, &ent);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006542 else if (pte_none(ptent) || pte_file(ptent))
6543 page = mc_handle_file_pte(vma, addr, ptent, &ent);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006544
6545 if (!page && !ent.val)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006546 return ret;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006547 if (page) {
6548 pc = lookup_page_cgroup(page);
6549 /*
6550 * Do only loose check w/o page_cgroup lock.
6551 * mem_cgroup_move_account() checks the pc is valid or not under
6552 * the lock.
6553 */
6554 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6555 ret = MC_TARGET_PAGE;
6556 if (target)
6557 target->page = page;
6558 }
6559 if (!ret || !target)
6560 put_page(page);
6561 }
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006562 /* There is a swap entry and a page doesn't exist or isn't charged */
6563 if (ent.val && !ret &&
Bob Liu9fb4b7c2012-01-12 17:18:48 -08006564 css_id(&mc.from->css) == lookup_swap_cgroup_id(ent)) {
KAMEZAWA Hiroyuki7f0f1542010-05-11 14:06:58 -07006565 ret = MC_TARGET_SWAP;
6566 if (target)
6567 target->ent = ent;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006568 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006569 return ret;
6570}
6571
Naoya Horiguchi12724852012-03-21 16:34:28 -07006572#ifdef CONFIG_TRANSPARENT_HUGEPAGE
6573/*
6574 * We don't consider swapping or file mapped pages because THP does not
6575 * support them for now.
6576 * Caller should make sure that pmd_trans_huge(pmd) is true.
6577 */
6578static enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6579 unsigned long addr, pmd_t pmd, union mc_target *target)
6580{
6581 struct page *page = NULL;
6582 struct page_cgroup *pc;
6583 enum mc_target_type ret = MC_TARGET_NONE;
6584
6585 page = pmd_page(pmd);
6586 VM_BUG_ON(!page || !PageHead(page));
6587 if (!move_anon())
6588 return ret;
6589 pc = lookup_page_cgroup(page);
6590 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6591 ret = MC_TARGET_PAGE;
6592 if (target) {
6593 get_page(page);
6594 target->page = page;
6595 }
6596 }
6597 return ret;
6598}
6599#else
6600static inline enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6601 unsigned long addr, pmd_t pmd, union mc_target *target)
6602{
6603 return MC_TARGET_NONE;
6604}
6605#endif
6606
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006607static int mem_cgroup_count_precharge_pte_range(pmd_t *pmd,
6608 unsigned long addr, unsigned long end,
6609 struct mm_walk *walk)
6610{
6611 struct vm_area_struct *vma = walk->private;
6612 pte_t *pte;
6613 spinlock_t *ptl;
6614
Naoya Horiguchi12724852012-03-21 16:34:28 -07006615 if (pmd_trans_huge_lock(pmd, vma) == 1) {
6616 if (get_mctgt_type_thp(vma, addr, *pmd, NULL) == MC_TARGET_PAGE)
6617 mc.precharge += HPAGE_PMD_NR;
6618 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006619 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006620 }
Dave Hansen03319322011-03-22 16:32:56 -07006621
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006622 if (pmd_trans_unstable(pmd))
6623 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006624 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6625 for (; addr != end; pte++, addr += PAGE_SIZE)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006626 if (get_mctgt_type(vma, addr, *pte, NULL))
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006627 mc.precharge++; /* increment precharge temporarily */
6628 pte_unmap_unlock(pte - 1, ptl);
6629 cond_resched();
6630
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006631 return 0;
6632}
6633
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006634static unsigned long mem_cgroup_count_precharge(struct mm_struct *mm)
6635{
6636 unsigned long precharge;
6637 struct vm_area_struct *vma;
6638
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006639 down_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006640 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6641 struct mm_walk mem_cgroup_count_precharge_walk = {
6642 .pmd_entry = mem_cgroup_count_precharge_pte_range,
6643 .mm = mm,
6644 .private = vma,
6645 };
6646 if (is_vm_hugetlb_page(vma))
6647 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006648 walk_page_range(vma->vm_start, vma->vm_end,
6649 &mem_cgroup_count_precharge_walk);
6650 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006651 up_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006652
6653 precharge = mc.precharge;
6654 mc.precharge = 0;
6655
6656 return precharge;
6657}
6658
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006659static int mem_cgroup_precharge_mc(struct mm_struct *mm)
6660{
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006661 unsigned long precharge = mem_cgroup_count_precharge(mm);
6662
6663 VM_BUG_ON(mc.moving_task);
6664 mc.moving_task = current;
6665 return mem_cgroup_do_precharge(precharge);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006666}
6667
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006668/* cancels all extra charges on mc.from and mc.to, and wakes up all waiters. */
6669static void __mem_cgroup_clear_mc(void)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006670{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006671 struct mem_cgroup *from = mc.from;
6672 struct mem_cgroup *to = mc.to;
6673
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006674 /* we must uncharge all the leftover precharges from mc.to */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006675 if (mc.precharge) {
6676 __mem_cgroup_cancel_charge(mc.to, mc.precharge);
6677 mc.precharge = 0;
6678 }
6679 /*
6680 * we didn't uncharge from mc.from at mem_cgroup_move_account(), so
6681 * we must uncharge here.
6682 */
6683 if (mc.moved_charge) {
6684 __mem_cgroup_cancel_charge(mc.from, mc.moved_charge);
6685 mc.moved_charge = 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006686 }
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006687 /* we must fixup refcnts and charges */
6688 if (mc.moved_swap) {
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006689 /* uncharge swap account from the old cgroup */
6690 if (!mem_cgroup_is_root(mc.from))
6691 res_counter_uncharge(&mc.from->memsw,
6692 PAGE_SIZE * mc.moved_swap);
6693 __mem_cgroup_put(mc.from, mc.moved_swap);
6694
6695 if (!mem_cgroup_is_root(mc.to)) {
6696 /*
6697 * we charged both to->res and to->memsw, so we should
6698 * uncharge to->res.
6699 */
6700 res_counter_uncharge(&mc.to->res,
6701 PAGE_SIZE * mc.moved_swap);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006702 }
6703 /* we've already done mem_cgroup_get(mc.to) */
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006704 mc.moved_swap = 0;
6705 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006706 memcg_oom_recover(from);
6707 memcg_oom_recover(to);
6708 wake_up_all(&mc.waitq);
6709}
6710
6711static void mem_cgroup_clear_mc(void)
6712{
6713 struct mem_cgroup *from = mc.from;
6714
6715 /*
6716 * we must clear moving_task before waking up waiters at the end of
6717 * task migration.
6718 */
6719 mc.moving_task = NULL;
6720 __mem_cgroup_clear_mc();
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006721 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006722 mc.from = NULL;
6723 mc.to = NULL;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006724 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006725 mem_cgroup_end_move(from);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006726}
6727
Li Zefan761b3ef2012-01-31 13:47:36 +08006728static int mem_cgroup_can_attach(struct cgroup *cgroup,
6729 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006730{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006731 struct task_struct *p = cgroup_taskset_first(tset);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006732 int ret = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006733 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgroup);
Glauber Costaee5e8472013-02-22 16:34:50 -08006734 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006735
Glauber Costaee5e8472013-02-22 16:34:50 -08006736 /*
6737 * We are now commited to this value whatever it is. Changes in this
6738 * tunable will only affect upcoming migrations, not the current one.
6739 * So we need to save it, and keep it going.
6740 */
6741 move_charge_at_immigrate = memcg->move_charge_at_immigrate;
6742 if (move_charge_at_immigrate) {
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006743 struct mm_struct *mm;
6744 struct mem_cgroup *from = mem_cgroup_from_task(p);
6745
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006746 VM_BUG_ON(from == memcg);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006747
6748 mm = get_task_mm(p);
6749 if (!mm)
6750 return 0;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006751 /* We move charges only when we move a owner of the mm */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006752 if (mm->owner == p) {
6753 VM_BUG_ON(mc.from);
6754 VM_BUG_ON(mc.to);
6755 VM_BUG_ON(mc.precharge);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006756 VM_BUG_ON(mc.moved_charge);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006757 VM_BUG_ON(mc.moved_swap);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006758 mem_cgroup_start_move(from);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006759 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006760 mc.from = from;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006761 mc.to = memcg;
Glauber Costaee5e8472013-02-22 16:34:50 -08006762 mc.immigrate_flags = move_charge_at_immigrate;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006763 spin_unlock(&mc.lock);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006764 /* We set mc.moving_task later */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006765
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006766 ret = mem_cgroup_precharge_mc(mm);
6767 if (ret)
6768 mem_cgroup_clear_mc();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006769 }
6770 mmput(mm);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006771 }
6772 return ret;
6773}
6774
Li Zefan761b3ef2012-01-31 13:47:36 +08006775static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6776 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006777{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006778 mem_cgroup_clear_mc();
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006779}
6780
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006781static int mem_cgroup_move_charge_pte_range(pmd_t *pmd,
6782 unsigned long addr, unsigned long end,
6783 struct mm_walk *walk)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006784{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006785 int ret = 0;
6786 struct vm_area_struct *vma = walk->private;
6787 pte_t *pte;
6788 spinlock_t *ptl;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006789 enum mc_target_type target_type;
6790 union mc_target target;
6791 struct page *page;
6792 struct page_cgroup *pc;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006793
Naoya Horiguchi12724852012-03-21 16:34:28 -07006794 /*
6795 * We don't take compound_lock() here but no race with splitting thp
6796 * happens because:
6797 * - if pmd_trans_huge_lock() returns 1, the relevant thp is not
6798 * under splitting, which means there's no concurrent thp split,
6799 * - if another thread runs into split_huge_page() just after we
6800 * entered this if-block, the thread must wait for page table lock
6801 * to be unlocked in __split_huge_page_splitting(), where the main
6802 * part of thp split is not executed yet.
6803 */
6804 if (pmd_trans_huge_lock(pmd, vma) == 1) {
Hugh Dickins62ade862012-05-18 11:28:34 -07006805 if (mc.precharge < HPAGE_PMD_NR) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006806 spin_unlock(&vma->vm_mm->page_table_lock);
6807 return 0;
6808 }
6809 target_type = get_mctgt_type_thp(vma, addr, *pmd, &target);
6810 if (target_type == MC_TARGET_PAGE) {
6811 page = target.page;
6812 if (!isolate_lru_page(page)) {
6813 pc = lookup_page_cgroup(page);
6814 if (!mem_cgroup_move_account(page, HPAGE_PMD_NR,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006815 pc, mc.from, mc.to)) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006816 mc.precharge -= HPAGE_PMD_NR;
6817 mc.moved_charge += HPAGE_PMD_NR;
6818 }
6819 putback_lru_page(page);
6820 }
6821 put_page(page);
6822 }
6823 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006824 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006825 }
6826
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006827 if (pmd_trans_unstable(pmd))
6828 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006829retry:
6830 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6831 for (; addr != end; addr += PAGE_SIZE) {
6832 pte_t ptent = *(pte++);
Daisuke Nishimura02491442010-03-10 15:22:17 -08006833 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006834
6835 if (!mc.precharge)
6836 break;
6837
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006838 switch (get_mctgt_type(vma, addr, ptent, &target)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006839 case MC_TARGET_PAGE:
6840 page = target.page;
6841 if (isolate_lru_page(page))
6842 goto put;
6843 pc = lookup_page_cgroup(page);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07006844 if (!mem_cgroup_move_account(page, 1, pc,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006845 mc.from, mc.to)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006846 mc.precharge--;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006847 /* we uncharge from mc.from later. */
6848 mc.moved_charge++;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006849 }
6850 putback_lru_page(page);
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006851put: /* get_mctgt_type() gets the page */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006852 put_page(page);
6853 break;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006854 case MC_TARGET_SWAP:
6855 ent = target.ent;
Hugh Dickinse91cbb42012-05-29 15:06:51 -07006856 if (!mem_cgroup_move_swap_account(ent, mc.from, mc.to)) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08006857 mc.precharge--;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006858 /* we fixup refcnts and charges later. */
6859 mc.moved_swap++;
6860 }
Daisuke Nishimura02491442010-03-10 15:22:17 -08006861 break;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006862 default:
6863 break;
6864 }
6865 }
6866 pte_unmap_unlock(pte - 1, ptl);
6867 cond_resched();
6868
6869 if (addr != end) {
6870 /*
6871 * We have consumed all precharges we got in can_attach().
6872 * We try charge one by one, but don't do any additional
6873 * charges to mc.to if we have failed in charge once in attach()
6874 * phase.
6875 */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006876 ret = mem_cgroup_do_precharge(1);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006877 if (!ret)
6878 goto retry;
6879 }
6880
6881 return ret;
6882}
6883
6884static void mem_cgroup_move_charge(struct mm_struct *mm)
6885{
6886 struct vm_area_struct *vma;
6887
6888 lru_add_drain_all();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006889retry:
6890 if (unlikely(!down_read_trylock(&mm->mmap_sem))) {
6891 /*
6892 * Someone who are holding the mmap_sem might be waiting in
6893 * waitq. So we cancel all extra charges, wake up all waiters,
6894 * and retry. Because we cancel precharges, we might not be able
6895 * to move enough charges, but moving charge is a best-effort
6896 * feature anyway, so it wouldn't be a big problem.
6897 */
6898 __mem_cgroup_clear_mc();
6899 cond_resched();
6900 goto retry;
6901 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006902 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6903 int ret;
6904 struct mm_walk mem_cgroup_move_charge_walk = {
6905 .pmd_entry = mem_cgroup_move_charge_pte_range,
6906 .mm = mm,
6907 .private = vma,
6908 };
6909 if (is_vm_hugetlb_page(vma))
6910 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006911 ret = walk_page_range(vma->vm_start, vma->vm_end,
6912 &mem_cgroup_move_charge_walk);
6913 if (ret)
6914 /*
6915 * means we have consumed all precharges and failed in
6916 * doing additional charge. Just abandon here.
6917 */
6918 break;
6919 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006920 up_read(&mm->mmap_sem);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006921}
6922
Li Zefan761b3ef2012-01-31 13:47:36 +08006923static void mem_cgroup_move_task(struct cgroup *cont,
6924 struct cgroup_taskset *tset)
Balbir Singh67e465a2008-02-07 00:13:54 -08006925{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006926 struct task_struct *p = cgroup_taskset_first(tset);
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006927 struct mm_struct *mm = get_task_mm(p);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006928
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006929 if (mm) {
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006930 if (mc.to)
6931 mem_cgroup_move_charge(mm);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006932 mmput(mm);
6933 }
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006934 if (mc.to)
6935 mem_cgroup_clear_mc();
Balbir Singh67e465a2008-02-07 00:13:54 -08006936}
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006937#else /* !CONFIG_MMU */
Li Zefan761b3ef2012-01-31 13:47:36 +08006938static int mem_cgroup_can_attach(struct cgroup *cgroup,
6939 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006940{
6941 return 0;
6942}
Li Zefan761b3ef2012-01-31 13:47:36 +08006943static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6944 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006945{
6946}
Li Zefan761b3ef2012-01-31 13:47:36 +08006947static void mem_cgroup_move_task(struct cgroup *cont,
6948 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006949{
6950}
6951#endif
Balbir Singh67e465a2008-02-07 00:13:54 -08006952
Tejun Heof00baae2013-04-15 13:41:15 -07006953/*
6954 * Cgroup retains root cgroups across [un]mount cycles making it necessary
6955 * to verify sane_behavior flag on each mount attempt.
6956 */
6957static void mem_cgroup_bind(struct cgroup *root)
6958{
6959 /*
6960 * use_hierarchy is forced with sane_behavior. cgroup core
6961 * guarantees that @root doesn't have any children, so turning it
6962 * on for the root memcg is enough.
6963 */
6964 if (cgroup_sane_behavior(root))
6965 mem_cgroup_from_cont(root)->use_hierarchy = true;
6966}
6967
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006968struct cgroup_subsys mem_cgroup_subsys = {
6969 .name = "memory",
6970 .subsys_id = mem_cgroup_subsys_id,
Tejun Heo92fb9742012-11-19 08:13:38 -08006971 .css_alloc = mem_cgroup_css_alloc,
Glauber Costad142e3e2013-02-22 16:34:52 -08006972 .css_online = mem_cgroup_css_online,
Tejun Heo92fb9742012-11-19 08:13:38 -08006973 .css_offline = mem_cgroup_css_offline,
6974 .css_free = mem_cgroup_css_free,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006975 .can_attach = mem_cgroup_can_attach,
6976 .cancel_attach = mem_cgroup_cancel_attach,
Balbir Singh67e465a2008-02-07 00:13:54 -08006977 .attach = mem_cgroup_move_task,
Tejun Heof00baae2013-04-15 13:41:15 -07006978 .bind = mem_cgroup_bind,
Tejun Heo6bc10342012-04-01 12:09:55 -07006979 .base_cftypes = mem_cgroup_files,
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006980 .early_init = 0,
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006981 .use_id = 1,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006982};
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006983
Andrew Mortonc255a452012-07-31 16:43:02 -07006984#ifdef CONFIG_MEMCG_SWAP
Michal Hockoa42c3902010-11-24 12:57:08 -08006985static int __init enable_swap_account(char *s)
6986{
6987 /* consider enabled if no parameter or 1 is given */
Michal Hockoa2c89902011-05-24 17:12:50 -07006988 if (!strcmp(s, "1"))
Michal Hockoa42c3902010-11-24 12:57:08 -08006989 really_do_swap_account = 1;
Michal Hockoa2c89902011-05-24 17:12:50 -07006990 else if (!strcmp(s, "0"))
Michal Hockoa42c3902010-11-24 12:57:08 -08006991 really_do_swap_account = 0;
6992 return 1;
6993}
Michal Hockoa2c89902011-05-24 17:12:50 -07006994__setup("swapaccount=", enable_swap_account);
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006995
Michal Hocko2d110852013-02-22 16:34:43 -08006996static void __init memsw_file_init(void)
6997{
Michal Hocko6acc8b02013-02-22 16:34:45 -08006998 WARN_ON(cgroup_add_cftypes(&mem_cgroup_subsys, memsw_cgroup_files));
Michal Hocko2d110852013-02-22 16:34:43 -08006999}
Michal Hocko6acc8b02013-02-22 16:34:45 -08007000
7001static void __init enable_swap_cgroup(void)
7002{
7003 if (!mem_cgroup_disabled() && really_do_swap_account) {
7004 do_swap_account = 1;
7005 memsw_file_init();
7006 }
7007}
7008
Michal Hocko2d110852013-02-22 16:34:43 -08007009#else
Michal Hocko6acc8b02013-02-22 16:34:45 -08007010static void __init enable_swap_cgroup(void)
Michal Hocko2d110852013-02-22 16:34:43 -08007011{
7012}
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007013#endif
Michal Hocko2d110852013-02-22 16:34:43 -08007014
7015/*
Michal Hocko10813122013-02-22 16:35:41 -08007016 * subsys_initcall() for memory controller.
7017 *
7018 * Some parts like hotcpu_notifier() have to be initialized from this context
7019 * because of lock dependencies (cgroup_lock -> cpu hotplug) but basically
7020 * everything that doesn't depend on a specific mem_cgroup structure should
7021 * be initialized from here.
Michal Hocko2d110852013-02-22 16:34:43 -08007022 */
7023static int __init mem_cgroup_init(void)
7024{
7025 hotcpu_notifier(memcg_cpu_hotplug_callback, 0);
Michal Hocko6acc8b02013-02-22 16:34:45 -08007026 enable_swap_cgroup();
Michal Hocko8787a1d2013-02-22 16:35:39 -08007027 mem_cgroup_soft_limit_tree_init();
Michal Hockoe4777492013-02-22 16:35:40 -08007028 memcg_stock_init();
Michal Hocko2d110852013-02-22 16:34:43 -08007029 return 0;
7030}
7031subsys_initcall(mem_cgroup_init);