blob: 64f726599ff06c6319b82c05dc5a93ef17f5fe09 [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;
Glauber Costa6d42c232013-07-08 16:00:00 -07003640
3641 /*
3642 * Disabling accounting is only relevant for some specific memcg
3643 * internal allocations. Therefore we would initially not have such
3644 * check here, since direct calls to the page allocator that are marked
3645 * with GFP_KMEMCG only happen outside memcg core. We are mostly
3646 * concerned with cache allocations, and by having this test at
3647 * memcg_kmem_get_cache, we are already able to relay the allocation to
3648 * the root cache and bypass the memcg cache altogether.
3649 *
3650 * There is one exception, though: the SLUB allocator does not create
3651 * large order caches, but rather service large kmallocs directly from
3652 * the page allocator. Therefore, the following sequence when backed by
3653 * the SLUB allocator:
3654 *
3655 * memcg_stop_kmem_account();
3656 * kmalloc(<large_number>)
3657 * memcg_resume_kmem_account();
3658 *
3659 * would effectively ignore the fact that we should skip accounting,
3660 * since it will drive us directly to this function without passing
3661 * through the cache selector memcg_kmem_get_cache. Such large
3662 * allocations are extremely rare but can happen, for instance, for the
3663 * cache arrays. We bring this test here.
3664 */
3665 if (!current->mm || current->memcg_kmem_skip_account)
3666 return true;
3667
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003668 memcg = try_get_mem_cgroup_from_mm(current->mm);
3669
3670 /*
3671 * very rare case described in mem_cgroup_from_task. Unfortunately there
3672 * isn't much we can do without complicating this too much, and it would
3673 * be gfp-dependent anyway. Just let it go
3674 */
3675 if (unlikely(!memcg))
3676 return true;
3677
3678 if (!memcg_can_account_kmem(memcg)) {
3679 css_put(&memcg->css);
3680 return true;
3681 }
3682
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003683 ret = memcg_charge_kmem(memcg, gfp, PAGE_SIZE << order);
3684 if (!ret)
3685 *_memcg = memcg;
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003686
3687 css_put(&memcg->css);
3688 return (ret == 0);
3689}
3690
3691void __memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg,
3692 int order)
3693{
3694 struct page_cgroup *pc;
3695
3696 VM_BUG_ON(mem_cgroup_is_root(memcg));
3697
3698 /* The page allocation failed. Revert */
3699 if (!page) {
3700 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003701 return;
3702 }
3703
3704 pc = lookup_page_cgroup(page);
3705 lock_page_cgroup(pc);
3706 pc->mem_cgroup = memcg;
3707 SetPageCgroupUsed(pc);
3708 unlock_page_cgroup(pc);
3709}
3710
3711void __memcg_kmem_uncharge_pages(struct page *page, int order)
3712{
3713 struct mem_cgroup *memcg = NULL;
3714 struct page_cgroup *pc;
3715
3716
3717 pc = lookup_page_cgroup(page);
3718 /*
3719 * Fast unlocked return. Theoretically might have changed, have to
3720 * check again after locking.
3721 */
3722 if (!PageCgroupUsed(pc))
3723 return;
3724
3725 lock_page_cgroup(pc);
3726 if (PageCgroupUsed(pc)) {
3727 memcg = pc->mem_cgroup;
3728 ClearPageCgroupUsed(pc);
3729 }
3730 unlock_page_cgroup(pc);
3731
3732 /*
3733 * We trust that only if there is a memcg associated with the page, it
3734 * is a valid allocation
3735 */
3736 if (!memcg)
3737 return;
3738
3739 VM_BUG_ON(mem_cgroup_is_root(memcg));
3740 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003741}
Glauber Costa1f458cb2012-12-18 14:22:50 -08003742#else
3743static inline void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3744{
3745}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003746#endif /* CONFIG_MEMCG_KMEM */
3747
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003748#ifdef CONFIG_TRANSPARENT_HUGEPAGE
3749
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07003750#define PCGF_NOCOPY_AT_SPLIT (1 << PCG_LOCK | 1 << PCG_MIGRATION)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003751/*
3752 * Because tail pages are not marked as "used", set it. We're under
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003753 * zone->lru_lock, 'splitting on pmd' and compound_lock.
3754 * charge/uncharge will be never happen and move_account() is done under
3755 * compound_lock(), so we don't have to take care of races.
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003756 */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003757void mem_cgroup_split_huge_fixup(struct page *head)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003758{
3759 struct page_cgroup *head_pc = lookup_page_cgroup(head);
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003760 struct page_cgroup *pc;
David Rientjesb070e652013-05-07 16:18:09 -07003761 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003762 int i;
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003763
KAMEZAWA Hiroyuki3d37c4a2011-01-25 15:07:28 -08003764 if (mem_cgroup_disabled())
3765 return;
David Rientjesb070e652013-05-07 16:18:09 -07003766
3767 memcg = head_pc->mem_cgroup;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003768 for (i = 1; i < HPAGE_PMD_NR; i++) {
3769 pc = head_pc + i;
David Rientjesb070e652013-05-07 16:18:09 -07003770 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003771 smp_wmb();/* see __commit_charge() */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003772 pc->flags = head_pc->flags & ~PCGF_NOCOPY_AT_SPLIT;
3773 }
David Rientjesb070e652013-05-07 16:18:09 -07003774 __this_cpu_sub(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
3775 HPAGE_PMD_NR);
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003776}
Hugh Dickins12d27102012-01-12 17:19:52 -08003777#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003778
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003779/**
Johannes Weinerde3638d2011-03-23 16:42:28 -07003780 * mem_cgroup_move_account - move account of the page
Johannes Weiner5564e882011-03-23 16:42:29 -07003781 * @page: the page
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003782 * @nr_pages: number of regular pages (>1 for huge pages)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003783 * @pc: page_cgroup of the page.
3784 * @from: mem_cgroup which the page is moved from.
3785 * @to: mem_cgroup which the page is moved to. @from != @to.
3786 *
3787 * The caller must confirm following.
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003788 * - page is not on LRU (isolate_page() is useful.)
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003789 * - compound_lock is held when nr_pages > 1
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003790 *
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003791 * This function doesn't do "charge" to new cgroup and doesn't do "uncharge"
3792 * from old cgroup.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003793 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003794static int mem_cgroup_move_account(struct page *page,
3795 unsigned int nr_pages,
3796 struct page_cgroup *pc,
3797 struct mem_cgroup *from,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003798 struct mem_cgroup *to)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003799{
Johannes Weinerde3638d2011-03-23 16:42:28 -07003800 unsigned long flags;
3801 int ret;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07003802 bool anon = PageAnon(page);
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003803
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003804 VM_BUG_ON(from == to);
Johannes Weiner5564e882011-03-23 16:42:29 -07003805 VM_BUG_ON(PageLRU(page));
Johannes Weinerde3638d2011-03-23 16:42:28 -07003806 /*
3807 * The page is isolated from LRU. So, collapse function
3808 * will not handle this page. But page splitting can happen.
3809 * Do this check under compound_page_lock(). The caller should
3810 * hold it.
3811 */
3812 ret = -EBUSY;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003813 if (nr_pages > 1 && !PageTransHuge(page))
Johannes Weinerde3638d2011-03-23 16:42:28 -07003814 goto out;
3815
3816 lock_page_cgroup(pc);
3817
3818 ret = -EINVAL;
3819 if (!PageCgroupUsed(pc) || pc->mem_cgroup != from)
3820 goto unlock;
3821
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003822 move_lock_mem_cgroup(from, &flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003823
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07003824 if (!anon && page_mapped(page)) {
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003825 /* Update mapped_file data for mem_cgroup */
3826 preempt_disable();
3827 __this_cpu_dec(from->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3828 __this_cpu_inc(to->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3829 preempt_enable();
Balbir Singhd69b0422009-06-17 16:26:34 -07003830 }
David Rientjesb070e652013-05-07 16:18:09 -07003831 mem_cgroup_charge_statistics(from, page, anon, -nr_pages);
Balbir Singhd69b0422009-06-17 16:26:34 -07003832
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08003833 /* caller should have done css_get */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003834 pc->mem_cgroup = to;
David Rientjesb070e652013-05-07 16:18:09 -07003835 mem_cgroup_charge_statistics(to, page, anon, nr_pages);
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003836 move_unlock_mem_cgroup(from, &flags);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003837 ret = 0;
3838unlock:
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003839 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08003840 /*
3841 * check events
3842 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003843 memcg_check_events(to, page);
3844 memcg_check_events(from, page);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003845out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003846 return ret;
3847}
3848
Michal Hocko2ef37d32012-10-26 13:37:30 +02003849/**
3850 * mem_cgroup_move_parent - moves page to the parent group
3851 * @page: the page to move
3852 * @pc: page_cgroup of the page
3853 * @child: page's cgroup
3854 *
3855 * move charges to its parent or the root cgroup if the group has no
3856 * parent (aka use_hierarchy==0).
3857 * Although this might fail (get_page_unless_zero, isolate_lru_page or
3858 * mem_cgroup_move_account fails) the failure is always temporary and
3859 * it signals a race with a page removal/uncharge or migration. In the
3860 * first case the page is on the way out and it will vanish from the LRU
3861 * on the next attempt and the call should be retried later.
3862 * Isolation from the LRU fails only if page has been isolated from
3863 * the LRU since we looked at it and that usually means either global
3864 * reclaim or migration going on. The page will either get back to the
3865 * LRU or vanish.
3866 * Finaly mem_cgroup_move_account fails only if the page got uncharged
3867 * (!PageCgroupUsed) or moved to a different group. The page will
3868 * disappear in the next attempt.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003869 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003870static int mem_cgroup_move_parent(struct page *page,
3871 struct page_cgroup *pc,
KAMEZAWA Hiroyuki6068bf02012-07-31 16:42:45 -07003872 struct mem_cgroup *child)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003873{
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003874 struct mem_cgroup *parent;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003875 unsigned int nr_pages;
Andrew Morton4be44892011-03-23 16:42:39 -07003876 unsigned long uninitialized_var(flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003877 int ret;
3878
Michal Hockod8423012012-10-26 13:37:29 +02003879 VM_BUG_ON(mem_cgroup_is_root(child));
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003880
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003881 ret = -EBUSY;
3882 if (!get_page_unless_zero(page))
3883 goto out;
3884 if (isolate_lru_page(page))
3885 goto put;
KAMEZAWA Hiroyuki52dbb902011-01-25 15:07:29 -08003886
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003887 nr_pages = hpage_nr_pages(page);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003888
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003889 parent = parent_mem_cgroup(child);
3890 /*
3891 * If no parent, move charges to root cgroup.
3892 */
3893 if (!parent)
3894 parent = root_mem_cgroup;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003895
Michal Hocko2ef37d32012-10-26 13:37:30 +02003896 if (nr_pages > 1) {
3897 VM_BUG_ON(!PageTransHuge(page));
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003898 flags = compound_lock_irqsave(page);
Michal Hocko2ef37d32012-10-26 13:37:30 +02003899 }
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003900
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003901 ret = mem_cgroup_move_account(page, nr_pages,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003902 pc, child, parent);
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003903 if (!ret)
3904 __mem_cgroup_cancel_local_charge(child, nr_pages);
Jesper Juhl8dba4742011-01-25 15:07:24 -08003905
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003906 if (nr_pages > 1)
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003907 compound_unlock_irqrestore(page, flags);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003908 putback_lru_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003909put:
Daisuke Nishimura40d58132009-01-15 13:51:12 -08003910 put_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003911out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003912 return ret;
3913}
3914
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003915/*
3916 * Charge the memory controller for page usage.
3917 * Return
3918 * 0 if the charge was successful
3919 * < 0 if the cgroup is over its limit
3920 */
3921static int mem_cgroup_charge_common(struct page *page, struct mm_struct *mm,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07003922 gfp_t gfp_mask, enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003923{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003924 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003925 unsigned int nr_pages = 1;
Johannes Weiner8493ae42011-02-01 15:52:44 -08003926 bool oom = true;
3927 int ret;
Andrea Arcangeliec168512011-01-13 15:46:56 -08003928
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003929 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003930 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003931 VM_BUG_ON(!PageTransHuge(page));
Johannes Weiner8493ae42011-02-01 15:52:44 -08003932 /*
3933 * Never OOM-kill a process for a huge page. The
3934 * fault handler will fall back to regular pages.
3935 */
3936 oom = false;
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003937 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003938
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003939 ret = __mem_cgroup_try_charge(mm, gfp_mask, nr_pages, &memcg, oom);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003940 if (ret == -ENOMEM)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003941 return ret;
Johannes Weinerce587e62012-04-24 20:22:33 +02003942 __mem_cgroup_commit_charge(memcg, page, nr_pages, ctype, false);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003943 return 0;
3944}
3945
3946int mem_cgroup_newpage_charge(struct page *page,
3947 struct mm_struct *mm, gfp_t gfp_mask)
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003948{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003949 if (mem_cgroup_disabled())
Li Zefancede86a2008-07-25 01:47:18 -07003950 return 0;
Johannes Weiner7a0524c2012-01-12 17:18:43 -08003951 VM_BUG_ON(page_mapped(page));
3952 VM_BUG_ON(page->mapping && !PageAnon(page));
3953 VM_BUG_ON(!mm);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003954 return mem_cgroup_charge_common(page, mm, gfp_mask,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07003955 MEM_CGROUP_CHARGE_TYPE_ANON);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003956}
3957
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003958/*
3959 * While swap-in, try_charge -> commit or cancel, the page is locked.
3960 * And when try_charge() successfully returns, one refcnt to memcg without
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02003961 * struct page_cgroup is acquired. This refcnt will be consumed by
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003962 * "commit()" or removed by "cancel()"
3963 */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003964static int __mem_cgroup_try_charge_swapin(struct mm_struct *mm,
3965 struct page *page,
3966 gfp_t mask,
3967 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003968{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003969 struct mem_cgroup *memcg;
Johannes Weiner90deb782012-07-31 16:45:47 -07003970 struct page_cgroup *pc;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003971 int ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003972
Johannes Weiner90deb782012-07-31 16:45:47 -07003973 pc = lookup_page_cgroup(page);
3974 /*
3975 * Every swap fault against a single page tries to charge the
3976 * page, bail as early as possible. shmem_unuse() encounters
3977 * already charged pages, too. The USED bit is protected by
3978 * the page lock, which serializes swap cache removal, which
3979 * in turn serializes uncharging.
3980 */
3981 if (PageCgroupUsed(pc))
3982 return 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003983 if (!do_swap_account)
3984 goto charge_cur_mm;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003985 memcg = try_get_mem_cgroup_from_page(page);
3986 if (!memcg)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003987 goto charge_cur_mm;
Johannes Weiner72835c82012-01-12 17:18:32 -08003988 *memcgp = memcg;
3989 ret = __mem_cgroup_try_charge(NULL, mask, 1, memcgp, true);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003990 css_put(&memcg->css);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003991 if (ret == -EINTR)
3992 ret = 0;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003993 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003994charge_cur_mm:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003995 ret = __mem_cgroup_try_charge(mm, mask, 1, memcgp, true);
3996 if (ret == -EINTR)
3997 ret = 0;
3998 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003999}
4000
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004001int mem_cgroup_try_charge_swapin(struct mm_struct *mm, struct page *page,
4002 gfp_t gfp_mask, struct mem_cgroup **memcgp)
4003{
4004 *memcgp = NULL;
4005 if (mem_cgroup_disabled())
4006 return 0;
Johannes Weinerbdf4f4d2012-07-31 16:45:50 -07004007 /*
4008 * A racing thread's fault, or swapoff, may have already
4009 * updated the pte, and even removed page from swap cache: in
4010 * those cases unuse_pte()'s pte_same() test will fail; but
4011 * there's also a KSM case which does need to charge the page.
4012 */
4013 if (!PageSwapCache(page)) {
4014 int ret;
4015
4016 ret = __mem_cgroup_try_charge(mm, gfp_mask, 1, memcgp, true);
4017 if (ret == -EINTR)
4018 ret = 0;
4019 return ret;
4020 }
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004021 return __mem_cgroup_try_charge_swapin(mm, page, gfp_mask, memcgp);
4022}
4023
Johannes Weiner827a03d2012-07-31 16:45:36 -07004024void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg)
4025{
4026 if (mem_cgroup_disabled())
4027 return;
4028 if (!memcg)
4029 return;
4030 __mem_cgroup_cancel_charge(memcg, 1);
4031}
4032
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004033static void
Johannes Weiner72835c82012-01-12 17:18:32 -08004034__mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *memcg,
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004035 enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004036{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004037 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004038 return;
Johannes Weiner72835c82012-01-12 17:18:32 -08004039 if (!memcg)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004040 return;
KAMEZAWA Hiroyuki5a6475a2011-03-23 16:42:42 -07004041
Johannes Weinerce587e62012-04-24 20:22:33 +02004042 __mem_cgroup_commit_charge(memcg, page, 1, ctype, true);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004043 /*
4044 * Now swap is on-memory. This means this page may be
4045 * counted both as mem and swap....double count.
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004046 * Fix it by uncharging from memsw. Basically, this SwapCache is stable
4047 * under lock_page(). But in do_swap_page()::memory.c, reuse_swap_page()
4048 * may call delete_from_swap_cache() before reach here.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004049 */
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004050 if (do_swap_account && PageSwapCache(page)) {
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004051 swp_entry_t ent = {.val = page_private(page)};
Hugh Dickins86493002012-05-29 15:06:52 -07004052 mem_cgroup_uncharge_swap(ent);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004053 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004054}
4055
Johannes Weiner72835c82012-01-12 17:18:32 -08004056void mem_cgroup_commit_charge_swapin(struct page *page,
4057 struct mem_cgroup *memcg)
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004058{
Johannes Weiner72835c82012-01-12 17:18:32 -08004059 __mem_cgroup_commit_charge_swapin(page, memcg,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004060 MEM_CGROUP_CHARGE_TYPE_ANON);
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004061}
4062
Johannes Weiner827a03d2012-07-31 16:45:36 -07004063int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
4064 gfp_t gfp_mask)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004065{
Johannes Weiner827a03d2012-07-31 16:45:36 -07004066 struct mem_cgroup *memcg = NULL;
4067 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
4068 int ret;
4069
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004070 if (mem_cgroup_disabled())
Johannes Weiner827a03d2012-07-31 16:45:36 -07004071 return 0;
4072 if (PageCompound(page))
4073 return 0;
4074
Johannes Weiner827a03d2012-07-31 16:45:36 -07004075 if (!PageSwapCache(page))
4076 ret = mem_cgroup_charge_common(page, mm, gfp_mask, type);
4077 else { /* page is swapcache/shmem */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004078 ret = __mem_cgroup_try_charge_swapin(mm, page,
4079 gfp_mask, &memcg);
Johannes Weiner827a03d2012-07-31 16:45:36 -07004080 if (!ret)
4081 __mem_cgroup_commit_charge_swapin(page, memcg, type);
4082 }
4083 return ret;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004084}
4085
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004086static void mem_cgroup_do_uncharge(struct mem_cgroup *memcg,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004087 unsigned int nr_pages,
4088 const enum charge_type ctype)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004089{
4090 struct memcg_batch_info *batch = NULL;
4091 bool uncharge_memsw = true;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004092
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004093 /* If swapout, usage of swap doesn't decrease */
4094 if (!do_swap_account || ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT)
4095 uncharge_memsw = false;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004096
4097 batch = &current->memcg_batch;
4098 /*
4099 * In usual, we do css_get() when we remember memcg pointer.
4100 * But in this case, we keep res->usage until end of a series of
4101 * uncharges. Then, it's ok to ignore memcg's refcnt.
4102 */
4103 if (!batch->memcg)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004104 batch->memcg = memcg;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004105 /*
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004106 * do_batch > 0 when unmapping pages or inode invalidate/truncate.
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004107 * In those cases, all pages freed continuously can be expected to be in
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004108 * the same cgroup and we have chance to coalesce uncharges.
4109 * But we do uncharge one by one if this is killed by OOM(TIF_MEMDIE)
4110 * because we want to do uncharge as soon as possible.
4111 */
4112
4113 if (!batch->do_batch || test_thread_flag(TIF_MEMDIE))
4114 goto direct_uncharge;
4115
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004116 if (nr_pages > 1)
Andrea Arcangeliec168512011-01-13 15:46:56 -08004117 goto direct_uncharge;
4118
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004119 /*
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004120 * In typical case, batch->memcg == mem. This means we can
4121 * merge a series of uncharges to an uncharge of res_counter.
4122 * If not, we uncharge res_counter ony by one.
4123 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004124 if (batch->memcg != memcg)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004125 goto direct_uncharge;
4126 /* remember freed charge and uncharge it later */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004127 batch->nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004128 if (uncharge_memsw)
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004129 batch->memsw_nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004130 return;
4131direct_uncharge:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004132 res_counter_uncharge(&memcg->res, nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004133 if (uncharge_memsw)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004134 res_counter_uncharge(&memcg->memsw, nr_pages * PAGE_SIZE);
4135 if (unlikely(batch->memcg != memcg))
4136 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004137}
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004138
Balbir Singh8697d332008-02-07 00:13:59 -08004139/*
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004140 * uncharge if !page_mapped(page)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004141 */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004142static struct mem_cgroup *
Johannes Weiner0030f532012-07-31 16:45:25 -07004143__mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype,
4144 bool end_migration)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004145{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004146 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004147 unsigned int nr_pages = 1;
4148 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004149 bool anon;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004150
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004151 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004152 return NULL;
Balbir Singh40779602008-04-04 14:29:59 -07004153
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004154 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004155 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004156 VM_BUG_ON(!PageTransHuge(page));
4157 }
Balbir Singh8697d332008-02-07 00:13:59 -08004158 /*
Balbir Singh3c541e12008-02-07 00:14:41 -08004159 * Check if our page_cgroup is valid
Balbir Singh8697d332008-02-07 00:13:59 -08004160 */
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004161 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004162 if (unlikely(!PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004163 return NULL;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004164
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004165 lock_page_cgroup(pc);
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004166
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004167 memcg = pc->mem_cgroup;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004168
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004169 if (!PageCgroupUsed(pc))
4170 goto unlock_out;
4171
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004172 anon = PageAnon(page);
4173
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004174 switch (ctype) {
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004175 case MEM_CGROUP_CHARGE_TYPE_ANON:
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07004176 /*
4177 * Generally PageAnon tells if it's the anon statistics to be
4178 * updated; but sometimes e.g. mem_cgroup_uncharge_page() is
4179 * used before page reached the stage of being marked PageAnon.
4180 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004181 anon = true;
4182 /* fallthrough */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004183 case MEM_CGROUP_CHARGE_TYPE_DROP:
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004184 /* See mem_cgroup_prepare_migration() */
Johannes Weiner0030f532012-07-31 16:45:25 -07004185 if (page_mapped(page))
4186 goto unlock_out;
4187 /*
4188 * Pages under migration may not be uncharged. But
4189 * end_migration() /must/ be the one uncharging the
4190 * unused post-migration page and so it has to call
4191 * here with the migration bit still set. See the
4192 * res_counter handling below.
4193 */
4194 if (!end_migration && PageCgroupMigration(pc))
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004195 goto unlock_out;
4196 break;
4197 case MEM_CGROUP_CHARGE_TYPE_SWAPOUT:
4198 if (!PageAnon(page)) { /* Shared memory */
4199 if (page->mapping && !page_is_file_cache(page))
4200 goto unlock_out;
4201 } else if (page_mapped(page)) /* Anon */
4202 goto unlock_out;
4203 break;
4204 default:
4205 break;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004206 }
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004207
David Rientjesb070e652013-05-07 16:18:09 -07004208 mem_cgroup_charge_statistics(memcg, page, anon, -nr_pages);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004209
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004210 ClearPageCgroupUsed(pc);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08004211 /*
4212 * pc->mem_cgroup is not cleared here. It will be accessed when it's
4213 * freed from LRU. This is safe because uncharged page is expected not
4214 * to be reused (freed soon). Exception is SwapCache, it's handled by
4215 * special functions.
4216 */
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004217
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004218 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004219 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004220 * even after unlock, we have memcg->res.usage here and this memcg
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004221 * will never be freed.
4222 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004223 memcg_check_events(memcg, page);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004224 if (do_swap_account && ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004225 mem_cgroup_swap_statistics(memcg, true);
4226 mem_cgroup_get(memcg);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004227 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004228 /*
4229 * Migration does not charge the res_counter for the
4230 * replacement page, so leave it alone when phasing out the
4231 * page that is unused after the migration.
4232 */
4233 if (!end_migration && !mem_cgroup_is_root(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004234 mem_cgroup_do_uncharge(memcg, nr_pages, ctype);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004235
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004236 return memcg;
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004237
4238unlock_out:
4239 unlock_page_cgroup(pc);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004240 return NULL;
Balbir Singh3c541e12008-02-07 00:14:41 -08004241}
4242
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004243void mem_cgroup_uncharge_page(struct page *page)
4244{
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004245 /* early check. */
4246 if (page_mapped(page))
4247 return;
Johannes Weiner40f23a22012-01-12 17:18:45 -08004248 VM_BUG_ON(page->mapping && !PageAnon(page));
Johannes Weiner28ccddf2013-05-24 15:55:15 -07004249 /*
4250 * If the page is in swap cache, uncharge should be deferred
4251 * to the swap path, which also properly accounts swap usage
4252 * and handles memcg lifetime.
4253 *
4254 * Note that this check is not stable and reclaim may add the
4255 * page to swap cache at any time after this. However, if the
4256 * page is not in swap cache by the time page->mapcount hits
4257 * 0, there won't be any page table references to the swap
4258 * slot, and reclaim will free it and not actually write the
4259 * page to disk.
4260 */
Johannes Weiner0c59b892012-07-31 16:45:31 -07004261 if (PageSwapCache(page))
4262 return;
Johannes Weiner0030f532012-07-31 16:45:25 -07004263 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_ANON, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004264}
4265
4266void mem_cgroup_uncharge_cache_page(struct page *page)
4267{
4268 VM_BUG_ON(page_mapped(page));
KAMEZAWA Hiroyukib7abea92008-10-18 20:28:09 -07004269 VM_BUG_ON(page->mapping);
Johannes Weiner0030f532012-07-31 16:45:25 -07004270 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_CACHE, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004271}
4272
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004273/*
4274 * Batch_start/batch_end is called in unmap_page_range/invlidate/trucate.
4275 * In that cases, pages are freed continuously and we can expect pages
4276 * are in the same memcg. All these calls itself limits the number of
4277 * pages freed at once, then uncharge_start/end() is called properly.
4278 * This may be called prural(2) times in a context,
4279 */
4280
4281void mem_cgroup_uncharge_start(void)
4282{
4283 current->memcg_batch.do_batch++;
4284 /* We can do nest. */
4285 if (current->memcg_batch.do_batch == 1) {
4286 current->memcg_batch.memcg = NULL;
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004287 current->memcg_batch.nr_pages = 0;
4288 current->memcg_batch.memsw_nr_pages = 0;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004289 }
4290}
4291
4292void mem_cgroup_uncharge_end(void)
4293{
4294 struct memcg_batch_info *batch = &current->memcg_batch;
4295
4296 if (!batch->do_batch)
4297 return;
4298
4299 batch->do_batch--;
4300 if (batch->do_batch) /* If stacked, do nothing. */
4301 return;
4302
4303 if (!batch->memcg)
4304 return;
4305 /*
4306 * This "batch->memcg" is valid without any css_get/put etc...
4307 * bacause we hide charges behind us.
4308 */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004309 if (batch->nr_pages)
4310 res_counter_uncharge(&batch->memcg->res,
4311 batch->nr_pages * PAGE_SIZE);
4312 if (batch->memsw_nr_pages)
4313 res_counter_uncharge(&batch->memcg->memsw,
4314 batch->memsw_nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004315 memcg_oom_recover(batch->memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004316 /* forget this pointer (for sanity check) */
4317 batch->memcg = NULL;
4318}
4319
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004320#ifdef CONFIG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004321/*
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004322 * called after __delete_from_swap_cache() and drop "page" account.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004323 * memcg information is recorded to swap_cgroup of "ent"
4324 */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004325void
4326mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout)
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004327{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004328 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004329 int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004330
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004331 if (!swapout) /* this was a swap cache but the swap is unused ! */
4332 ctype = MEM_CGROUP_CHARGE_TYPE_DROP;
4333
Johannes Weiner0030f532012-07-31 16:45:25 -07004334 memcg = __mem_cgroup_uncharge_common(page, ctype, false);
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004335
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004336 /*
4337 * record memcg information, if swapout && memcg != NULL,
4338 * mem_cgroup_get() was called in uncharge().
4339 */
4340 if (do_swap_account && swapout && memcg)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004341 swap_cgroup_record(ent, css_id(&memcg->css));
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004342}
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004343#endif
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004344
Andrew Mortonc255a452012-07-31 16:43:02 -07004345#ifdef CONFIG_MEMCG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004346/*
4347 * called from swap_entry_free(). remove record in swap_cgroup and
4348 * uncharge "memsw" account.
4349 */
4350void mem_cgroup_uncharge_swap(swp_entry_t ent)
4351{
4352 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004353 unsigned short id;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004354
4355 if (!do_swap_account)
4356 return;
4357
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004358 id = swap_cgroup_record(ent, 0);
4359 rcu_read_lock();
4360 memcg = mem_cgroup_lookup(id);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004361 if (memcg) {
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004362 /*
4363 * We uncharge this because swap is freed.
4364 * This memcg can be obsolete one. We avoid calling css_tryget
4365 */
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004366 if (!mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -07004367 res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004368 mem_cgroup_swap_statistics(memcg, false);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004369 mem_cgroup_put(memcg);
4370 }
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004371 rcu_read_unlock();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004372}
Daisuke Nishimura02491442010-03-10 15:22:17 -08004373
4374/**
4375 * mem_cgroup_move_swap_account - move swap charge and swap_cgroup's record.
4376 * @entry: swap entry to be moved
4377 * @from: mem_cgroup which the entry is moved from
4378 * @to: mem_cgroup which the entry is moved to
4379 *
4380 * It succeeds only when the swap_cgroup's record for this entry is the same
4381 * as the mem_cgroup's id of @from.
4382 *
4383 * Returns 0 on success, -EINVAL on failure.
4384 *
4385 * The caller must have charged to @to, IOW, called res_counter_charge() about
4386 * both res and memsw, and called css_get().
4387 */
4388static int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004389 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004390{
4391 unsigned short old_id, new_id;
4392
4393 old_id = css_id(&from->css);
4394 new_id = css_id(&to->css);
4395
4396 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08004397 mem_cgroup_swap_statistics(from, false);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004398 mem_cgroup_swap_statistics(to, true);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004399 /*
4400 * This function is only called from task migration context now.
4401 * It postpones res_counter and refcount handling till the end
4402 * of task migration(mem_cgroup_clear_mc()) for performance
4403 * improvement. But we cannot postpone mem_cgroup_get(to)
4404 * because if the process that has been moved to @to does
4405 * swap-in, the refcount of @to might be decreased to 0.
4406 */
Daisuke Nishimura02491442010-03-10 15:22:17 -08004407 mem_cgroup_get(to);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004408 return 0;
4409 }
4410 return -EINVAL;
4411}
4412#else
4413static inline int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004414 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004415{
4416 return -EINVAL;
4417}
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004418#endif
4419
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004420/*
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004421 * Before starting migration, account PAGE_SIZE to mem_cgroup that the old
4422 * page belongs to.
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004423 */
Johannes Weiner0030f532012-07-31 16:45:25 -07004424void mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
4425 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004426{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004427 struct mem_cgroup *memcg = NULL;
Mel Gormanb32967f2012-11-19 12:35:47 +00004428 unsigned int nr_pages = 1;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004429 struct page_cgroup *pc;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004430 enum charge_type ctype;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004431
Johannes Weiner72835c82012-01-12 17:18:32 -08004432 *memcgp = NULL;
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07004433
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004434 if (mem_cgroup_disabled())
Johannes Weiner0030f532012-07-31 16:45:25 -07004435 return;
Balbir Singh40779602008-04-04 14:29:59 -07004436
Mel Gormanb32967f2012-11-19 12:35:47 +00004437 if (PageTransHuge(page))
4438 nr_pages <<= compound_order(page);
4439
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004440 pc = lookup_page_cgroup(page);
4441 lock_page_cgroup(pc);
4442 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004443 memcg = pc->mem_cgroup;
4444 css_get(&memcg->css);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004445 /*
4446 * At migrating an anonymous page, its mapcount goes down
4447 * to 0 and uncharge() will be called. But, even if it's fully
4448 * unmapped, migration may fail and this page has to be
4449 * charged again. We set MIGRATION flag here and delay uncharge
4450 * until end_migration() is called
4451 *
4452 * Corner Case Thinking
4453 * A)
4454 * When the old page was mapped as Anon and it's unmap-and-freed
4455 * while migration was ongoing.
4456 * If unmap finds the old page, uncharge() of it will be delayed
4457 * until end_migration(). If unmap finds a new page, it's
4458 * uncharged when it make mapcount to be 1->0. If unmap code
4459 * finds swap_migration_entry, the new page will not be mapped
4460 * and end_migration() will find it(mapcount==0).
4461 *
4462 * B)
4463 * When the old page was mapped but migraion fails, the kernel
4464 * remaps it. A charge for it is kept by MIGRATION flag even
4465 * if mapcount goes down to 0. We can do remap successfully
4466 * without charging it again.
4467 *
4468 * C)
4469 * The "old" page is under lock_page() until the end of
4470 * migration, so, the old page itself will not be swapped-out.
4471 * If the new page is swapped out before end_migraton, our
4472 * hook to usual swap-out path will catch the event.
4473 */
4474 if (PageAnon(page))
4475 SetPageCgroupMigration(pc);
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004476 }
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004477 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004478 /*
4479 * If the page is not charged at this point,
4480 * we return here.
4481 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004482 if (!memcg)
Johannes Weiner0030f532012-07-31 16:45:25 -07004483 return;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004484
Johannes Weiner72835c82012-01-12 17:18:32 -08004485 *memcgp = memcg;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004486 /*
4487 * We charge new page before it's used/mapped. So, even if unlock_page()
4488 * is called before end_migration, we can catch all events on this new
4489 * page. In the case new page is migrated but not remapped, new page's
4490 * mapcount will be finally 0 and we call uncharge in end_migration().
4491 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004492 if (PageAnon(page))
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004493 ctype = MEM_CGROUP_CHARGE_TYPE_ANON;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004494 else
Johannes Weiner62ba7442012-07-31 16:45:39 -07004495 ctype = MEM_CGROUP_CHARGE_TYPE_CACHE;
Johannes Weiner0030f532012-07-31 16:45:25 -07004496 /*
4497 * The page is committed to the memcg, but it's not actually
4498 * charged to the res_counter since we plan on replacing the
4499 * old one and only one page is going to be left afterwards.
4500 */
Mel Gormanb32967f2012-11-19 12:35:47 +00004501 __mem_cgroup_commit_charge(memcg, newpage, nr_pages, ctype, false);
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004502}
Hugh Dickinsfb59e9f2008-03-04 14:29:16 -08004503
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004504/* remove redundant charge if migration failed*/
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004505void mem_cgroup_end_migration(struct mem_cgroup *memcg,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004506 struct page *oldpage, struct page *newpage, bool migration_ok)
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004507{
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004508 struct page *used, *unused;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004509 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004510 bool anon;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004511
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004512 if (!memcg)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004513 return;
Tejun Heob25ed602012-11-05 09:16:59 -08004514
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004515 if (!migration_ok) {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004516 used = oldpage;
4517 unused = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004518 } else {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004519 used = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004520 unused = oldpage;
4521 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004522 anon = PageAnon(used);
Johannes Weiner7d188952012-07-31 16:45:34 -07004523 __mem_cgroup_uncharge_common(unused,
4524 anon ? MEM_CGROUP_CHARGE_TYPE_ANON
4525 : MEM_CGROUP_CHARGE_TYPE_CACHE,
4526 true);
Johannes Weiner0030f532012-07-31 16:45:25 -07004527 css_put(&memcg->css);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004528 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004529 * We disallowed uncharge of pages under migration because mapcount
4530 * of the page goes down to zero, temporarly.
4531 * Clear the flag and check the page should be charged.
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004532 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004533 pc = lookup_page_cgroup(oldpage);
4534 lock_page_cgroup(pc);
4535 ClearPageCgroupMigration(pc);
4536 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004537
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004538 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004539 * If a page is a file cache, radix-tree replacement is very atomic
4540 * and we can skip this check. When it was an Anon page, its mapcount
4541 * goes down to 0. But because we added MIGRATION flage, it's not
4542 * uncharged yet. There are several case but page->mapcount check
4543 * and USED bit check in mem_cgroup_uncharge_page() will do enough
4544 * check. (see prepare_charge() also)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004545 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004546 if (anon)
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004547 mem_cgroup_uncharge_page(used);
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004548}
Pavel Emelianov78fb7462008-02-07 00:13:51 -08004549
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004550/*
4551 * At replace page cache, newpage is not under any memcg but it's on
4552 * LRU. So, this function doesn't touch res_counter but handles LRU
4553 * in correct way. Both pages are locked so we cannot race with uncharge.
4554 */
4555void mem_cgroup_replace_page_cache(struct page *oldpage,
4556 struct page *newpage)
4557{
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004558 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004559 struct page_cgroup *pc;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004560 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004561
4562 if (mem_cgroup_disabled())
4563 return;
4564
4565 pc = lookup_page_cgroup(oldpage);
4566 /* fix accounting on old pages */
4567 lock_page_cgroup(pc);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004568 if (PageCgroupUsed(pc)) {
4569 memcg = pc->mem_cgroup;
David Rientjesb070e652013-05-07 16:18:09 -07004570 mem_cgroup_charge_statistics(memcg, oldpage, false, -1);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004571 ClearPageCgroupUsed(pc);
4572 }
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004573 unlock_page_cgroup(pc);
4574
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004575 /*
4576 * When called from shmem_replace_page(), in some cases the
4577 * oldpage has already been charged, and in some cases not.
4578 */
4579 if (!memcg)
4580 return;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004581 /*
4582 * Even if newpage->mapping was NULL before starting replacement,
4583 * the newpage may be on LRU(or pagevec for LRU) already. We lock
4584 * LRU while we overwrite pc->mem_cgroup.
4585 */
Johannes Weinerce587e62012-04-24 20:22:33 +02004586 __mem_cgroup_commit_charge(memcg, newpage, 1, type, true);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004587}
4588
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004589#ifdef CONFIG_DEBUG_VM
4590static struct page_cgroup *lookup_page_cgroup_used(struct page *page)
4591{
4592 struct page_cgroup *pc;
4593
4594 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004595 /*
4596 * Can be NULL while feeding pages into the page allocator for
4597 * the first time, i.e. during boot or memory hotplug;
4598 * or when mem_cgroup_disabled().
4599 */
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004600 if (likely(pc) && PageCgroupUsed(pc))
4601 return pc;
4602 return NULL;
4603}
4604
4605bool mem_cgroup_bad_page_check(struct page *page)
4606{
4607 if (mem_cgroup_disabled())
4608 return false;
4609
4610 return lookup_page_cgroup_used(page) != NULL;
4611}
4612
4613void mem_cgroup_print_bad_page(struct page *page)
4614{
4615 struct page_cgroup *pc;
4616
4617 pc = lookup_page_cgroup_used(page);
4618 if (pc) {
Andrew Mortond0451972013-02-22 16:32:06 -08004619 pr_alert("pc:%p pc->flags:%lx pc->mem_cgroup:%p\n",
4620 pc, pc->flags, pc->mem_cgroup);
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004621 }
4622}
4623#endif
4624
KOSAKI Motohirod38d2a72009-01-06 14:39:44 -08004625static int mem_cgroup_resize_limit(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004626 unsigned long long val)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004627{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004628 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004629 u64 memswlimit, memlimit;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004630 int ret = 0;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004631 int children = mem_cgroup_count_children(memcg);
4632 u64 curusage, oldusage;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004633 int enlarge;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004634
4635 /*
4636 * For keeping hierarchical_reclaim simple, how long we should retry
4637 * is depends on callers. We set our retry-count to be function
4638 * of # of children which we should visit in this loop.
4639 */
4640 retry_count = MEM_CGROUP_RECLAIM_RETRIES * children;
4641
4642 oldusage = res_counter_read_u64(&memcg->res, RES_USAGE);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004643
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004644 enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004645 while (retry_count) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004646 if (signal_pending(current)) {
4647 ret = -EINTR;
4648 break;
4649 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004650 /*
4651 * Rather than hide all in some function, I do this in
4652 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004653 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004654 */
4655 mutex_lock(&set_limit_mutex);
4656 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4657 if (memswlimit < val) {
4658 ret = -EINVAL;
4659 mutex_unlock(&set_limit_mutex);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004660 break;
4661 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004662
4663 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4664 if (memlimit < val)
4665 enlarge = 1;
4666
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004667 ret = res_counter_set_limit(&memcg->res, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004668 if (!ret) {
4669 if (memswlimit == val)
4670 memcg->memsw_is_minimum = true;
4671 else
4672 memcg->memsw_is_minimum = false;
4673 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004674 mutex_unlock(&set_limit_mutex);
4675
4676 if (!ret)
4677 break;
4678
Johannes Weiner56600482012-01-12 17:17:59 -08004679 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4680 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004681 curusage = res_counter_read_u64(&memcg->res, RES_USAGE);
4682 /* Usage is reduced ? */
4683 if (curusage >= oldusage)
4684 retry_count--;
4685 else
4686 oldusage = curusage;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004687 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004688 if (!ret && enlarge)
4689 memcg_oom_recover(memcg);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08004690
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004691 return ret;
4692}
4693
Li Zefan338c8432009-06-17 16:27:15 -07004694static int mem_cgroup_resize_memsw_limit(struct mem_cgroup *memcg,
4695 unsigned long long val)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004696{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004697 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004698 u64 memlimit, memswlimit, oldusage, curusage;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004699 int children = mem_cgroup_count_children(memcg);
4700 int ret = -EBUSY;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004701 int enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004702
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004703 /* see mem_cgroup_resize_res_limit */
4704 retry_count = children * MEM_CGROUP_RECLAIM_RETRIES;
4705 oldusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004706 while (retry_count) {
4707 if (signal_pending(current)) {
4708 ret = -EINTR;
4709 break;
4710 }
4711 /*
4712 * Rather than hide all in some function, I do this in
4713 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004714 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004715 */
4716 mutex_lock(&set_limit_mutex);
4717 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4718 if (memlimit > val) {
4719 ret = -EINVAL;
4720 mutex_unlock(&set_limit_mutex);
4721 break;
4722 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004723 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4724 if (memswlimit < val)
4725 enlarge = 1;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004726 ret = res_counter_set_limit(&memcg->memsw, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004727 if (!ret) {
4728 if (memlimit == val)
4729 memcg->memsw_is_minimum = true;
4730 else
4731 memcg->memsw_is_minimum = false;
4732 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004733 mutex_unlock(&set_limit_mutex);
4734
4735 if (!ret)
4736 break;
4737
Johannes Weiner56600482012-01-12 17:17:59 -08004738 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4739 MEM_CGROUP_RECLAIM_NOSWAP |
4740 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004741 curusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004742 /* Usage is reduced ? */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004743 if (curusage >= oldusage)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004744 retry_count--;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004745 else
4746 oldusage = curusage;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004747 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004748 if (!ret && enlarge)
4749 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004750 return ret;
4751}
4752
Balbir Singh4e416952009-09-23 15:56:39 -07004753unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
Ying Han0ae5e892011-05-26 16:25:25 -07004754 gfp_t gfp_mask,
4755 unsigned long *total_scanned)
Balbir Singh4e416952009-09-23 15:56:39 -07004756{
4757 unsigned long nr_reclaimed = 0;
4758 struct mem_cgroup_per_zone *mz, *next_mz = NULL;
4759 unsigned long reclaimed;
4760 int loop = 0;
4761 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004762 unsigned long long excess;
Ying Han0ae5e892011-05-26 16:25:25 -07004763 unsigned long nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004764
4765 if (order > 0)
4766 return 0;
4767
KOSAKI Motohiro00918b62010-08-10 18:03:05 -07004768 mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
Balbir Singh4e416952009-09-23 15:56:39 -07004769 /*
4770 * This loop can run a while, specially if mem_cgroup's continuously
4771 * keep exceeding their soft limit and putting the system under
4772 * pressure
4773 */
4774 do {
4775 if (next_mz)
4776 mz = next_mz;
4777 else
4778 mz = mem_cgroup_largest_soft_limit_node(mctz);
4779 if (!mz)
4780 break;
4781
Ying Han0ae5e892011-05-26 16:25:25 -07004782 nr_scanned = 0;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004783 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, zone,
Johannes Weiner56600482012-01-12 17:17:59 -08004784 gfp_mask, &nr_scanned);
Balbir Singh4e416952009-09-23 15:56:39 -07004785 nr_reclaimed += reclaimed;
Ying Han0ae5e892011-05-26 16:25:25 -07004786 *total_scanned += nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004787 spin_lock(&mctz->lock);
4788
4789 /*
4790 * If we failed to reclaim anything from this memory cgroup
4791 * it is time to move on to the next cgroup
4792 */
4793 next_mz = NULL;
4794 if (!reclaimed) {
4795 do {
4796 /*
4797 * Loop until we find yet another one.
4798 *
4799 * By the time we get the soft_limit lock
4800 * again, someone might have aded the
4801 * group back on the RB tree. Iterate to
4802 * make sure we get a different mem.
4803 * mem_cgroup_largest_soft_limit_node returns
4804 * NULL if no other cgroup is present on
4805 * the tree
4806 */
4807 next_mz =
4808 __mem_cgroup_largest_soft_limit_node(mctz);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004809 if (next_mz == mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004810 css_put(&next_mz->memcg->css);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004811 else /* next_mz == NULL or other memcg */
Balbir Singh4e416952009-09-23 15:56:39 -07004812 break;
4813 } while (1);
4814 }
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004815 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
4816 excess = res_counter_soft_limit_excess(&mz->memcg->res);
Balbir Singh4e416952009-09-23 15:56:39 -07004817 /*
4818 * One school of thought says that we should not add
4819 * back the node to the tree if reclaim returns 0.
4820 * But our reclaim could return 0, simply because due
4821 * to priority we are exposing a smaller subset of
4822 * memory to reclaim from. Consider this as a longer
4823 * term TODO.
4824 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004825 /* If excess == 0, no tree ops */
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004826 __mem_cgroup_insert_exceeded(mz->memcg, mz, mctz, excess);
Balbir Singh4e416952009-09-23 15:56:39 -07004827 spin_unlock(&mctz->lock);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004828 css_put(&mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004829 loop++;
4830 /*
4831 * Could not reclaim anything and there are no more
4832 * mem cgroups to try or we seem to be looping without
4833 * reclaiming anything.
4834 */
4835 if (!nr_reclaimed &&
4836 (next_mz == NULL ||
4837 loop > MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS))
4838 break;
4839 } while (!nr_reclaimed);
4840 if (next_mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004841 css_put(&next_mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004842 return nr_reclaimed;
4843}
4844
Michal Hocko2ef37d32012-10-26 13:37:30 +02004845/**
4846 * mem_cgroup_force_empty_list - clears LRU of a group
4847 * @memcg: group to clear
4848 * @node: NUMA node
4849 * @zid: zone id
4850 * @lru: lru to to clear
4851 *
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004852 * Traverse a specified page_cgroup list and try to drop them all. This doesn't
Michal Hocko2ef37d32012-10-26 13:37:30 +02004853 * reclaim the pages page themselves - pages are moved to the parent (or root)
4854 * group.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004855 */
Michal Hocko2ef37d32012-10-26 13:37:30 +02004856static void mem_cgroup_force_empty_list(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004857 int node, int zid, enum lru_list lru)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004858{
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004859 struct lruvec *lruvec;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004860 unsigned long flags;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004861 struct list_head *list;
Johannes Weiner925b7672012-01-12 17:18:15 -08004862 struct page *busy;
4863 struct zone *zone;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004864
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004865 zone = &NODE_DATA(node)->node_zones[zid];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004866 lruvec = mem_cgroup_zone_lruvec(zone, memcg);
4867 list = &lruvec->lists[lru];
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004868
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004869 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004870 do {
Johannes Weiner925b7672012-01-12 17:18:15 -08004871 struct page_cgroup *pc;
Johannes Weiner5564e882011-03-23 16:42:29 -07004872 struct page *page;
4873
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004874 spin_lock_irqsave(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004875 if (list_empty(list)) {
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004876 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004877 break;
4878 }
Johannes Weiner925b7672012-01-12 17:18:15 -08004879 page = list_entry(list->prev, struct page, lru);
4880 if (busy == page) {
4881 list_move(&page->lru, list);
Thiago Farina648bcc72010-03-05 13:42:04 -08004882 busy = NULL;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004883 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004884 continue;
4885 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004886 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004887
Johannes Weiner925b7672012-01-12 17:18:15 -08004888 pc = lookup_page_cgroup(page);
Johannes Weiner5564e882011-03-23 16:42:29 -07004889
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004890 if (mem_cgroup_move_parent(page, pc, memcg)) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004891 /* found lock contention or "pc" is obsolete. */
Johannes Weiner925b7672012-01-12 17:18:15 -08004892 busy = page;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004893 cond_resched();
4894 } else
4895 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004896 } while (!list_empty(list));
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004897}
4898
4899/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004900 * make mem_cgroup's charge to be 0 if there is no task by moving
4901 * all the charges and pages to the parent.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004902 * This enables deleting this mem_cgroup.
Michal Hockoc26251f2012-10-26 13:37:28 +02004903 *
4904 * Caller is responsible for holding css reference on the memcg.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004905 */
Michal Hockoab5196c2012-10-26 13:37:32 +02004906static void mem_cgroup_reparent_charges(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004907{
Michal Hockoc26251f2012-10-26 13:37:28 +02004908 int node, zid;
Glauber Costabea207c2012-12-18 14:22:11 -08004909 u64 usage;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004910
Daisuke Nishimurafce66472010-01-15 17:01:30 -08004911 do {
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004912 /* This is for making all *used* pages to be on LRU. */
4913 lru_add_drain_all();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004914 drain_all_stock_sync(memcg);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004915 mem_cgroup_start_move(memcg);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08004916 for_each_node_state(node, N_MEMORY) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004917 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsf156ab92012-03-21 16:34:19 -07004918 enum lru_list lru;
4919 for_each_lru(lru) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004920 mem_cgroup_force_empty_list(memcg,
Hugh Dickinsf156ab92012-03-21 16:34:19 -07004921 node, zid, lru);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004922 }
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004923 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004924 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004925 mem_cgroup_end_move(memcg);
4926 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004927 cond_resched();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004928
Michal Hocko2ef37d32012-10-26 13:37:30 +02004929 /*
Glauber Costabea207c2012-12-18 14:22:11 -08004930 * Kernel memory may not necessarily be trackable to a specific
4931 * process. So they are not migrated, and therefore we can't
4932 * expect their value to drop to 0 here.
4933 * Having res filled up with kmem only is enough.
4934 *
Michal Hocko2ef37d32012-10-26 13:37:30 +02004935 * This is a safety check because mem_cgroup_force_empty_list
4936 * could have raced with mem_cgroup_replace_page_cache callers
4937 * so the lru seemed empty but the page could have been added
4938 * right after the check. RES_USAGE should be safe as we always
4939 * charge before adding to the LRU.
4940 */
Glauber Costabea207c2012-12-18 14:22:11 -08004941 usage = res_counter_read_u64(&memcg->res, RES_USAGE) -
4942 res_counter_read_u64(&memcg->kmem, RES_USAGE);
4943 } while (usage > 0);
Michal Hockoc26251f2012-10-26 13:37:28 +02004944}
4945
4946/*
Glauber Costab5f99b52013-02-22 16:34:53 -08004947 * This mainly exists for tests during the setting of set of use_hierarchy.
4948 * Since this is the very setting we are changing, the current hierarchy value
4949 * is meaningless
4950 */
4951static inline bool __memcg_has_children(struct mem_cgroup *memcg)
4952{
4953 struct cgroup *pos;
4954
4955 /* bounce at first found */
4956 cgroup_for_each_child(pos, memcg->css.cgroup)
4957 return true;
4958 return false;
4959}
4960
4961/*
Glauber Costa09998212013-02-22 16:34:55 -08004962 * Must be called with memcg_create_mutex held, unless the cgroup is guaranteed
4963 * to be already dead (as in mem_cgroup_force_empty, for instance). This is
Glauber Costab5f99b52013-02-22 16:34:53 -08004964 * from mem_cgroup_count_children(), in the sense that we don't really care how
4965 * many children we have; we only need to know if we have any. It also counts
4966 * any memcg without hierarchy as infertile.
4967 */
4968static inline bool memcg_has_children(struct mem_cgroup *memcg)
4969{
4970 return memcg->use_hierarchy && __memcg_has_children(memcg);
4971}
4972
4973/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004974 * Reclaims as many pages from the given memcg as possible and moves
4975 * the rest to the parent.
4976 *
4977 * Caller is responsible for holding css reference for memcg.
4978 */
4979static int mem_cgroup_force_empty(struct mem_cgroup *memcg)
4980{
4981 int nr_retries = MEM_CGROUP_RECLAIM_RETRIES;
4982 struct cgroup *cgrp = memcg->css.cgroup;
4983
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004984 /* returns EBUSY if there is a task or if we come here twice. */
Michal Hockoc26251f2012-10-26 13:37:28 +02004985 if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children))
4986 return -EBUSY;
4987
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004988 /* we call try-to-free pages for make this cgroup empty */
4989 lru_add_drain_all();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004990 /* try to free all pages in this cgroup */
Glauber Costa569530f2012-04-12 12:49:13 -07004991 while (nr_retries && res_counter_read_u64(&memcg->res, RES_USAGE) > 0) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004992 int progress;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004993
Michal Hockoc26251f2012-10-26 13:37:28 +02004994 if (signal_pending(current))
4995 return -EINTR;
4996
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004997 progress = try_to_free_mem_cgroup_pages(memcg, GFP_KERNEL,
Johannes Weiner185efc02011-09-14 16:21:58 -07004998 false);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004999 if (!progress) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005000 nr_retries--;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005001 /* maybe some writeback is necessary */
Jens Axboe8aa7e842009-07-09 14:52:32 +02005002 congestion_wait(BLK_RW_ASYNC, HZ/10);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005003 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005004
5005 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08005006 lru_add_drain();
Michal Hockoab5196c2012-10-26 13:37:32 +02005007 mem_cgroup_reparent_charges(memcg);
5008
5009 return 0;
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08005010}
5011
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07005012static int mem_cgroup_force_empty_write(struct cgroup *cont, unsigned int event)
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005013{
Michal Hockoc26251f2012-10-26 13:37:28 +02005014 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
5015 int ret;
5016
Michal Hockod8423012012-10-26 13:37:29 +02005017 if (mem_cgroup_is_root(memcg))
5018 return -EINVAL;
Michal Hockoc26251f2012-10-26 13:37:28 +02005019 css_get(&memcg->css);
5020 ret = mem_cgroup_force_empty(memcg);
5021 css_put(&memcg->css);
5022
5023 return ret;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005024}
5025
5026
Balbir Singh18f59ea2009-01-07 18:08:07 -08005027static u64 mem_cgroup_hierarchy_read(struct cgroup *cont, struct cftype *cft)
5028{
5029 return mem_cgroup_from_cont(cont)->use_hierarchy;
5030}
5031
5032static int mem_cgroup_hierarchy_write(struct cgroup *cont, struct cftype *cft,
5033 u64 val)
5034{
5035 int retval = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005036 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005037 struct cgroup *parent = cont->parent;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005038 struct mem_cgroup *parent_memcg = NULL;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005039
5040 if (parent)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005041 parent_memcg = mem_cgroup_from_cont(parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005042
Glauber Costa09998212013-02-22 16:34:55 -08005043 mutex_lock(&memcg_create_mutex);
Glauber Costa567fb432012-07-31 16:43:07 -07005044
5045 if (memcg->use_hierarchy == val)
5046 goto out;
5047
Balbir Singh18f59ea2009-01-07 18:08:07 -08005048 /*
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005049 * If parent's use_hierarchy is set, we can't make any modifications
Balbir Singh18f59ea2009-01-07 18:08:07 -08005050 * in the child subtrees. If it is unset, then the change can
5051 * occur, provided the current cgroup has no children.
5052 *
5053 * For the root cgroup, parent_mem is NULL, we allow value to be
5054 * set if there are no children.
5055 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005056 if ((!parent_memcg || !parent_memcg->use_hierarchy) &&
Balbir Singh18f59ea2009-01-07 18:08:07 -08005057 (val == 1 || val == 0)) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005058 if (!__memcg_has_children(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005059 memcg->use_hierarchy = val;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005060 else
5061 retval = -EBUSY;
5062 } else
5063 retval = -EINVAL;
Glauber Costa567fb432012-07-31 16:43:07 -07005064
5065out:
Glauber Costa09998212013-02-22 16:34:55 -08005066 mutex_unlock(&memcg_create_mutex);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005067
5068 return retval;
5069}
5070
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005071
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005072static unsigned long mem_cgroup_recursive_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005073 enum mem_cgroup_stat_index idx)
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005074{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005075 struct mem_cgroup *iter;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005076 long val = 0;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005077
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005078 /* Per-cpu values can be negative, use a signed accumulator */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005079 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005080 val += mem_cgroup_read_stat(iter, idx);
5081
5082 if (val < 0) /* race ? */
5083 val = 0;
5084 return val;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005085}
5086
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005087static inline u64 mem_cgroup_usage(struct mem_cgroup *memcg, bool swap)
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005088{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005089 u64 val;
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005090
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005091 if (!mem_cgroup_is_root(memcg)) {
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005092 if (!swap)
Glauber Costa65c64ce2011-12-22 01:02:27 +00005093 return res_counter_read_u64(&memcg->res, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005094 else
Glauber Costa65c64ce2011-12-22 01:02:27 +00005095 return res_counter_read_u64(&memcg->memsw, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005096 }
5097
David Rientjesb070e652013-05-07 16:18:09 -07005098 /*
5099 * Transparent hugepages are still accounted for in MEM_CGROUP_STAT_RSS
5100 * as well as in MEM_CGROUP_STAT_RSS_HUGE.
5101 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005102 val = mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_CACHE);
5103 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_RSS);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005104
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005105 if (swap)
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005106 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_SWAP);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005107
5108 return val << PAGE_SHIFT;
5109}
5110
Tejun Heoaf36f902012-04-01 12:09:55 -07005111static ssize_t mem_cgroup_read(struct cgroup *cont, struct cftype *cft,
5112 struct file *file, char __user *buf,
5113 size_t nbytes, loff_t *ppos)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005114{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005115 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Tejun Heoaf36f902012-04-01 12:09:55 -07005116 char str[64];
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005117 u64 val;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005118 int name, len;
5119 enum res_type type;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005120
5121 type = MEMFILE_TYPE(cft->private);
5122 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005123
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005124 switch (type) {
5125 case _MEM:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005126 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005127 val = mem_cgroup_usage(memcg, false);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005128 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005129 val = res_counter_read_u64(&memcg->res, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005130 break;
5131 case _MEMSWAP:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005132 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005133 val = mem_cgroup_usage(memcg, true);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005134 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005135 val = res_counter_read_u64(&memcg->memsw, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005136 break;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005137 case _KMEM:
5138 val = res_counter_read_u64(&memcg->kmem, name);
5139 break;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005140 default:
5141 BUG();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005142 }
Tejun Heoaf36f902012-04-01 12:09:55 -07005143
5144 len = scnprintf(str, sizeof(str), "%llu\n", (unsigned long long)val);
5145 return simple_read_from_buffer(buf, nbytes, ppos, str, len);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005146}
Glauber Costa510fc4e2012-12-18 14:21:47 -08005147
5148static int memcg_update_kmem_limit(struct cgroup *cont, u64 val)
5149{
5150 int ret = -EINVAL;
5151#ifdef CONFIG_MEMCG_KMEM
5152 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
5153 /*
5154 * For simplicity, we won't allow this to be disabled. It also can't
5155 * be changed if the cgroup has children already, or if tasks had
5156 * already joined.
5157 *
5158 * If tasks join before we set the limit, a person looking at
5159 * kmem.usage_in_bytes will have no way to determine when it took
5160 * place, which makes the value quite meaningless.
5161 *
5162 * After it first became limited, changes in the value of the limit are
5163 * of course permitted.
Glauber Costa510fc4e2012-12-18 14:21:47 -08005164 */
Glauber Costa09998212013-02-22 16:34:55 -08005165 mutex_lock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005166 mutex_lock(&set_limit_mutex);
5167 if (!memcg->kmem_account_flags && val != RESOURCE_MAX) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005168 if (cgroup_task_count(cont) || memcg_has_children(memcg)) {
Glauber Costa510fc4e2012-12-18 14:21:47 -08005169 ret = -EBUSY;
5170 goto out;
5171 }
5172 ret = res_counter_set_limit(&memcg->kmem, val);
5173 VM_BUG_ON(ret);
5174
Glauber Costa55007d82012-12-18 14:22:38 -08005175 ret = memcg_update_cache_sizes(memcg);
5176 if (ret) {
5177 res_counter_set_limit(&memcg->kmem, RESOURCE_MAX);
5178 goto out;
5179 }
Glauber Costa692e89a2013-02-22 16:34:56 -08005180 static_key_slow_inc(&memcg_kmem_enabled_key);
5181 /*
5182 * setting the active bit after the inc will guarantee no one
5183 * starts accounting before all call sites are patched
5184 */
5185 memcg_kmem_set_active(memcg);
5186
Glauber Costa7de37682012-12-18 14:22:07 -08005187 /*
5188 * kmem charges can outlive the cgroup. In the case of slab
5189 * pages, for instance, a page contain objects from various
5190 * processes, so it is unfeasible to migrate them away. We
5191 * need to reference count the memcg because of that.
5192 */
5193 mem_cgroup_get(memcg);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005194 } else
5195 ret = res_counter_set_limit(&memcg->kmem, val);
5196out:
5197 mutex_unlock(&set_limit_mutex);
Glauber Costa09998212013-02-22 16:34:55 -08005198 mutex_unlock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005199#endif
5200 return ret;
5201}
5202
Hugh Dickins6d0439902013-02-22 16:35:50 -08005203#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -08005204static int memcg_propagate_kmem(struct mem_cgroup *memcg)
Glauber Costa510fc4e2012-12-18 14:21:47 -08005205{
Glauber Costa55007d82012-12-18 14:22:38 -08005206 int ret = 0;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005207 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
5208 if (!parent)
Glauber Costa55007d82012-12-18 14:22:38 -08005209 goto out;
5210
Glauber Costa510fc4e2012-12-18 14:21:47 -08005211 memcg->kmem_account_flags = parent->kmem_account_flags;
Glauber Costaa8964b92012-12-18 14:22:09 -08005212 /*
5213 * When that happen, we need to disable the static branch only on those
5214 * memcgs that enabled it. To achieve this, we would be forced to
5215 * complicate the code by keeping track of which memcgs were the ones
5216 * that actually enabled limits, and which ones got it from its
5217 * parents.
5218 *
5219 * It is a lot simpler just to do static_key_slow_inc() on every child
5220 * that is accounted.
5221 */
Glauber Costa55007d82012-12-18 14:22:38 -08005222 if (!memcg_kmem_is_active(memcg))
5223 goto out;
5224
5225 /*
5226 * destroy(), called if we fail, will issue static_key_slow_inc() and
5227 * mem_cgroup_put() if kmem is enabled. We have to either call them
5228 * unconditionally, or clear the KMEM_ACTIVE flag. I personally find
5229 * this more consistent, since it always leads to the same destroy path
5230 */
5231 mem_cgroup_get(memcg);
5232 static_key_slow_inc(&memcg_kmem_enabled_key);
5233
5234 mutex_lock(&set_limit_mutex);
Glauber Costa425c5982013-07-08 16:00:01 -07005235 memcg_stop_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08005236 ret = memcg_update_cache_sizes(memcg);
Glauber Costa425c5982013-07-08 16:00:01 -07005237 memcg_resume_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08005238 mutex_unlock(&set_limit_mutex);
Glauber Costa55007d82012-12-18 14:22:38 -08005239out:
5240 return ret;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005241}
Hugh Dickins6d0439902013-02-22 16:35:50 -08005242#endif /* CONFIG_MEMCG_KMEM */
Glauber Costa510fc4e2012-12-18 14:21:47 -08005243
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005244/*
5245 * The user of this function is...
5246 * RES_LIMIT.
5247 */
Paul Menage856c13a2008-07-25 01:47:04 -07005248static int mem_cgroup_write(struct cgroup *cont, struct cftype *cft,
5249 const char *buffer)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005250{
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005251 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005252 enum res_type type;
5253 int name;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005254 unsigned long long val;
5255 int ret;
5256
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005257 type = MEMFILE_TYPE(cft->private);
5258 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005259
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005260 switch (name) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005261 case RES_LIMIT:
Balbir Singh4b3bde42009-09-23 15:56:32 -07005262 if (mem_cgroup_is_root(memcg)) { /* Can't set limit on root */
5263 ret = -EINVAL;
5264 break;
5265 }
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005266 /* This function does all necessary parse...reuse it */
5267 ret = res_counter_memparse_write_strategy(buffer, &val);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005268 if (ret)
5269 break;
5270 if (type == _MEM)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005271 ret = mem_cgroup_resize_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005272 else if (type == _MEMSWAP)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005273 ret = mem_cgroup_resize_memsw_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005274 else if (type == _KMEM)
5275 ret = memcg_update_kmem_limit(cont, val);
5276 else
5277 return -EINVAL;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005278 break;
Balbir Singh296c81d2009-09-23 15:56:36 -07005279 case RES_SOFT_LIMIT:
5280 ret = res_counter_memparse_write_strategy(buffer, &val);
5281 if (ret)
5282 break;
5283 /*
5284 * For memsw, soft limits are hard to implement in terms
5285 * of semantics, for now, we support soft limits for
5286 * control without swap
5287 */
5288 if (type == _MEM)
5289 ret = res_counter_set_soft_limit(&memcg->res, val);
5290 else
5291 ret = -EINVAL;
5292 break;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005293 default:
5294 ret = -EINVAL; /* should be BUG() ? */
5295 break;
5296 }
5297 return ret;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005298}
5299
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005300static void memcg_get_hierarchical_limit(struct mem_cgroup *memcg,
5301 unsigned long long *mem_limit, unsigned long long *memsw_limit)
5302{
5303 struct cgroup *cgroup;
5304 unsigned long long min_limit, min_memsw_limit, tmp;
5305
5306 min_limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
5307 min_memsw_limit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5308 cgroup = memcg->css.cgroup;
5309 if (!memcg->use_hierarchy)
5310 goto out;
5311
5312 while (cgroup->parent) {
5313 cgroup = cgroup->parent;
5314 memcg = mem_cgroup_from_cont(cgroup);
5315 if (!memcg->use_hierarchy)
5316 break;
5317 tmp = res_counter_read_u64(&memcg->res, RES_LIMIT);
5318 min_limit = min(min_limit, tmp);
5319 tmp = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5320 min_memsw_limit = min(min_memsw_limit, tmp);
5321 }
5322out:
5323 *mem_limit = min_limit;
5324 *memsw_limit = min_memsw_limit;
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005325}
5326
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005327static int mem_cgroup_reset(struct cgroup *cont, unsigned int event)
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005328{
Tejun Heoaf36f902012-04-01 12:09:55 -07005329 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005330 int name;
5331 enum res_type type;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005332
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005333 type = MEMFILE_TYPE(event);
5334 name = MEMFILE_ATTR(event);
Tejun Heoaf36f902012-04-01 12:09:55 -07005335
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005336 switch (name) {
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005337 case RES_MAX_USAGE:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005338 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005339 res_counter_reset_max(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005340 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005341 res_counter_reset_max(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005342 else if (type == _KMEM)
5343 res_counter_reset_max(&memcg->kmem);
5344 else
5345 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005346 break;
5347 case RES_FAILCNT:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005348 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005349 res_counter_reset_failcnt(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005350 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005351 res_counter_reset_failcnt(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005352 else if (type == _KMEM)
5353 res_counter_reset_failcnt(&memcg->kmem);
5354 else
5355 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005356 break;
5357 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07005358
Pavel Emelyanov85cc59d2008-04-29 01:00:20 -07005359 return 0;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005360}
5361
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005362static u64 mem_cgroup_move_charge_read(struct cgroup *cgrp,
5363 struct cftype *cft)
5364{
5365 return mem_cgroup_from_cont(cgrp)->move_charge_at_immigrate;
5366}
5367
Daisuke Nishimura02491442010-03-10 15:22:17 -08005368#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005369static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5370 struct cftype *cft, u64 val)
5371{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005372 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005373
5374 if (val >= (1 << NR_MOVE_TYPE))
5375 return -EINVAL;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005376
Glauber Costaee5e8472013-02-22 16:34:50 -08005377 /*
5378 * No kind of locking is needed in here, because ->can_attach() will
5379 * check this value once in the beginning of the process, and then carry
5380 * on with stale data. This means that changes to this value will only
5381 * affect task migrations starting after the change.
5382 */
5383 memcg->move_charge_at_immigrate = val;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005384 return 0;
5385}
Daisuke Nishimura02491442010-03-10 15:22:17 -08005386#else
5387static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5388 struct cftype *cft, u64 val)
5389{
5390 return -ENOSYS;
5391}
5392#endif
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005393
Ying Han406eb0c2011-05-26 16:25:37 -07005394#ifdef CONFIG_NUMA
Wanpeng Liab215882012-07-31 16:43:09 -07005395static int memcg_numa_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weinerfada52c2012-05-29 15:07:06 -07005396 struct seq_file *m)
Ying Han406eb0c2011-05-26 16:25:37 -07005397{
5398 int nid;
5399 unsigned long total_nr, file_nr, anon_nr, unevictable_nr;
5400 unsigned long node_nr;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005401 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Ying Han406eb0c2011-05-26 16:25:37 -07005402
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005403 total_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005404 seq_printf(m, "total=%lu", total_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005405 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005406 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005407 seq_printf(m, " N%d=%lu", nid, node_nr);
5408 }
5409 seq_putc(m, '\n');
5410
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005411 file_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005412 seq_printf(m, "file=%lu", file_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005413 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005414 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005415 LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005416 seq_printf(m, " N%d=%lu", nid, node_nr);
5417 }
5418 seq_putc(m, '\n');
5419
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005420 anon_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005421 seq_printf(m, "anon=%lu", anon_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005422 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005423 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005424 LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005425 seq_printf(m, " N%d=%lu", nid, node_nr);
5426 }
5427 seq_putc(m, '\n');
5428
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005429 unevictable_nr = mem_cgroup_nr_lru_pages(memcg, BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005430 seq_printf(m, "unevictable=%lu", unevictable_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005431 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005432 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005433 BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005434 seq_printf(m, " N%d=%lu", nid, node_nr);
5435 }
5436 seq_putc(m, '\n');
5437 return 0;
5438}
5439#endif /* CONFIG_NUMA */
5440
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005441static inline void mem_cgroup_lru_names_not_uptodate(void)
5442{
5443 BUILD_BUG_ON(ARRAY_SIZE(mem_cgroup_lru_names) != NR_LRU_LISTS);
5444}
5445
Wanpeng Liab215882012-07-31 16:43:09 -07005446static int memcg_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005447 struct seq_file *m)
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005448{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005449 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005450 struct mem_cgroup *mi;
5451 unsigned int i;
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005452
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005453 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005454 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005455 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005456 seq_printf(m, "%s %ld\n", mem_cgroup_stat_names[i],
5457 mem_cgroup_read_stat(memcg, i) * PAGE_SIZE);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005458 }
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005459
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005460 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++)
5461 seq_printf(m, "%s %lu\n", mem_cgroup_events_names[i],
5462 mem_cgroup_read_events(memcg, i));
5463
5464 for (i = 0; i < NR_LRU_LISTS; i++)
5465 seq_printf(m, "%s %lu\n", mem_cgroup_lru_names[i],
5466 mem_cgroup_nr_lru_pages(memcg, BIT(i)) * PAGE_SIZE);
5467
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005468 /* Hierarchical information */
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005469 {
5470 unsigned long long limit, memsw_limit;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005471 memcg_get_hierarchical_limit(memcg, &limit, &memsw_limit);
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005472 seq_printf(m, "hierarchical_memory_limit %llu\n", limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005473 if (do_swap_account)
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005474 seq_printf(m, "hierarchical_memsw_limit %llu\n",
5475 memsw_limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005476 }
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005477
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005478 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
5479 long long val = 0;
5480
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005481 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005482 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005483 for_each_mem_cgroup_tree(mi, memcg)
5484 val += mem_cgroup_read_stat(mi, i) * PAGE_SIZE;
5485 seq_printf(m, "total_%s %lld\n", mem_cgroup_stat_names[i], val);
5486 }
5487
5488 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
5489 unsigned long long val = 0;
5490
5491 for_each_mem_cgroup_tree(mi, memcg)
5492 val += mem_cgroup_read_events(mi, i);
5493 seq_printf(m, "total_%s %llu\n",
5494 mem_cgroup_events_names[i], val);
5495 }
5496
5497 for (i = 0; i < NR_LRU_LISTS; i++) {
5498 unsigned long long val = 0;
5499
5500 for_each_mem_cgroup_tree(mi, memcg)
5501 val += mem_cgroup_nr_lru_pages(mi, BIT(i)) * PAGE_SIZE;
5502 seq_printf(m, "total_%s %llu\n", mem_cgroup_lru_names[i], val);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005503 }
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005504
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005505#ifdef CONFIG_DEBUG_VM
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005506 {
5507 int nid, zid;
5508 struct mem_cgroup_per_zone *mz;
Hugh Dickins89abfab2012-05-29 15:06:53 -07005509 struct zone_reclaim_stat *rstat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005510 unsigned long recent_rotated[2] = {0, 0};
5511 unsigned long recent_scanned[2] = {0, 0};
5512
5513 for_each_online_node(nid)
5514 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005515 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
Hugh Dickins89abfab2012-05-29 15:06:53 -07005516 rstat = &mz->lruvec.reclaim_stat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005517
Hugh Dickins89abfab2012-05-29 15:06:53 -07005518 recent_rotated[0] += rstat->recent_rotated[0];
5519 recent_rotated[1] += rstat->recent_rotated[1];
5520 recent_scanned[0] += rstat->recent_scanned[0];
5521 recent_scanned[1] += rstat->recent_scanned[1];
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005522 }
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005523 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]);
5524 seq_printf(m, "recent_rotated_file %lu\n", recent_rotated[1]);
5525 seq_printf(m, "recent_scanned_anon %lu\n", recent_scanned[0]);
5526 seq_printf(m, "recent_scanned_file %lu\n", recent_scanned[1]);
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005527 }
5528#endif
5529
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005530 return 0;
5531}
5532
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005533static u64 mem_cgroup_swappiness_read(struct cgroup *cgrp, struct cftype *cft)
5534{
5535 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5536
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07005537 return mem_cgroup_swappiness(memcg);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005538}
5539
5540static int mem_cgroup_swappiness_write(struct cgroup *cgrp, struct cftype *cft,
5541 u64 val)
5542{
5543 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5544 struct mem_cgroup *parent;
Li Zefan068b38c2009-01-15 13:51:26 -08005545
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005546 if (val > 100)
5547 return -EINVAL;
5548
5549 if (cgrp->parent == NULL)
5550 return -EINVAL;
5551
5552 parent = mem_cgroup_from_cont(cgrp->parent);
Li Zefan068b38c2009-01-15 13:51:26 -08005553
Glauber Costa09998212013-02-22 16:34:55 -08005554 mutex_lock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005555
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005556 /* If under hierarchy, only empty-root can set this value */
Glauber Costab5f99b52013-02-22 16:34:53 -08005557 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005558 mutex_unlock(&memcg_create_mutex);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005559 return -EINVAL;
Li Zefan068b38c2009-01-15 13:51:26 -08005560 }
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005561
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005562 memcg->swappiness = val;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005563
Glauber Costa09998212013-02-22 16:34:55 -08005564 mutex_unlock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005565
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005566 return 0;
5567}
5568
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005569static void __mem_cgroup_threshold(struct mem_cgroup *memcg, bool swap)
5570{
5571 struct mem_cgroup_threshold_ary *t;
5572 u64 usage;
5573 int i;
5574
5575 rcu_read_lock();
5576 if (!swap)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005577 t = rcu_dereference(memcg->thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005578 else
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005579 t = rcu_dereference(memcg->memsw_thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005580
5581 if (!t)
5582 goto unlock;
5583
5584 usage = mem_cgroup_usage(memcg, swap);
5585
5586 /*
Sha Zhengju748dad32012-05-29 15:06:57 -07005587 * current_threshold points to threshold just below or equal to usage.
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005588 * If it's not true, a threshold was crossed after last
5589 * call of __mem_cgroup_threshold().
5590 */
Phil Carmody5407a562010-05-26 14:42:42 -07005591 i = t->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005592
5593 /*
5594 * Iterate backward over array of thresholds starting from
5595 * current_threshold and check if a threshold is crossed.
5596 * If none of thresholds below usage is crossed, we read
5597 * only one element of the array here.
5598 */
5599 for (; i >= 0 && unlikely(t->entries[i].threshold > usage); i--)
5600 eventfd_signal(t->entries[i].eventfd, 1);
5601
5602 /* i = current_threshold + 1 */
5603 i++;
5604
5605 /*
5606 * Iterate forward over array of thresholds starting from
5607 * current_threshold+1 and check if a threshold is crossed.
5608 * If none of thresholds above usage is crossed, we read
5609 * only one element of the array here.
5610 */
5611 for (; i < t->size && unlikely(t->entries[i].threshold <= usage); i++)
5612 eventfd_signal(t->entries[i].eventfd, 1);
5613
5614 /* Update current_threshold */
Phil Carmody5407a562010-05-26 14:42:42 -07005615 t->current_threshold = i - 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005616unlock:
5617 rcu_read_unlock();
5618}
5619
5620static void mem_cgroup_threshold(struct mem_cgroup *memcg)
5621{
Kirill A. Shutemovad4ca5f2010-10-07 12:59:27 -07005622 while (memcg) {
5623 __mem_cgroup_threshold(memcg, false);
5624 if (do_swap_account)
5625 __mem_cgroup_threshold(memcg, true);
5626
5627 memcg = parent_mem_cgroup(memcg);
5628 }
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005629}
5630
5631static int compare_thresholds(const void *a, const void *b)
5632{
5633 const struct mem_cgroup_threshold *_a = a;
5634 const struct mem_cgroup_threshold *_b = b;
5635
5636 return _a->threshold - _b->threshold;
5637}
5638
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005639static int mem_cgroup_oom_notify_cb(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005640{
5641 struct mem_cgroup_eventfd_list *ev;
5642
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005643 list_for_each_entry(ev, &memcg->oom_notify, list)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005644 eventfd_signal(ev->eventfd, 1);
5645 return 0;
5646}
5647
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005648static void mem_cgroup_oom_notify(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005649{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005650 struct mem_cgroup *iter;
5651
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005652 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005653 mem_cgroup_oom_notify_cb(iter);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005654}
5655
5656static int mem_cgroup_usage_register_event(struct cgroup *cgrp,
5657 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005658{
5659 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005660 struct mem_cgroup_thresholds *thresholds;
5661 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005662 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005663 u64 threshold, usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005664 int i, size, ret;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005665
5666 ret = res_counter_memparse_write_strategy(args, &threshold);
5667 if (ret)
5668 return ret;
5669
5670 mutex_lock(&memcg->thresholds_lock);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005671
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005672 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005673 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005674 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005675 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005676 else
5677 BUG();
5678
5679 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5680
5681 /* Check if a threshold crossed before adding a new one */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005682 if (thresholds->primary)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005683 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5684
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005685 size = thresholds->primary ? thresholds->primary->size + 1 : 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005686
5687 /* Allocate memory for new array of thresholds */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005688 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005689 GFP_KERNEL);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005690 if (!new) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005691 ret = -ENOMEM;
5692 goto unlock;
5693 }
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005694 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005695
5696 /* Copy thresholds (if any) to new array */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005697 if (thresholds->primary) {
5698 memcpy(new->entries, thresholds->primary->entries, (size - 1) *
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005699 sizeof(struct mem_cgroup_threshold));
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005700 }
5701
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005702 /* Add new threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005703 new->entries[size - 1].eventfd = eventfd;
5704 new->entries[size - 1].threshold = threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005705
5706 /* Sort thresholds. Registering of new threshold isn't time-critical */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005707 sort(new->entries, size, sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005708 compare_thresholds, NULL);
5709
5710 /* Find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005711 new->current_threshold = -1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005712 for (i = 0; i < size; i++) {
Sha Zhengju748dad32012-05-29 15:06:57 -07005713 if (new->entries[i].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005714 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005715 * new->current_threshold will not be used until
5716 * rcu_assign_pointer(), so it's safe to increment
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005717 * it here.
5718 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005719 ++new->current_threshold;
Sha Zhengju748dad32012-05-29 15:06:57 -07005720 } else
5721 break;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005722 }
5723
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005724 /* Free old spare buffer and save old primary buffer as spare */
5725 kfree(thresholds->spare);
5726 thresholds->spare = thresholds->primary;
5727
5728 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005729
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005730 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005731 synchronize_rcu();
5732
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005733unlock:
5734 mutex_unlock(&memcg->thresholds_lock);
5735
5736 return ret;
5737}
5738
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005739static void mem_cgroup_usage_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005740 struct cftype *cft, struct eventfd_ctx *eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005741{
5742 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005743 struct mem_cgroup_thresholds *thresholds;
5744 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005745 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005746 u64 usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005747 int i, j, size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005748
5749 mutex_lock(&memcg->thresholds_lock);
5750 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005751 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005752 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005753 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005754 else
5755 BUG();
5756
Anton Vorontsov371528c2012-02-24 05:14:46 +04005757 if (!thresholds->primary)
5758 goto unlock;
5759
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005760 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5761
5762 /* Check if a threshold crossed before removing */
5763 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5764
5765 /* Calculate new number of threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005766 size = 0;
5767 for (i = 0; i < thresholds->primary->size; i++) {
5768 if (thresholds->primary->entries[i].eventfd != eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005769 size++;
5770 }
5771
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005772 new = thresholds->spare;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005773
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005774 /* Set thresholds array to NULL if we don't have thresholds */
5775 if (!size) {
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005776 kfree(new);
5777 new = NULL;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005778 goto swap_buffers;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005779 }
5780
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005781 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005782
5783 /* Copy thresholds and find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005784 new->current_threshold = -1;
5785 for (i = 0, j = 0; i < thresholds->primary->size; i++) {
5786 if (thresholds->primary->entries[i].eventfd == eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005787 continue;
5788
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005789 new->entries[j] = thresholds->primary->entries[i];
Sha Zhengju748dad32012-05-29 15:06:57 -07005790 if (new->entries[j].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005791 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005792 * new->current_threshold will not be used
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005793 * until rcu_assign_pointer(), so it's safe to increment
5794 * it here.
5795 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005796 ++new->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005797 }
5798 j++;
5799 }
5800
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005801swap_buffers:
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005802 /* Swap primary and spare array */
5803 thresholds->spare = thresholds->primary;
Sha Zhengju8c757762012-05-10 13:01:45 -07005804 /* If all events are unregistered, free the spare array */
5805 if (!new) {
5806 kfree(thresholds->spare);
5807 thresholds->spare = NULL;
5808 }
5809
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005810 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005811
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005812 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005813 synchronize_rcu();
Anton Vorontsov371528c2012-02-24 05:14:46 +04005814unlock:
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005815 mutex_unlock(&memcg->thresholds_lock);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005816}
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005817
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005818static int mem_cgroup_oom_register_event(struct cgroup *cgrp,
5819 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
5820{
5821 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5822 struct mem_cgroup_eventfd_list *event;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005823 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005824
5825 BUG_ON(type != _OOM_TYPE);
5826 event = kmalloc(sizeof(*event), GFP_KERNEL);
5827 if (!event)
5828 return -ENOMEM;
5829
Michal Hocko1af8efe2011-07-26 16:08:24 -07005830 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005831
5832 event->eventfd = eventfd;
5833 list_add(&event->list, &memcg->oom_notify);
5834
5835 /* already in OOM ? */
Michal Hocko79dfdac2011-07-26 16:08:23 -07005836 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005837 eventfd_signal(eventfd, 1);
Michal Hocko1af8efe2011-07-26 16:08:24 -07005838 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005839
5840 return 0;
5841}
5842
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005843static void mem_cgroup_oom_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005844 struct cftype *cft, struct eventfd_ctx *eventfd)
5845{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005846 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005847 struct mem_cgroup_eventfd_list *ev, *tmp;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005848 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005849
5850 BUG_ON(type != _OOM_TYPE);
5851
Michal Hocko1af8efe2011-07-26 16:08:24 -07005852 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005853
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005854 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) {
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005855 if (ev->eventfd == eventfd) {
5856 list_del(&ev->list);
5857 kfree(ev);
5858 }
5859 }
5860
Michal Hocko1af8efe2011-07-26 16:08:24 -07005861 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005862}
5863
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005864static int mem_cgroup_oom_control_read(struct cgroup *cgrp,
5865 struct cftype *cft, struct cgroup_map_cb *cb)
5866{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005867 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005868
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005869 cb->fill(cb, "oom_kill_disable", memcg->oom_kill_disable);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005870
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005871 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005872 cb->fill(cb, "under_oom", 1);
5873 else
5874 cb->fill(cb, "under_oom", 0);
5875 return 0;
5876}
5877
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005878static int mem_cgroup_oom_control_write(struct cgroup *cgrp,
5879 struct cftype *cft, u64 val)
5880{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005881 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005882 struct mem_cgroup *parent;
5883
5884 /* cannot set to root cgroup and only 0 and 1 are allowed */
5885 if (!cgrp->parent || !((val == 0) || (val == 1)))
5886 return -EINVAL;
5887
5888 parent = mem_cgroup_from_cont(cgrp->parent);
5889
Glauber Costa09998212013-02-22 16:34:55 -08005890 mutex_lock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005891 /* oom-kill-disable is a flag for subhierarchy. */
Glauber Costab5f99b52013-02-22 16:34:53 -08005892 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005893 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005894 return -EINVAL;
5895 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005896 memcg->oom_kill_disable = val;
KAMEZAWA Hiroyuki4d845eb2010-06-29 15:05:18 -07005897 if (!val)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005898 memcg_oom_recover(memcg);
Glauber Costa09998212013-02-22 16:34:55 -08005899 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005900 return 0;
5901}
5902
Andrew Mortonc255a452012-07-31 16:43:02 -07005903#ifdef CONFIG_MEMCG_KMEM
Glauber Costacbe128e32012-04-09 19:36:34 -03005904static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005905{
Glauber Costa55007d82012-12-18 14:22:38 -08005906 int ret;
5907
Glauber Costa2633d7a2012-12-18 14:22:34 -08005908 memcg->kmemcg_id = -1;
Glauber Costa55007d82012-12-18 14:22:38 -08005909 ret = memcg_propagate_kmem(memcg);
5910 if (ret)
5911 return ret;
Glauber Costa2633d7a2012-12-18 14:22:34 -08005912
Glauber Costa1d62e432012-04-09 19:36:33 -03005913 return mem_cgroup_sockets_init(memcg, ss);
Michel Lespinasse573b4002013-04-29 15:08:13 -07005914}
Glauber Costae5671df2011-12-11 21:47:01 +00005915
Glauber Costa1d62e432012-04-09 19:36:33 -03005916static void kmem_cgroup_destroy(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005917{
Glauber Costa1d62e432012-04-09 19:36:33 -03005918 mem_cgroup_sockets_destroy(memcg);
Glauber Costa7de37682012-12-18 14:22:07 -08005919
5920 memcg_kmem_mark_dead(memcg);
5921
5922 if (res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0)
5923 return;
5924
5925 /*
5926 * Charges already down to 0, undo mem_cgroup_get() done in the charge
5927 * path here, being careful not to race with memcg_uncharge_kmem: it is
5928 * possible that the charges went down to 0 between mark_dead and the
5929 * res_counter read, so in that case, we don't need the put
5930 */
5931 if (memcg_kmem_test_and_clear_dead(memcg))
5932 mem_cgroup_put(memcg);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005933}
Glauber Costae5671df2011-12-11 21:47:01 +00005934#else
Glauber Costacbe128e32012-04-09 19:36:34 -03005935static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005936{
5937 return 0;
5938}
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005939
Glauber Costa1d62e432012-04-09 19:36:33 -03005940static void kmem_cgroup_destroy(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005941{
5942}
Glauber Costae5671df2011-12-11 21:47:01 +00005943#endif
5944
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005945static struct cftype mem_cgroup_files[] = {
5946 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005947 .name = "usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005948 .private = MEMFILE_PRIVATE(_MEM, RES_USAGE),
Tejun Heoaf36f902012-04-01 12:09:55 -07005949 .read = mem_cgroup_read,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005950 .register_event = mem_cgroup_usage_register_event,
5951 .unregister_event = mem_cgroup_usage_unregister_event,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005952 },
5953 {
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005954 .name = "max_usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005955 .private = MEMFILE_PRIVATE(_MEM, RES_MAX_USAGE),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005956 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005957 .read = mem_cgroup_read,
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005958 },
5959 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005960 .name = "limit_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005961 .private = MEMFILE_PRIVATE(_MEM, RES_LIMIT),
Paul Menage856c13a2008-07-25 01:47:04 -07005962 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005963 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005964 },
5965 {
Balbir Singh296c81d2009-09-23 15:56:36 -07005966 .name = "soft_limit_in_bytes",
5967 .private = MEMFILE_PRIVATE(_MEM, RES_SOFT_LIMIT),
5968 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005969 .read = mem_cgroup_read,
Balbir Singh296c81d2009-09-23 15:56:36 -07005970 },
5971 {
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005972 .name = "failcnt",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005973 .private = MEMFILE_PRIVATE(_MEM, RES_FAILCNT),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005974 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005975 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005976 },
Balbir Singh8697d332008-02-07 00:13:59 -08005977 {
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005978 .name = "stat",
Wanpeng Liab215882012-07-31 16:43:09 -07005979 .read_seq_string = memcg_stat_show,
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005980 },
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005981 {
5982 .name = "force_empty",
5983 .trigger = mem_cgroup_force_empty_write,
5984 },
Balbir Singh18f59ea2009-01-07 18:08:07 -08005985 {
5986 .name = "use_hierarchy",
Tejun Heof00baae2013-04-15 13:41:15 -07005987 .flags = CFTYPE_INSANE,
Balbir Singh18f59ea2009-01-07 18:08:07 -08005988 .write_u64 = mem_cgroup_hierarchy_write,
5989 .read_u64 = mem_cgroup_hierarchy_read,
5990 },
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005991 {
5992 .name = "swappiness",
5993 .read_u64 = mem_cgroup_swappiness_read,
5994 .write_u64 = mem_cgroup_swappiness_write,
5995 },
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005996 {
5997 .name = "move_charge_at_immigrate",
5998 .read_u64 = mem_cgroup_move_charge_read,
5999 .write_u64 = mem_cgroup_move_charge_write,
6000 },
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07006001 {
6002 .name = "oom_control",
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07006003 .read_map = mem_cgroup_oom_control_read,
6004 .write_u64 = mem_cgroup_oom_control_write,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07006005 .register_event = mem_cgroup_oom_register_event,
6006 .unregister_event = mem_cgroup_oom_unregister_event,
6007 .private = MEMFILE_PRIVATE(_OOM_TYPE, OOM_CONTROL),
6008 },
Anton Vorontsov70ddf632013-04-29 15:08:31 -07006009 {
6010 .name = "pressure_level",
6011 .register_event = vmpressure_register_event,
6012 .unregister_event = vmpressure_unregister_event,
6013 },
Ying Han406eb0c2011-05-26 16:25:37 -07006014#ifdef CONFIG_NUMA
6015 {
6016 .name = "numa_stat",
Wanpeng Liab215882012-07-31 16:43:09 -07006017 .read_seq_string = memcg_numa_stat_show,
Ying Han406eb0c2011-05-26 16:25:37 -07006018 },
6019#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006020#ifdef CONFIG_MEMCG_KMEM
6021 {
6022 .name = "kmem.limit_in_bytes",
6023 .private = MEMFILE_PRIVATE(_KMEM, RES_LIMIT),
6024 .write_string = mem_cgroup_write,
6025 .read = mem_cgroup_read,
6026 },
6027 {
6028 .name = "kmem.usage_in_bytes",
6029 .private = MEMFILE_PRIVATE(_KMEM, RES_USAGE),
6030 .read = mem_cgroup_read,
6031 },
6032 {
6033 .name = "kmem.failcnt",
6034 .private = MEMFILE_PRIVATE(_KMEM, RES_FAILCNT),
6035 .trigger = mem_cgroup_reset,
6036 .read = mem_cgroup_read,
6037 },
6038 {
6039 .name = "kmem.max_usage_in_bytes",
6040 .private = MEMFILE_PRIVATE(_KMEM, RES_MAX_USAGE),
6041 .trigger = mem_cgroup_reset,
6042 .read = mem_cgroup_read,
6043 },
Glauber Costa749c5412012-12-18 14:23:01 -08006044#ifdef CONFIG_SLABINFO
6045 {
6046 .name = "kmem.slabinfo",
6047 .read_seq_string = mem_cgroup_slabinfo_read,
6048 },
6049#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006050#endif
Tejun Heo6bc10342012-04-01 12:09:55 -07006051 { }, /* terminate */
Tejun Heoaf36f902012-04-01 12:09:55 -07006052};
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006053
Michal Hocko2d110852013-02-22 16:34:43 -08006054#ifdef CONFIG_MEMCG_SWAP
6055static struct cftype memsw_cgroup_files[] = {
6056 {
6057 .name = "memsw.usage_in_bytes",
6058 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_USAGE),
6059 .read = mem_cgroup_read,
6060 .register_event = mem_cgroup_usage_register_event,
6061 .unregister_event = mem_cgroup_usage_unregister_event,
6062 },
6063 {
6064 .name = "memsw.max_usage_in_bytes",
6065 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_MAX_USAGE),
6066 .trigger = mem_cgroup_reset,
6067 .read = mem_cgroup_read,
6068 },
6069 {
6070 .name = "memsw.limit_in_bytes",
6071 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_LIMIT),
6072 .write_string = mem_cgroup_write,
6073 .read = mem_cgroup_read,
6074 },
6075 {
6076 .name = "memsw.failcnt",
6077 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_FAILCNT),
6078 .trigger = mem_cgroup_reset,
6079 .read = mem_cgroup_read,
6080 },
6081 { }, /* terminate */
6082};
6083#endif
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006084static int alloc_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006085{
6086 struct mem_cgroup_per_node *pn;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006087 struct mem_cgroup_per_zone *mz;
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006088 int zone, tmp = node;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006089 /*
6090 * This routine is called against possible nodes.
6091 * But it's BUG to call kmalloc() against offline node.
6092 *
6093 * TODO: this routine can waste much memory for nodes which will
6094 * never be onlined. It's better to use memory hotplug callback
6095 * function.
6096 */
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006097 if (!node_state(node, N_NORMAL_MEMORY))
6098 tmp = -1;
Jesper Juhl17295c82011-01-13 15:47:42 -08006099 pn = kzalloc_node(sizeof(*pn), GFP_KERNEL, tmp);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006100 if (!pn)
6101 return 1;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006102
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006103 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6104 mz = &pn->zoneinfo[zone];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08006105 lruvec_init(&mz->lruvec);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006106 mz->usage_in_excess = 0;
Balbir Singh4e416952009-09-23 15:56:39 -07006107 mz->on_tree = false;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006108 mz->memcg = memcg;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006109 }
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006110 memcg->nodeinfo[node] = pn;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006111 return 0;
6112}
6113
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006114static void free_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006115{
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006116 kfree(memcg->nodeinfo[node]);
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006117}
6118
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006119static struct mem_cgroup *mem_cgroup_alloc(void)
6120{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006121 struct mem_cgroup *memcg;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006122 size_t size = memcg_size();
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006123
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006124 /* Can be very big if nr_node_ids is very big */
Jan Blunckc8dad2b2009-01-07 18:07:53 -08006125 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006126 memcg = kzalloc(size, GFP_KERNEL);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006127 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006128 memcg = vzalloc(size);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006129
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006130 if (!memcg)
Dan Carpentere7bbcdf2010-03-23 13:35:12 -07006131 return NULL;
6132
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006133 memcg->stat = alloc_percpu(struct mem_cgroup_stat_cpu);
6134 if (!memcg->stat)
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006135 goto out_free;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006136 spin_lock_init(&memcg->pcp_counter_lock);
6137 return memcg;
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006138
6139out_free:
6140 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006141 kfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006142 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006143 vfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006144 return NULL;
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006145}
6146
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006147/*
Glauber Costac8b2a362012-12-18 14:22:13 -08006148 * At destroying mem_cgroup, references from swap_cgroup can remain.
6149 * (scanning all at force_empty is too costly...)
6150 *
6151 * Instead of clearing all references at force_empty, we remember
6152 * the number of reference from swap_cgroup and free mem_cgroup when
6153 * it goes down to 0.
6154 *
6155 * Removal of cgroup itself succeeds regardless of refs from swap.
Hugh Dickins59927fb2012-03-15 15:17:07 -07006156 */
Glauber Costac8b2a362012-12-18 14:22:13 -08006157
6158static void __mem_cgroup_free(struct mem_cgroup *memcg)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006159{
Glauber Costac8b2a362012-12-18 14:22:13 -08006160 int node;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006161 size_t size = memcg_size();
Hugh Dickins59927fb2012-03-15 15:17:07 -07006162
Glauber Costac8b2a362012-12-18 14:22:13 -08006163 mem_cgroup_remove_from_trees(memcg);
6164 free_css_id(&mem_cgroup_subsys, &memcg->css);
6165
6166 for_each_node(node)
6167 free_mem_cgroup_per_zone_info(memcg, node);
6168
6169 free_percpu(memcg->stat);
6170
Glauber Costa3f134612012-05-29 15:07:11 -07006171 /*
6172 * We need to make sure that (at least for now), the jump label
6173 * destruction code runs outside of the cgroup lock. This is because
6174 * get_online_cpus(), which is called from the static_branch update,
6175 * can't be called inside the cgroup_lock. cpusets are the ones
6176 * enforcing this dependency, so if they ever change, we might as well.
6177 *
6178 * schedule_work() will guarantee this happens. Be careful if you need
6179 * to move this code around, and make sure it is outside
6180 * the cgroup_lock.
6181 */
Glauber Costaa8964b92012-12-18 14:22:09 -08006182 disarm_static_keys(memcg);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006183 if (size < PAGE_SIZE)
6184 kfree(memcg);
6185 else
6186 vfree(memcg);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006187}
Glauber Costa3afe36b2012-05-29 15:07:10 -07006188
Glauber Costac8b2a362012-12-18 14:22:13 -08006189
6190/*
6191 * Helpers for freeing a kmalloc()ed/vzalloc()ed mem_cgroup by RCU,
6192 * but in process context. The work_freeing structure is overlaid
6193 * on the rcu_freeing structure, which itself is overlaid on memsw.
6194 */
6195static void free_work(struct work_struct *work)
6196{
6197 struct mem_cgroup *memcg;
6198
6199 memcg = container_of(work, struct mem_cgroup, work_freeing);
6200 __mem_cgroup_free(memcg);
6201}
6202
Glauber Costa3afe36b2012-05-29 15:07:10 -07006203static void free_rcu(struct rcu_head *rcu_head)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006204{
6205 struct mem_cgroup *memcg;
6206
6207 memcg = container_of(rcu_head, struct mem_cgroup, rcu_freeing);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006208 INIT_WORK(&memcg->work_freeing, free_work);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006209 schedule_work(&memcg->work_freeing);
6210}
6211
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006212static void mem_cgroup_get(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006213{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006214 atomic_inc(&memcg->refcnt);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006215}
6216
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006217static void __mem_cgroup_put(struct mem_cgroup *memcg, int count)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006218{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006219 if (atomic_sub_and_test(count, &memcg->refcnt)) {
6220 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
Glauber Costac8b2a362012-12-18 14:22:13 -08006221 call_rcu(&memcg->rcu_freeing, free_rcu);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006222 if (parent)
6223 mem_cgroup_put(parent);
6224 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006225}
6226
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006227static void mem_cgroup_put(struct mem_cgroup *memcg)
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006228{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006229 __mem_cgroup_put(memcg, 1);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006230}
6231
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006232/*
6233 * Returns the parent mem_cgroup in memcgroup hierarchy with hierarchy enabled.
6234 */
Glauber Costae1aab162011-12-11 21:47:03 +00006235struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006236{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006237 if (!memcg->res.parent)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006238 return NULL;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006239 return mem_cgroup_from_res_counter(memcg->res.parent, res);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006240}
Glauber Costae1aab162011-12-11 21:47:03 +00006241EXPORT_SYMBOL(parent_mem_cgroup);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006242
Michal Hocko8787a1d2013-02-22 16:35:39 -08006243static void __init mem_cgroup_soft_limit_tree_init(void)
Balbir Singhf64c3f52009-09-23 15:56:37 -07006244{
6245 struct mem_cgroup_tree_per_node *rtpn;
6246 struct mem_cgroup_tree_per_zone *rtpz;
6247 int tmp, node, zone;
6248
Bob Liu3ed28fa2012-01-12 17:19:04 -08006249 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -07006250 tmp = node;
6251 if (!node_state(node, N_NORMAL_MEMORY))
6252 tmp = -1;
6253 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, tmp);
Michal Hocko8787a1d2013-02-22 16:35:39 -08006254 BUG_ON(!rtpn);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006255
6256 soft_limit_tree.rb_tree_per_node[node] = rtpn;
6257
6258 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6259 rtpz = &rtpn->rb_tree_per_zone[zone];
6260 rtpz->rb_root = RB_ROOT;
6261 spin_lock_init(&rtpz->lock);
6262 }
6263 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07006264}
6265
Li Zefan0eb253e2009-01-15 13:51:25 -08006266static struct cgroup_subsys_state * __ref
Tejun Heo92fb9742012-11-19 08:13:38 -08006267mem_cgroup_css_alloc(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006268{
Glauber Costad142e3e2013-02-22 16:34:52 -08006269 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006270 long error = -ENOMEM;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006271 int node;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006272
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006273 memcg = mem_cgroup_alloc();
6274 if (!memcg)
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006275 return ERR_PTR(error);
Pavel Emelianov78fb7462008-02-07 00:13:51 -08006276
Bob Liu3ed28fa2012-01-12 17:19:04 -08006277 for_each_node(node)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006278 if (alloc_mem_cgroup_per_zone_info(memcg, node))
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006279 goto free_out;
Balbir Singhf64c3f52009-09-23 15:56:37 -07006280
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006281 /* root ? */
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006282 if (cont->parent == NULL) {
Hillf Dantona41c58a2011-12-19 17:11:57 -08006283 root_mem_cgroup = memcg;
Glauber Costad142e3e2013-02-22 16:34:52 -08006284 res_counter_init(&memcg->res, NULL);
6285 res_counter_init(&memcg->memsw, NULL);
6286 res_counter_init(&memcg->kmem, NULL);
Balbir Singh18f59ea2009-01-07 18:08:07 -08006287 }
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006288
Glauber Costad142e3e2013-02-22 16:34:52 -08006289 memcg->last_scanned_node = MAX_NUMNODES;
6290 INIT_LIST_HEAD(&memcg->oom_notify);
6291 atomic_set(&memcg->refcnt, 1);
6292 memcg->move_charge_at_immigrate = 0;
6293 mutex_init(&memcg->thresholds_lock);
6294 spin_lock_init(&memcg->move_lock);
Anton Vorontsov70ddf632013-04-29 15:08:31 -07006295 vmpressure_init(&memcg->vmpressure);
Glauber Costad142e3e2013-02-22 16:34:52 -08006296
6297 return &memcg->css;
6298
6299free_out:
6300 __mem_cgroup_free(memcg);
6301 return ERR_PTR(error);
6302}
6303
6304static int
6305mem_cgroup_css_online(struct cgroup *cont)
6306{
6307 struct mem_cgroup *memcg, *parent;
6308 int error = 0;
6309
6310 if (!cont->parent)
6311 return 0;
6312
Glauber Costa09998212013-02-22 16:34:55 -08006313 mutex_lock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08006314 memcg = mem_cgroup_from_cont(cont);
6315 parent = mem_cgroup_from_cont(cont->parent);
6316
6317 memcg->use_hierarchy = parent->use_hierarchy;
6318 memcg->oom_kill_disable = parent->oom_kill_disable;
6319 memcg->swappiness = mem_cgroup_swappiness(parent);
6320
6321 if (parent->use_hierarchy) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006322 res_counter_init(&memcg->res, &parent->res);
6323 res_counter_init(&memcg->memsw, &parent->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006324 res_counter_init(&memcg->kmem, &parent->kmem);
Glauber Costa55007d82012-12-18 14:22:38 -08006325
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006326 /*
6327 * We increment refcnt of the parent to ensure that we can
6328 * safely access it on res_counter_charge/uncharge.
6329 * This refcnt will be decremented when freeing this
6330 * mem_cgroup(see mem_cgroup_put).
6331 */
6332 mem_cgroup_get(parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08006333 } else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006334 res_counter_init(&memcg->res, NULL);
6335 res_counter_init(&memcg->memsw, NULL);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006336 res_counter_init(&memcg->kmem, NULL);
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006337 /*
6338 * Deeper hierachy with use_hierarchy == false doesn't make
6339 * much sense so let cgroup subsystem know about this
6340 * unfortunate state in our controller.
6341 */
Glauber Costad142e3e2013-02-22 16:34:52 -08006342 if (parent != root_mem_cgroup)
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006343 mem_cgroup_subsys.broken_hierarchy = true;
Balbir Singh18f59ea2009-01-07 18:08:07 -08006344 }
Glauber Costacbe128e32012-04-09 19:36:34 -03006345
6346 error = memcg_init_kmem(memcg, &mem_cgroup_subsys);
Glauber Costa09998212013-02-22 16:34:55 -08006347 mutex_unlock(&memcg_create_mutex);
Glauber Costacbe128e32012-04-09 19:36:34 -03006348 if (error) {
6349 /*
6350 * We call put now because our (and parent's) refcnts
6351 * are already in place. mem_cgroup_put() will internally
6352 * call __mem_cgroup_free, so return directly
6353 */
6354 mem_cgroup_put(memcg);
Glauber Costae4715f02013-02-22 16:34:57 -08006355 if (parent->use_hierarchy)
6356 mem_cgroup_put(parent);
Glauber Costacbe128e32012-04-09 19:36:34 -03006357 }
Glauber Costad142e3e2013-02-22 16:34:52 -08006358 return error;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006359}
6360
Michal Hocko5f578162013-04-29 15:07:17 -07006361/*
6362 * Announce all parents that a group from their hierarchy is gone.
6363 */
6364static void mem_cgroup_invalidate_reclaim_iterators(struct mem_cgroup *memcg)
6365{
6366 struct mem_cgroup *parent = memcg;
6367
6368 while ((parent = parent_mem_cgroup(parent)))
Johannes Weiner519ebea2013-07-03 15:04:51 -07006369 mem_cgroup_iter_invalidate(parent);
Michal Hocko5f578162013-04-29 15:07:17 -07006370
6371 /*
6372 * if the root memcg is not hierarchical we have to check it
6373 * explicitely.
6374 */
6375 if (!root_mem_cgroup->use_hierarchy)
Johannes Weiner519ebea2013-07-03 15:04:51 -07006376 mem_cgroup_iter_invalidate(root_mem_cgroup);
Michal Hocko5f578162013-04-29 15:07:17 -07006377}
6378
Tejun Heo92fb9742012-11-19 08:13:38 -08006379static void mem_cgroup_css_offline(struct cgroup *cont)
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006380{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006381 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
KAMEZAWA Hiroyukiec64f512009-04-02 16:57:26 -07006382
Michal Hocko5f578162013-04-29 15:07:17 -07006383 mem_cgroup_invalidate_reclaim_iterators(memcg);
Michal Hockoab5196c2012-10-26 13:37:32 +02006384 mem_cgroup_reparent_charges(memcg);
Glauber Costa1f458cb2012-12-18 14:22:50 -08006385 mem_cgroup_destroy_all_caches(memcg);
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006386}
6387
Tejun Heo92fb9742012-11-19 08:13:38 -08006388static void mem_cgroup_css_free(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006389{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006390 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Daisuke Nishimurac268e992009-01-15 13:51:13 -08006391
Glauber Costa1d62e432012-04-09 19:36:33 -03006392 kmem_cgroup_destroy(memcg);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00006393
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006394 mem_cgroup_put(memcg);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006395}
6396
Daisuke Nishimura02491442010-03-10 15:22:17 -08006397#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006398/* Handlers for move charge at task migration. */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006399#define PRECHARGE_COUNT_AT_ONCE 256
6400static int mem_cgroup_do_precharge(unsigned long count)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006401{
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006402 int ret = 0;
6403 int batch_count = PRECHARGE_COUNT_AT_ONCE;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006404 struct mem_cgroup *memcg = mc.to;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006405
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006406 if (mem_cgroup_is_root(memcg)) {
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006407 mc.precharge += count;
6408 /* we don't need css_get for root */
6409 return ret;
6410 }
6411 /* try to charge at once */
6412 if (count > 1) {
6413 struct res_counter *dummy;
6414 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006415 * "memcg" cannot be under rmdir() because we've already checked
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006416 * by cgroup_lock_live_cgroup() that it is not removed and we
6417 * are still under the same cgroup_mutex. So we can postpone
6418 * css_get().
6419 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006420 if (res_counter_charge(&memcg->res, PAGE_SIZE * count, &dummy))
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006421 goto one_by_one;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006422 if (do_swap_account && res_counter_charge(&memcg->memsw,
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006423 PAGE_SIZE * count, &dummy)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006424 res_counter_uncharge(&memcg->res, PAGE_SIZE * count);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006425 goto one_by_one;
6426 }
6427 mc.precharge += count;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006428 return ret;
6429 }
6430one_by_one:
6431 /* fall back to one by one charge */
6432 while (count--) {
6433 if (signal_pending(current)) {
6434 ret = -EINTR;
6435 break;
6436 }
6437 if (!batch_count--) {
6438 batch_count = PRECHARGE_COUNT_AT_ONCE;
6439 cond_resched();
6440 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006441 ret = __mem_cgroup_try_charge(NULL,
6442 GFP_KERNEL, 1, &memcg, false);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006443 if (ret)
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006444 /* mem_cgroup_clear_mc() will do uncharge later */
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006445 return ret;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006446 mc.precharge++;
6447 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006448 return ret;
6449}
6450
6451/**
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006452 * get_mctgt_type - get target type of moving charge
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006453 * @vma: the vma the pte to be checked belongs
6454 * @addr: the address corresponding to the pte to be checked
6455 * @ptent: the pte to be checked
Daisuke Nishimura02491442010-03-10 15:22:17 -08006456 * @target: the pointer the target page or swap ent will be stored(can be NULL)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006457 *
6458 * Returns
6459 * 0(MC_TARGET_NONE): if the pte is not a target for move charge.
6460 * 1(MC_TARGET_PAGE): if the page corresponding to this pte is a target for
6461 * move charge. if @target is not NULL, the page is stored in target->page
6462 * with extra refcnt got(Callers should handle it).
Daisuke Nishimura02491442010-03-10 15:22:17 -08006463 * 2(MC_TARGET_SWAP): if the swap entry corresponding to this pte is a
6464 * target for charge migration. if @target is not NULL, the entry is stored
6465 * in target->ent.
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006466 *
6467 * Called with pte lock held.
6468 */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006469union mc_target {
6470 struct page *page;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006471 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006472};
6473
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006474enum mc_target_type {
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006475 MC_TARGET_NONE = 0,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006476 MC_TARGET_PAGE,
Daisuke Nishimura02491442010-03-10 15:22:17 -08006477 MC_TARGET_SWAP,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006478};
6479
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006480static struct page *mc_handle_present_pte(struct vm_area_struct *vma,
6481 unsigned long addr, pte_t ptent)
6482{
6483 struct page *page = vm_normal_page(vma, addr, ptent);
6484
6485 if (!page || !page_mapped(page))
6486 return NULL;
6487 if (PageAnon(page)) {
6488 /* we don't move shared anon */
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006489 if (!move_anon())
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006490 return NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006491 } else if (!move_file())
6492 /* we ignore mapcount for file pages */
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006493 return NULL;
6494 if (!get_page_unless_zero(page))
6495 return NULL;
6496
6497 return page;
6498}
6499
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006500#ifdef CONFIG_SWAP
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006501static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6502 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6503{
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006504 struct page *page = NULL;
6505 swp_entry_t ent = pte_to_swp_entry(ptent);
6506
6507 if (!move_anon() || non_swap_entry(ent))
6508 return NULL;
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006509 /*
6510 * Because lookup_swap_cache() updates some statistics counter,
6511 * we call find_get_page() with swapper_space directly.
6512 */
Shaohua Li33806f02013-02-22 16:34:37 -08006513 page = find_get_page(swap_address_space(ent), ent.val);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006514 if (do_swap_account)
6515 entry->val = ent.val;
6516
6517 return page;
6518}
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006519#else
6520static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6521 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6522{
6523 return NULL;
6524}
6525#endif
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006526
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006527static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
6528 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6529{
6530 struct page *page = NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006531 struct address_space *mapping;
6532 pgoff_t pgoff;
6533
6534 if (!vma->vm_file) /* anonymous vma */
6535 return NULL;
6536 if (!move_file())
6537 return NULL;
6538
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006539 mapping = vma->vm_file->f_mapping;
6540 if (pte_none(ptent))
6541 pgoff = linear_page_index(vma, addr);
6542 else /* pte_file(ptent) is true */
6543 pgoff = pte_to_pgoff(ptent);
6544
6545 /* page is moved even if it's not RSS of this task(page-faulted). */
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006546 page = find_get_page(mapping, pgoff);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006547
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006548#ifdef CONFIG_SWAP
6549 /* shmem/tmpfs may report page out on swap: account for that too. */
6550 if (radix_tree_exceptional_entry(page)) {
6551 swp_entry_t swap = radix_to_swp_entry(page);
6552 if (do_swap_account)
6553 *entry = swap;
Shaohua Li33806f02013-02-22 16:34:37 -08006554 page = find_get_page(swap_address_space(swap), swap.val);
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006555 }
6556#endif
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006557 return page;
6558}
6559
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006560static enum mc_target_type get_mctgt_type(struct vm_area_struct *vma,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006561 unsigned long addr, pte_t ptent, union mc_target *target)
6562{
Daisuke Nishimura02491442010-03-10 15:22:17 -08006563 struct page *page = NULL;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006564 struct page_cgroup *pc;
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006565 enum mc_target_type ret = MC_TARGET_NONE;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006566 swp_entry_t ent = { .val = 0 };
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006567
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006568 if (pte_present(ptent))
6569 page = mc_handle_present_pte(vma, addr, ptent);
6570 else if (is_swap_pte(ptent))
6571 page = mc_handle_swap_pte(vma, addr, ptent, &ent);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006572 else if (pte_none(ptent) || pte_file(ptent))
6573 page = mc_handle_file_pte(vma, addr, ptent, &ent);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006574
6575 if (!page && !ent.val)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006576 return ret;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006577 if (page) {
6578 pc = lookup_page_cgroup(page);
6579 /*
6580 * Do only loose check w/o page_cgroup lock.
6581 * mem_cgroup_move_account() checks the pc is valid or not under
6582 * the lock.
6583 */
6584 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6585 ret = MC_TARGET_PAGE;
6586 if (target)
6587 target->page = page;
6588 }
6589 if (!ret || !target)
6590 put_page(page);
6591 }
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006592 /* There is a swap entry and a page doesn't exist or isn't charged */
6593 if (ent.val && !ret &&
Bob Liu9fb4b7c2012-01-12 17:18:48 -08006594 css_id(&mc.from->css) == lookup_swap_cgroup_id(ent)) {
KAMEZAWA Hiroyuki7f0f1542010-05-11 14:06:58 -07006595 ret = MC_TARGET_SWAP;
6596 if (target)
6597 target->ent = ent;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006598 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006599 return ret;
6600}
6601
Naoya Horiguchi12724852012-03-21 16:34:28 -07006602#ifdef CONFIG_TRANSPARENT_HUGEPAGE
6603/*
6604 * We don't consider swapping or file mapped pages because THP does not
6605 * support them for now.
6606 * Caller should make sure that pmd_trans_huge(pmd) is true.
6607 */
6608static enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6609 unsigned long addr, pmd_t pmd, union mc_target *target)
6610{
6611 struct page *page = NULL;
6612 struct page_cgroup *pc;
6613 enum mc_target_type ret = MC_TARGET_NONE;
6614
6615 page = pmd_page(pmd);
6616 VM_BUG_ON(!page || !PageHead(page));
6617 if (!move_anon())
6618 return ret;
6619 pc = lookup_page_cgroup(page);
6620 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6621 ret = MC_TARGET_PAGE;
6622 if (target) {
6623 get_page(page);
6624 target->page = page;
6625 }
6626 }
6627 return ret;
6628}
6629#else
6630static inline enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6631 unsigned long addr, pmd_t pmd, union mc_target *target)
6632{
6633 return MC_TARGET_NONE;
6634}
6635#endif
6636
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006637static int mem_cgroup_count_precharge_pte_range(pmd_t *pmd,
6638 unsigned long addr, unsigned long end,
6639 struct mm_walk *walk)
6640{
6641 struct vm_area_struct *vma = walk->private;
6642 pte_t *pte;
6643 spinlock_t *ptl;
6644
Naoya Horiguchi12724852012-03-21 16:34:28 -07006645 if (pmd_trans_huge_lock(pmd, vma) == 1) {
6646 if (get_mctgt_type_thp(vma, addr, *pmd, NULL) == MC_TARGET_PAGE)
6647 mc.precharge += HPAGE_PMD_NR;
6648 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006649 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006650 }
Dave Hansen03319322011-03-22 16:32:56 -07006651
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006652 if (pmd_trans_unstable(pmd))
6653 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006654 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6655 for (; addr != end; pte++, addr += PAGE_SIZE)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006656 if (get_mctgt_type(vma, addr, *pte, NULL))
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006657 mc.precharge++; /* increment precharge temporarily */
6658 pte_unmap_unlock(pte - 1, ptl);
6659 cond_resched();
6660
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006661 return 0;
6662}
6663
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006664static unsigned long mem_cgroup_count_precharge(struct mm_struct *mm)
6665{
6666 unsigned long precharge;
6667 struct vm_area_struct *vma;
6668
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006669 down_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006670 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6671 struct mm_walk mem_cgroup_count_precharge_walk = {
6672 .pmd_entry = mem_cgroup_count_precharge_pte_range,
6673 .mm = mm,
6674 .private = vma,
6675 };
6676 if (is_vm_hugetlb_page(vma))
6677 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006678 walk_page_range(vma->vm_start, vma->vm_end,
6679 &mem_cgroup_count_precharge_walk);
6680 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006681 up_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006682
6683 precharge = mc.precharge;
6684 mc.precharge = 0;
6685
6686 return precharge;
6687}
6688
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006689static int mem_cgroup_precharge_mc(struct mm_struct *mm)
6690{
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006691 unsigned long precharge = mem_cgroup_count_precharge(mm);
6692
6693 VM_BUG_ON(mc.moving_task);
6694 mc.moving_task = current;
6695 return mem_cgroup_do_precharge(precharge);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006696}
6697
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006698/* cancels all extra charges on mc.from and mc.to, and wakes up all waiters. */
6699static void __mem_cgroup_clear_mc(void)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006700{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006701 struct mem_cgroup *from = mc.from;
6702 struct mem_cgroup *to = mc.to;
6703
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006704 /* we must uncharge all the leftover precharges from mc.to */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006705 if (mc.precharge) {
6706 __mem_cgroup_cancel_charge(mc.to, mc.precharge);
6707 mc.precharge = 0;
6708 }
6709 /*
6710 * we didn't uncharge from mc.from at mem_cgroup_move_account(), so
6711 * we must uncharge here.
6712 */
6713 if (mc.moved_charge) {
6714 __mem_cgroup_cancel_charge(mc.from, mc.moved_charge);
6715 mc.moved_charge = 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006716 }
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006717 /* we must fixup refcnts and charges */
6718 if (mc.moved_swap) {
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006719 /* uncharge swap account from the old cgroup */
6720 if (!mem_cgroup_is_root(mc.from))
6721 res_counter_uncharge(&mc.from->memsw,
6722 PAGE_SIZE * mc.moved_swap);
6723 __mem_cgroup_put(mc.from, mc.moved_swap);
6724
6725 if (!mem_cgroup_is_root(mc.to)) {
6726 /*
6727 * we charged both to->res and to->memsw, so we should
6728 * uncharge to->res.
6729 */
6730 res_counter_uncharge(&mc.to->res,
6731 PAGE_SIZE * mc.moved_swap);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006732 }
6733 /* we've already done mem_cgroup_get(mc.to) */
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006734 mc.moved_swap = 0;
6735 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006736 memcg_oom_recover(from);
6737 memcg_oom_recover(to);
6738 wake_up_all(&mc.waitq);
6739}
6740
6741static void mem_cgroup_clear_mc(void)
6742{
6743 struct mem_cgroup *from = mc.from;
6744
6745 /*
6746 * we must clear moving_task before waking up waiters at the end of
6747 * task migration.
6748 */
6749 mc.moving_task = NULL;
6750 __mem_cgroup_clear_mc();
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006751 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006752 mc.from = NULL;
6753 mc.to = NULL;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006754 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006755 mem_cgroup_end_move(from);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006756}
6757
Li Zefan761b3ef2012-01-31 13:47:36 +08006758static int mem_cgroup_can_attach(struct cgroup *cgroup,
6759 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006760{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006761 struct task_struct *p = cgroup_taskset_first(tset);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006762 int ret = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006763 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgroup);
Glauber Costaee5e8472013-02-22 16:34:50 -08006764 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006765
Glauber Costaee5e8472013-02-22 16:34:50 -08006766 /*
6767 * We are now commited to this value whatever it is. Changes in this
6768 * tunable will only affect upcoming migrations, not the current one.
6769 * So we need to save it, and keep it going.
6770 */
6771 move_charge_at_immigrate = memcg->move_charge_at_immigrate;
6772 if (move_charge_at_immigrate) {
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006773 struct mm_struct *mm;
6774 struct mem_cgroup *from = mem_cgroup_from_task(p);
6775
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006776 VM_BUG_ON(from == memcg);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006777
6778 mm = get_task_mm(p);
6779 if (!mm)
6780 return 0;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006781 /* We move charges only when we move a owner of the mm */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006782 if (mm->owner == p) {
6783 VM_BUG_ON(mc.from);
6784 VM_BUG_ON(mc.to);
6785 VM_BUG_ON(mc.precharge);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006786 VM_BUG_ON(mc.moved_charge);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006787 VM_BUG_ON(mc.moved_swap);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006788 mem_cgroup_start_move(from);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006789 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006790 mc.from = from;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006791 mc.to = memcg;
Glauber Costaee5e8472013-02-22 16:34:50 -08006792 mc.immigrate_flags = move_charge_at_immigrate;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006793 spin_unlock(&mc.lock);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006794 /* We set mc.moving_task later */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006795
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006796 ret = mem_cgroup_precharge_mc(mm);
6797 if (ret)
6798 mem_cgroup_clear_mc();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006799 }
6800 mmput(mm);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006801 }
6802 return ret;
6803}
6804
Li Zefan761b3ef2012-01-31 13:47:36 +08006805static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6806 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006807{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006808 mem_cgroup_clear_mc();
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006809}
6810
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006811static int mem_cgroup_move_charge_pte_range(pmd_t *pmd,
6812 unsigned long addr, unsigned long end,
6813 struct mm_walk *walk)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006814{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006815 int ret = 0;
6816 struct vm_area_struct *vma = walk->private;
6817 pte_t *pte;
6818 spinlock_t *ptl;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006819 enum mc_target_type target_type;
6820 union mc_target target;
6821 struct page *page;
6822 struct page_cgroup *pc;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006823
Naoya Horiguchi12724852012-03-21 16:34:28 -07006824 /*
6825 * We don't take compound_lock() here but no race with splitting thp
6826 * happens because:
6827 * - if pmd_trans_huge_lock() returns 1, the relevant thp is not
6828 * under splitting, which means there's no concurrent thp split,
6829 * - if another thread runs into split_huge_page() just after we
6830 * entered this if-block, the thread must wait for page table lock
6831 * to be unlocked in __split_huge_page_splitting(), where the main
6832 * part of thp split is not executed yet.
6833 */
6834 if (pmd_trans_huge_lock(pmd, vma) == 1) {
Hugh Dickins62ade862012-05-18 11:28:34 -07006835 if (mc.precharge < HPAGE_PMD_NR) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006836 spin_unlock(&vma->vm_mm->page_table_lock);
6837 return 0;
6838 }
6839 target_type = get_mctgt_type_thp(vma, addr, *pmd, &target);
6840 if (target_type == MC_TARGET_PAGE) {
6841 page = target.page;
6842 if (!isolate_lru_page(page)) {
6843 pc = lookup_page_cgroup(page);
6844 if (!mem_cgroup_move_account(page, HPAGE_PMD_NR,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006845 pc, mc.from, mc.to)) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006846 mc.precharge -= HPAGE_PMD_NR;
6847 mc.moved_charge += HPAGE_PMD_NR;
6848 }
6849 putback_lru_page(page);
6850 }
6851 put_page(page);
6852 }
6853 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006854 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006855 }
6856
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006857 if (pmd_trans_unstable(pmd))
6858 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006859retry:
6860 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6861 for (; addr != end; addr += PAGE_SIZE) {
6862 pte_t ptent = *(pte++);
Daisuke Nishimura02491442010-03-10 15:22:17 -08006863 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006864
6865 if (!mc.precharge)
6866 break;
6867
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006868 switch (get_mctgt_type(vma, addr, ptent, &target)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006869 case MC_TARGET_PAGE:
6870 page = target.page;
6871 if (isolate_lru_page(page))
6872 goto put;
6873 pc = lookup_page_cgroup(page);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07006874 if (!mem_cgroup_move_account(page, 1, pc,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006875 mc.from, mc.to)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006876 mc.precharge--;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006877 /* we uncharge from mc.from later. */
6878 mc.moved_charge++;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006879 }
6880 putback_lru_page(page);
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006881put: /* get_mctgt_type() gets the page */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006882 put_page(page);
6883 break;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006884 case MC_TARGET_SWAP:
6885 ent = target.ent;
Hugh Dickinse91cbb42012-05-29 15:06:51 -07006886 if (!mem_cgroup_move_swap_account(ent, mc.from, mc.to)) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08006887 mc.precharge--;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006888 /* we fixup refcnts and charges later. */
6889 mc.moved_swap++;
6890 }
Daisuke Nishimura02491442010-03-10 15:22:17 -08006891 break;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006892 default:
6893 break;
6894 }
6895 }
6896 pte_unmap_unlock(pte - 1, ptl);
6897 cond_resched();
6898
6899 if (addr != end) {
6900 /*
6901 * We have consumed all precharges we got in can_attach().
6902 * We try charge one by one, but don't do any additional
6903 * charges to mc.to if we have failed in charge once in attach()
6904 * phase.
6905 */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006906 ret = mem_cgroup_do_precharge(1);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006907 if (!ret)
6908 goto retry;
6909 }
6910
6911 return ret;
6912}
6913
6914static void mem_cgroup_move_charge(struct mm_struct *mm)
6915{
6916 struct vm_area_struct *vma;
6917
6918 lru_add_drain_all();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006919retry:
6920 if (unlikely(!down_read_trylock(&mm->mmap_sem))) {
6921 /*
6922 * Someone who are holding the mmap_sem might be waiting in
6923 * waitq. So we cancel all extra charges, wake up all waiters,
6924 * and retry. Because we cancel precharges, we might not be able
6925 * to move enough charges, but moving charge is a best-effort
6926 * feature anyway, so it wouldn't be a big problem.
6927 */
6928 __mem_cgroup_clear_mc();
6929 cond_resched();
6930 goto retry;
6931 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006932 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6933 int ret;
6934 struct mm_walk mem_cgroup_move_charge_walk = {
6935 .pmd_entry = mem_cgroup_move_charge_pte_range,
6936 .mm = mm,
6937 .private = vma,
6938 };
6939 if (is_vm_hugetlb_page(vma))
6940 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006941 ret = walk_page_range(vma->vm_start, vma->vm_end,
6942 &mem_cgroup_move_charge_walk);
6943 if (ret)
6944 /*
6945 * means we have consumed all precharges and failed in
6946 * doing additional charge. Just abandon here.
6947 */
6948 break;
6949 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006950 up_read(&mm->mmap_sem);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006951}
6952
Li Zefan761b3ef2012-01-31 13:47:36 +08006953static void mem_cgroup_move_task(struct cgroup *cont,
6954 struct cgroup_taskset *tset)
Balbir Singh67e465a2008-02-07 00:13:54 -08006955{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006956 struct task_struct *p = cgroup_taskset_first(tset);
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006957 struct mm_struct *mm = get_task_mm(p);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006958
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006959 if (mm) {
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006960 if (mc.to)
6961 mem_cgroup_move_charge(mm);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006962 mmput(mm);
6963 }
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006964 if (mc.to)
6965 mem_cgroup_clear_mc();
Balbir Singh67e465a2008-02-07 00:13:54 -08006966}
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006967#else /* !CONFIG_MMU */
Li Zefan761b3ef2012-01-31 13:47:36 +08006968static int mem_cgroup_can_attach(struct cgroup *cgroup,
6969 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006970{
6971 return 0;
6972}
Li Zefan761b3ef2012-01-31 13:47:36 +08006973static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6974 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006975{
6976}
Li Zefan761b3ef2012-01-31 13:47:36 +08006977static void mem_cgroup_move_task(struct cgroup *cont,
6978 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006979{
6980}
6981#endif
Balbir Singh67e465a2008-02-07 00:13:54 -08006982
Tejun Heof00baae2013-04-15 13:41:15 -07006983/*
6984 * Cgroup retains root cgroups across [un]mount cycles making it necessary
6985 * to verify sane_behavior flag on each mount attempt.
6986 */
6987static void mem_cgroup_bind(struct cgroup *root)
6988{
6989 /*
6990 * use_hierarchy is forced with sane_behavior. cgroup core
6991 * guarantees that @root doesn't have any children, so turning it
6992 * on for the root memcg is enough.
6993 */
6994 if (cgroup_sane_behavior(root))
6995 mem_cgroup_from_cont(root)->use_hierarchy = true;
6996}
6997
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006998struct cgroup_subsys mem_cgroup_subsys = {
6999 .name = "memory",
7000 .subsys_id = mem_cgroup_subsys_id,
Tejun Heo92fb9742012-11-19 08:13:38 -08007001 .css_alloc = mem_cgroup_css_alloc,
Glauber Costad142e3e2013-02-22 16:34:52 -08007002 .css_online = mem_cgroup_css_online,
Tejun Heo92fb9742012-11-19 08:13:38 -08007003 .css_offline = mem_cgroup_css_offline,
7004 .css_free = mem_cgroup_css_free,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08007005 .can_attach = mem_cgroup_can_attach,
7006 .cancel_attach = mem_cgroup_cancel_attach,
Balbir Singh67e465a2008-02-07 00:13:54 -08007007 .attach = mem_cgroup_move_task,
Tejun Heof00baae2013-04-15 13:41:15 -07007008 .bind = mem_cgroup_bind,
Tejun Heo6bc10342012-04-01 12:09:55 -07007009 .base_cftypes = mem_cgroup_files,
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08007010 .early_init = 0,
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07007011 .use_id = 1,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08007012};
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007013
Andrew Mortonc255a452012-07-31 16:43:02 -07007014#ifdef CONFIG_MEMCG_SWAP
Michal Hockoa42c3902010-11-24 12:57:08 -08007015static int __init enable_swap_account(char *s)
7016{
7017 /* consider enabled if no parameter or 1 is given */
Michal Hockoa2c89902011-05-24 17:12:50 -07007018 if (!strcmp(s, "1"))
Michal Hockoa42c3902010-11-24 12:57:08 -08007019 really_do_swap_account = 1;
Michal Hockoa2c89902011-05-24 17:12:50 -07007020 else if (!strcmp(s, "0"))
Michal Hockoa42c3902010-11-24 12:57:08 -08007021 really_do_swap_account = 0;
7022 return 1;
7023}
Michal Hockoa2c89902011-05-24 17:12:50 -07007024__setup("swapaccount=", enable_swap_account);
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007025
Michal Hocko2d110852013-02-22 16:34:43 -08007026static void __init memsw_file_init(void)
7027{
Michal Hocko6acc8b02013-02-22 16:34:45 -08007028 WARN_ON(cgroup_add_cftypes(&mem_cgroup_subsys, memsw_cgroup_files));
Michal Hocko2d110852013-02-22 16:34:43 -08007029}
Michal Hocko6acc8b02013-02-22 16:34:45 -08007030
7031static void __init enable_swap_cgroup(void)
7032{
7033 if (!mem_cgroup_disabled() && really_do_swap_account) {
7034 do_swap_account = 1;
7035 memsw_file_init();
7036 }
7037}
7038
Michal Hocko2d110852013-02-22 16:34:43 -08007039#else
Michal Hocko6acc8b02013-02-22 16:34:45 -08007040static void __init enable_swap_cgroup(void)
Michal Hocko2d110852013-02-22 16:34:43 -08007041{
7042}
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007043#endif
Michal Hocko2d110852013-02-22 16:34:43 -08007044
7045/*
Michal Hocko10813122013-02-22 16:35:41 -08007046 * subsys_initcall() for memory controller.
7047 *
7048 * Some parts like hotcpu_notifier() have to be initialized from this context
7049 * because of lock dependencies (cgroup_lock -> cpu hotplug) but basically
7050 * everything that doesn't depend on a specific mem_cgroup structure should
7051 * be initialized from here.
Michal Hocko2d110852013-02-22 16:34:43 -08007052 */
7053static int __init mem_cgroup_init(void)
7054{
7055 hotcpu_notifier(memcg_cpu_hotplug_callback, 0);
Michal Hocko6acc8b02013-02-22 16:34:45 -08007056 enable_swap_cgroup();
Michal Hocko8787a1d2013-02-22 16:35:39 -08007057 mem_cgroup_soft_limit_tree_init();
Michal Hockoe4777492013-02-22 16:35:40 -08007058 memcg_stock_init();
Michal Hocko2d110852013-02-22 16:34:43 -08007059 return 0;
7060}
7061subsys_initcall(mem_cgroup_init);