blob: 2e851f453814529d0a3e032e9e5e1dd009a4b34a [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
190struct mem_cgroup_lru_info {
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800191 struct mem_cgroup_per_node *nodeinfo[0];
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800192};
193
194/*
Balbir Singhf64c3f52009-09-23 15:56:37 -0700195 * Cgroups above their limits are maintained in a RB-Tree, independent of
196 * their hierarchy representation
197 */
198
199struct mem_cgroup_tree_per_zone {
200 struct rb_root rb_root;
201 spinlock_t lock;
202};
203
204struct mem_cgroup_tree_per_node {
205 struct mem_cgroup_tree_per_zone rb_tree_per_zone[MAX_NR_ZONES];
206};
207
208struct mem_cgroup_tree {
209 struct mem_cgroup_tree_per_node *rb_tree_per_node[MAX_NUMNODES];
210};
211
212static struct mem_cgroup_tree soft_limit_tree __read_mostly;
213
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800214struct mem_cgroup_threshold {
215 struct eventfd_ctx *eventfd;
216 u64 threshold;
217};
218
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700219/* For threshold */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800220struct mem_cgroup_threshold_ary {
Sha Zhengju748dad32012-05-29 15:06:57 -0700221 /* An array index points to threshold just below or equal to usage. */
Phil Carmody5407a562010-05-26 14:42:42 -0700222 int current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800223 /* Size of entries[] */
224 unsigned int size;
225 /* Array of thresholds */
226 struct mem_cgroup_threshold entries[0];
227};
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700228
229struct mem_cgroup_thresholds {
230 /* Primary thresholds array */
231 struct mem_cgroup_threshold_ary *primary;
232 /*
233 * Spare threshold array.
234 * This is needed to make mem_cgroup_unregister_event() "never fail".
235 * It must be able to store at least primary->size - 1 entries.
236 */
237 struct mem_cgroup_threshold_ary *spare;
238};
239
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700240/* for OOM */
241struct mem_cgroup_eventfd_list {
242 struct list_head list;
243 struct eventfd_ctx *eventfd;
244};
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800245
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700246static void mem_cgroup_threshold(struct mem_cgroup *memcg);
247static void mem_cgroup_oom_notify(struct mem_cgroup *memcg);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800248
Balbir Singhf64c3f52009-09-23 15:56:37 -0700249/*
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800250 * The memory controller data structure. The memory controller controls both
251 * page cache and RSS per cgroup. We would eventually like to provide
252 * statistics based on the statistics developed by Rik Van Riel for clock-pro,
253 * to help the administrator determine what knobs to tune.
254 *
255 * TODO: Add a water mark for the memory controller. Reclaim will begin when
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800256 * we hit the water mark. May be even add a low water mark, such that
257 * no reclaim occurs from a cgroup at it's low water mark, this is
258 * a feature that will be implemented much later in the future.
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800259 */
260struct mem_cgroup {
261 struct cgroup_subsys_state css;
262 /*
263 * the counter to account for memory usage
264 */
265 struct res_counter res;
Hugh Dickins59927fb2012-03-15 15:17:07 -0700266
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700267 /* vmpressure notifications */
268 struct vmpressure vmpressure;
269
Hugh Dickins59927fb2012-03-15 15:17:07 -0700270 union {
271 /*
272 * the counter to account for mem+swap usage.
273 */
274 struct res_counter memsw;
275
276 /*
277 * rcu_freeing is used only when freeing struct mem_cgroup,
278 * so put it into a union to avoid wasting more memory.
279 * It must be disjoint from the css field. It could be
280 * in a union with the res field, but res plays a much
281 * larger part in mem_cgroup life than memsw, and might
282 * be of interest, even at time of free, when debugging.
283 * So share rcu_head with the less interesting memsw.
284 */
285 struct rcu_head rcu_freeing;
286 /*
Glauber Costa3afe36b2012-05-29 15:07:10 -0700287 * We also need some space for a worker in deferred freeing.
288 * By the time we call it, rcu_freeing is no longer in use.
Hugh Dickins59927fb2012-03-15 15:17:07 -0700289 */
290 struct work_struct work_freeing;
291 };
292
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800293 /*
Glauber Costa510fc4e2012-12-18 14:21:47 -0800294 * the counter to account for kernel memory usage.
295 */
296 struct res_counter kmem;
297 /*
Balbir Singh18f59ea2009-01-07 18:08:07 -0800298 * Should the accounting and control be hierarchical, per subtree?
299 */
300 bool use_hierarchy;
Glauber Costa510fc4e2012-12-18 14:21:47 -0800301 unsigned long kmem_account_flags; /* See KMEM_ACCOUNTED_*, below */
Michal Hocko79dfdac2011-07-26 16:08:23 -0700302
303 bool oom_lock;
304 atomic_t under_oom;
305
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800306 atomic_t refcnt;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -0800307
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -0700308 int swappiness;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -0700309 /* OOM-Killer disable */
310 int oom_kill_disable;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -0800311
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -0700312 /* set when res.limit == memsw.limit */
313 bool memsw_is_minimum;
314
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800315 /* protect arrays of thresholds */
316 struct mutex thresholds_lock;
317
318 /* thresholds for memory usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700319 struct mem_cgroup_thresholds thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700320
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800321 /* thresholds for mem+swap usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700322 struct mem_cgroup_thresholds memsw_thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700323
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700324 /* For oom notifier event fd */
325 struct list_head oom_notify;
Johannes Weiner185efc02011-09-14 16:21:58 -0700326
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800327 /*
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800328 * Should we move charges of a task when a task is moved into this
329 * mem_cgroup ? And what type of charges should we move ?
330 */
331 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800332 /*
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700333 * set > 0 if pages under this cgroup are moving to other cgroup.
334 */
335 atomic_t moving_account;
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -0700336 /* taken only while moving_account > 0 */
337 spinlock_t move_lock;
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700338 /*
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800339 * percpu counter.
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800340 */
Kirill A. Shutemov3a7951b2012-05-29 15:06:56 -0700341 struct mem_cgroup_stat_cpu __percpu *stat;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700342 /*
343 * used when a cpu is offlined or other synchronizations
344 * See mem_cgroup_read_stat().
345 */
346 struct mem_cgroup_stat_cpu nocpu_base;
347 spinlock_t pcp_counter_lock;
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000348
Michal Hocko5f578162013-04-29 15:07:17 -0700349 atomic_t dead_count;
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700350#if defined(CONFIG_MEMCG_KMEM) && defined(CONFIG_INET)
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000351 struct tcp_memcontrol tcp_mem;
352#endif
Glauber Costa2633d7a2012-12-18 14:22:34 -0800353#if defined(CONFIG_MEMCG_KMEM)
354 /* analogous to slab_common's slab_caches list. per-memcg */
355 struct list_head memcg_slab_caches;
356 /* Not a spinlock, we can take a lot of time walking the list */
357 struct mutex slab_caches_mutex;
358 /* Index in the kmem_cache->memcg_params->memcg_caches array */
359 int kmemcg_id;
360#endif
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800361
362 int last_scanned_node;
363#if MAX_NUMNODES > 1
364 nodemask_t scan_nodes;
365 atomic_t numainfo_events;
366 atomic_t numainfo_updating;
367#endif
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700368
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800369 /*
370 * Per cgroup active and inactive list, similar to the
371 * per zone LRU lists.
372 *
373 * WARNING: This has to be the last element of the struct. Don't
374 * add new fields after this point.
375 */
376 struct mem_cgroup_lru_info info;
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800377};
378
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800379static size_t memcg_size(void)
380{
381 return sizeof(struct mem_cgroup) +
382 nr_node_ids * sizeof(struct mem_cgroup_per_node);
383}
384
Glauber Costa510fc4e2012-12-18 14:21:47 -0800385/* internal only representation about the status of kmem accounting. */
386enum {
387 KMEM_ACCOUNTED_ACTIVE = 0, /* accounted by this cgroup itself */
Glauber Costaa8964b92012-12-18 14:22:09 -0800388 KMEM_ACCOUNTED_ACTIVATED, /* static key enabled. */
Glauber Costa7de37682012-12-18 14:22:07 -0800389 KMEM_ACCOUNTED_DEAD, /* dead memcg with pending kmem charges */
Glauber Costa510fc4e2012-12-18 14:21:47 -0800390};
391
Glauber Costaa8964b92012-12-18 14:22:09 -0800392/* We account when limit is on, but only after call sites are patched */
393#define KMEM_ACCOUNTED_MASK \
394 ((1 << KMEM_ACCOUNTED_ACTIVE) | (1 << KMEM_ACCOUNTED_ACTIVATED))
Glauber Costa510fc4e2012-12-18 14:21:47 -0800395
396#ifdef CONFIG_MEMCG_KMEM
397static inline void memcg_kmem_set_active(struct mem_cgroup *memcg)
398{
399 set_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
400}
Glauber Costa7de37682012-12-18 14:22:07 -0800401
402static bool memcg_kmem_is_active(struct mem_cgroup *memcg)
403{
404 return test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
405}
406
Glauber Costaa8964b92012-12-18 14:22:09 -0800407static void memcg_kmem_set_activated(struct mem_cgroup *memcg)
408{
409 set_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
410}
411
Glauber Costa55007d82012-12-18 14:22:38 -0800412static void memcg_kmem_clear_activated(struct mem_cgroup *memcg)
413{
414 clear_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
415}
416
Glauber Costa7de37682012-12-18 14:22:07 -0800417static void memcg_kmem_mark_dead(struct mem_cgroup *memcg)
418{
419 if (test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags))
420 set_bit(KMEM_ACCOUNTED_DEAD, &memcg->kmem_account_flags);
421}
422
423static bool memcg_kmem_test_and_clear_dead(struct mem_cgroup *memcg)
424{
425 return test_and_clear_bit(KMEM_ACCOUNTED_DEAD,
426 &memcg->kmem_account_flags);
427}
Glauber Costa510fc4e2012-12-18 14:21:47 -0800428#endif
429
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800430/* Stuffs for move charges at task migration. */
431/*
Glauber Costaee5e8472013-02-22 16:34:50 -0800432 * Types of charges to be moved. "move_charge_at_immitgrate" and
433 * "immigrate_flags" are treated as a left-shifted bitmap of these types.
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800434 */
435enum move_type {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800436 MOVE_CHARGE_TYPE_ANON, /* private anonymous page and swap of it */
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700437 MOVE_CHARGE_TYPE_FILE, /* file page(including tmpfs) and swap of it */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800438 NR_MOVE_TYPE,
439};
440
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800441/* "mc" and its members are protected by cgroup_mutex */
442static struct move_charge_struct {
Daisuke Nishimurab1dd6932010-11-24 12:57:06 -0800443 spinlock_t lock; /* for from, to */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800444 struct mem_cgroup *from;
445 struct mem_cgroup *to;
Glauber Costaee5e8472013-02-22 16:34:50 -0800446 unsigned long immigrate_flags;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800447 unsigned long precharge;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -0800448 unsigned long moved_charge;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -0800449 unsigned long moved_swap;
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800450 struct task_struct *moving_task; /* a task moving charges */
451 wait_queue_head_t waitq; /* a waitq for other context */
452} mc = {
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -0700453 .lock = __SPIN_LOCK_UNLOCKED(mc.lock),
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800454 .waitq = __WAIT_QUEUE_HEAD_INITIALIZER(mc.waitq),
455};
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800456
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700457static bool move_anon(void)
458{
Glauber Costaee5e8472013-02-22 16:34:50 -0800459 return test_bit(MOVE_CHARGE_TYPE_ANON, &mc.immigrate_flags);
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700460}
461
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700462static bool move_file(void)
463{
Glauber Costaee5e8472013-02-22 16:34:50 -0800464 return test_bit(MOVE_CHARGE_TYPE_FILE, &mc.immigrate_flags);
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700465}
466
Balbir Singh4e416952009-09-23 15:56:39 -0700467/*
468 * Maximum loops in mem_cgroup_hierarchical_reclaim(), used for soft
469 * limit reclaim to prevent infinite loops, if they ever occur.
470 */
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700471#define MEM_CGROUP_MAX_RECLAIM_LOOPS 100
472#define MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS 2
Balbir Singh4e416952009-09-23 15:56:39 -0700473
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -0800474enum charge_type {
475 MEM_CGROUP_CHARGE_TYPE_CACHE = 0,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -0700476 MEM_CGROUP_CHARGE_TYPE_ANON,
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -0800477 MEM_CGROUP_CHARGE_TYPE_SWAPOUT, /* for accounting swapcache */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -0700478 MEM_CGROUP_CHARGE_TYPE_DROP, /* a page was unused swap cache */
KAMEZAWA Hiroyukic05555b2008-10-18 20:28:11 -0700479 NR_CHARGE_TYPE,
480};
481
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800482/* for encoding cft->private value on file */
Glauber Costa86ae53e2012-12-18 14:21:45 -0800483enum res_type {
484 _MEM,
485 _MEMSWAP,
486 _OOM_TYPE,
Glauber Costa510fc4e2012-12-18 14:21:47 -0800487 _KMEM,
Glauber Costa86ae53e2012-12-18 14:21:45 -0800488};
489
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700490#define MEMFILE_PRIVATE(x, val) ((x) << 16 | (val))
491#define MEMFILE_TYPE(val) ((val) >> 16 & 0xffff)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800492#define MEMFILE_ATTR(val) ((val) & 0xffff)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700493/* Used for OOM nofiier */
494#define OOM_CONTROL (0)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800495
Balbir Singh75822b42009-09-23 15:56:38 -0700496/*
497 * Reclaim flags for mem_cgroup_hierarchical_reclaim
498 */
499#define MEM_CGROUP_RECLAIM_NOSWAP_BIT 0x0
500#define MEM_CGROUP_RECLAIM_NOSWAP (1 << MEM_CGROUP_RECLAIM_NOSWAP_BIT)
501#define MEM_CGROUP_RECLAIM_SHRINK_BIT 0x1
502#define MEM_CGROUP_RECLAIM_SHRINK (1 << MEM_CGROUP_RECLAIM_SHRINK_BIT)
503
Glauber Costa09998212013-02-22 16:34:55 -0800504/*
505 * The memcg_create_mutex will be held whenever a new cgroup is created.
506 * As a consequence, any change that needs to protect against new child cgroups
507 * appearing has to hold it as well.
508 */
509static DEFINE_MUTEX(memcg_create_mutex);
510
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700511static void mem_cgroup_get(struct mem_cgroup *memcg);
512static void mem_cgroup_put(struct mem_cgroup *memcg);
Glauber Costae1aab162011-12-11 21:47:03 +0000513
Wanpeng Lib2145142012-07-31 16:46:01 -0700514static inline
515struct mem_cgroup *mem_cgroup_from_css(struct cgroup_subsys_state *s)
516{
517 return container_of(s, struct mem_cgroup, css);
518}
519
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700520/* Some nice accessors for the vmpressure. */
521struct vmpressure *memcg_to_vmpressure(struct mem_cgroup *memcg)
522{
523 if (!memcg)
524 memcg = root_mem_cgroup;
525 return &memcg->vmpressure;
526}
527
528struct cgroup_subsys_state *vmpressure_to_css(struct vmpressure *vmpr)
529{
530 return &container_of(vmpr, struct mem_cgroup, vmpressure)->css;
531}
532
533struct vmpressure *css_to_vmpressure(struct cgroup_subsys_state *css)
534{
535 return &mem_cgroup_from_css(css)->vmpressure;
536}
537
Michal Hocko7ffc0ed2012-10-08 16:33:13 -0700538static inline bool mem_cgroup_is_root(struct mem_cgroup *memcg)
539{
540 return (memcg == root_mem_cgroup);
541}
542
Glauber Costae1aab162011-12-11 21:47:03 +0000543/* Writing them here to avoid exposing memcg's inner layout */
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700544#if defined(CONFIG_INET) && defined(CONFIG_MEMCG_KMEM)
Glauber Costae1aab162011-12-11 21:47:03 +0000545
Glauber Costae1aab162011-12-11 21:47:03 +0000546void sock_update_memcg(struct sock *sk)
547{
Glauber Costa376be5f2012-01-20 04:57:14 +0000548 if (mem_cgroup_sockets_enabled) {
Glauber Costae1aab162011-12-11 21:47:03 +0000549 struct mem_cgroup *memcg;
Glauber Costa3f134612012-05-29 15:07:11 -0700550 struct cg_proto *cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000551
552 BUG_ON(!sk->sk_prot->proto_cgroup);
553
Glauber Costaf3f511e2012-01-05 20:16:39 +0000554 /* Socket cloning can throw us here with sk_cgrp already
555 * filled. It won't however, necessarily happen from
556 * process context. So the test for root memcg given
557 * the current task's memcg won't help us in this case.
558 *
559 * Respecting the original socket's memcg is a better
560 * decision in this case.
561 */
562 if (sk->sk_cgrp) {
563 BUG_ON(mem_cgroup_is_root(sk->sk_cgrp->memcg));
564 mem_cgroup_get(sk->sk_cgrp->memcg);
565 return;
566 }
567
Glauber Costae1aab162011-12-11 21:47:03 +0000568 rcu_read_lock();
569 memcg = mem_cgroup_from_task(current);
Glauber Costa3f134612012-05-29 15:07:11 -0700570 cg_proto = sk->sk_prot->proto_cgroup(memcg);
571 if (!mem_cgroup_is_root(memcg) && memcg_proto_active(cg_proto)) {
Glauber Costae1aab162011-12-11 21:47:03 +0000572 mem_cgroup_get(memcg);
Glauber Costa3f134612012-05-29 15:07:11 -0700573 sk->sk_cgrp = cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000574 }
575 rcu_read_unlock();
576 }
577}
578EXPORT_SYMBOL(sock_update_memcg);
579
580void sock_release_memcg(struct sock *sk)
581{
Glauber Costa376be5f2012-01-20 04:57:14 +0000582 if (mem_cgroup_sockets_enabled && sk->sk_cgrp) {
Glauber Costae1aab162011-12-11 21:47:03 +0000583 struct mem_cgroup *memcg;
584 WARN_ON(!sk->sk_cgrp->memcg);
585 memcg = sk->sk_cgrp->memcg;
586 mem_cgroup_put(memcg);
587 }
588}
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000589
590struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg)
591{
592 if (!memcg || mem_cgroup_is_root(memcg))
593 return NULL;
594
595 return &memcg->tcp_mem.cg_proto;
596}
597EXPORT_SYMBOL(tcp_proto_cgroup);
Glauber Costae1aab162011-12-11 21:47:03 +0000598
Glauber Costa3f134612012-05-29 15:07:11 -0700599static void disarm_sock_keys(struct mem_cgroup *memcg)
600{
601 if (!memcg_proto_activated(&memcg->tcp_mem.cg_proto))
602 return;
603 static_key_slow_dec(&memcg_socket_limit_enabled);
604}
605#else
606static void disarm_sock_keys(struct mem_cgroup *memcg)
607{
608}
609#endif
610
Glauber Costaa8964b92012-12-18 14:22:09 -0800611#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -0800612/*
613 * This will be the memcg's index in each cache's ->memcg_params->memcg_caches.
614 * There are two main reasons for not using the css_id for this:
615 * 1) this works better in sparse environments, where we have a lot of memcgs,
616 * but only a few kmem-limited. Or also, if we have, for instance, 200
617 * memcgs, and none but the 200th is kmem-limited, we'd have to have a
618 * 200 entry array for that.
619 *
620 * 2) In order not to violate the cgroup API, we would like to do all memory
621 * allocation in ->create(). At that point, we haven't yet allocated the
622 * css_id. Having a separate index prevents us from messing with the cgroup
623 * core for this
624 *
625 * The current size of the caches array is stored in
626 * memcg_limited_groups_array_size. It will double each time we have to
627 * increase it.
628 */
629static DEFINE_IDA(kmem_limited_groups);
Glauber Costa749c5412012-12-18 14:23:01 -0800630int memcg_limited_groups_array_size;
631
Glauber Costa55007d82012-12-18 14:22:38 -0800632/*
633 * MIN_SIZE is different than 1, because we would like to avoid going through
634 * the alloc/free process all the time. In a small machine, 4 kmem-limited
635 * cgroups is a reasonable guess. In the future, it could be a parameter or
636 * tunable, but that is strictly not necessary.
637 *
638 * MAX_SIZE should be as large as the number of css_ids. Ideally, we could get
639 * this constant directly from cgroup, but it is understandable that this is
640 * better kept as an internal representation in cgroup.c. In any case, the
641 * css_id space is not getting any smaller, and we don't have to necessarily
642 * increase ours as well if it increases.
643 */
644#define MEMCG_CACHES_MIN_SIZE 4
645#define MEMCG_CACHES_MAX_SIZE 65535
646
Glauber Costad7f25f82012-12-18 14:22:40 -0800647/*
648 * A lot of the calls to the cache allocation functions are expected to be
649 * inlined by the compiler. Since the calls to memcg_kmem_get_cache are
650 * conditional to this static branch, we'll have to allow modules that does
651 * kmem_cache_alloc and the such to see this symbol as well
652 */
Glauber Costaa8964b92012-12-18 14:22:09 -0800653struct static_key memcg_kmem_enabled_key;
Glauber Costad7f25f82012-12-18 14:22:40 -0800654EXPORT_SYMBOL(memcg_kmem_enabled_key);
Glauber Costaa8964b92012-12-18 14:22:09 -0800655
656static void disarm_kmem_keys(struct mem_cgroup *memcg)
657{
Glauber Costa55007d82012-12-18 14:22:38 -0800658 if (memcg_kmem_is_active(memcg)) {
Glauber Costaa8964b92012-12-18 14:22:09 -0800659 static_key_slow_dec(&memcg_kmem_enabled_key);
Glauber Costa55007d82012-12-18 14:22:38 -0800660 ida_simple_remove(&kmem_limited_groups, memcg->kmemcg_id);
661 }
Glauber Costabea207c2012-12-18 14:22:11 -0800662 /*
663 * This check can't live in kmem destruction function,
664 * since the charges will outlive the cgroup
665 */
666 WARN_ON(res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0);
Glauber Costaa8964b92012-12-18 14:22:09 -0800667}
668#else
669static void disarm_kmem_keys(struct mem_cgroup *memcg)
670{
671}
672#endif /* CONFIG_MEMCG_KMEM */
673
674static void disarm_static_keys(struct mem_cgroup *memcg)
675{
676 disarm_sock_keys(memcg);
677 disarm_kmem_keys(memcg);
678}
679
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700680static void drain_all_stock_async(struct mem_cgroup *memcg);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800681
Balbir Singhf64c3f52009-09-23 15:56:37 -0700682static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700683mem_cgroup_zoneinfo(struct mem_cgroup *memcg, int nid, int zid)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700684{
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800685 VM_BUG_ON((unsigned)nid >= nr_node_ids);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700686 return &memcg->info.nodeinfo[nid]->zoneinfo[zid];
Balbir Singhf64c3f52009-09-23 15:56:37 -0700687}
688
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700689struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *memcg)
Wu Fengguangd3242362009-12-16 12:19:59 +0100690{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700691 return &memcg->css;
Wu Fengguangd3242362009-12-16 12:19:59 +0100692}
693
Balbir Singhf64c3f52009-09-23 15:56:37 -0700694static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700695page_cgroup_zoneinfo(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700696{
Johannes Weiner97a6c372011-03-23 16:42:27 -0700697 int nid = page_to_nid(page);
698 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700699
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700700 return mem_cgroup_zoneinfo(memcg, nid, zid);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700701}
702
703static struct mem_cgroup_tree_per_zone *
704soft_limit_tree_node_zone(int nid, int zid)
705{
706 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
707}
708
709static struct mem_cgroup_tree_per_zone *
710soft_limit_tree_from_page(struct page *page)
711{
712 int nid = page_to_nid(page);
713 int zid = page_zonenum(page);
714
715 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
716}
717
718static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700719__mem_cgroup_insert_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700720 struct mem_cgroup_per_zone *mz,
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700721 struct mem_cgroup_tree_per_zone *mctz,
722 unsigned long long new_usage_in_excess)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700723{
724 struct rb_node **p = &mctz->rb_root.rb_node;
725 struct rb_node *parent = NULL;
726 struct mem_cgroup_per_zone *mz_node;
727
728 if (mz->on_tree)
729 return;
730
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700731 mz->usage_in_excess = new_usage_in_excess;
732 if (!mz->usage_in_excess)
733 return;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700734 while (*p) {
735 parent = *p;
736 mz_node = rb_entry(parent, struct mem_cgroup_per_zone,
737 tree_node);
738 if (mz->usage_in_excess < mz_node->usage_in_excess)
739 p = &(*p)->rb_left;
740 /*
741 * We can't avoid mem cgroups that are over their soft
742 * limit by the same amount
743 */
744 else if (mz->usage_in_excess >= mz_node->usage_in_excess)
745 p = &(*p)->rb_right;
746 }
747 rb_link_node(&mz->tree_node, parent, p);
748 rb_insert_color(&mz->tree_node, &mctz->rb_root);
749 mz->on_tree = true;
Balbir Singh4e416952009-09-23 15:56:39 -0700750}
751
752static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700753__mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singh4e416952009-09-23 15:56:39 -0700754 struct mem_cgroup_per_zone *mz,
755 struct mem_cgroup_tree_per_zone *mctz)
756{
757 if (!mz->on_tree)
758 return;
759 rb_erase(&mz->tree_node, &mctz->rb_root);
760 mz->on_tree = false;
761}
762
763static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700764mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700765 struct mem_cgroup_per_zone *mz,
766 struct mem_cgroup_tree_per_zone *mctz)
767{
768 spin_lock(&mctz->lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700769 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700770 spin_unlock(&mctz->lock);
771}
772
Balbir Singhf64c3f52009-09-23 15:56:37 -0700773
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700774static void mem_cgroup_update_tree(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700775{
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700776 unsigned long long excess;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700777 struct mem_cgroup_per_zone *mz;
778 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700779 int nid = page_to_nid(page);
780 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700781 mctz = soft_limit_tree_from_page(page);
782
783 /*
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700784 * Necessary to update all ancestors when hierarchy is used.
785 * because their event counter is not touched.
Balbir Singhf64c3f52009-09-23 15:56:37 -0700786 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700787 for (; memcg; memcg = parent_mem_cgroup(memcg)) {
788 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
789 excess = res_counter_soft_limit_excess(&memcg->res);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700790 /*
791 * We have to update the tree if mz is on RB-tree or
792 * mem is over its softlimit.
793 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700794 if (excess || mz->on_tree) {
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700795 spin_lock(&mctz->lock);
796 /* if on-tree, remove it */
797 if (mz->on_tree)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700798 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700799 /*
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700800 * Insert again. mz->usage_in_excess will be updated.
801 * If excess is 0, no tree ops.
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700802 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700803 __mem_cgroup_insert_exceeded(memcg, mz, mctz, excess);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700804 spin_unlock(&mctz->lock);
805 }
Balbir Singhf64c3f52009-09-23 15:56:37 -0700806 }
807}
808
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700809static void mem_cgroup_remove_from_trees(struct mem_cgroup *memcg)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700810{
811 int node, zone;
812 struct mem_cgroup_per_zone *mz;
813 struct mem_cgroup_tree_per_zone *mctz;
814
Bob Liu3ed28fa2012-01-12 17:19:04 -0800815 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -0700816 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700817 mz = mem_cgroup_zoneinfo(memcg, node, zone);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700818 mctz = soft_limit_tree_node_zone(node, zone);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700819 mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700820 }
821 }
822}
823
Balbir Singh4e416952009-09-23 15:56:39 -0700824static struct mem_cgroup_per_zone *
825__mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
826{
827 struct rb_node *rightmost = NULL;
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700828 struct mem_cgroup_per_zone *mz;
Balbir Singh4e416952009-09-23 15:56:39 -0700829
830retry:
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700831 mz = NULL;
Balbir Singh4e416952009-09-23 15:56:39 -0700832 rightmost = rb_last(&mctz->rb_root);
833 if (!rightmost)
834 goto done; /* Nothing to reclaim from */
835
836 mz = rb_entry(rightmost, struct mem_cgroup_per_zone, tree_node);
837 /*
838 * Remove the node now but someone else can add it back,
839 * we will to add it back at the end of reclaim to its correct
840 * position in the tree.
841 */
Hugh Dickinsd79154b2012-03-21 16:34:18 -0700842 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
843 if (!res_counter_soft_limit_excess(&mz->memcg->res) ||
844 !css_tryget(&mz->memcg->css))
Balbir Singh4e416952009-09-23 15:56:39 -0700845 goto retry;
846done:
847 return mz;
848}
849
850static struct mem_cgroup_per_zone *
851mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
852{
853 struct mem_cgroup_per_zone *mz;
854
855 spin_lock(&mctz->lock);
856 mz = __mem_cgroup_largest_soft_limit_node(mctz);
857 spin_unlock(&mctz->lock);
858 return mz;
859}
860
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700861/*
862 * Implementation Note: reading percpu statistics for memcg.
863 *
864 * Both of vmstat[] and percpu_counter has threshold and do periodic
865 * synchronization to implement "quick" read. There are trade-off between
866 * reading cost and precision of value. Then, we may have a chance to implement
867 * a periodic synchronizion of counter in memcg's counter.
868 *
869 * But this _read() function is used for user interface now. The user accounts
870 * memory usage by memory cgroup and he _always_ requires exact value because
871 * he accounts memory. Even if we provide quick-and-fuzzy read, we always
872 * have to visit all online cpus and make sum. So, for now, unnecessary
873 * synchronization is not implemented. (just implemented for cpu hotplug)
874 *
875 * If there are kernel internal actions which can make use of some not-exact
876 * value, and reading all cpu value can be performance bottleneck in some
877 * common workload, threashold and synchonization as vmstat[] should be
878 * implemented.
879 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700880static long mem_cgroup_read_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700881 enum mem_cgroup_stat_index idx)
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800882{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700883 long val = 0;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800884 int cpu;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800885
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700886 get_online_cpus();
887 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700888 val += per_cpu(memcg->stat->count[idx], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700889#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700890 spin_lock(&memcg->pcp_counter_lock);
891 val += memcg->nocpu_base.count[idx];
892 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700893#endif
894 put_online_cpus();
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800895 return val;
896}
897
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700898static void mem_cgroup_swap_statistics(struct mem_cgroup *memcg,
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700899 bool charge)
900{
901 int val = (charge) ? 1 : -1;
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -0700902 this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_SWAP], val);
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700903}
904
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700905static unsigned long mem_cgroup_read_events(struct mem_cgroup *memcg,
Johannes Weinere9f89742011-03-23 16:42:37 -0700906 enum mem_cgroup_events_index idx)
907{
908 unsigned long val = 0;
909 int cpu;
910
911 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700912 val += per_cpu(memcg->stat->events[idx], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -0700913#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700914 spin_lock(&memcg->pcp_counter_lock);
915 val += memcg->nocpu_base.events[idx];
916 spin_unlock(&memcg->pcp_counter_lock);
Johannes Weinere9f89742011-03-23 16:42:37 -0700917#endif
918 return val;
919}
920
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700921static void mem_cgroup_charge_statistics(struct mem_cgroup *memcg,
David Rientjesb070e652013-05-07 16:18:09 -0700922 struct page *page,
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700923 bool anon, int nr_pages)
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800924{
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800925 preempt_disable();
926
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700927 /*
928 * Here, RSS means 'mapped anon' and anon's SwapCache. Shmem/tmpfs is
929 * counted as CACHE even if it's on ANON LRU.
930 */
931 if (anon)
932 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700933 nr_pages);
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800934 else
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700935 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_CACHE],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700936 nr_pages);
Balaji Rao55e462b2008-05-01 04:35:12 -0700937
David Rientjesb070e652013-05-07 16:18:09 -0700938 if (PageTransHuge(page))
939 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
940 nr_pages);
941
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800942 /* pagein of a big page is an event. So, ignore page size */
943 if (nr_pages > 0)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700944 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGIN]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800945 else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700946 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGOUT]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800947 nr_pages = -nr_pages; /* for event */
948 }
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800949
Johannes Weiner13114712012-05-29 15:07:07 -0700950 __this_cpu_add(memcg->stat->nr_page_events, nr_pages);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800951
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800952 preempt_enable();
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800953}
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800954
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700955unsigned long
Hugh Dickins4d7dcca2012-05-29 15:07:08 -0700956mem_cgroup_get_lru_size(struct lruvec *lruvec, enum lru_list lru)
Konstantin Khlebnikov074291f2012-05-29 15:07:00 -0700957{
958 struct mem_cgroup_per_zone *mz;
959
960 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
961 return mz->lru_size[lru];
962}
963
964static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700965mem_cgroup_zone_nr_lru_pages(struct mem_cgroup *memcg, int nid, int zid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700966 unsigned int lru_mask)
Ying Han889976d2011-05-26 16:25:33 -0700967{
968 struct mem_cgroup_per_zone *mz;
Hugh Dickinsf156ab92012-03-21 16:34:19 -0700969 enum lru_list lru;
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700970 unsigned long ret = 0;
971
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700972 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700973
Hugh Dickinsf156ab92012-03-21 16:34:19 -0700974 for_each_lru(lru) {
975 if (BIT(lru) & lru_mask)
976 ret += mz->lru_size[lru];
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700977 }
978 return ret;
979}
980
981static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700982mem_cgroup_node_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700983 int nid, unsigned int lru_mask)
984{
Ying Han889976d2011-05-26 16:25:33 -0700985 u64 total = 0;
986 int zid;
987
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700988 for (zid = 0; zid < MAX_NR_ZONES; zid++)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700989 total += mem_cgroup_zone_nr_lru_pages(memcg,
990 nid, zid, lru_mask);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700991
Ying Han889976d2011-05-26 16:25:33 -0700992 return total;
993}
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700994
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700995static unsigned long mem_cgroup_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700996 unsigned int lru_mask)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800997{
Ying Han889976d2011-05-26 16:25:33 -0700998 int nid;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800999 u64 total = 0;
1000
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001001 for_each_node_state(nid, N_MEMORY)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001002 total += mem_cgroup_node_nr_lru_pages(memcg, nid, lru_mask);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08001003 return total;
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -08001004}
1005
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001006static bool mem_cgroup_event_ratelimit(struct mem_cgroup *memcg,
1007 enum mem_cgroup_events_target target)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001008{
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001009 unsigned long val, next;
1010
Johannes Weiner13114712012-05-29 15:07:07 -07001011 val = __this_cpu_read(memcg->stat->nr_page_events);
Steven Rostedt47994012011-11-02 13:38:33 -07001012 next = __this_cpu_read(memcg->stat->targets[target]);
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001013 /* from time_after() in jiffies.h */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001014 if ((long)next - (long)val < 0) {
1015 switch (target) {
1016 case MEM_CGROUP_TARGET_THRESH:
1017 next = val + THRESHOLDS_EVENTS_TARGET;
1018 break;
1019 case MEM_CGROUP_TARGET_SOFTLIMIT:
1020 next = val + SOFTLIMIT_EVENTS_TARGET;
1021 break;
1022 case MEM_CGROUP_TARGET_NUMAINFO:
1023 next = val + NUMAINFO_EVENTS_TARGET;
1024 break;
1025 default:
1026 break;
1027 }
1028 __this_cpu_write(memcg->stat->targets[target], next);
1029 return true;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001030 }
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001031 return false;
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001032}
1033
1034/*
1035 * Check events in order.
1036 *
1037 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001038static void memcg_check_events(struct mem_cgroup *memcg, struct page *page)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001039{
Steven Rostedt47994012011-11-02 13:38:33 -07001040 preempt_disable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001041 /* threshold event is triggered in finer grain than soft limit */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001042 if (unlikely(mem_cgroup_event_ratelimit(memcg,
1043 MEM_CGROUP_TARGET_THRESH))) {
Andrew Morton82b3f2a2012-02-03 15:37:14 -08001044 bool do_softlimit;
1045 bool do_numainfo __maybe_unused;
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001046
1047 do_softlimit = mem_cgroup_event_ratelimit(memcg,
1048 MEM_CGROUP_TARGET_SOFTLIMIT);
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001049#if MAX_NUMNODES > 1
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001050 do_numainfo = mem_cgroup_event_ratelimit(memcg,
1051 MEM_CGROUP_TARGET_NUMAINFO);
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001052#endif
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001053 preempt_enable();
1054
1055 mem_cgroup_threshold(memcg);
1056 if (unlikely(do_softlimit))
1057 mem_cgroup_update_tree(memcg, page);
1058#if MAX_NUMNODES > 1
1059 if (unlikely(do_numainfo))
1060 atomic_inc(&memcg->numainfo_events);
1061#endif
1062 } else
1063 preempt_enable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001064}
1065
Glauber Costad1a4c0b2011-12-11 21:47:04 +00001066struct mem_cgroup *mem_cgroup_from_cont(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001067{
Wanpeng Lib2145142012-07-31 16:46:01 -07001068 return mem_cgroup_from_css(
1069 cgroup_subsys_state(cont, mem_cgroup_subsys_id));
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001070}
1071
Balbir Singhcf475ad2008-04-29 01:00:16 -07001072struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p)
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001073{
Balbir Singh31a78f22008-09-28 23:09:31 +01001074 /*
1075 * mm_update_next_owner() may clear mm->owner to NULL
1076 * if it races with swapoff, page migration, etc.
1077 * So this can be called with p == NULL.
1078 */
1079 if (unlikely(!p))
1080 return NULL;
1081
Wanpeng Lib2145142012-07-31 16:46:01 -07001082 return mem_cgroup_from_css(task_subsys_state(p, mem_cgroup_subsys_id));
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001083}
1084
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07001085struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001086{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001087 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001088
1089 if (!mm)
1090 return NULL;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001091 /*
1092 * Because we have no locks, mm->owner's may be being moved to other
1093 * cgroup. We use css_tryget() here even if this looks
1094 * pessimistic (rather than adding locks here).
1095 */
1096 rcu_read_lock();
1097 do {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001098 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1099 if (unlikely(!memcg))
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001100 break;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001101 } while (!css_tryget(&memcg->css));
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001102 rcu_read_unlock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001103 return memcg;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001104}
1105
Michal Hocko16248d82013-04-29 15:07:19 -07001106/*
1107 * Returns a next (in a pre-order walk) alive memcg (with elevated css
1108 * ref. count) or NULL if the whole root's subtree has been visited.
1109 *
1110 * helper function to be used by mem_cgroup_iter
1111 */
1112static struct mem_cgroup *__mem_cgroup_iter_next(struct mem_cgroup *root,
1113 struct mem_cgroup *last_visited)
1114{
1115 struct cgroup *prev_cgroup, *next_cgroup;
1116
1117 /*
1118 * Root is not visited by cgroup iterators so it needs an
1119 * explicit visit.
1120 */
1121 if (!last_visited)
1122 return root;
1123
1124 prev_cgroup = (last_visited == root) ? NULL
1125 : last_visited->css.cgroup;
1126skip_node:
1127 next_cgroup = cgroup_next_descendant_pre(
1128 prev_cgroup, root->css.cgroup);
1129
1130 /*
1131 * Even if we found a group we have to make sure it is
1132 * alive. css && !memcg means that the groups should be
1133 * skipped and we should continue the tree walk.
1134 * last_visited css is safe to use because it is
1135 * protected by css_get and the tree walk is rcu safe.
1136 */
1137 if (next_cgroup) {
1138 struct mem_cgroup *mem = mem_cgroup_from_cont(
1139 next_cgroup);
1140 if (css_tryget(&mem->css))
1141 return mem;
1142 else {
1143 prev_cgroup = next_cgroup;
1144 goto skip_node;
1145 }
1146 }
1147
1148 return NULL;
1149}
1150
Johannes Weiner519ebea2013-07-03 15:04:51 -07001151static void mem_cgroup_iter_invalidate(struct mem_cgroup *root)
1152{
1153 /*
1154 * When a group in the hierarchy below root is destroyed, the
1155 * hierarchy iterator can no longer be trusted since it might
1156 * have pointed to the destroyed group. Invalidate it.
1157 */
1158 atomic_inc(&root->dead_count);
1159}
1160
1161static struct mem_cgroup *
1162mem_cgroup_iter_load(struct mem_cgroup_reclaim_iter *iter,
1163 struct mem_cgroup *root,
1164 int *sequence)
1165{
1166 struct mem_cgroup *position = NULL;
1167 /*
1168 * A cgroup destruction happens in two stages: offlining and
1169 * release. They are separated by a RCU grace period.
1170 *
1171 * If the iterator is valid, we may still race with an
1172 * offlining. The RCU lock ensures the object won't be
1173 * released, tryget will fail if we lost the race.
1174 */
1175 *sequence = atomic_read(&root->dead_count);
1176 if (iter->last_dead_count == *sequence) {
1177 smp_rmb();
1178 position = iter->last_visited;
1179 if (position && !css_tryget(&position->css))
1180 position = NULL;
1181 }
1182 return position;
1183}
1184
1185static void mem_cgroup_iter_update(struct mem_cgroup_reclaim_iter *iter,
1186 struct mem_cgroup *last_visited,
1187 struct mem_cgroup *new_position,
1188 int sequence)
1189{
1190 if (last_visited)
1191 css_put(&last_visited->css);
1192 /*
1193 * We store the sequence count from the time @last_visited was
1194 * loaded successfully instead of rereading it here so that we
1195 * don't lose destruction events in between. We could have
1196 * raced with the destruction of @new_position after all.
1197 */
1198 iter->last_visited = new_position;
1199 smp_wmb();
1200 iter->last_dead_count = sequence;
1201}
1202
Johannes Weiner56600482012-01-12 17:17:59 -08001203/**
1204 * mem_cgroup_iter - iterate over memory cgroup hierarchy
1205 * @root: hierarchy root
1206 * @prev: previously returned memcg, NULL on first invocation
1207 * @reclaim: cookie for shared reclaim walks, NULL for full walks
1208 *
1209 * Returns references to children of the hierarchy below @root, or
1210 * @root itself, or %NULL after a full round-trip.
1211 *
1212 * Caller must pass the return value in @prev on subsequent
1213 * invocations for reference counting, or use mem_cgroup_iter_break()
1214 * to cancel a hierarchy walk before the round-trip is complete.
1215 *
1216 * Reclaimers can specify a zone and a priority level in @reclaim to
1217 * divide up the memcgs in the hierarchy among all concurrent
1218 * reclaimers operating on the same zone and priority.
1219 */
1220struct mem_cgroup *mem_cgroup_iter(struct mem_cgroup *root,
1221 struct mem_cgroup *prev,
1222 struct mem_cgroup_reclaim_cookie *reclaim)
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07001223{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001224 struct mem_cgroup *memcg = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001225 struct mem_cgroup *last_visited = NULL;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001226
Johannes Weiner56600482012-01-12 17:17:59 -08001227 if (mem_cgroup_disabled())
1228 return NULL;
1229
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001230 if (!root)
1231 root = root_mem_cgroup;
1232
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001233 if (prev && !reclaim)
Michal Hocko542f85f2013-04-29 15:07:15 -07001234 last_visited = prev;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001235
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001236 if (!root->use_hierarchy && root != root_mem_cgroup) {
1237 if (prev)
Michal Hockoc40046f2013-04-29 15:07:14 -07001238 goto out_css_put;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001239 return root;
1240 }
1241
Michal Hocko542f85f2013-04-29 15:07:15 -07001242 rcu_read_lock();
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001243 while (!memcg) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001244 struct mem_cgroup_reclaim_iter *uninitialized_var(iter);
Johannes Weiner519ebea2013-07-03 15:04:51 -07001245 int uninitialized_var(seq);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001246
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001247 if (reclaim) {
1248 int nid = zone_to_nid(reclaim->zone);
1249 int zid = zone_idx(reclaim->zone);
1250 struct mem_cgroup_per_zone *mz;
1251
1252 mz = mem_cgroup_zoneinfo(root, nid, zid);
1253 iter = &mz->reclaim_iter[reclaim->priority];
Michal Hocko542f85f2013-04-29 15:07:15 -07001254 if (prev && reclaim->generation != iter->generation) {
Michal Hocko5f578162013-04-29 15:07:17 -07001255 iter->last_visited = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001256 goto out_unlock;
1257 }
Michal Hocko5f578162013-04-29 15:07:17 -07001258
Johannes Weiner519ebea2013-07-03 15:04:51 -07001259 last_visited = mem_cgroup_iter_load(iter, root, &seq);
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001260 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001261
Michal Hocko16248d82013-04-29 15:07:19 -07001262 memcg = __mem_cgroup_iter_next(root, last_visited);
Michal Hocko542f85f2013-04-29 15:07:15 -07001263
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001264 if (reclaim) {
Johannes Weiner519ebea2013-07-03 15:04:51 -07001265 mem_cgroup_iter_update(iter, last_visited, memcg, seq);
Michal Hocko542f85f2013-04-29 15:07:15 -07001266
Michal Hocko19f39402013-04-29 15:07:18 -07001267 if (!memcg)
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001268 iter->generation++;
1269 else if (!prev && memcg)
1270 reclaim->generation = iter->generation;
1271 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001272
Michal Hocko19f39402013-04-29 15:07:18 -07001273 if (prev && !memcg)
Michal Hocko542f85f2013-04-29 15:07:15 -07001274 goto out_unlock;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001275 }
Michal Hocko542f85f2013-04-29 15:07:15 -07001276out_unlock:
1277 rcu_read_unlock();
Michal Hockoc40046f2013-04-29 15:07:14 -07001278out_css_put:
1279 if (prev && prev != root)
1280 css_put(&prev->css);
1281
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001282 return memcg;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001283}
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001284
Johannes Weiner56600482012-01-12 17:17:59 -08001285/**
1286 * mem_cgroup_iter_break - abort a hierarchy walk prematurely
1287 * @root: hierarchy root
1288 * @prev: last visited hierarchy member as returned by mem_cgroup_iter()
1289 */
1290void mem_cgroup_iter_break(struct mem_cgroup *root,
1291 struct mem_cgroup *prev)
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001292{
1293 if (!root)
1294 root = root_mem_cgroup;
1295 if (prev && prev != root)
1296 css_put(&prev->css);
1297}
1298
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001299/*
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001300 * Iteration constructs for visiting all cgroups (under a tree). If
1301 * loops are exited prematurely (break), mem_cgroup_iter_break() must
1302 * be used for reference counting.
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001303 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001304#define for_each_mem_cgroup_tree(iter, root) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001305 for (iter = mem_cgroup_iter(root, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001306 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001307 iter = mem_cgroup_iter(root, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001308
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001309#define for_each_mem_cgroup(iter) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001310 for (iter = mem_cgroup_iter(NULL, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001311 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001312 iter = mem_cgroup_iter(NULL, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001313
David Rientjes68ae5642012-12-12 13:51:57 -08001314void __mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx)
Ying Han456f9982011-05-26 16:25:38 -07001315{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001316 struct mem_cgroup *memcg;
Ying Han456f9982011-05-26 16:25:38 -07001317
Ying Han456f9982011-05-26 16:25:38 -07001318 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001319 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1320 if (unlikely(!memcg))
Ying Han456f9982011-05-26 16:25:38 -07001321 goto out;
1322
1323 switch (idx) {
Ying Han456f9982011-05-26 16:25:38 -07001324 case PGFAULT:
Johannes Weiner0e574a92012-01-12 17:18:35 -08001325 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGFAULT]);
1326 break;
1327 case PGMAJFAULT:
1328 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGMAJFAULT]);
Ying Han456f9982011-05-26 16:25:38 -07001329 break;
1330 default:
1331 BUG();
1332 }
1333out:
1334 rcu_read_unlock();
1335}
David Rientjes68ae5642012-12-12 13:51:57 -08001336EXPORT_SYMBOL(__mem_cgroup_count_vm_event);
Ying Han456f9982011-05-26 16:25:38 -07001337
Johannes Weiner925b7672012-01-12 17:18:15 -08001338/**
1339 * mem_cgroup_zone_lruvec - get the lru list vector for a zone and memcg
1340 * @zone: zone of the wanted lruvec
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001341 * @memcg: memcg of the wanted lruvec
Johannes Weiner925b7672012-01-12 17:18:15 -08001342 *
1343 * Returns the lru list vector holding pages for the given @zone and
1344 * @mem. This can be the global zone lruvec, if the memory controller
1345 * is disabled.
1346 */
1347struct lruvec *mem_cgroup_zone_lruvec(struct zone *zone,
1348 struct mem_cgroup *memcg)
1349{
1350 struct mem_cgroup_per_zone *mz;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001351 struct lruvec *lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001352
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001353 if (mem_cgroup_disabled()) {
1354 lruvec = &zone->lruvec;
1355 goto out;
1356 }
Johannes Weiner925b7672012-01-12 17:18:15 -08001357
1358 mz = mem_cgroup_zoneinfo(memcg, zone_to_nid(zone), zone_idx(zone));
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001359 lruvec = &mz->lruvec;
1360out:
1361 /*
1362 * Since a node can be onlined after the mem_cgroup was created,
1363 * we have to be prepared to initialize lruvec->zone here;
1364 * and if offlined then reonlined, we need to reinitialize it.
1365 */
1366 if (unlikely(lruvec->zone != zone))
1367 lruvec->zone = zone;
1368 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001369}
1370
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001371/*
1372 * Following LRU functions are allowed to be used without PCG_LOCK.
1373 * Operations are called by routine of global LRU independently from memcg.
1374 * What we have to take care of here is validness of pc->mem_cgroup.
1375 *
1376 * Changes to pc->mem_cgroup happens when
1377 * 1. charge
1378 * 2. moving account
1379 * In typical case, "charge" is done before add-to-lru. Exception is SwapCache.
1380 * It is added to LRU before charge.
1381 * If PCG_USED bit is not set, page_cgroup is not added to this private LRU.
1382 * When moving account, the page is not on LRU. It's isolated.
1383 */
1384
Johannes Weiner925b7672012-01-12 17:18:15 -08001385/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001386 * mem_cgroup_page_lruvec - return lruvec for adding an lru page
Johannes Weiner925b7672012-01-12 17:18:15 -08001387 * @page: the page
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001388 * @zone: zone of the page
Minchan Kim3f58a822011-03-22 16:32:53 -07001389 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001390struct lruvec *mem_cgroup_page_lruvec(struct page *page, struct zone *zone)
Minchan Kim3f58a822011-03-22 16:32:53 -07001391{
1392 struct mem_cgroup_per_zone *mz;
Johannes Weiner925b7672012-01-12 17:18:15 -08001393 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001394 struct page_cgroup *pc;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001395 struct lruvec *lruvec;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08001396
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001397 if (mem_cgroup_disabled()) {
1398 lruvec = &zone->lruvec;
1399 goto out;
1400 }
Christoph Lameterb69408e2008-10-18 20:26:14 -07001401
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001402 pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08001403 memcg = pc->mem_cgroup;
Hugh Dickins75121022012-03-05 14:59:18 -08001404
1405 /*
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001406 * Surreptitiously switch any uncharged offlist page to root:
Hugh Dickins75121022012-03-05 14:59:18 -08001407 * an uncharged page off lru does nothing to secure
1408 * its former mem_cgroup from sudden removal.
1409 *
1410 * Our caller holds lru_lock, and PageCgroupUsed is updated
1411 * under page_cgroup lock: between them, they make all uses
1412 * of pc->mem_cgroup safe.
1413 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001414 if (!PageLRU(page) && !PageCgroupUsed(pc) && memcg != root_mem_cgroup)
Hugh Dickins75121022012-03-05 14:59:18 -08001415 pc->mem_cgroup = memcg = root_mem_cgroup;
1416
Johannes Weiner925b7672012-01-12 17:18:15 -08001417 mz = page_cgroup_zoneinfo(memcg, page);
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001418 lruvec = &mz->lruvec;
1419out:
1420 /*
1421 * Since a node can be onlined after the mem_cgroup was created,
1422 * we have to be prepared to initialize lruvec->zone here;
1423 * and if offlined then reonlined, we need to reinitialize it.
1424 */
1425 if (unlikely(lruvec->zone != zone))
1426 lruvec->zone = zone;
1427 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001428}
1429
1430/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001431 * mem_cgroup_update_lru_size - account for adding or removing an lru page
1432 * @lruvec: mem_cgroup per zone lru vector
1433 * @lru: index of lru list the page is sitting on
1434 * @nr_pages: positive when adding or negative when removing
Johannes Weiner925b7672012-01-12 17:18:15 -08001435 *
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001436 * This function must be called when a page is added to or removed from an
1437 * lru list.
Johannes Weiner925b7672012-01-12 17:18:15 -08001438 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001439void mem_cgroup_update_lru_size(struct lruvec *lruvec, enum lru_list lru,
1440 int nr_pages)
Johannes Weiner925b7672012-01-12 17:18:15 -08001441{
1442 struct mem_cgroup_per_zone *mz;
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001443 unsigned long *lru_size;
Johannes Weiner925b7672012-01-12 17:18:15 -08001444
1445 if (mem_cgroup_disabled())
1446 return;
1447
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001448 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
1449 lru_size = mz->lru_size + lru;
1450 *lru_size += nr_pages;
1451 VM_BUG_ON((long)(*lru_size) < 0);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001452}
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08001453
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001454/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001455 * Checks whether given mem is same or in the root_mem_cgroup's
Michal Hocko3e920412011-07-26 16:08:29 -07001456 * hierarchy subtree
1457 */
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001458bool __mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1459 struct mem_cgroup *memcg)
Michal Hocko3e920412011-07-26 16:08:29 -07001460{
Johannes Weiner91c637342012-05-29 15:06:24 -07001461 if (root_memcg == memcg)
1462 return true;
Hugh Dickins3a981f42012-06-20 12:52:58 -07001463 if (!root_memcg->use_hierarchy || !memcg)
Johannes Weiner91c637342012-05-29 15:06:24 -07001464 return false;
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001465 return css_is_ancestor(&memcg->css, &root_memcg->css);
1466}
1467
1468static bool mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1469 struct mem_cgroup *memcg)
1470{
1471 bool ret;
1472
Johannes Weiner91c637342012-05-29 15:06:24 -07001473 rcu_read_lock();
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001474 ret = __mem_cgroup_same_or_subtree(root_memcg, memcg);
Johannes Weiner91c637342012-05-29 15:06:24 -07001475 rcu_read_unlock();
1476 return ret;
Michal Hocko3e920412011-07-26 16:08:29 -07001477}
1478
David Rientjesffbdccf2013-07-03 15:01:23 -07001479bool task_in_mem_cgroup(struct task_struct *task,
1480 const struct mem_cgroup *memcg)
David Rientjes4c4a2212008-02-07 00:14:06 -08001481{
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001482 struct mem_cgroup *curr = NULL;
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001483 struct task_struct *p;
David Rientjesffbdccf2013-07-03 15:01:23 -07001484 bool ret;
David Rientjes4c4a2212008-02-07 00:14:06 -08001485
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001486 p = find_lock_task_mm(task);
David Rientjesde077d22012-01-12 17:18:52 -08001487 if (p) {
1488 curr = try_get_mem_cgroup_from_mm(p->mm);
1489 task_unlock(p);
1490 } else {
1491 /*
1492 * All threads may have already detached their mm's, but the oom
1493 * killer still needs to detect if they have already been oom
1494 * killed to prevent needlessly killing additional tasks.
1495 */
David Rientjesffbdccf2013-07-03 15:01:23 -07001496 rcu_read_lock();
David Rientjesde077d22012-01-12 17:18:52 -08001497 curr = mem_cgroup_from_task(task);
1498 if (curr)
1499 css_get(&curr->css);
David Rientjesffbdccf2013-07-03 15:01:23 -07001500 rcu_read_unlock();
David Rientjesde077d22012-01-12 17:18:52 -08001501 }
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001502 if (!curr)
David Rientjesffbdccf2013-07-03 15:01:23 -07001503 return false;
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001504 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001505 * We should check use_hierarchy of "memcg" not "curr". Because checking
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001506 * use_hierarchy of "curr" here make this function true if hierarchy is
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001507 * enabled in "curr" and "curr" is a child of "memcg" in *cgroup*
1508 * hierarchy(even if use_hierarchy is disabled in "memcg").
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001509 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001510 ret = mem_cgroup_same_or_subtree(memcg, curr);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001511 css_put(&curr->css);
David Rientjes4c4a2212008-02-07 00:14:06 -08001512 return ret;
1513}
1514
Konstantin Khlebnikovc56d5c72012-05-29 15:07:00 -07001515int mem_cgroup_inactive_anon_is_low(struct lruvec *lruvec)
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001516{
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001517 unsigned long inactive_ratio;
Johannes Weiner9b272972011-11-02 13:38:23 -07001518 unsigned long inactive;
1519 unsigned long active;
1520 unsigned long gb;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001521
Hugh Dickins4d7dcca2012-05-29 15:07:08 -07001522 inactive = mem_cgroup_get_lru_size(lruvec, LRU_INACTIVE_ANON);
1523 active = mem_cgroup_get_lru_size(lruvec, LRU_ACTIVE_ANON);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001524
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001525 gb = (inactive + active) >> (30 - PAGE_SHIFT);
1526 if (gb)
1527 inactive_ratio = int_sqrt(10 * gb);
1528 else
1529 inactive_ratio = 1;
1530
Johannes Weiner9b272972011-11-02 13:38:23 -07001531 return inactive * inactive_ratio < active;
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001532}
1533
Balbir Singh6d61ef42009-01-07 18:08:06 -08001534#define mem_cgroup_from_res_counter(counter, member) \
1535 container_of(counter, struct mem_cgroup, member)
1536
Johannes Weiner19942822011-02-01 15:52:43 -08001537/**
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001538 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
Wanpeng Lidad75572012-06-20 12:53:01 -07001539 * @memcg: the memory cgroup
Johannes Weiner19942822011-02-01 15:52:43 -08001540 *
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001541 * Returns the maximum amount of memory @mem can be charged with, in
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001542 * pages.
Johannes Weiner19942822011-02-01 15:52:43 -08001543 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001544static unsigned long mem_cgroup_margin(struct mem_cgroup *memcg)
Johannes Weiner19942822011-02-01 15:52:43 -08001545{
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001546 unsigned long long margin;
1547
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001548 margin = res_counter_margin(&memcg->res);
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001549 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001550 margin = min(margin, res_counter_margin(&memcg->memsw));
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001551 return margin >> PAGE_SHIFT;
Johannes Weiner19942822011-02-01 15:52:43 -08001552}
1553
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07001554int mem_cgroup_swappiness(struct mem_cgroup *memcg)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001555{
1556 struct cgroup *cgrp = memcg->css.cgroup;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001557
1558 /* root ? */
1559 if (cgrp->parent == NULL)
1560 return vm_swappiness;
1561
Johannes Weinerbf1ff262011-03-23 16:42:32 -07001562 return memcg->swappiness;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001563}
1564
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001565/*
1566 * memcg->moving_account is used for checking possibility that some thread is
1567 * calling move_account(). When a thread on CPU-A starts moving pages under
1568 * a memcg, other threads should check memcg->moving_account under
1569 * rcu_read_lock(), like this:
1570 *
1571 * CPU-A CPU-B
1572 * rcu_read_lock()
1573 * memcg->moving_account+1 if (memcg->mocing_account)
1574 * take heavy locks.
1575 * synchronize_rcu() update something.
1576 * rcu_read_unlock()
1577 * start move here.
1578 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001579
1580/* for quick checking without looking up memcg */
1581atomic_t memcg_moving __read_mostly;
1582
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001583static void mem_cgroup_start_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001584{
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001585 atomic_inc(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001586 atomic_inc(&memcg->moving_account);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001587 synchronize_rcu();
1588}
1589
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001590static void mem_cgroup_end_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001591{
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001592 /*
1593 * Now, mem_cgroup_clear_mc() may call this function with NULL.
1594 * We check NULL in callee rather than caller.
1595 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001596 if (memcg) {
1597 atomic_dec(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001598 atomic_dec(&memcg->moving_account);
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001599 }
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001600}
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001601
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001602/*
1603 * 2 routines for checking "mem" is under move_account() or not.
1604 *
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001605 * mem_cgroup_stolen() - checking whether a cgroup is mc.from or not. This
1606 * is used for avoiding races in accounting. If true,
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001607 * pc->mem_cgroup may be overwritten.
1608 *
1609 * mem_cgroup_under_move() - checking a cgroup is mc.from or mc.to or
1610 * under hierarchy of moving cgroups. This is for
1611 * waiting at hith-memory prressure caused by "move".
1612 */
1613
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001614static bool mem_cgroup_stolen(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001615{
1616 VM_BUG_ON(!rcu_read_lock_held());
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001617 return atomic_read(&memcg->moving_account) > 0;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001618}
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001619
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001620static bool mem_cgroup_under_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001621{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001622 struct mem_cgroup *from;
1623 struct mem_cgroup *to;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001624 bool ret = false;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001625 /*
1626 * Unlike task_move routines, we access mc.to, mc.from not under
1627 * mutual exclusion by cgroup_mutex. Here, we take spinlock instead.
1628 */
1629 spin_lock(&mc.lock);
1630 from = mc.from;
1631 to = mc.to;
1632 if (!from)
1633 goto unlock;
Michal Hocko3e920412011-07-26 16:08:29 -07001634
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001635 ret = mem_cgroup_same_or_subtree(memcg, from)
1636 || mem_cgroup_same_or_subtree(memcg, to);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001637unlock:
1638 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001639 return ret;
1640}
1641
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001642static bool mem_cgroup_wait_acct_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001643{
1644 if (mc.moving_task && current != mc.moving_task) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001645 if (mem_cgroup_under_move(memcg)) {
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001646 DEFINE_WAIT(wait);
1647 prepare_to_wait(&mc.waitq, &wait, TASK_INTERRUPTIBLE);
1648 /* moving charge context might have finished. */
1649 if (mc.moving_task)
1650 schedule();
1651 finish_wait(&mc.waitq, &wait);
1652 return true;
1653 }
1654 }
1655 return false;
1656}
1657
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001658/*
1659 * Take this lock when
1660 * - a code tries to modify page's memcg while it's USED.
1661 * - a code tries to modify page state accounting in a memcg.
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001662 * see mem_cgroup_stolen(), too.
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001663 */
1664static void move_lock_mem_cgroup(struct mem_cgroup *memcg,
1665 unsigned long *flags)
1666{
1667 spin_lock_irqsave(&memcg->move_lock, *flags);
1668}
1669
1670static void move_unlock_mem_cgroup(struct mem_cgroup *memcg,
1671 unsigned long *flags)
1672{
1673 spin_unlock_irqrestore(&memcg->move_lock, *flags);
1674}
1675
Sha Zhengju58cf1882013-02-22 16:32:05 -08001676#define K(x) ((x) << (PAGE_SHIFT-10))
Balbir Singhe2224322009-04-02 16:57:39 -07001677/**
Sha Zhengju58cf1882013-02-22 16:32:05 -08001678 * mem_cgroup_print_oom_info: Print OOM information relevant to memory controller.
Balbir Singhe2224322009-04-02 16:57:39 -07001679 * @memcg: The memory cgroup that went over limit
1680 * @p: Task that is going to be killed
1681 *
1682 * NOTE: @memcg and @p's mem_cgroup can be different when hierarchy is
1683 * enabled
1684 */
1685void mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
1686{
1687 struct cgroup *task_cgrp;
1688 struct cgroup *mem_cgrp;
1689 /*
1690 * Need a buffer in BSS, can't rely on allocations. The code relies
1691 * on the assumption that OOM is serialized for memory controller.
1692 * If this assumption is broken, revisit this code.
1693 */
1694 static char memcg_name[PATH_MAX];
1695 int ret;
Sha Zhengju58cf1882013-02-22 16:32:05 -08001696 struct mem_cgroup *iter;
1697 unsigned int i;
Balbir Singhe2224322009-04-02 16:57:39 -07001698
Sha Zhengju58cf1882013-02-22 16:32:05 -08001699 if (!p)
Balbir Singhe2224322009-04-02 16:57:39 -07001700 return;
1701
Balbir Singhe2224322009-04-02 16:57:39 -07001702 rcu_read_lock();
1703
1704 mem_cgrp = memcg->css.cgroup;
1705 task_cgrp = task_cgroup(p, mem_cgroup_subsys_id);
1706
1707 ret = cgroup_path(task_cgrp, memcg_name, PATH_MAX);
1708 if (ret < 0) {
1709 /*
1710 * Unfortunately, we are unable to convert to a useful name
1711 * But we'll still print out the usage information
1712 */
1713 rcu_read_unlock();
1714 goto done;
1715 }
1716 rcu_read_unlock();
1717
Andrew Mortond0451972013-02-22 16:32:06 -08001718 pr_info("Task in %s killed", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001719
1720 rcu_read_lock();
1721 ret = cgroup_path(mem_cgrp, memcg_name, PATH_MAX);
1722 if (ret < 0) {
1723 rcu_read_unlock();
1724 goto done;
1725 }
1726 rcu_read_unlock();
1727
1728 /*
1729 * Continues from above, so we don't need an KERN_ level
1730 */
Andrew Mortond0451972013-02-22 16:32:06 -08001731 pr_cont(" as a result of limit of %s\n", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001732done:
1733
Andrew Mortond0451972013-02-22 16:32:06 -08001734 pr_info("memory: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001735 res_counter_read_u64(&memcg->res, RES_USAGE) >> 10,
1736 res_counter_read_u64(&memcg->res, RES_LIMIT) >> 10,
1737 res_counter_read_u64(&memcg->res, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001738 pr_info("memory+swap: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001739 res_counter_read_u64(&memcg->memsw, RES_USAGE) >> 10,
1740 res_counter_read_u64(&memcg->memsw, RES_LIMIT) >> 10,
1741 res_counter_read_u64(&memcg->memsw, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001742 pr_info("kmem: usage %llukB, limit %llukB, failcnt %llu\n",
Glauber Costa510fc4e2012-12-18 14:21:47 -08001743 res_counter_read_u64(&memcg->kmem, RES_USAGE) >> 10,
1744 res_counter_read_u64(&memcg->kmem, RES_LIMIT) >> 10,
1745 res_counter_read_u64(&memcg->kmem, RES_FAILCNT));
Sha Zhengju58cf1882013-02-22 16:32:05 -08001746
1747 for_each_mem_cgroup_tree(iter, memcg) {
1748 pr_info("Memory cgroup stats");
1749
1750 rcu_read_lock();
1751 ret = cgroup_path(iter->css.cgroup, memcg_name, PATH_MAX);
1752 if (!ret)
1753 pr_cont(" for %s", memcg_name);
1754 rcu_read_unlock();
1755 pr_cont(":");
1756
1757 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
1758 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
1759 continue;
1760 pr_cont(" %s:%ldKB", mem_cgroup_stat_names[i],
1761 K(mem_cgroup_read_stat(iter, i)));
1762 }
1763
1764 for (i = 0; i < NR_LRU_LISTS; i++)
1765 pr_cont(" %s:%luKB", mem_cgroup_lru_names[i],
1766 K(mem_cgroup_nr_lru_pages(iter, BIT(i))));
1767
1768 pr_cont("\n");
1769 }
Balbir Singhe2224322009-04-02 16:57:39 -07001770}
1771
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001772/*
1773 * This function returns the number of memcg under hierarchy tree. Returns
1774 * 1(self count) if no children.
1775 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001776static int mem_cgroup_count_children(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001777{
1778 int num = 0;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001779 struct mem_cgroup *iter;
1780
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001781 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001782 num++;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001783 return num;
1784}
1785
Balbir Singh6d61ef42009-01-07 18:08:06 -08001786/*
David Rientjesa63d83f2010-08-09 17:19:46 -07001787 * Return the memory (and swap, if configured) limit for a memcg.
1788 */
David Rientjes9cbb78b2012-07-31 16:43:44 -07001789static u64 mem_cgroup_get_limit(struct mem_cgroup *memcg)
David Rientjesa63d83f2010-08-09 17:19:46 -07001790{
1791 u64 limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001792
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001793 limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001794
David Rientjesa63d83f2010-08-09 17:19:46 -07001795 /*
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001796 * Do not consider swap space if we cannot swap due to swappiness
David Rientjesa63d83f2010-08-09 17:19:46 -07001797 */
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001798 if (mem_cgroup_swappiness(memcg)) {
1799 u64 memsw;
1800
1801 limit += total_swap_pages << PAGE_SHIFT;
1802 memsw = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
1803
1804 /*
1805 * If memsw is finite and limits the amount of swap space
1806 * available to this memcg, return that limit.
1807 */
1808 limit = min(limit, memsw);
1809 }
1810
1811 return limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001812}
1813
David Rientjes19965462012-12-11 16:00:26 -08001814static void mem_cgroup_out_of_memory(struct mem_cgroup *memcg, gfp_t gfp_mask,
1815 int order)
David Rientjes9cbb78b2012-07-31 16:43:44 -07001816{
1817 struct mem_cgroup *iter;
1818 unsigned long chosen_points = 0;
1819 unsigned long totalpages;
1820 unsigned int points = 0;
1821 struct task_struct *chosen = NULL;
1822
David Rientjes876aafb2012-07-31 16:43:48 -07001823 /*
David Rientjes465adcf2013-04-29 15:08:45 -07001824 * If current has a pending SIGKILL or is exiting, then automatically
1825 * select it. The goal is to allow it to allocate so that it may
1826 * quickly exit and free its memory.
David Rientjes876aafb2012-07-31 16:43:48 -07001827 */
David Rientjes465adcf2013-04-29 15:08:45 -07001828 if (fatal_signal_pending(current) || current->flags & PF_EXITING) {
David Rientjes876aafb2012-07-31 16:43:48 -07001829 set_thread_flag(TIF_MEMDIE);
1830 return;
1831 }
1832
1833 check_panic_on_oom(CONSTRAINT_MEMCG, gfp_mask, order, NULL);
David Rientjes9cbb78b2012-07-31 16:43:44 -07001834 totalpages = mem_cgroup_get_limit(memcg) >> PAGE_SHIFT ? : 1;
1835 for_each_mem_cgroup_tree(iter, memcg) {
1836 struct cgroup *cgroup = iter->css.cgroup;
1837 struct cgroup_iter it;
1838 struct task_struct *task;
1839
1840 cgroup_iter_start(cgroup, &it);
1841 while ((task = cgroup_iter_next(cgroup, &it))) {
1842 switch (oom_scan_process_thread(task, totalpages, NULL,
1843 false)) {
1844 case OOM_SCAN_SELECT:
1845 if (chosen)
1846 put_task_struct(chosen);
1847 chosen = task;
1848 chosen_points = ULONG_MAX;
1849 get_task_struct(chosen);
1850 /* fall through */
1851 case OOM_SCAN_CONTINUE:
1852 continue;
1853 case OOM_SCAN_ABORT:
1854 cgroup_iter_end(cgroup, &it);
1855 mem_cgroup_iter_break(memcg, iter);
1856 if (chosen)
1857 put_task_struct(chosen);
1858 return;
1859 case OOM_SCAN_OK:
1860 break;
1861 };
1862 points = oom_badness(task, memcg, NULL, totalpages);
1863 if (points > chosen_points) {
1864 if (chosen)
1865 put_task_struct(chosen);
1866 chosen = task;
1867 chosen_points = points;
1868 get_task_struct(chosen);
1869 }
1870 }
1871 cgroup_iter_end(cgroup, &it);
1872 }
1873
1874 if (!chosen)
1875 return;
1876 points = chosen_points * 1000 / totalpages;
David Rientjes9cbb78b2012-07-31 16:43:44 -07001877 oom_kill_process(chosen, gfp_mask, order, points, totalpages, memcg,
1878 NULL, "Memory cgroup out of memory");
David Rientjes9cbb78b2012-07-31 16:43:44 -07001879}
1880
Johannes Weiner56600482012-01-12 17:17:59 -08001881static unsigned long mem_cgroup_reclaim(struct mem_cgroup *memcg,
1882 gfp_t gfp_mask,
1883 unsigned long flags)
1884{
1885 unsigned long total = 0;
1886 bool noswap = false;
1887 int loop;
1888
1889 if (flags & MEM_CGROUP_RECLAIM_NOSWAP)
1890 noswap = true;
1891 if (!(flags & MEM_CGROUP_RECLAIM_SHRINK) && memcg->memsw_is_minimum)
1892 noswap = true;
1893
1894 for (loop = 0; loop < MEM_CGROUP_MAX_RECLAIM_LOOPS; loop++) {
1895 if (loop)
1896 drain_all_stock_async(memcg);
1897 total += try_to_free_mem_cgroup_pages(memcg, gfp_mask, noswap);
1898 /*
1899 * Allow limit shrinkers, which are triggered directly
1900 * by userspace, to catch signals and stop reclaim
1901 * after minimal progress, regardless of the margin.
1902 */
1903 if (total && (flags & MEM_CGROUP_RECLAIM_SHRINK))
1904 break;
1905 if (mem_cgroup_margin(memcg))
1906 break;
1907 /*
1908 * If nothing was reclaimed after two attempts, there
1909 * may be no reclaimable pages in this hierarchy.
1910 */
1911 if (loop && !total)
1912 break;
1913 }
1914 return total;
1915}
1916
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001917/**
1918 * test_mem_cgroup_node_reclaimable
Wanpeng Lidad75572012-06-20 12:53:01 -07001919 * @memcg: the target memcg
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001920 * @nid: the node ID to be checked.
1921 * @noswap : specify true here if the user wants flle only information.
1922 *
1923 * This function returns whether the specified memcg contains any
1924 * reclaimable pages on a node. Returns true if there are any reclaimable
1925 * pages in the node.
1926 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001927static bool test_mem_cgroup_node_reclaimable(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001928 int nid, bool noswap)
1929{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001930 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_FILE))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001931 return true;
1932 if (noswap || !total_swap_pages)
1933 return false;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001934 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_ANON))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001935 return true;
1936 return false;
1937
1938}
Ying Han889976d2011-05-26 16:25:33 -07001939#if MAX_NUMNODES > 1
1940
1941/*
1942 * Always updating the nodemask is not very good - even if we have an empty
1943 * list or the wrong list here, we can start from some node and traverse all
1944 * nodes based on the zonelist. So update the list loosely once per 10 secs.
1945 *
1946 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001947static void mem_cgroup_may_update_nodemask(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001948{
1949 int nid;
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001950 /*
1951 * numainfo_events > 0 means there was at least NUMAINFO_EVENTS_TARGET
1952 * pagein/pageout changes since the last update.
1953 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001954 if (!atomic_read(&memcg->numainfo_events))
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001955 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001956 if (atomic_inc_return(&memcg->numainfo_updating) > 1)
Ying Han889976d2011-05-26 16:25:33 -07001957 return;
1958
Ying Han889976d2011-05-26 16:25:33 -07001959 /* make a nodemask where this memcg uses memory from */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001960 memcg->scan_nodes = node_states[N_MEMORY];
Ying Han889976d2011-05-26 16:25:33 -07001961
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001962 for_each_node_mask(nid, node_states[N_MEMORY]) {
Ying Han889976d2011-05-26 16:25:33 -07001963
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001964 if (!test_mem_cgroup_node_reclaimable(memcg, nid, false))
1965 node_clear(nid, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001966 }
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001967
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001968 atomic_set(&memcg->numainfo_events, 0);
1969 atomic_set(&memcg->numainfo_updating, 0);
Ying Han889976d2011-05-26 16:25:33 -07001970}
1971
1972/*
1973 * Selecting a node where we start reclaim from. Because what we need is just
1974 * reducing usage counter, start from anywhere is O,K. Considering
1975 * memory reclaim from current node, there are pros. and cons.
1976 *
1977 * Freeing memory from current node means freeing memory from a node which
1978 * we'll use or we've used. So, it may make LRU bad. And if several threads
1979 * hit limits, it will see a contention on a node. But freeing from remote
1980 * node means more costs for memory reclaim because of memory latency.
1981 *
1982 * Now, we use round-robin. Better algorithm is welcomed.
1983 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001984int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001985{
1986 int node;
1987
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001988 mem_cgroup_may_update_nodemask(memcg);
1989 node = memcg->last_scanned_node;
Ying Han889976d2011-05-26 16:25:33 -07001990
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001991 node = next_node(node, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001992 if (node == MAX_NUMNODES)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001993 node = first_node(memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001994 /*
1995 * We call this when we hit limit, not when pages are added to LRU.
1996 * No LRU may hold pages because all pages are UNEVICTABLE or
1997 * memcg is too small and all pages are not on LRU. In that case,
1998 * we use curret node.
1999 */
2000 if (unlikely(node == MAX_NUMNODES))
2001 node = numa_node_id();
2002
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002003 memcg->last_scanned_node = node;
Ying Han889976d2011-05-26 16:25:33 -07002004 return node;
2005}
2006
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002007/*
2008 * Check all nodes whether it contains reclaimable pages or not.
2009 * For quick scan, we make use of scan_nodes. This will allow us to skip
2010 * unused nodes. But scan_nodes is lazily updated and may not cotain
2011 * enough new information. We need to do double check.
2012 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002013static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002014{
2015 int nid;
2016
2017 /*
2018 * quick check...making use of scan_node.
2019 * We can skip unused nodes.
2020 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002021 if (!nodes_empty(memcg->scan_nodes)) {
2022 for (nid = first_node(memcg->scan_nodes);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002023 nid < MAX_NUMNODES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002024 nid = next_node(nid, memcg->scan_nodes)) {
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002025
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 }
2030 /*
2031 * Check rest of nodes.
2032 */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08002033 for_each_node_state(nid, N_MEMORY) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002034 if (node_isset(nid, memcg->scan_nodes))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002035 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002036 if (test_mem_cgroup_node_reclaimable(memcg, nid, noswap))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002037 return true;
2038 }
2039 return false;
2040}
2041
Ying Han889976d2011-05-26 16:25:33 -07002042#else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002043int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07002044{
2045 return 0;
2046}
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002047
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002048static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002049{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002050 return test_mem_cgroup_node_reclaimable(memcg, 0, noswap);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002051}
Ying Han889976d2011-05-26 16:25:33 -07002052#endif
2053
Johannes Weiner56600482012-01-12 17:17:59 -08002054static int mem_cgroup_soft_reclaim(struct mem_cgroup *root_memcg,
2055 struct zone *zone,
2056 gfp_t gfp_mask,
2057 unsigned long *total_scanned)
Balbir Singh6d61ef42009-01-07 18:08:06 -08002058{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002059 struct mem_cgroup *victim = NULL;
Johannes Weiner56600482012-01-12 17:17:59 -08002060 int total = 0;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002061 int loop = 0;
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002062 unsigned long excess;
Johannes Weiner185efc02011-09-14 16:21:58 -07002063 unsigned long nr_scanned;
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002064 struct mem_cgroup_reclaim_cookie reclaim = {
2065 .zone = zone,
2066 .priority = 0,
2067 };
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002068
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002069 excess = res_counter_soft_limit_excess(&root_memcg->res) >> PAGE_SHIFT;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002070
Balbir Singh4e416952009-09-23 15:56:39 -07002071 while (1) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002072 victim = mem_cgroup_iter(root_memcg, victim, &reclaim);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002073 if (!victim) {
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002074 loop++;
Balbir Singh4e416952009-09-23 15:56:39 -07002075 if (loop >= 2) {
2076 /*
2077 * If we have not been able to reclaim
2078 * anything, it might because there are
2079 * no reclaimable pages under this hierarchy
2080 */
Johannes Weiner56600482012-01-12 17:17:59 -08002081 if (!total)
Balbir Singh4e416952009-09-23 15:56:39 -07002082 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002083 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002084 * We want to do more targeted reclaim.
Balbir Singh4e416952009-09-23 15:56:39 -07002085 * excess >> 2 is not to excessive so as to
2086 * reclaim too much, nor too less that we keep
2087 * coming back to reclaim from this cgroup
2088 */
2089 if (total >= (excess >> 2) ||
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002090 (loop > MEM_CGROUP_MAX_RECLAIM_LOOPS))
Balbir Singh4e416952009-09-23 15:56:39 -07002091 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002092 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002093 continue;
Balbir Singh4e416952009-09-23 15:56:39 -07002094 }
Johannes Weiner56600482012-01-12 17:17:59 -08002095 if (!mem_cgroup_reclaimable(victim, false))
Balbir Singh6d61ef42009-01-07 18:08:06 -08002096 continue;
Johannes Weiner56600482012-01-12 17:17:59 -08002097 total += mem_cgroup_shrink_node_zone(victim, gfp_mask, false,
2098 zone, &nr_scanned);
2099 *total_scanned += nr_scanned;
2100 if (!res_counter_soft_limit_excess(&root_memcg->res))
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002101 break;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002102 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002103 mem_cgroup_iter_break(root_memcg, victim);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002104 return total;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002105}
2106
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002107/*
2108 * Check OOM-Killer is already running under our hierarchy.
2109 * If someone is running, return false.
Michal Hocko1af8efe2011-07-26 16:08:24 -07002110 * Has to be called with memcg_oom_lock
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002111 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002112static bool mem_cgroup_oom_lock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002113{
Michal Hocko79dfdac2011-07-26 16:08:23 -07002114 struct mem_cgroup *iter, *failed = NULL;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002115
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002116 for_each_mem_cgroup_tree(iter, memcg) {
Johannes Weiner23751be2011-08-25 15:59:16 -07002117 if (iter->oom_lock) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002118 /*
2119 * this subtree of our hierarchy is already locked
2120 * so we cannot give a lock.
2121 */
Michal Hocko79dfdac2011-07-26 16:08:23 -07002122 failed = iter;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002123 mem_cgroup_iter_break(memcg, iter);
2124 break;
Johannes Weiner23751be2011-08-25 15:59:16 -07002125 } else
2126 iter->oom_lock = true;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002127 }
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002128
Michal Hocko79dfdac2011-07-26 16:08:23 -07002129 if (!failed)
Johannes Weiner23751be2011-08-25 15:59:16 -07002130 return true;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002131
2132 /*
2133 * OK, we failed to lock the whole subtree so we have to clean up
2134 * what we set up to the failing subtree
2135 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002136 for_each_mem_cgroup_tree(iter, memcg) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002137 if (iter == failed) {
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002138 mem_cgroup_iter_break(memcg, iter);
2139 break;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002140 }
2141 iter->oom_lock = false;
2142 }
Johannes Weiner23751be2011-08-25 15:59:16 -07002143 return false;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002144}
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002145
Michal Hocko79dfdac2011-07-26 16:08:23 -07002146/*
Michal Hocko1af8efe2011-07-26 16:08:24 -07002147 * Has to be called with memcg_oom_lock
Michal Hocko79dfdac2011-07-26 16:08:23 -07002148 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002149static int mem_cgroup_oom_unlock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002150{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002151 struct mem_cgroup *iter;
2152
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002153 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002154 iter->oom_lock = false;
2155 return 0;
2156}
2157
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002158static void mem_cgroup_mark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002159{
2160 struct mem_cgroup *iter;
2161
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002162 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002163 atomic_inc(&iter->under_oom);
2164}
2165
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002166static void mem_cgroup_unmark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002167{
2168 struct mem_cgroup *iter;
2169
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002170 /*
2171 * When a new child is created while the hierarchy is under oom,
2172 * mem_cgroup_oom_lock() may not be called. We have to use
2173 * atomic_add_unless() here.
2174 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002175 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002176 atomic_add_unless(&iter->under_oom, -1, 0);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002177}
2178
Michal Hocko1af8efe2011-07-26 16:08:24 -07002179static DEFINE_SPINLOCK(memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002180static DECLARE_WAIT_QUEUE_HEAD(memcg_oom_waitq);
2181
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002182struct oom_wait_info {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002183 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002184 wait_queue_t wait;
2185};
2186
2187static int memcg_oom_wake_function(wait_queue_t *wait,
2188 unsigned mode, int sync, void *arg)
2189{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002190 struct mem_cgroup *wake_memcg = (struct mem_cgroup *)arg;
2191 struct mem_cgroup *oom_wait_memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002192 struct oom_wait_info *oom_wait_info;
2193
2194 oom_wait_info = container_of(wait, struct oom_wait_info, wait);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002195 oom_wait_memcg = oom_wait_info->memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002196
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002197 /*
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002198 * Both of oom_wait_info->memcg and wake_memcg are stable under us.
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002199 * Then we can use css_is_ancestor without taking care of RCU.
2200 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002201 if (!mem_cgroup_same_or_subtree(oom_wait_memcg, wake_memcg)
2202 && !mem_cgroup_same_or_subtree(wake_memcg, oom_wait_memcg))
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002203 return 0;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002204 return autoremove_wake_function(wait, mode, sync, arg);
2205}
2206
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002207static void memcg_wakeup_oom(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002208{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002209 /* for filtering, pass "memcg" as argument. */
2210 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg);
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002211}
2212
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002213static void memcg_oom_recover(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002214{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002215 if (memcg && atomic_read(&memcg->under_oom))
2216 memcg_wakeup_oom(memcg);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002217}
2218
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002219/*
2220 * try to call OOM killer. returns false if we should exit memory-reclaim loop.
2221 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002222static bool mem_cgroup_handle_oom(struct mem_cgroup *memcg, gfp_t mask,
2223 int order)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002224{
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002225 struct oom_wait_info owait;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002226 bool locked, need_to_kill;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002227
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002228 owait.memcg = memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002229 owait.wait.flags = 0;
2230 owait.wait.func = memcg_oom_wake_function;
2231 owait.wait.private = current;
2232 INIT_LIST_HEAD(&owait.wait.task_list);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002233 need_to_kill = true;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002234 mem_cgroup_mark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002235
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002236 /* At first, try to OOM lock hierarchy under memcg.*/
Michal Hocko1af8efe2011-07-26 16:08:24 -07002237 spin_lock(&memcg_oom_lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002238 locked = mem_cgroup_oom_lock(memcg);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002239 /*
2240 * Even if signal_pending(), we can't quit charge() loop without
2241 * accounting. So, UNINTERRUPTIBLE is appropriate. But SIGKILL
2242 * under OOM is always welcomed, use TASK_KILLABLE here.
2243 */
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002244 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002245 if (!locked || memcg->oom_kill_disable)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002246 need_to_kill = false;
2247 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002248 mem_cgroup_oom_notify(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002249 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002250
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002251 if (need_to_kill) {
2252 finish_wait(&memcg_oom_waitq, &owait.wait);
David Rientjese845e192012-03-21 16:34:10 -07002253 mem_cgroup_out_of_memory(memcg, mask, order);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002254 } else {
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002255 schedule();
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002256 finish_wait(&memcg_oom_waitq, &owait.wait);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002257 }
Michal Hocko1af8efe2011-07-26 16:08:24 -07002258 spin_lock(&memcg_oom_lock);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002259 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002260 mem_cgroup_oom_unlock(memcg);
2261 memcg_wakeup_oom(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002262 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002263
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002264 mem_cgroup_unmark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002265
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002266 if (test_thread_flag(TIF_MEMDIE) || fatal_signal_pending(current))
2267 return false;
2268 /* Give chance to dying process */
KAMEZAWA Hiroyuki715a5ee2011-11-02 13:38:18 -07002269 schedule_timeout_uninterruptible(1);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002270 return true;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002271}
2272
Balbir Singhd69b0422009-06-17 16:26:34 -07002273/*
2274 * Currently used to update mapped file statistics, but the routine can be
2275 * generalized to update other statistics as well.
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002276 *
2277 * Notes: Race condition
2278 *
2279 * We usually use page_cgroup_lock() for accessing page_cgroup member but
2280 * it tends to be costly. But considering some conditions, we doesn't need
2281 * to do so _always_.
2282 *
2283 * Considering "charge", lock_page_cgroup() is not required because all
2284 * file-stat operations happen after a page is attached to radix-tree. There
2285 * are no race with "charge".
2286 *
2287 * Considering "uncharge", we know that memcg doesn't clear pc->mem_cgroup
2288 * at "uncharge" intentionally. So, we always see valid pc->mem_cgroup even
2289 * if there are race with "uncharge". Statistics itself is properly handled
2290 * by flags.
2291 *
2292 * Considering "move", this is an only case we see a race. To make the race
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002293 * small, we check mm->moving_account and detect there are possibility of race
2294 * If there is, we take a lock.
Balbir Singhd69b0422009-06-17 16:26:34 -07002295 */
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002296
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002297void __mem_cgroup_begin_update_page_stat(struct page *page,
2298 bool *locked, unsigned long *flags)
2299{
2300 struct mem_cgroup *memcg;
2301 struct page_cgroup *pc;
2302
2303 pc = lookup_page_cgroup(page);
2304again:
2305 memcg = pc->mem_cgroup;
2306 if (unlikely(!memcg || !PageCgroupUsed(pc)))
2307 return;
2308 /*
2309 * If this memory cgroup is not under account moving, we don't
Wanpeng Lida92c472012-07-31 16:43:26 -07002310 * need to take move_lock_mem_cgroup(). Because we already hold
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002311 * rcu_read_lock(), any calls to move_account will be delayed until
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002312 * rcu_read_unlock() if mem_cgroup_stolen() == true.
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002313 */
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002314 if (!mem_cgroup_stolen(memcg))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002315 return;
2316
2317 move_lock_mem_cgroup(memcg, flags);
2318 if (memcg != pc->mem_cgroup || !PageCgroupUsed(pc)) {
2319 move_unlock_mem_cgroup(memcg, flags);
2320 goto again;
2321 }
2322 *locked = true;
2323}
2324
2325void __mem_cgroup_end_update_page_stat(struct page *page, unsigned long *flags)
2326{
2327 struct page_cgroup *pc = lookup_page_cgroup(page);
2328
2329 /*
2330 * It's guaranteed that pc->mem_cgroup never changes while
2331 * lock is held because a routine modifies pc->mem_cgroup
Wanpeng Lida92c472012-07-31 16:43:26 -07002332 * should take move_lock_mem_cgroup().
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002333 */
2334 move_unlock_mem_cgroup(pc->mem_cgroup, flags);
2335}
2336
Greg Thelen2a7106f2011-01-13 15:47:37 -08002337void mem_cgroup_update_page_stat(struct page *page,
2338 enum mem_cgroup_page_stat_item idx, int val)
Balbir Singhd69b0422009-06-17 16:26:34 -07002339{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002340 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002341 struct page_cgroup *pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyukidbd4ea72011-01-13 15:47:38 -08002342 unsigned long uninitialized_var(flags);
Balbir Singhd69b0422009-06-17 16:26:34 -07002343
Johannes Weinercfa44942012-01-12 17:18:38 -08002344 if (mem_cgroup_disabled())
Balbir Singhd69b0422009-06-17 16:26:34 -07002345 return;
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002346
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002347 memcg = pc->mem_cgroup;
2348 if (unlikely(!memcg || !PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002349 return;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002350
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002351 switch (idx) {
Greg Thelen2a7106f2011-01-13 15:47:37 -08002352 case MEMCG_NR_FILE_MAPPED:
Greg Thelen2a7106f2011-01-13 15:47:37 -08002353 idx = MEM_CGROUP_STAT_FILE_MAPPED;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002354 break;
2355 default:
2356 BUG();
KAMEZAWA Hiroyuki8725d542010-04-06 14:35:05 -07002357 }
Balbir Singhd69b0422009-06-17 16:26:34 -07002358
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002359 this_cpu_add(memcg->stat->count[idx], val);
Balbir Singhd69b0422009-06-17 16:26:34 -07002360}
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002361
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002362/*
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002363 * size of first charge trial. "32" comes from vmscan.c's magic value.
2364 * TODO: maybe necessary to use big numbers in big irons.
2365 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002366#define CHARGE_BATCH 32U
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002367struct memcg_stock_pcp {
2368 struct mem_cgroup *cached; /* this never be root cgroup */
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002369 unsigned int nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002370 struct work_struct work;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002371 unsigned long flags;
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07002372#define FLUSHING_CACHED_CHARGE 0
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002373};
2374static DEFINE_PER_CPU(struct memcg_stock_pcp, memcg_stock);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002375static DEFINE_MUTEX(percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002376
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002377/**
2378 * consume_stock: Try to consume stocked charge on this cpu.
2379 * @memcg: memcg to consume from.
2380 * @nr_pages: how many pages to charge.
2381 *
2382 * The charges will only happen if @memcg matches the current cpu's memcg
2383 * stock, and at least @nr_pages are available in that stock. Failure to
2384 * service an allocation will refill the stock.
2385 *
2386 * returns true if successful, false otherwise.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002387 */
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002388static bool consume_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002389{
2390 struct memcg_stock_pcp *stock;
2391 bool ret = true;
2392
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002393 if (nr_pages > CHARGE_BATCH)
2394 return false;
2395
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002396 stock = &get_cpu_var(memcg_stock);
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002397 if (memcg == stock->cached && stock->nr_pages >= nr_pages)
2398 stock->nr_pages -= nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002399 else /* need to call res_counter_charge */
2400 ret = false;
2401 put_cpu_var(memcg_stock);
2402 return ret;
2403}
2404
2405/*
2406 * Returns stocks cached in percpu to res_counter and reset cached information.
2407 */
2408static void drain_stock(struct memcg_stock_pcp *stock)
2409{
2410 struct mem_cgroup *old = stock->cached;
2411
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002412 if (stock->nr_pages) {
2413 unsigned long bytes = stock->nr_pages * PAGE_SIZE;
2414
2415 res_counter_uncharge(&old->res, bytes);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002416 if (do_swap_account)
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002417 res_counter_uncharge(&old->memsw, bytes);
2418 stock->nr_pages = 0;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002419 }
2420 stock->cached = NULL;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002421}
2422
2423/*
2424 * This must be called under preempt disabled or must be called by
2425 * a thread which is pinned to local cpu.
2426 */
2427static void drain_local_stock(struct work_struct *dummy)
2428{
2429 struct memcg_stock_pcp *stock = &__get_cpu_var(memcg_stock);
2430 drain_stock(stock);
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002431 clear_bit(FLUSHING_CACHED_CHARGE, &stock->flags);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002432}
2433
Michal Hockoe4777492013-02-22 16:35:40 -08002434static void __init memcg_stock_init(void)
2435{
2436 int cpu;
2437
2438 for_each_possible_cpu(cpu) {
2439 struct memcg_stock_pcp *stock =
2440 &per_cpu(memcg_stock, cpu);
2441 INIT_WORK(&stock->work, drain_local_stock);
2442 }
2443}
2444
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002445/*
2446 * Cache charges(val) which is from res_counter, to local per_cpu area.
Greg Thelen320cc512010-03-15 15:27:28 +01002447 * This will be consumed by consume_stock() function, later.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002448 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002449static void refill_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002450{
2451 struct memcg_stock_pcp *stock = &get_cpu_var(memcg_stock);
2452
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002453 if (stock->cached != memcg) { /* reset if necessary */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002454 drain_stock(stock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002455 stock->cached = memcg;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002456 }
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002457 stock->nr_pages += nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002458 put_cpu_var(memcg_stock);
2459}
2460
2461/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002462 * Drains all per-CPU charge caches for given root_memcg resp. subtree
Michal Hockod38144b2011-07-26 16:08:28 -07002463 * of the hierarchy under it. sync flag says whether we should block
2464 * until the work is done.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002465 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002466static void drain_all_stock(struct mem_cgroup *root_memcg, bool sync)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002467{
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002468 int cpu, curcpu;
Michal Hockod38144b2011-07-26 16:08:28 -07002469
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002470 /* Notify other cpus that system-wide "drain" is running */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002471 get_online_cpus();
Johannes Weiner5af12d02011-08-25 15:59:07 -07002472 curcpu = get_cpu();
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002473 for_each_online_cpu(cpu) {
2474 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002475 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002476
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002477 memcg = stock->cached;
2478 if (!memcg || !stock->nr_pages)
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002479 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002480 if (!mem_cgroup_same_or_subtree(root_memcg, memcg))
Michal Hocko3e920412011-07-26 16:08:29 -07002481 continue;
Michal Hockod1a05b62011-07-26 16:08:27 -07002482 if (!test_and_set_bit(FLUSHING_CACHED_CHARGE, &stock->flags)) {
2483 if (cpu == curcpu)
2484 drain_local_stock(&stock->work);
2485 else
2486 schedule_work_on(cpu, &stock->work);
2487 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002488 }
Johannes Weiner5af12d02011-08-25 15:59:07 -07002489 put_cpu();
Michal Hockod38144b2011-07-26 16:08:28 -07002490
2491 if (!sync)
2492 goto out;
2493
2494 for_each_online_cpu(cpu) {
2495 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002496 if (test_bit(FLUSHING_CACHED_CHARGE, &stock->flags))
Michal Hockod38144b2011-07-26 16:08:28 -07002497 flush_work(&stock->work);
2498 }
2499out:
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002500 put_online_cpus();
Michal Hockod38144b2011-07-26 16:08:28 -07002501}
2502
2503/*
2504 * Tries to drain stocked charges in other cpus. This function is asynchronous
2505 * and just put a work per cpu for draining localy on each cpu. Caller can
2506 * expects some charges will be back to res_counter later but cannot wait for
2507 * it.
2508 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002509static void drain_all_stock_async(struct mem_cgroup *root_memcg)
Michal Hockod38144b2011-07-26 16:08:28 -07002510{
Michal Hocko9f50fad2011-08-09 11:56:26 +02002511 /*
2512 * If someone calls draining, avoid adding more kworker runs.
2513 */
2514 if (!mutex_trylock(&percpu_charge_mutex))
2515 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002516 drain_all_stock(root_memcg, false);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002517 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002518}
2519
2520/* This is a synchronous drain interface. */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002521static void drain_all_stock_sync(struct mem_cgroup *root_memcg)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002522{
2523 /* called when force_empty is called */
Michal Hocko9f50fad2011-08-09 11:56:26 +02002524 mutex_lock(&percpu_charge_mutex);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002525 drain_all_stock(root_memcg, true);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002526 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002527}
2528
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002529/*
2530 * This function drains percpu counter value from DEAD cpu and
2531 * move it to local cpu. Note that this function can be preempted.
2532 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002533static void mem_cgroup_drain_pcp_counter(struct mem_cgroup *memcg, int cpu)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002534{
2535 int i;
2536
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002537 spin_lock(&memcg->pcp_counter_lock);
Johannes Weiner61046212012-05-29 15:07:05 -07002538 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002539 long x = per_cpu(memcg->stat->count[i], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002540
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002541 per_cpu(memcg->stat->count[i], cpu) = 0;
2542 memcg->nocpu_base.count[i] += x;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002543 }
Johannes Weinere9f89742011-03-23 16:42:37 -07002544 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002545 unsigned long x = per_cpu(memcg->stat->events[i], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -07002546
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002547 per_cpu(memcg->stat->events[i], cpu) = 0;
2548 memcg->nocpu_base.events[i] += x;
Johannes Weinere9f89742011-03-23 16:42:37 -07002549 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002550 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002551}
2552
2553static int __cpuinit memcg_cpu_hotplug_callback(struct notifier_block *nb,
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002554 unsigned long action,
2555 void *hcpu)
2556{
2557 int cpu = (unsigned long)hcpu;
2558 struct memcg_stock_pcp *stock;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002559 struct mem_cgroup *iter;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002560
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002561 if (action == CPU_ONLINE)
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002562 return NOTIFY_OK;
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002563
Kirill A. Shutemovd8330492012-04-12 12:49:11 -07002564 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002565 return NOTIFY_OK;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002566
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002567 for_each_mem_cgroup(iter)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002568 mem_cgroup_drain_pcp_counter(iter, cpu);
2569
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002570 stock = &per_cpu(memcg_stock, cpu);
2571 drain_stock(stock);
2572 return NOTIFY_OK;
2573}
2574
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002575
2576/* See __mem_cgroup_try_charge() for details */
2577enum {
2578 CHARGE_OK, /* success */
2579 CHARGE_RETRY, /* need to retry but retry is not bad */
2580 CHARGE_NOMEM, /* we can't do more. return -ENOMEM */
2581 CHARGE_WOULDBLOCK, /* GFP_WAIT wasn't set and no enough res. */
2582 CHARGE_OOM_DIE, /* the current is killed because of OOM */
2583};
2584
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002585static int mem_cgroup_do_charge(struct mem_cgroup *memcg, gfp_t gfp_mask,
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002586 unsigned int nr_pages, unsigned int min_pages,
2587 bool oom_check)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002588{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002589 unsigned long csize = nr_pages * PAGE_SIZE;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002590 struct mem_cgroup *mem_over_limit;
2591 struct res_counter *fail_res;
2592 unsigned long flags = 0;
2593 int ret;
2594
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002595 ret = res_counter_charge(&memcg->res, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002596
2597 if (likely(!ret)) {
2598 if (!do_swap_account)
2599 return CHARGE_OK;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002600 ret = res_counter_charge(&memcg->memsw, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002601 if (likely(!ret))
2602 return CHARGE_OK;
2603
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002604 res_counter_uncharge(&memcg->res, csize);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002605 mem_over_limit = mem_cgroup_from_res_counter(fail_res, memsw);
2606 flags |= MEM_CGROUP_RECLAIM_NOSWAP;
2607 } else
2608 mem_over_limit = mem_cgroup_from_res_counter(fail_res, res);
Johannes Weiner9221edb2011-02-01 15:52:42 -08002609 /*
Johannes Weiner9221edb2011-02-01 15:52:42 -08002610 * Never reclaim on behalf of optional batching, retry with a
2611 * single page instead.
2612 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002613 if (nr_pages > min_pages)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002614 return CHARGE_RETRY;
2615
2616 if (!(gfp_mask & __GFP_WAIT))
2617 return CHARGE_WOULDBLOCK;
2618
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002619 if (gfp_mask & __GFP_NORETRY)
2620 return CHARGE_NOMEM;
2621
Johannes Weiner56600482012-01-12 17:17:59 -08002622 ret = mem_cgroup_reclaim(mem_over_limit, gfp_mask, flags);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002623 if (mem_cgroup_margin(mem_over_limit) >= nr_pages)
Johannes Weiner19942822011-02-01 15:52:43 -08002624 return CHARGE_RETRY;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002625 /*
Johannes Weiner19942822011-02-01 15:52:43 -08002626 * Even though the limit is exceeded at this point, reclaim
2627 * may have been able to free some pages. Retry the charge
2628 * before killing the task.
2629 *
2630 * Only for regular pages, though: huge pages are rather
2631 * unlikely to succeed so close to the limit, and we fall back
2632 * to regular pages anyway in case of failure.
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002633 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002634 if (nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER) && ret)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002635 return CHARGE_RETRY;
2636
2637 /*
2638 * At task move, charge accounts can be doubly counted. So, it's
2639 * better to wait until the end of task_move if something is going on.
2640 */
2641 if (mem_cgroup_wait_acct_move(mem_over_limit))
2642 return CHARGE_RETRY;
2643
2644 /* If we don't need to call oom-killer at el, return immediately */
2645 if (!oom_check)
2646 return CHARGE_NOMEM;
2647 /* check OOM */
David Rientjese845e192012-03-21 16:34:10 -07002648 if (!mem_cgroup_handle_oom(mem_over_limit, gfp_mask, get_order(csize)))
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002649 return CHARGE_OOM_DIE;
2650
2651 return CHARGE_RETRY;
2652}
2653
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002654/*
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002655 * __mem_cgroup_try_charge() does
2656 * 1. detect memcg to be charged against from passed *mm and *ptr,
2657 * 2. update res_counter
2658 * 3. call memory reclaim if necessary.
2659 *
2660 * In some special case, if the task is fatal, fatal_signal_pending() or
2661 * has TIF_MEMDIE, this function returns -EINTR while writing root_mem_cgroup
2662 * to *ptr. There are two reasons for this. 1: fatal threads should quit as soon
2663 * as possible without any hazards. 2: all pages should have a valid
2664 * pc->mem_cgroup. If mm is NULL and the caller doesn't pass a valid memcg
2665 * pointer, that is treated as a charge to root_mem_cgroup.
2666 *
2667 * So __mem_cgroup_try_charge() will return
2668 * 0 ... on success, filling *ptr with a valid memcg pointer.
2669 * -ENOMEM ... charge failure because of resource limits.
2670 * -EINTR ... if thread is fatal. *ptr is filled with root_mem_cgroup.
2671 *
2672 * Unlike the exported interface, an "oom" parameter is added. if oom==true,
2673 * the oom-killer can be invoked.
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002674 */
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002675static int __mem_cgroup_try_charge(struct mm_struct *mm,
Andrea Arcangeliec168512011-01-13 15:46:56 -08002676 gfp_t gfp_mask,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002677 unsigned int nr_pages,
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002678 struct mem_cgroup **ptr,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002679 bool oom)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002680{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002681 unsigned int batch = max(CHARGE_BATCH, nr_pages);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002682 int nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002683 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002684 int ret;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002685
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002686 /*
2687 * Unlike gloval-vm's OOM-kill, we're not in memory shortage
2688 * in system level. So, allow to go ahead dying process in addition to
2689 * MEMDIE process.
2690 */
2691 if (unlikely(test_thread_flag(TIF_MEMDIE)
2692 || fatal_signal_pending(current)))
2693 goto bypass;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002694
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002695 /*
Hugh Dickins3be91272008-02-07 00:14:19 -08002696 * We always charge the cgroup the mm_struct belongs to.
2697 * The mm_struct's mem_cgroup changes on task migration if the
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002698 * thread group leader migrates. It's possible that mm is not
Johannes Weiner24467ca2012-07-31 16:45:40 -07002699 * set, if so charge the root memcg (happens for pagecache usage).
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002700 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002701 if (!*ptr && !mm)
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002702 *ptr = root_mem_cgroup;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002703again:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002704 if (*ptr) { /* css should be a valid one */
2705 memcg = *ptr;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002706 if (mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002707 goto done;
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002708 if (consume_stock(memcg, nr_pages))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002709 goto done;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002710 css_get(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002711 } else {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002712 struct task_struct *p;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002713
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002714 rcu_read_lock();
2715 p = rcu_dereference(mm->owner);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002716 /*
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002717 * Because we don't have task_lock(), "p" can exit.
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002718 * In that case, "memcg" can point to root or p can be NULL with
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002719 * race with swapoff. Then, we have small risk of mis-accouning.
2720 * But such kind of mis-account by race always happens because
2721 * we don't have cgroup_mutex(). It's overkill and we allo that
2722 * small race, here.
2723 * (*) swapoff at el will charge against mm-struct not against
2724 * task-struct. So, mm->owner can be NULL.
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002725 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002726 memcg = mem_cgroup_from_task(p);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002727 if (!memcg)
2728 memcg = root_mem_cgroup;
2729 if (mem_cgroup_is_root(memcg)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002730 rcu_read_unlock();
2731 goto done;
2732 }
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002733 if (consume_stock(memcg, nr_pages)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002734 /*
2735 * It seems dagerous to access memcg without css_get().
2736 * But considering how consume_stok works, it's not
2737 * necessary. If consume_stock success, some charges
2738 * from this memcg are cached on this cpu. So, we
2739 * don't need to call css_get()/css_tryget() before
2740 * calling consume_stock().
2741 */
2742 rcu_read_unlock();
2743 goto done;
2744 }
2745 /* after here, we may be blocked. we need to get refcnt */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002746 if (!css_tryget(&memcg->css)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002747 rcu_read_unlock();
2748 goto again;
2749 }
2750 rcu_read_unlock();
2751 }
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002752
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002753 do {
2754 bool oom_check;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002755
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002756 /* If killed, bypass charge */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002757 if (fatal_signal_pending(current)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002758 css_put(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002759 goto bypass;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002760 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002761
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002762 oom_check = false;
2763 if (oom && !nr_oom_retries) {
2764 oom_check = true;
2765 nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
2766 }
Balbir Singh6d61ef42009-01-07 18:08:06 -08002767
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002768 ret = mem_cgroup_do_charge(memcg, gfp_mask, batch, nr_pages,
2769 oom_check);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002770 switch (ret) {
2771 case CHARGE_OK:
2772 break;
2773 case CHARGE_RETRY: /* not in OOM situation but retry */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002774 batch = nr_pages;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002775 css_put(&memcg->css);
2776 memcg = NULL;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002777 goto again;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002778 case CHARGE_WOULDBLOCK: /* !__GFP_WAIT */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002779 css_put(&memcg->css);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002780 goto nomem;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002781 case CHARGE_NOMEM: /* OOM routine works */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002782 if (!oom) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002783 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002784 goto nomem;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002785 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002786 /* If oom, we never return -ENOMEM */
2787 nr_oom_retries--;
2788 break;
2789 case CHARGE_OOM_DIE: /* Killed by OOM Killer */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002790 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002791 goto bypass;
Balbir Singh66e17072008-02-07 00:13:56 -08002792 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002793 } while (ret != CHARGE_OK);
2794
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002795 if (batch > nr_pages)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002796 refill_stock(memcg, batch - nr_pages);
2797 css_put(&memcg->css);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002798done:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002799 *ptr = memcg;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002800 return 0;
2801nomem:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002802 *ptr = NULL;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002803 return -ENOMEM;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002804bypass:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002805 *ptr = root_mem_cgroup;
2806 return -EINTR;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002807}
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002808
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002809/*
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002810 * Somemtimes we have to undo a charge we got by try_charge().
2811 * This function is for that and do uncharge, put css's refcnt.
2812 * gotten by try_charge().
2813 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002814static void __mem_cgroup_cancel_charge(struct mem_cgroup *memcg,
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002815 unsigned int nr_pages)
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002816{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002817 if (!mem_cgroup_is_root(memcg)) {
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002818 unsigned long bytes = nr_pages * PAGE_SIZE;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002819
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002820 res_counter_uncharge(&memcg->res, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002821 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002822 res_counter_uncharge(&memcg->memsw, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002823 }
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002824}
2825
2826/*
KAMEZAWA Hiroyukid01dd172012-05-29 15:07:03 -07002827 * Cancel chrages in this cgroup....doesn't propagate to parent cgroup.
2828 * This is useful when moving usage to parent cgroup.
2829 */
2830static void __mem_cgroup_cancel_local_charge(struct mem_cgroup *memcg,
2831 unsigned int nr_pages)
2832{
2833 unsigned long bytes = nr_pages * PAGE_SIZE;
2834
2835 if (mem_cgroup_is_root(memcg))
2836 return;
2837
2838 res_counter_uncharge_until(&memcg->res, memcg->res.parent, bytes);
2839 if (do_swap_account)
2840 res_counter_uncharge_until(&memcg->memsw,
2841 memcg->memsw.parent, bytes);
2842}
2843
2844/*
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002845 * A helper function to get mem_cgroup from ID. must be called under
Tejun Heoe9316082012-11-05 09:16:58 -08002846 * rcu_read_lock(). The caller is responsible for calling css_tryget if
2847 * the mem_cgroup is used for charging. (dropping refcnt from swap can be
2848 * called against removed memcg.)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002849 */
2850static struct mem_cgroup *mem_cgroup_lookup(unsigned short id)
2851{
2852 struct cgroup_subsys_state *css;
2853
2854 /* ID 0 is unused ID */
2855 if (!id)
2856 return NULL;
2857 css = css_lookup(&mem_cgroup_subsys, id);
2858 if (!css)
2859 return NULL;
Wanpeng Lib2145142012-07-31 16:46:01 -07002860 return mem_cgroup_from_css(css);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002861}
2862
Wu Fengguange42d9d52009-12-16 12:19:59 +01002863struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page)
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002864{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002865 struct mem_cgroup *memcg = NULL;
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002866 struct page_cgroup *pc;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002867 unsigned short id;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002868 swp_entry_t ent;
2869
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002870 VM_BUG_ON(!PageLocked(page));
2871
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002872 pc = lookup_page_cgroup(page);
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002873 lock_page_cgroup(pc);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002874 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002875 memcg = pc->mem_cgroup;
2876 if (memcg && !css_tryget(&memcg->css))
2877 memcg = NULL;
Wu Fengguange42d9d52009-12-16 12:19:59 +01002878 } else if (PageSwapCache(page)) {
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002879 ent.val = page_private(page);
Bob Liu9fb4b7c2012-01-12 17:18:48 -08002880 id = lookup_swap_cgroup_id(ent);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002881 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002882 memcg = mem_cgroup_lookup(id);
2883 if (memcg && !css_tryget(&memcg->css))
2884 memcg = NULL;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002885 rcu_read_unlock();
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002886 }
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002887 unlock_page_cgroup(pc);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002888 return memcg;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002889}
2890
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002891static void __mem_cgroup_commit_charge(struct mem_cgroup *memcg,
Johannes Weiner5564e882011-03-23 16:42:29 -07002892 struct page *page,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002893 unsigned int nr_pages,
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002894 enum charge_type ctype,
2895 bool lrucare)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002896{
Johannes Weinerce587e62012-04-24 20:22:33 +02002897 struct page_cgroup *pc = lookup_page_cgroup(page);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002898 struct zone *uninitialized_var(zone);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002899 struct lruvec *lruvec;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002900 bool was_on_lru = false;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002901 bool anon;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002902
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002903 lock_page_cgroup(pc);
Johannes Weiner90deb782012-07-31 16:45:47 -07002904 VM_BUG_ON(PageCgroupUsed(pc));
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002905 /*
2906 * we don't need page_cgroup_lock about tail pages, becase they are not
2907 * accessed by any other context at this point.
2908 */
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002909
2910 /*
2911 * In some cases, SwapCache and FUSE(splice_buf->radixtree), the page
2912 * may already be on some other mem_cgroup's LRU. Take care of it.
2913 */
2914 if (lrucare) {
2915 zone = page_zone(page);
2916 spin_lock_irq(&zone->lru_lock);
2917 if (PageLRU(page)) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002918 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002919 ClearPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002920 del_page_from_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002921 was_on_lru = true;
2922 }
2923 }
2924
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002925 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyuki261fb612009-09-23 15:56:33 -07002926 /*
2927 * We access a page_cgroup asynchronously without lock_page_cgroup().
2928 * Especially when a page_cgroup is taken from a page, pc->mem_cgroup
2929 * is accessed after testing USED bit. To make pc->mem_cgroup visible
2930 * before USED bit, we need memory barrier here.
2931 * See mem_cgroup_add_lru_list(), etc.
2932 */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002933 smp_wmb();
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002934 SetPageCgroupUsed(pc);
Hugh Dickins3be91272008-02-07 00:14:19 -08002935
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002936 if (lrucare) {
2937 if (was_on_lru) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002938 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002939 VM_BUG_ON(PageLRU(page));
2940 SetPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002941 add_page_to_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002942 }
2943 spin_unlock_irq(&zone->lru_lock);
2944 }
2945
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07002946 if (ctype == MEM_CGROUP_CHARGE_TYPE_ANON)
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002947 anon = true;
2948 else
2949 anon = false;
2950
David Rientjesb070e652013-05-07 16:18:09 -07002951 mem_cgroup_charge_statistics(memcg, page, anon, nr_pages);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002952 unlock_page_cgroup(pc);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002953
KAMEZAWA Hiroyuki430e48632010-03-10 15:22:30 -08002954 /*
2955 * "charge_statistics" updated event counter. Then, check it.
2956 * Insert ancestor (and ancestor's ancestors), to softlimit RB-tree.
2957 * if they exceeds softlimit.
2958 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002959 memcg_check_events(memcg, page);
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002960}
2961
Glauber Costa7cf27982012-12-18 14:22:55 -08002962static DEFINE_MUTEX(set_limit_mutex);
2963
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002964#ifdef CONFIG_MEMCG_KMEM
2965static inline bool memcg_can_account_kmem(struct mem_cgroup *memcg)
2966{
2967 return !mem_cgroup_disabled() && !mem_cgroup_is_root(memcg) &&
2968 (memcg->kmem_account_flags & KMEM_ACCOUNTED_MASK);
2969}
2970
Glauber Costa1f458cb2012-12-18 14:22:50 -08002971/*
2972 * This is a bit cumbersome, but it is rarely used and avoids a backpointer
2973 * in the memcg_cache_params struct.
2974 */
2975static struct kmem_cache *memcg_params_to_cache(struct memcg_cache_params *p)
2976{
2977 struct kmem_cache *cachep;
2978
2979 VM_BUG_ON(p->is_root_cache);
2980 cachep = p->root_cache;
2981 return cachep->memcg_params->memcg_caches[memcg_cache_id(p->memcg)];
2982}
2983
Glauber Costa749c5412012-12-18 14:23:01 -08002984#ifdef CONFIG_SLABINFO
2985static int mem_cgroup_slabinfo_read(struct cgroup *cont, struct cftype *cft,
2986 struct seq_file *m)
2987{
2988 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
2989 struct memcg_cache_params *params;
2990
2991 if (!memcg_can_account_kmem(memcg))
2992 return -EIO;
2993
2994 print_slabinfo_header(m);
2995
2996 mutex_lock(&memcg->slab_caches_mutex);
2997 list_for_each_entry(params, &memcg->memcg_slab_caches, list)
2998 cache_show(memcg_params_to_cache(params), m);
2999 mutex_unlock(&memcg->slab_caches_mutex);
3000
3001 return 0;
3002}
3003#endif
3004
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003005static int memcg_charge_kmem(struct mem_cgroup *memcg, gfp_t gfp, u64 size)
3006{
3007 struct res_counter *fail_res;
3008 struct mem_cgroup *_memcg;
3009 int ret = 0;
3010 bool may_oom;
3011
3012 ret = res_counter_charge(&memcg->kmem, size, &fail_res);
3013 if (ret)
3014 return ret;
3015
3016 /*
3017 * Conditions under which we can wait for the oom_killer. Those are
3018 * the same conditions tested by the core page allocator
3019 */
3020 may_oom = (gfp & __GFP_FS) && !(gfp & __GFP_NORETRY);
3021
3022 _memcg = memcg;
3023 ret = __mem_cgroup_try_charge(NULL, gfp, size >> PAGE_SHIFT,
3024 &_memcg, may_oom);
3025
3026 if (ret == -EINTR) {
3027 /*
3028 * __mem_cgroup_try_charge() chosed to bypass to root due to
3029 * OOM kill or fatal signal. Since our only options are to
3030 * either fail the allocation or charge it to this cgroup, do
3031 * it as a temporary condition. But we can't fail. From a
3032 * kmem/slab perspective, the cache has already been selected,
3033 * by mem_cgroup_kmem_get_cache(), so it is too late to change
3034 * our minds.
3035 *
3036 * This condition will only trigger if the task entered
3037 * memcg_charge_kmem in a sane state, but was OOM-killed during
3038 * __mem_cgroup_try_charge() above. Tasks that were already
3039 * dying when the allocation triggers should have been already
3040 * directed to the root cgroup in memcontrol.h
3041 */
3042 res_counter_charge_nofail(&memcg->res, size, &fail_res);
3043 if (do_swap_account)
3044 res_counter_charge_nofail(&memcg->memsw, size,
3045 &fail_res);
3046 ret = 0;
3047 } else if (ret)
3048 res_counter_uncharge(&memcg->kmem, size);
3049
3050 return ret;
3051}
3052
3053static void memcg_uncharge_kmem(struct mem_cgroup *memcg, u64 size)
3054{
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003055 res_counter_uncharge(&memcg->res, size);
3056 if (do_swap_account)
3057 res_counter_uncharge(&memcg->memsw, size);
Glauber Costa7de37682012-12-18 14:22:07 -08003058
3059 /* Not down to 0 */
3060 if (res_counter_uncharge(&memcg->kmem, size))
3061 return;
3062
3063 if (memcg_kmem_test_and_clear_dead(memcg))
3064 mem_cgroup_put(memcg);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003065}
3066
Glauber Costa2633d7a2012-12-18 14:22:34 -08003067void memcg_cache_list_add(struct mem_cgroup *memcg, struct kmem_cache *cachep)
3068{
3069 if (!memcg)
3070 return;
3071
3072 mutex_lock(&memcg->slab_caches_mutex);
3073 list_add(&cachep->memcg_params->list, &memcg->memcg_slab_caches);
3074 mutex_unlock(&memcg->slab_caches_mutex);
3075}
3076
3077/*
3078 * helper for acessing a memcg's index. It will be used as an index in the
3079 * child cache array in kmem_cache, and also to derive its name. This function
3080 * will return -1 when this is not a kmem-limited memcg.
3081 */
3082int memcg_cache_id(struct mem_cgroup *memcg)
3083{
3084 return memcg ? memcg->kmemcg_id : -1;
3085}
3086
Glauber Costa55007d82012-12-18 14:22:38 -08003087/*
3088 * This ends up being protected by the set_limit mutex, during normal
3089 * operation, because that is its main call site.
3090 *
3091 * But when we create a new cache, we can call this as well if its parent
3092 * is kmem-limited. That will have to hold set_limit_mutex as well.
3093 */
3094int memcg_update_cache_sizes(struct mem_cgroup *memcg)
3095{
3096 int num, ret;
3097
3098 num = ida_simple_get(&kmem_limited_groups,
3099 0, MEMCG_CACHES_MAX_SIZE, GFP_KERNEL);
3100 if (num < 0)
3101 return num;
3102 /*
3103 * After this point, kmem_accounted (that we test atomically in
3104 * the beginning of this conditional), is no longer 0. This
3105 * guarantees only one process will set the following boolean
3106 * to true. We don't need test_and_set because we're protected
3107 * by the set_limit_mutex anyway.
3108 */
3109 memcg_kmem_set_activated(memcg);
3110
3111 ret = memcg_update_all_caches(num+1);
3112 if (ret) {
3113 ida_simple_remove(&kmem_limited_groups, num);
3114 memcg_kmem_clear_activated(memcg);
3115 return ret;
3116 }
3117
3118 memcg->kmemcg_id = num;
3119 INIT_LIST_HEAD(&memcg->memcg_slab_caches);
3120 mutex_init(&memcg->slab_caches_mutex);
3121 return 0;
3122}
3123
3124static size_t memcg_caches_array_size(int num_groups)
3125{
3126 ssize_t size;
3127 if (num_groups <= 0)
3128 return 0;
3129
3130 size = 2 * num_groups;
3131 if (size < MEMCG_CACHES_MIN_SIZE)
3132 size = MEMCG_CACHES_MIN_SIZE;
3133 else if (size > MEMCG_CACHES_MAX_SIZE)
3134 size = MEMCG_CACHES_MAX_SIZE;
3135
3136 return size;
3137}
3138
3139/*
3140 * We should update the current array size iff all caches updates succeed. This
3141 * can only be done from the slab side. The slab mutex needs to be held when
3142 * calling this.
3143 */
3144void memcg_update_array_size(int num)
3145{
3146 if (num > memcg_limited_groups_array_size)
3147 memcg_limited_groups_array_size = memcg_caches_array_size(num);
3148}
3149
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003150static void kmem_cache_destroy_work_func(struct work_struct *w);
3151
Glauber Costa55007d82012-12-18 14:22:38 -08003152int memcg_update_cache_size(struct kmem_cache *s, int num_groups)
3153{
3154 struct memcg_cache_params *cur_params = s->memcg_params;
3155
3156 VM_BUG_ON(s->memcg_params && !s->memcg_params->is_root_cache);
3157
3158 if (num_groups > memcg_limited_groups_array_size) {
3159 int i;
3160 ssize_t size = memcg_caches_array_size(num_groups);
3161
3162 size *= sizeof(void *);
3163 size += sizeof(struct memcg_cache_params);
3164
3165 s->memcg_params = kzalloc(size, GFP_KERNEL);
3166 if (!s->memcg_params) {
3167 s->memcg_params = cur_params;
3168 return -ENOMEM;
3169 }
3170
3171 s->memcg_params->is_root_cache = true;
3172
3173 /*
3174 * There is the chance it will be bigger than
3175 * memcg_limited_groups_array_size, if we failed an allocation
3176 * in a cache, in which case all caches updated before it, will
3177 * have a bigger array.
3178 *
3179 * But if that is the case, the data after
3180 * memcg_limited_groups_array_size is certainly unused
3181 */
3182 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3183 if (!cur_params->memcg_caches[i])
3184 continue;
3185 s->memcg_params->memcg_caches[i] =
3186 cur_params->memcg_caches[i];
3187 }
3188
3189 /*
3190 * Ideally, we would wait until all caches succeed, and only
3191 * then free the old one. But this is not worth the extra
3192 * pointer per-cache we'd have to have for this.
3193 *
3194 * It is not a big deal if some caches are left with a size
3195 * bigger than the others. And all updates will reset this
3196 * anyway.
3197 */
3198 kfree(cur_params);
3199 }
3200 return 0;
3201}
3202
Glauber Costa943a4512012-12-18 14:23:03 -08003203int memcg_register_cache(struct mem_cgroup *memcg, struct kmem_cache *s,
3204 struct kmem_cache *root_cache)
Glauber Costa2633d7a2012-12-18 14:22:34 -08003205{
3206 size_t size = sizeof(struct memcg_cache_params);
3207
3208 if (!memcg_kmem_enabled())
3209 return 0;
3210
Glauber Costa55007d82012-12-18 14:22:38 -08003211 if (!memcg)
3212 size += memcg_limited_groups_array_size * sizeof(void *);
3213
Glauber Costa2633d7a2012-12-18 14:22:34 -08003214 s->memcg_params = kzalloc(size, GFP_KERNEL);
3215 if (!s->memcg_params)
3216 return -ENOMEM;
3217
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003218 INIT_WORK(&s->memcg_params->destroy,
3219 kmem_cache_destroy_work_func);
Glauber Costa943a4512012-12-18 14:23:03 -08003220 if (memcg) {
Glauber Costa2633d7a2012-12-18 14:22:34 -08003221 s->memcg_params->memcg = memcg;
Glauber Costa943a4512012-12-18 14:23:03 -08003222 s->memcg_params->root_cache = root_cache;
Glauber Costa4ba902b2013-02-12 13:46:22 -08003223 } else
3224 s->memcg_params->is_root_cache = true;
3225
Glauber Costa2633d7a2012-12-18 14:22:34 -08003226 return 0;
3227}
3228
3229void memcg_release_cache(struct kmem_cache *s)
3230{
Glauber Costad7f25f82012-12-18 14:22:40 -08003231 struct kmem_cache *root;
3232 struct mem_cgroup *memcg;
3233 int id;
3234
3235 /*
3236 * This happens, for instance, when a root cache goes away before we
3237 * add any memcg.
3238 */
3239 if (!s->memcg_params)
3240 return;
3241
3242 if (s->memcg_params->is_root_cache)
3243 goto out;
3244
3245 memcg = s->memcg_params->memcg;
3246 id = memcg_cache_id(memcg);
3247
3248 root = s->memcg_params->root_cache;
3249 root->memcg_params->memcg_caches[id] = NULL;
Glauber Costad7f25f82012-12-18 14:22:40 -08003250
3251 mutex_lock(&memcg->slab_caches_mutex);
3252 list_del(&s->memcg_params->list);
3253 mutex_unlock(&memcg->slab_caches_mutex);
3254
Li Zefanfd0ccaf2013-04-29 15:08:43 -07003255 mem_cgroup_put(memcg);
Glauber Costad7f25f82012-12-18 14:22:40 -08003256out:
Glauber Costa2633d7a2012-12-18 14:22:34 -08003257 kfree(s->memcg_params);
3258}
3259
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003260/*
3261 * During the creation a new cache, we need to disable our accounting mechanism
3262 * altogether. This is true even if we are not creating, but rather just
3263 * enqueing new caches to be created.
3264 *
3265 * This is because that process will trigger allocations; some visible, like
3266 * explicit kmallocs to auxiliary data structures, name strings and internal
3267 * cache structures; some well concealed, like INIT_WORK() that can allocate
3268 * objects during debug.
3269 *
3270 * If any allocation happens during memcg_kmem_get_cache, we will recurse back
3271 * to it. This may not be a bounded recursion: since the first cache creation
3272 * failed to complete (waiting on the allocation), we'll just try to create the
3273 * cache again, failing at the same point.
3274 *
3275 * memcg_kmem_get_cache is prepared to abort after seeing a positive count of
3276 * memcg_kmem_skip_account. So we enclose anything that might allocate memory
3277 * inside the following two functions.
3278 */
3279static inline void memcg_stop_kmem_account(void)
3280{
3281 VM_BUG_ON(!current->mm);
3282 current->memcg_kmem_skip_account++;
3283}
3284
3285static inline void memcg_resume_kmem_account(void)
3286{
3287 VM_BUG_ON(!current->mm);
3288 current->memcg_kmem_skip_account--;
3289}
3290
Glauber Costa1f458cb2012-12-18 14:22:50 -08003291static void kmem_cache_destroy_work_func(struct work_struct *w)
3292{
3293 struct kmem_cache *cachep;
3294 struct memcg_cache_params *p;
3295
3296 p = container_of(w, struct memcg_cache_params, destroy);
3297
3298 cachep = memcg_params_to_cache(p);
3299
Glauber Costa22933152012-12-18 14:22:59 -08003300 /*
3301 * If we get down to 0 after shrink, we could delete right away.
3302 * However, memcg_release_pages() already puts us back in the workqueue
3303 * in that case. If we proceed deleting, we'll get a dangling
3304 * reference, and removing the object from the workqueue in that case
3305 * is unnecessary complication. We are not a fast path.
3306 *
3307 * Note that this case is fundamentally different from racing with
3308 * shrink_slab(): if memcg_cgroup_destroy_cache() is called in
3309 * kmem_cache_shrink, not only we would be reinserting a dead cache
3310 * into the queue, but doing so from inside the worker racing to
3311 * destroy it.
3312 *
3313 * So if we aren't down to zero, we'll just schedule a worker and try
3314 * again
3315 */
3316 if (atomic_read(&cachep->memcg_params->nr_pages) != 0) {
3317 kmem_cache_shrink(cachep);
3318 if (atomic_read(&cachep->memcg_params->nr_pages) == 0)
3319 return;
3320 } else
Glauber Costa1f458cb2012-12-18 14:22:50 -08003321 kmem_cache_destroy(cachep);
3322}
3323
3324void mem_cgroup_destroy_cache(struct kmem_cache *cachep)
3325{
3326 if (!cachep->memcg_params->dead)
3327 return;
3328
3329 /*
Glauber Costa22933152012-12-18 14:22:59 -08003330 * There are many ways in which we can get here.
3331 *
3332 * We can get to a memory-pressure situation while the delayed work is
3333 * still pending to run. The vmscan shrinkers can then release all
3334 * cache memory and get us to destruction. If this is the case, we'll
3335 * be executed twice, which is a bug (the second time will execute over
3336 * bogus data). In this case, cancelling the work should be fine.
3337 *
3338 * But we can also get here from the worker itself, if
3339 * kmem_cache_shrink is enough to shake all the remaining objects and
3340 * get the page count to 0. In this case, we'll deadlock if we try to
3341 * cancel the work (the worker runs with an internal lock held, which
3342 * is the same lock we would hold for cancel_work_sync().)
3343 *
3344 * Since we can't possibly know who got us here, just refrain from
3345 * running if there is already work pending
3346 */
3347 if (work_pending(&cachep->memcg_params->destroy))
3348 return;
3349 /*
Glauber Costa1f458cb2012-12-18 14:22:50 -08003350 * We have to defer the actual destroying to a workqueue, because
3351 * we might currently be in a context that cannot sleep.
3352 */
3353 schedule_work(&cachep->memcg_params->destroy);
3354}
3355
Glauber Costad7f25f82012-12-18 14:22:40 -08003356/*
3357 * This lock protects updaters, not readers. We want readers to be as fast as
3358 * they can, and they will either see NULL or a valid cache value. Our model
3359 * allow them to see NULL, in which case the root memcg will be selected.
3360 *
3361 * We need this lock because multiple allocations to the same cache from a non
3362 * will span more than one worker. Only one of them can create the cache.
3363 */
3364static DEFINE_MUTEX(memcg_cache_mutex);
Michal Hockod9c10dd2013-03-28 08:48:14 +01003365
3366/*
3367 * Called with memcg_cache_mutex held
3368 */
3369static struct kmem_cache *kmem_cache_dup(struct mem_cgroup *memcg,
3370 struct kmem_cache *s)
3371{
3372 struct kmem_cache *new;
3373 static char *tmp_name = NULL;
3374
3375 lockdep_assert_held(&memcg_cache_mutex);
3376
3377 /*
3378 * kmem_cache_create_memcg duplicates the given name and
3379 * cgroup_name for this name requires RCU context.
3380 * This static temporary buffer is used to prevent from
3381 * pointless shortliving allocation.
3382 */
3383 if (!tmp_name) {
3384 tmp_name = kmalloc(PATH_MAX, GFP_KERNEL);
3385 if (!tmp_name)
3386 return NULL;
3387 }
3388
3389 rcu_read_lock();
3390 snprintf(tmp_name, PATH_MAX, "%s(%d:%s)", s->name,
3391 memcg_cache_id(memcg), cgroup_name(memcg->css.cgroup));
3392 rcu_read_unlock();
3393
3394 new = kmem_cache_create_memcg(memcg, tmp_name, s->object_size, s->align,
3395 (s->flags & ~SLAB_PANIC), s->ctor, s);
3396
3397 if (new)
3398 new->allocflags |= __GFP_KMEMCG;
3399
3400 return new;
3401}
3402
Glauber Costad7f25f82012-12-18 14:22:40 -08003403static struct kmem_cache *memcg_create_kmem_cache(struct mem_cgroup *memcg,
3404 struct kmem_cache *cachep)
3405{
3406 struct kmem_cache *new_cachep;
3407 int idx;
3408
3409 BUG_ON(!memcg_can_account_kmem(memcg));
3410
3411 idx = memcg_cache_id(memcg);
3412
3413 mutex_lock(&memcg_cache_mutex);
3414 new_cachep = cachep->memcg_params->memcg_caches[idx];
3415 if (new_cachep)
3416 goto out;
3417
3418 new_cachep = kmem_cache_dup(memcg, cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003419 if (new_cachep == NULL) {
3420 new_cachep = cachep;
3421 goto out;
3422 }
3423
3424 mem_cgroup_get(memcg);
Glauber Costa1f458cb2012-12-18 14:22:50 -08003425 atomic_set(&new_cachep->memcg_params->nr_pages , 0);
Glauber Costad7f25f82012-12-18 14:22:40 -08003426
3427 cachep->memcg_params->memcg_caches[idx] = new_cachep;
3428 /*
3429 * the readers won't lock, make sure everybody sees the updated value,
3430 * so they won't put stuff in the queue again for no reason
3431 */
3432 wmb();
3433out:
3434 mutex_unlock(&memcg_cache_mutex);
3435 return new_cachep;
3436}
3437
Glauber Costa7cf27982012-12-18 14:22:55 -08003438void kmem_cache_destroy_memcg_children(struct kmem_cache *s)
3439{
3440 struct kmem_cache *c;
3441 int i;
3442
3443 if (!s->memcg_params)
3444 return;
3445 if (!s->memcg_params->is_root_cache)
3446 return;
3447
3448 /*
3449 * If the cache is being destroyed, we trust that there is no one else
3450 * requesting objects from it. Even if there are, the sanity checks in
3451 * kmem_cache_destroy should caught this ill-case.
3452 *
3453 * Still, we don't want anyone else freeing memcg_caches under our
3454 * noses, which can happen if a new memcg comes to life. As usual,
3455 * we'll take the set_limit_mutex to protect ourselves against this.
3456 */
3457 mutex_lock(&set_limit_mutex);
3458 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3459 c = s->memcg_params->memcg_caches[i];
3460 if (!c)
3461 continue;
3462
3463 /*
3464 * We will now manually delete the caches, so to avoid races
3465 * we need to cancel all pending destruction workers and
3466 * proceed with destruction ourselves.
3467 *
3468 * kmem_cache_destroy() will call kmem_cache_shrink internally,
3469 * and that could spawn the workers again: it is likely that
3470 * the cache still have active pages until this very moment.
3471 * This would lead us back to mem_cgroup_destroy_cache.
3472 *
3473 * But that will not execute at all if the "dead" flag is not
3474 * set, so flip it down to guarantee we are in control.
3475 */
3476 c->memcg_params->dead = false;
Glauber Costa22933152012-12-18 14:22:59 -08003477 cancel_work_sync(&c->memcg_params->destroy);
Glauber Costa7cf27982012-12-18 14:22:55 -08003478 kmem_cache_destroy(c);
3479 }
3480 mutex_unlock(&set_limit_mutex);
3481}
3482
Glauber Costad7f25f82012-12-18 14:22:40 -08003483struct create_work {
3484 struct mem_cgroup *memcg;
3485 struct kmem_cache *cachep;
3486 struct work_struct work;
3487};
3488
Glauber Costa1f458cb2012-12-18 14:22:50 -08003489static void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3490{
3491 struct kmem_cache *cachep;
3492 struct memcg_cache_params *params;
3493
3494 if (!memcg_kmem_is_active(memcg))
3495 return;
3496
3497 mutex_lock(&memcg->slab_caches_mutex);
3498 list_for_each_entry(params, &memcg->memcg_slab_caches, list) {
3499 cachep = memcg_params_to_cache(params);
3500 cachep->memcg_params->dead = true;
Glauber Costa1f458cb2012-12-18 14:22:50 -08003501 schedule_work(&cachep->memcg_params->destroy);
3502 }
3503 mutex_unlock(&memcg->slab_caches_mutex);
3504}
3505
Glauber Costad7f25f82012-12-18 14:22:40 -08003506static void memcg_create_cache_work_func(struct work_struct *w)
3507{
3508 struct create_work *cw;
3509
3510 cw = container_of(w, struct create_work, work);
3511 memcg_create_kmem_cache(cw->memcg, cw->cachep);
3512 /* Drop the reference gotten when we enqueued. */
3513 css_put(&cw->memcg->css);
3514 kfree(cw);
3515}
3516
3517/*
3518 * Enqueue the creation of a per-memcg kmem_cache.
Glauber Costad7f25f82012-12-18 14:22:40 -08003519 */
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003520static void __memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3521 struct kmem_cache *cachep)
Glauber Costad7f25f82012-12-18 14:22:40 -08003522{
3523 struct create_work *cw;
3524
3525 cw = kmalloc(sizeof(struct create_work), GFP_NOWAIT);
Li Zefanca0dde92013-04-29 15:08:57 -07003526 if (cw == NULL) {
3527 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003528 return;
3529 }
3530
3531 cw->memcg = memcg;
3532 cw->cachep = cachep;
3533
3534 INIT_WORK(&cw->work, memcg_create_cache_work_func);
3535 schedule_work(&cw->work);
3536}
3537
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003538static void memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3539 struct kmem_cache *cachep)
3540{
3541 /*
3542 * We need to stop accounting when we kmalloc, because if the
3543 * corresponding kmalloc cache is not yet created, the first allocation
3544 * in __memcg_create_cache_enqueue will recurse.
3545 *
3546 * However, it is better to enclose the whole function. Depending on
3547 * the debugging options enabled, INIT_WORK(), for instance, can
3548 * trigger an allocation. This too, will make us recurse. Because at
3549 * this point we can't allow ourselves back into memcg_kmem_get_cache,
3550 * the safest choice is to do it like this, wrapping the whole function.
3551 */
3552 memcg_stop_kmem_account();
3553 __memcg_create_cache_enqueue(memcg, cachep);
3554 memcg_resume_kmem_account();
3555}
Glauber Costad7f25f82012-12-18 14:22:40 -08003556/*
3557 * Return the kmem_cache we're supposed to use for a slab allocation.
3558 * We try to use the current memcg's version of the cache.
3559 *
3560 * If the cache does not exist yet, if we are the first user of it,
3561 * we either create it immediately, if possible, or create it asynchronously
3562 * in a workqueue.
3563 * In the latter case, we will let the current allocation go through with
3564 * the original cache.
3565 *
3566 * Can't be called in interrupt context or from kernel threads.
3567 * This function needs to be called with rcu_read_lock() held.
3568 */
3569struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep,
3570 gfp_t gfp)
3571{
3572 struct mem_cgroup *memcg;
3573 int idx;
3574
3575 VM_BUG_ON(!cachep->memcg_params);
3576 VM_BUG_ON(!cachep->memcg_params->is_root_cache);
3577
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003578 if (!current->mm || current->memcg_kmem_skip_account)
3579 return cachep;
3580
Glauber Costad7f25f82012-12-18 14:22:40 -08003581 rcu_read_lock();
3582 memcg = mem_cgroup_from_task(rcu_dereference(current->mm->owner));
Glauber Costad7f25f82012-12-18 14:22:40 -08003583
3584 if (!memcg_can_account_kmem(memcg))
Li Zefanca0dde92013-04-29 15:08:57 -07003585 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003586
3587 idx = memcg_cache_id(memcg);
3588
3589 /*
3590 * barrier to mare sure we're always seeing the up to date value. The
3591 * code updating memcg_caches will issue a write barrier to match this.
3592 */
3593 read_barrier_depends();
Li Zefanca0dde92013-04-29 15:08:57 -07003594 if (likely(cachep->memcg_params->memcg_caches[idx])) {
3595 cachep = cachep->memcg_params->memcg_caches[idx];
3596 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003597 }
3598
Li Zefanca0dde92013-04-29 15:08:57 -07003599 /* The corresponding put will be done in the workqueue. */
3600 if (!css_tryget(&memcg->css))
3601 goto out;
3602 rcu_read_unlock();
3603
3604 /*
3605 * If we are in a safe context (can wait, and not in interrupt
3606 * context), we could be be predictable and return right away.
3607 * This would guarantee that the allocation being performed
3608 * already belongs in the new cache.
3609 *
3610 * However, there are some clashes that can arrive from locking.
3611 * For instance, because we acquire the slab_mutex while doing
3612 * kmem_cache_dup, this means no further allocation could happen
3613 * with the slab_mutex held.
3614 *
3615 * Also, because cache creation issue get_online_cpus(), this
3616 * creates a lock chain: memcg_slab_mutex -> cpu_hotplug_mutex,
3617 * that ends up reversed during cpu hotplug. (cpuset allocates
3618 * a bunch of GFP_KERNEL memory during cpuup). Due to all that,
3619 * better to defer everything.
3620 */
3621 memcg_create_cache_enqueue(memcg, cachep);
3622 return cachep;
3623out:
3624 rcu_read_unlock();
3625 return cachep;
Glauber Costad7f25f82012-12-18 14:22:40 -08003626}
3627EXPORT_SYMBOL(__memcg_kmem_get_cache);
3628
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003629/*
3630 * We need to verify if the allocation against current->mm->owner's memcg is
3631 * possible for the given order. But the page is not allocated yet, so we'll
3632 * need a further commit step to do the final arrangements.
3633 *
3634 * It is possible for the task to switch cgroups in this mean time, so at
3635 * commit time, we can't rely on task conversion any longer. We'll then use
3636 * the handle argument to return to the caller which cgroup we should commit
3637 * against. We could also return the memcg directly and avoid the pointer
3638 * passing, but a boolean return value gives better semantics considering
3639 * the compiled-out case as well.
3640 *
3641 * Returning true means the allocation is possible.
3642 */
3643bool
3644__memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **_memcg, int order)
3645{
3646 struct mem_cgroup *memcg;
3647 int ret;
3648
3649 *_memcg = NULL;
3650 memcg = try_get_mem_cgroup_from_mm(current->mm);
3651
3652 /*
3653 * very rare case described in mem_cgroup_from_task. Unfortunately there
3654 * isn't much we can do without complicating this too much, and it would
3655 * be gfp-dependent anyway. Just let it go
3656 */
3657 if (unlikely(!memcg))
3658 return true;
3659
3660 if (!memcg_can_account_kmem(memcg)) {
3661 css_put(&memcg->css);
3662 return true;
3663 }
3664
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003665 ret = memcg_charge_kmem(memcg, gfp, PAGE_SIZE << order);
3666 if (!ret)
3667 *_memcg = memcg;
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003668
3669 css_put(&memcg->css);
3670 return (ret == 0);
3671}
3672
3673void __memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg,
3674 int order)
3675{
3676 struct page_cgroup *pc;
3677
3678 VM_BUG_ON(mem_cgroup_is_root(memcg));
3679
3680 /* The page allocation failed. Revert */
3681 if (!page) {
3682 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003683 return;
3684 }
3685
3686 pc = lookup_page_cgroup(page);
3687 lock_page_cgroup(pc);
3688 pc->mem_cgroup = memcg;
3689 SetPageCgroupUsed(pc);
3690 unlock_page_cgroup(pc);
3691}
3692
3693void __memcg_kmem_uncharge_pages(struct page *page, int order)
3694{
3695 struct mem_cgroup *memcg = NULL;
3696 struct page_cgroup *pc;
3697
3698
3699 pc = lookup_page_cgroup(page);
3700 /*
3701 * Fast unlocked return. Theoretically might have changed, have to
3702 * check again after locking.
3703 */
3704 if (!PageCgroupUsed(pc))
3705 return;
3706
3707 lock_page_cgroup(pc);
3708 if (PageCgroupUsed(pc)) {
3709 memcg = pc->mem_cgroup;
3710 ClearPageCgroupUsed(pc);
3711 }
3712 unlock_page_cgroup(pc);
3713
3714 /*
3715 * We trust that only if there is a memcg associated with the page, it
3716 * is a valid allocation
3717 */
3718 if (!memcg)
3719 return;
3720
3721 VM_BUG_ON(mem_cgroup_is_root(memcg));
3722 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003723}
Glauber Costa1f458cb2012-12-18 14:22:50 -08003724#else
3725static inline void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3726{
3727}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003728#endif /* CONFIG_MEMCG_KMEM */
3729
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003730#ifdef CONFIG_TRANSPARENT_HUGEPAGE
3731
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07003732#define PCGF_NOCOPY_AT_SPLIT (1 << PCG_LOCK | 1 << PCG_MIGRATION)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003733/*
3734 * Because tail pages are not marked as "used", set it. We're under
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003735 * zone->lru_lock, 'splitting on pmd' and compound_lock.
3736 * charge/uncharge will be never happen and move_account() is done under
3737 * compound_lock(), so we don't have to take care of races.
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003738 */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003739void mem_cgroup_split_huge_fixup(struct page *head)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003740{
3741 struct page_cgroup *head_pc = lookup_page_cgroup(head);
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003742 struct page_cgroup *pc;
David Rientjesb070e652013-05-07 16:18:09 -07003743 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003744 int i;
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003745
KAMEZAWA Hiroyuki3d37c4a2011-01-25 15:07:28 -08003746 if (mem_cgroup_disabled())
3747 return;
David Rientjesb070e652013-05-07 16:18:09 -07003748
3749 memcg = head_pc->mem_cgroup;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003750 for (i = 1; i < HPAGE_PMD_NR; i++) {
3751 pc = head_pc + i;
David Rientjesb070e652013-05-07 16:18:09 -07003752 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003753 smp_wmb();/* see __commit_charge() */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003754 pc->flags = head_pc->flags & ~PCGF_NOCOPY_AT_SPLIT;
3755 }
David Rientjesb070e652013-05-07 16:18:09 -07003756 __this_cpu_sub(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
3757 HPAGE_PMD_NR);
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003758}
Hugh Dickins12d27102012-01-12 17:19:52 -08003759#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003760
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003761/**
Johannes Weinerde3638d2011-03-23 16:42:28 -07003762 * mem_cgroup_move_account - move account of the page
Johannes Weiner5564e882011-03-23 16:42:29 -07003763 * @page: the page
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003764 * @nr_pages: number of regular pages (>1 for huge pages)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003765 * @pc: page_cgroup of the page.
3766 * @from: mem_cgroup which the page is moved from.
3767 * @to: mem_cgroup which the page is moved to. @from != @to.
3768 *
3769 * The caller must confirm following.
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003770 * - page is not on LRU (isolate_page() is useful.)
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003771 * - compound_lock is held when nr_pages > 1
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003772 *
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003773 * This function doesn't do "charge" to new cgroup and doesn't do "uncharge"
3774 * from old cgroup.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003775 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003776static int mem_cgroup_move_account(struct page *page,
3777 unsigned int nr_pages,
3778 struct page_cgroup *pc,
3779 struct mem_cgroup *from,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003780 struct mem_cgroup *to)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003781{
Johannes Weinerde3638d2011-03-23 16:42:28 -07003782 unsigned long flags;
3783 int ret;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07003784 bool anon = PageAnon(page);
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003785
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003786 VM_BUG_ON(from == to);
Johannes Weiner5564e882011-03-23 16:42:29 -07003787 VM_BUG_ON(PageLRU(page));
Johannes Weinerde3638d2011-03-23 16:42:28 -07003788 /*
3789 * The page is isolated from LRU. So, collapse function
3790 * will not handle this page. But page splitting can happen.
3791 * Do this check under compound_page_lock(). The caller should
3792 * hold it.
3793 */
3794 ret = -EBUSY;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003795 if (nr_pages > 1 && !PageTransHuge(page))
Johannes Weinerde3638d2011-03-23 16:42:28 -07003796 goto out;
3797
3798 lock_page_cgroup(pc);
3799
3800 ret = -EINVAL;
3801 if (!PageCgroupUsed(pc) || pc->mem_cgroup != from)
3802 goto unlock;
3803
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003804 move_lock_mem_cgroup(from, &flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003805
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07003806 if (!anon && page_mapped(page)) {
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003807 /* Update mapped_file data for mem_cgroup */
3808 preempt_disable();
3809 __this_cpu_dec(from->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3810 __this_cpu_inc(to->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3811 preempt_enable();
Balbir Singhd69b0422009-06-17 16:26:34 -07003812 }
David Rientjesb070e652013-05-07 16:18:09 -07003813 mem_cgroup_charge_statistics(from, page, anon, -nr_pages);
Balbir Singhd69b0422009-06-17 16:26:34 -07003814
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08003815 /* caller should have done css_get */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003816 pc->mem_cgroup = to;
David Rientjesb070e652013-05-07 16:18:09 -07003817 mem_cgroup_charge_statistics(to, page, anon, nr_pages);
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003818 move_unlock_mem_cgroup(from, &flags);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003819 ret = 0;
3820unlock:
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003821 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08003822 /*
3823 * check events
3824 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003825 memcg_check_events(to, page);
3826 memcg_check_events(from, page);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003827out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003828 return ret;
3829}
3830
Michal Hocko2ef37d32012-10-26 13:37:30 +02003831/**
3832 * mem_cgroup_move_parent - moves page to the parent group
3833 * @page: the page to move
3834 * @pc: page_cgroup of the page
3835 * @child: page's cgroup
3836 *
3837 * move charges to its parent or the root cgroup if the group has no
3838 * parent (aka use_hierarchy==0).
3839 * Although this might fail (get_page_unless_zero, isolate_lru_page or
3840 * mem_cgroup_move_account fails) the failure is always temporary and
3841 * it signals a race with a page removal/uncharge or migration. In the
3842 * first case the page is on the way out and it will vanish from the LRU
3843 * on the next attempt and the call should be retried later.
3844 * Isolation from the LRU fails only if page has been isolated from
3845 * the LRU since we looked at it and that usually means either global
3846 * reclaim or migration going on. The page will either get back to the
3847 * LRU or vanish.
3848 * Finaly mem_cgroup_move_account fails only if the page got uncharged
3849 * (!PageCgroupUsed) or moved to a different group. The page will
3850 * disappear in the next attempt.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003851 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003852static int mem_cgroup_move_parent(struct page *page,
3853 struct page_cgroup *pc,
KAMEZAWA Hiroyuki6068bf02012-07-31 16:42:45 -07003854 struct mem_cgroup *child)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003855{
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003856 struct mem_cgroup *parent;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003857 unsigned int nr_pages;
Andrew Morton4be44892011-03-23 16:42:39 -07003858 unsigned long uninitialized_var(flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003859 int ret;
3860
Michal Hockod8423012012-10-26 13:37:29 +02003861 VM_BUG_ON(mem_cgroup_is_root(child));
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003862
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003863 ret = -EBUSY;
3864 if (!get_page_unless_zero(page))
3865 goto out;
3866 if (isolate_lru_page(page))
3867 goto put;
KAMEZAWA Hiroyuki52dbb902011-01-25 15:07:29 -08003868
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003869 nr_pages = hpage_nr_pages(page);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003870
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003871 parent = parent_mem_cgroup(child);
3872 /*
3873 * If no parent, move charges to root cgroup.
3874 */
3875 if (!parent)
3876 parent = root_mem_cgroup;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003877
Michal Hocko2ef37d32012-10-26 13:37:30 +02003878 if (nr_pages > 1) {
3879 VM_BUG_ON(!PageTransHuge(page));
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003880 flags = compound_lock_irqsave(page);
Michal Hocko2ef37d32012-10-26 13:37:30 +02003881 }
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003882
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003883 ret = mem_cgroup_move_account(page, nr_pages,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003884 pc, child, parent);
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003885 if (!ret)
3886 __mem_cgroup_cancel_local_charge(child, nr_pages);
Jesper Juhl8dba4742011-01-25 15:07:24 -08003887
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003888 if (nr_pages > 1)
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003889 compound_unlock_irqrestore(page, flags);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003890 putback_lru_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003891put:
Daisuke Nishimura40d58132009-01-15 13:51:12 -08003892 put_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003893out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003894 return ret;
3895}
3896
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003897/*
3898 * Charge the memory controller for page usage.
3899 * Return
3900 * 0 if the charge was successful
3901 * < 0 if the cgroup is over its limit
3902 */
3903static int mem_cgroup_charge_common(struct page *page, struct mm_struct *mm,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07003904 gfp_t gfp_mask, enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003905{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003906 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003907 unsigned int nr_pages = 1;
Johannes Weiner8493ae42011-02-01 15:52:44 -08003908 bool oom = true;
3909 int ret;
Andrea Arcangeliec168512011-01-13 15:46:56 -08003910
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003911 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003912 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003913 VM_BUG_ON(!PageTransHuge(page));
Johannes Weiner8493ae42011-02-01 15:52:44 -08003914 /*
3915 * Never OOM-kill a process for a huge page. The
3916 * fault handler will fall back to regular pages.
3917 */
3918 oom = false;
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003919 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003920
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003921 ret = __mem_cgroup_try_charge(mm, gfp_mask, nr_pages, &memcg, oom);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003922 if (ret == -ENOMEM)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003923 return ret;
Johannes Weinerce587e62012-04-24 20:22:33 +02003924 __mem_cgroup_commit_charge(memcg, page, nr_pages, ctype, false);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003925 return 0;
3926}
3927
3928int mem_cgroup_newpage_charge(struct page *page,
3929 struct mm_struct *mm, gfp_t gfp_mask)
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003930{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003931 if (mem_cgroup_disabled())
Li Zefancede86a2008-07-25 01:47:18 -07003932 return 0;
Johannes Weiner7a0524c2012-01-12 17:18:43 -08003933 VM_BUG_ON(page_mapped(page));
3934 VM_BUG_ON(page->mapping && !PageAnon(page));
3935 VM_BUG_ON(!mm);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003936 return mem_cgroup_charge_common(page, mm, gfp_mask,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07003937 MEM_CGROUP_CHARGE_TYPE_ANON);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003938}
3939
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003940/*
3941 * While swap-in, try_charge -> commit or cancel, the page is locked.
3942 * And when try_charge() successfully returns, one refcnt to memcg without
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02003943 * struct page_cgroup is acquired. This refcnt will be consumed by
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003944 * "commit()" or removed by "cancel()"
3945 */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003946static int __mem_cgroup_try_charge_swapin(struct mm_struct *mm,
3947 struct page *page,
3948 gfp_t mask,
3949 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003950{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003951 struct mem_cgroup *memcg;
Johannes Weiner90deb782012-07-31 16:45:47 -07003952 struct page_cgroup *pc;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003953 int ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003954
Johannes Weiner90deb782012-07-31 16:45:47 -07003955 pc = lookup_page_cgroup(page);
3956 /*
3957 * Every swap fault against a single page tries to charge the
3958 * page, bail as early as possible. shmem_unuse() encounters
3959 * already charged pages, too. The USED bit is protected by
3960 * the page lock, which serializes swap cache removal, which
3961 * in turn serializes uncharging.
3962 */
3963 if (PageCgroupUsed(pc))
3964 return 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003965 if (!do_swap_account)
3966 goto charge_cur_mm;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003967 memcg = try_get_mem_cgroup_from_page(page);
3968 if (!memcg)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003969 goto charge_cur_mm;
Johannes Weiner72835c82012-01-12 17:18:32 -08003970 *memcgp = memcg;
3971 ret = __mem_cgroup_try_charge(NULL, mask, 1, memcgp, true);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003972 css_put(&memcg->css);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003973 if (ret == -EINTR)
3974 ret = 0;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003975 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003976charge_cur_mm:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003977 ret = __mem_cgroup_try_charge(mm, mask, 1, memcgp, true);
3978 if (ret == -EINTR)
3979 ret = 0;
3980 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003981}
3982
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003983int mem_cgroup_try_charge_swapin(struct mm_struct *mm, struct page *page,
3984 gfp_t gfp_mask, struct mem_cgroup **memcgp)
3985{
3986 *memcgp = NULL;
3987 if (mem_cgroup_disabled())
3988 return 0;
Johannes Weinerbdf4f4d2012-07-31 16:45:50 -07003989 /*
3990 * A racing thread's fault, or swapoff, may have already
3991 * updated the pte, and even removed page from swap cache: in
3992 * those cases unuse_pte()'s pte_same() test will fail; but
3993 * there's also a KSM case which does need to charge the page.
3994 */
3995 if (!PageSwapCache(page)) {
3996 int ret;
3997
3998 ret = __mem_cgroup_try_charge(mm, gfp_mask, 1, memcgp, true);
3999 if (ret == -EINTR)
4000 ret = 0;
4001 return ret;
4002 }
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004003 return __mem_cgroup_try_charge_swapin(mm, page, gfp_mask, memcgp);
4004}
4005
Johannes Weiner827a03d2012-07-31 16:45:36 -07004006void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg)
4007{
4008 if (mem_cgroup_disabled())
4009 return;
4010 if (!memcg)
4011 return;
4012 __mem_cgroup_cancel_charge(memcg, 1);
4013}
4014
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004015static void
Johannes Weiner72835c82012-01-12 17:18:32 -08004016__mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *memcg,
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004017 enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004018{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004019 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004020 return;
Johannes Weiner72835c82012-01-12 17:18:32 -08004021 if (!memcg)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004022 return;
KAMEZAWA Hiroyuki5a6475a2011-03-23 16:42:42 -07004023
Johannes Weinerce587e62012-04-24 20:22:33 +02004024 __mem_cgroup_commit_charge(memcg, page, 1, ctype, true);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004025 /*
4026 * Now swap is on-memory. This means this page may be
4027 * counted both as mem and swap....double count.
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004028 * Fix it by uncharging from memsw. Basically, this SwapCache is stable
4029 * under lock_page(). But in do_swap_page()::memory.c, reuse_swap_page()
4030 * may call delete_from_swap_cache() before reach here.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004031 */
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004032 if (do_swap_account && PageSwapCache(page)) {
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004033 swp_entry_t ent = {.val = page_private(page)};
Hugh Dickins86493002012-05-29 15:06:52 -07004034 mem_cgroup_uncharge_swap(ent);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004035 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004036}
4037
Johannes Weiner72835c82012-01-12 17:18:32 -08004038void mem_cgroup_commit_charge_swapin(struct page *page,
4039 struct mem_cgroup *memcg)
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004040{
Johannes Weiner72835c82012-01-12 17:18:32 -08004041 __mem_cgroup_commit_charge_swapin(page, memcg,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004042 MEM_CGROUP_CHARGE_TYPE_ANON);
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004043}
4044
Johannes Weiner827a03d2012-07-31 16:45:36 -07004045int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
4046 gfp_t gfp_mask)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004047{
Johannes Weiner827a03d2012-07-31 16:45:36 -07004048 struct mem_cgroup *memcg = NULL;
4049 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
4050 int ret;
4051
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004052 if (mem_cgroup_disabled())
Johannes Weiner827a03d2012-07-31 16:45:36 -07004053 return 0;
4054 if (PageCompound(page))
4055 return 0;
4056
Johannes Weiner827a03d2012-07-31 16:45:36 -07004057 if (!PageSwapCache(page))
4058 ret = mem_cgroup_charge_common(page, mm, gfp_mask, type);
4059 else { /* page is swapcache/shmem */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004060 ret = __mem_cgroup_try_charge_swapin(mm, page,
4061 gfp_mask, &memcg);
Johannes Weiner827a03d2012-07-31 16:45:36 -07004062 if (!ret)
4063 __mem_cgroup_commit_charge_swapin(page, memcg, type);
4064 }
4065 return ret;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004066}
4067
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004068static void mem_cgroup_do_uncharge(struct mem_cgroup *memcg,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004069 unsigned int nr_pages,
4070 const enum charge_type ctype)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004071{
4072 struct memcg_batch_info *batch = NULL;
4073 bool uncharge_memsw = true;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004074
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004075 /* If swapout, usage of swap doesn't decrease */
4076 if (!do_swap_account || ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT)
4077 uncharge_memsw = false;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004078
4079 batch = &current->memcg_batch;
4080 /*
4081 * In usual, we do css_get() when we remember memcg pointer.
4082 * But in this case, we keep res->usage until end of a series of
4083 * uncharges. Then, it's ok to ignore memcg's refcnt.
4084 */
4085 if (!batch->memcg)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004086 batch->memcg = memcg;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004087 /*
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004088 * do_batch > 0 when unmapping pages or inode invalidate/truncate.
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004089 * In those cases, all pages freed continuously can be expected to be in
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004090 * the same cgroup and we have chance to coalesce uncharges.
4091 * But we do uncharge one by one if this is killed by OOM(TIF_MEMDIE)
4092 * because we want to do uncharge as soon as possible.
4093 */
4094
4095 if (!batch->do_batch || test_thread_flag(TIF_MEMDIE))
4096 goto direct_uncharge;
4097
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004098 if (nr_pages > 1)
Andrea Arcangeliec168512011-01-13 15:46:56 -08004099 goto direct_uncharge;
4100
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004101 /*
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004102 * In typical case, batch->memcg == mem. This means we can
4103 * merge a series of uncharges to an uncharge of res_counter.
4104 * If not, we uncharge res_counter ony by one.
4105 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004106 if (batch->memcg != memcg)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004107 goto direct_uncharge;
4108 /* remember freed charge and uncharge it later */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004109 batch->nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004110 if (uncharge_memsw)
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004111 batch->memsw_nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004112 return;
4113direct_uncharge:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004114 res_counter_uncharge(&memcg->res, nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004115 if (uncharge_memsw)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004116 res_counter_uncharge(&memcg->memsw, nr_pages * PAGE_SIZE);
4117 if (unlikely(batch->memcg != memcg))
4118 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004119}
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004120
Balbir Singh8697d332008-02-07 00:13:59 -08004121/*
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004122 * uncharge if !page_mapped(page)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004123 */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004124static struct mem_cgroup *
Johannes Weiner0030f532012-07-31 16:45:25 -07004125__mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype,
4126 bool end_migration)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004127{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004128 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004129 unsigned int nr_pages = 1;
4130 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004131 bool anon;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004132
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004133 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004134 return NULL;
Balbir Singh40779602008-04-04 14:29:59 -07004135
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004136 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004137 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004138 VM_BUG_ON(!PageTransHuge(page));
4139 }
Balbir Singh8697d332008-02-07 00:13:59 -08004140 /*
Balbir Singh3c541e12008-02-07 00:14:41 -08004141 * Check if our page_cgroup is valid
Balbir Singh8697d332008-02-07 00:13:59 -08004142 */
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004143 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004144 if (unlikely(!PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004145 return NULL;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004146
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004147 lock_page_cgroup(pc);
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004148
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004149 memcg = pc->mem_cgroup;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004150
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004151 if (!PageCgroupUsed(pc))
4152 goto unlock_out;
4153
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004154 anon = PageAnon(page);
4155
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004156 switch (ctype) {
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004157 case MEM_CGROUP_CHARGE_TYPE_ANON:
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07004158 /*
4159 * Generally PageAnon tells if it's the anon statistics to be
4160 * updated; but sometimes e.g. mem_cgroup_uncharge_page() is
4161 * used before page reached the stage of being marked PageAnon.
4162 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004163 anon = true;
4164 /* fallthrough */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004165 case MEM_CGROUP_CHARGE_TYPE_DROP:
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004166 /* See mem_cgroup_prepare_migration() */
Johannes Weiner0030f532012-07-31 16:45:25 -07004167 if (page_mapped(page))
4168 goto unlock_out;
4169 /*
4170 * Pages under migration may not be uncharged. But
4171 * end_migration() /must/ be the one uncharging the
4172 * unused post-migration page and so it has to call
4173 * here with the migration bit still set. See the
4174 * res_counter handling below.
4175 */
4176 if (!end_migration && PageCgroupMigration(pc))
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004177 goto unlock_out;
4178 break;
4179 case MEM_CGROUP_CHARGE_TYPE_SWAPOUT:
4180 if (!PageAnon(page)) { /* Shared memory */
4181 if (page->mapping && !page_is_file_cache(page))
4182 goto unlock_out;
4183 } else if (page_mapped(page)) /* Anon */
4184 goto unlock_out;
4185 break;
4186 default:
4187 break;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004188 }
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004189
David Rientjesb070e652013-05-07 16:18:09 -07004190 mem_cgroup_charge_statistics(memcg, page, anon, -nr_pages);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004191
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004192 ClearPageCgroupUsed(pc);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08004193 /*
4194 * pc->mem_cgroup is not cleared here. It will be accessed when it's
4195 * freed from LRU. This is safe because uncharged page is expected not
4196 * to be reused (freed soon). Exception is SwapCache, it's handled by
4197 * special functions.
4198 */
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004199
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004200 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004201 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004202 * even after unlock, we have memcg->res.usage here and this memcg
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004203 * will never be freed.
4204 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004205 memcg_check_events(memcg, page);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004206 if (do_swap_account && ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004207 mem_cgroup_swap_statistics(memcg, true);
4208 mem_cgroup_get(memcg);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004209 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004210 /*
4211 * Migration does not charge the res_counter for the
4212 * replacement page, so leave it alone when phasing out the
4213 * page that is unused after the migration.
4214 */
4215 if (!end_migration && !mem_cgroup_is_root(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004216 mem_cgroup_do_uncharge(memcg, nr_pages, ctype);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004217
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004218 return memcg;
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004219
4220unlock_out:
4221 unlock_page_cgroup(pc);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004222 return NULL;
Balbir Singh3c541e12008-02-07 00:14:41 -08004223}
4224
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004225void mem_cgroup_uncharge_page(struct page *page)
4226{
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004227 /* early check. */
4228 if (page_mapped(page))
4229 return;
Johannes Weiner40f23a22012-01-12 17:18:45 -08004230 VM_BUG_ON(page->mapping && !PageAnon(page));
Johannes Weiner28ccddf2013-05-24 15:55:15 -07004231 /*
4232 * If the page is in swap cache, uncharge should be deferred
4233 * to the swap path, which also properly accounts swap usage
4234 * and handles memcg lifetime.
4235 *
4236 * Note that this check is not stable and reclaim may add the
4237 * page to swap cache at any time after this. However, if the
4238 * page is not in swap cache by the time page->mapcount hits
4239 * 0, there won't be any page table references to the swap
4240 * slot, and reclaim will free it and not actually write the
4241 * page to disk.
4242 */
Johannes Weiner0c59b892012-07-31 16:45:31 -07004243 if (PageSwapCache(page))
4244 return;
Johannes Weiner0030f532012-07-31 16:45:25 -07004245 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_ANON, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004246}
4247
4248void mem_cgroup_uncharge_cache_page(struct page *page)
4249{
4250 VM_BUG_ON(page_mapped(page));
KAMEZAWA Hiroyukib7abea92008-10-18 20:28:09 -07004251 VM_BUG_ON(page->mapping);
Johannes Weiner0030f532012-07-31 16:45:25 -07004252 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_CACHE, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004253}
4254
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004255/*
4256 * Batch_start/batch_end is called in unmap_page_range/invlidate/trucate.
4257 * In that cases, pages are freed continuously and we can expect pages
4258 * are in the same memcg. All these calls itself limits the number of
4259 * pages freed at once, then uncharge_start/end() is called properly.
4260 * This may be called prural(2) times in a context,
4261 */
4262
4263void mem_cgroup_uncharge_start(void)
4264{
4265 current->memcg_batch.do_batch++;
4266 /* We can do nest. */
4267 if (current->memcg_batch.do_batch == 1) {
4268 current->memcg_batch.memcg = NULL;
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004269 current->memcg_batch.nr_pages = 0;
4270 current->memcg_batch.memsw_nr_pages = 0;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004271 }
4272}
4273
4274void mem_cgroup_uncharge_end(void)
4275{
4276 struct memcg_batch_info *batch = &current->memcg_batch;
4277
4278 if (!batch->do_batch)
4279 return;
4280
4281 batch->do_batch--;
4282 if (batch->do_batch) /* If stacked, do nothing. */
4283 return;
4284
4285 if (!batch->memcg)
4286 return;
4287 /*
4288 * This "batch->memcg" is valid without any css_get/put etc...
4289 * bacause we hide charges behind us.
4290 */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004291 if (batch->nr_pages)
4292 res_counter_uncharge(&batch->memcg->res,
4293 batch->nr_pages * PAGE_SIZE);
4294 if (batch->memsw_nr_pages)
4295 res_counter_uncharge(&batch->memcg->memsw,
4296 batch->memsw_nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004297 memcg_oom_recover(batch->memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004298 /* forget this pointer (for sanity check) */
4299 batch->memcg = NULL;
4300}
4301
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004302#ifdef CONFIG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004303/*
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004304 * called after __delete_from_swap_cache() and drop "page" account.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004305 * memcg information is recorded to swap_cgroup of "ent"
4306 */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004307void
4308mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout)
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004309{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004310 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004311 int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004312
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004313 if (!swapout) /* this was a swap cache but the swap is unused ! */
4314 ctype = MEM_CGROUP_CHARGE_TYPE_DROP;
4315
Johannes Weiner0030f532012-07-31 16:45:25 -07004316 memcg = __mem_cgroup_uncharge_common(page, ctype, false);
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004317
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004318 /*
4319 * record memcg information, if swapout && memcg != NULL,
4320 * mem_cgroup_get() was called in uncharge().
4321 */
4322 if (do_swap_account && swapout && memcg)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004323 swap_cgroup_record(ent, css_id(&memcg->css));
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004324}
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004325#endif
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004326
Andrew Mortonc255a452012-07-31 16:43:02 -07004327#ifdef CONFIG_MEMCG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004328/*
4329 * called from swap_entry_free(). remove record in swap_cgroup and
4330 * uncharge "memsw" account.
4331 */
4332void mem_cgroup_uncharge_swap(swp_entry_t ent)
4333{
4334 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004335 unsigned short id;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004336
4337 if (!do_swap_account)
4338 return;
4339
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004340 id = swap_cgroup_record(ent, 0);
4341 rcu_read_lock();
4342 memcg = mem_cgroup_lookup(id);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004343 if (memcg) {
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004344 /*
4345 * We uncharge this because swap is freed.
4346 * This memcg can be obsolete one. We avoid calling css_tryget
4347 */
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004348 if (!mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -07004349 res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004350 mem_cgroup_swap_statistics(memcg, false);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004351 mem_cgroup_put(memcg);
4352 }
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004353 rcu_read_unlock();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004354}
Daisuke Nishimura02491442010-03-10 15:22:17 -08004355
4356/**
4357 * mem_cgroup_move_swap_account - move swap charge and swap_cgroup's record.
4358 * @entry: swap entry to be moved
4359 * @from: mem_cgroup which the entry is moved from
4360 * @to: mem_cgroup which the entry is moved to
4361 *
4362 * It succeeds only when the swap_cgroup's record for this entry is the same
4363 * as the mem_cgroup's id of @from.
4364 *
4365 * Returns 0 on success, -EINVAL on failure.
4366 *
4367 * The caller must have charged to @to, IOW, called res_counter_charge() about
4368 * both res and memsw, and called css_get().
4369 */
4370static int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004371 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004372{
4373 unsigned short old_id, new_id;
4374
4375 old_id = css_id(&from->css);
4376 new_id = css_id(&to->css);
4377
4378 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08004379 mem_cgroup_swap_statistics(from, false);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004380 mem_cgroup_swap_statistics(to, true);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004381 /*
4382 * This function is only called from task migration context now.
4383 * It postpones res_counter and refcount handling till the end
4384 * of task migration(mem_cgroup_clear_mc()) for performance
4385 * improvement. But we cannot postpone mem_cgroup_get(to)
4386 * because if the process that has been moved to @to does
4387 * swap-in, the refcount of @to might be decreased to 0.
4388 */
Daisuke Nishimura02491442010-03-10 15:22:17 -08004389 mem_cgroup_get(to);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004390 return 0;
4391 }
4392 return -EINVAL;
4393}
4394#else
4395static inline int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004396 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004397{
4398 return -EINVAL;
4399}
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004400#endif
4401
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004402/*
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004403 * Before starting migration, account PAGE_SIZE to mem_cgroup that the old
4404 * page belongs to.
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004405 */
Johannes Weiner0030f532012-07-31 16:45:25 -07004406void mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
4407 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004408{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004409 struct mem_cgroup *memcg = NULL;
Mel Gormanb32967f2012-11-19 12:35:47 +00004410 unsigned int nr_pages = 1;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004411 struct page_cgroup *pc;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004412 enum charge_type ctype;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004413
Johannes Weiner72835c82012-01-12 17:18:32 -08004414 *memcgp = NULL;
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07004415
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004416 if (mem_cgroup_disabled())
Johannes Weiner0030f532012-07-31 16:45:25 -07004417 return;
Balbir Singh40779602008-04-04 14:29:59 -07004418
Mel Gormanb32967f2012-11-19 12:35:47 +00004419 if (PageTransHuge(page))
4420 nr_pages <<= compound_order(page);
4421
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004422 pc = lookup_page_cgroup(page);
4423 lock_page_cgroup(pc);
4424 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004425 memcg = pc->mem_cgroup;
4426 css_get(&memcg->css);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004427 /*
4428 * At migrating an anonymous page, its mapcount goes down
4429 * to 0 and uncharge() will be called. But, even if it's fully
4430 * unmapped, migration may fail and this page has to be
4431 * charged again. We set MIGRATION flag here and delay uncharge
4432 * until end_migration() is called
4433 *
4434 * Corner Case Thinking
4435 * A)
4436 * When the old page was mapped as Anon and it's unmap-and-freed
4437 * while migration was ongoing.
4438 * If unmap finds the old page, uncharge() of it will be delayed
4439 * until end_migration(). If unmap finds a new page, it's
4440 * uncharged when it make mapcount to be 1->0. If unmap code
4441 * finds swap_migration_entry, the new page will not be mapped
4442 * and end_migration() will find it(mapcount==0).
4443 *
4444 * B)
4445 * When the old page was mapped but migraion fails, the kernel
4446 * remaps it. A charge for it is kept by MIGRATION flag even
4447 * if mapcount goes down to 0. We can do remap successfully
4448 * without charging it again.
4449 *
4450 * C)
4451 * The "old" page is under lock_page() until the end of
4452 * migration, so, the old page itself will not be swapped-out.
4453 * If the new page is swapped out before end_migraton, our
4454 * hook to usual swap-out path will catch the event.
4455 */
4456 if (PageAnon(page))
4457 SetPageCgroupMigration(pc);
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004458 }
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004459 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004460 /*
4461 * If the page is not charged at this point,
4462 * we return here.
4463 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004464 if (!memcg)
Johannes Weiner0030f532012-07-31 16:45:25 -07004465 return;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004466
Johannes Weiner72835c82012-01-12 17:18:32 -08004467 *memcgp = memcg;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004468 /*
4469 * We charge new page before it's used/mapped. So, even if unlock_page()
4470 * is called before end_migration, we can catch all events on this new
4471 * page. In the case new page is migrated but not remapped, new page's
4472 * mapcount will be finally 0 and we call uncharge in end_migration().
4473 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004474 if (PageAnon(page))
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004475 ctype = MEM_CGROUP_CHARGE_TYPE_ANON;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004476 else
Johannes Weiner62ba7442012-07-31 16:45:39 -07004477 ctype = MEM_CGROUP_CHARGE_TYPE_CACHE;
Johannes Weiner0030f532012-07-31 16:45:25 -07004478 /*
4479 * The page is committed to the memcg, but it's not actually
4480 * charged to the res_counter since we plan on replacing the
4481 * old one and only one page is going to be left afterwards.
4482 */
Mel Gormanb32967f2012-11-19 12:35:47 +00004483 __mem_cgroup_commit_charge(memcg, newpage, nr_pages, ctype, false);
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004484}
Hugh Dickinsfb59e9f2008-03-04 14:29:16 -08004485
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004486/* remove redundant charge if migration failed*/
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004487void mem_cgroup_end_migration(struct mem_cgroup *memcg,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004488 struct page *oldpage, struct page *newpage, bool migration_ok)
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004489{
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004490 struct page *used, *unused;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004491 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004492 bool anon;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004493
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004494 if (!memcg)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004495 return;
Tejun Heob25ed602012-11-05 09:16:59 -08004496
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004497 if (!migration_ok) {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004498 used = oldpage;
4499 unused = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004500 } else {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004501 used = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004502 unused = oldpage;
4503 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004504 anon = PageAnon(used);
Johannes Weiner7d188952012-07-31 16:45:34 -07004505 __mem_cgroup_uncharge_common(unused,
4506 anon ? MEM_CGROUP_CHARGE_TYPE_ANON
4507 : MEM_CGROUP_CHARGE_TYPE_CACHE,
4508 true);
Johannes Weiner0030f532012-07-31 16:45:25 -07004509 css_put(&memcg->css);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004510 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004511 * We disallowed uncharge of pages under migration because mapcount
4512 * of the page goes down to zero, temporarly.
4513 * Clear the flag and check the page should be charged.
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004514 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004515 pc = lookup_page_cgroup(oldpage);
4516 lock_page_cgroup(pc);
4517 ClearPageCgroupMigration(pc);
4518 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004519
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004520 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004521 * If a page is a file cache, radix-tree replacement is very atomic
4522 * and we can skip this check. When it was an Anon page, its mapcount
4523 * goes down to 0. But because we added MIGRATION flage, it's not
4524 * uncharged yet. There are several case but page->mapcount check
4525 * and USED bit check in mem_cgroup_uncharge_page() will do enough
4526 * check. (see prepare_charge() also)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004527 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004528 if (anon)
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004529 mem_cgroup_uncharge_page(used);
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004530}
Pavel Emelianov78fb7462008-02-07 00:13:51 -08004531
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004532/*
4533 * At replace page cache, newpage is not under any memcg but it's on
4534 * LRU. So, this function doesn't touch res_counter but handles LRU
4535 * in correct way. Both pages are locked so we cannot race with uncharge.
4536 */
4537void mem_cgroup_replace_page_cache(struct page *oldpage,
4538 struct page *newpage)
4539{
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004540 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004541 struct page_cgroup *pc;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004542 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004543
4544 if (mem_cgroup_disabled())
4545 return;
4546
4547 pc = lookup_page_cgroup(oldpage);
4548 /* fix accounting on old pages */
4549 lock_page_cgroup(pc);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004550 if (PageCgroupUsed(pc)) {
4551 memcg = pc->mem_cgroup;
David Rientjesb070e652013-05-07 16:18:09 -07004552 mem_cgroup_charge_statistics(memcg, oldpage, false, -1);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004553 ClearPageCgroupUsed(pc);
4554 }
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004555 unlock_page_cgroup(pc);
4556
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004557 /*
4558 * When called from shmem_replace_page(), in some cases the
4559 * oldpage has already been charged, and in some cases not.
4560 */
4561 if (!memcg)
4562 return;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004563 /*
4564 * Even if newpage->mapping was NULL before starting replacement,
4565 * the newpage may be on LRU(or pagevec for LRU) already. We lock
4566 * LRU while we overwrite pc->mem_cgroup.
4567 */
Johannes Weinerce587e62012-04-24 20:22:33 +02004568 __mem_cgroup_commit_charge(memcg, newpage, 1, type, true);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004569}
4570
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004571#ifdef CONFIG_DEBUG_VM
4572static struct page_cgroup *lookup_page_cgroup_used(struct page *page)
4573{
4574 struct page_cgroup *pc;
4575
4576 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004577 /*
4578 * Can be NULL while feeding pages into the page allocator for
4579 * the first time, i.e. during boot or memory hotplug;
4580 * or when mem_cgroup_disabled().
4581 */
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004582 if (likely(pc) && PageCgroupUsed(pc))
4583 return pc;
4584 return NULL;
4585}
4586
4587bool mem_cgroup_bad_page_check(struct page *page)
4588{
4589 if (mem_cgroup_disabled())
4590 return false;
4591
4592 return lookup_page_cgroup_used(page) != NULL;
4593}
4594
4595void mem_cgroup_print_bad_page(struct page *page)
4596{
4597 struct page_cgroup *pc;
4598
4599 pc = lookup_page_cgroup_used(page);
4600 if (pc) {
Andrew Mortond0451972013-02-22 16:32:06 -08004601 pr_alert("pc:%p pc->flags:%lx pc->mem_cgroup:%p\n",
4602 pc, pc->flags, pc->mem_cgroup);
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004603 }
4604}
4605#endif
4606
KOSAKI Motohirod38d2a72009-01-06 14:39:44 -08004607static int mem_cgroup_resize_limit(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004608 unsigned long long val)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004609{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004610 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004611 u64 memswlimit, memlimit;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004612 int ret = 0;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004613 int children = mem_cgroup_count_children(memcg);
4614 u64 curusage, oldusage;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004615 int enlarge;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004616
4617 /*
4618 * For keeping hierarchical_reclaim simple, how long we should retry
4619 * is depends on callers. We set our retry-count to be function
4620 * of # of children which we should visit in this loop.
4621 */
4622 retry_count = MEM_CGROUP_RECLAIM_RETRIES * children;
4623
4624 oldusage = res_counter_read_u64(&memcg->res, RES_USAGE);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004625
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004626 enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004627 while (retry_count) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004628 if (signal_pending(current)) {
4629 ret = -EINTR;
4630 break;
4631 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004632 /*
4633 * Rather than hide all in some function, I do this in
4634 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004635 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004636 */
4637 mutex_lock(&set_limit_mutex);
4638 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4639 if (memswlimit < val) {
4640 ret = -EINVAL;
4641 mutex_unlock(&set_limit_mutex);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004642 break;
4643 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004644
4645 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4646 if (memlimit < val)
4647 enlarge = 1;
4648
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004649 ret = res_counter_set_limit(&memcg->res, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004650 if (!ret) {
4651 if (memswlimit == val)
4652 memcg->memsw_is_minimum = true;
4653 else
4654 memcg->memsw_is_minimum = false;
4655 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004656 mutex_unlock(&set_limit_mutex);
4657
4658 if (!ret)
4659 break;
4660
Johannes Weiner56600482012-01-12 17:17:59 -08004661 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4662 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004663 curusage = res_counter_read_u64(&memcg->res, RES_USAGE);
4664 /* Usage is reduced ? */
4665 if (curusage >= oldusage)
4666 retry_count--;
4667 else
4668 oldusage = curusage;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004669 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004670 if (!ret && enlarge)
4671 memcg_oom_recover(memcg);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08004672
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004673 return ret;
4674}
4675
Li Zefan338c8432009-06-17 16:27:15 -07004676static int mem_cgroup_resize_memsw_limit(struct mem_cgroup *memcg,
4677 unsigned long long val)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004678{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004679 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004680 u64 memlimit, memswlimit, oldusage, curusage;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004681 int children = mem_cgroup_count_children(memcg);
4682 int ret = -EBUSY;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004683 int enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004684
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004685 /* see mem_cgroup_resize_res_limit */
4686 retry_count = children * MEM_CGROUP_RECLAIM_RETRIES;
4687 oldusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004688 while (retry_count) {
4689 if (signal_pending(current)) {
4690 ret = -EINTR;
4691 break;
4692 }
4693 /*
4694 * Rather than hide all in some function, I do this in
4695 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004696 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004697 */
4698 mutex_lock(&set_limit_mutex);
4699 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4700 if (memlimit > val) {
4701 ret = -EINVAL;
4702 mutex_unlock(&set_limit_mutex);
4703 break;
4704 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004705 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4706 if (memswlimit < val)
4707 enlarge = 1;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004708 ret = res_counter_set_limit(&memcg->memsw, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004709 if (!ret) {
4710 if (memlimit == val)
4711 memcg->memsw_is_minimum = true;
4712 else
4713 memcg->memsw_is_minimum = false;
4714 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004715 mutex_unlock(&set_limit_mutex);
4716
4717 if (!ret)
4718 break;
4719
Johannes Weiner56600482012-01-12 17:17:59 -08004720 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4721 MEM_CGROUP_RECLAIM_NOSWAP |
4722 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004723 curusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004724 /* Usage is reduced ? */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004725 if (curusage >= oldusage)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004726 retry_count--;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004727 else
4728 oldusage = curusage;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004729 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004730 if (!ret && enlarge)
4731 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004732 return ret;
4733}
4734
Balbir Singh4e416952009-09-23 15:56:39 -07004735unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
Ying Han0ae5e892011-05-26 16:25:25 -07004736 gfp_t gfp_mask,
4737 unsigned long *total_scanned)
Balbir Singh4e416952009-09-23 15:56:39 -07004738{
4739 unsigned long nr_reclaimed = 0;
4740 struct mem_cgroup_per_zone *mz, *next_mz = NULL;
4741 unsigned long reclaimed;
4742 int loop = 0;
4743 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004744 unsigned long long excess;
Ying Han0ae5e892011-05-26 16:25:25 -07004745 unsigned long nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004746
4747 if (order > 0)
4748 return 0;
4749
KOSAKI Motohiro00918b62010-08-10 18:03:05 -07004750 mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
Balbir Singh4e416952009-09-23 15:56:39 -07004751 /*
4752 * This loop can run a while, specially if mem_cgroup's continuously
4753 * keep exceeding their soft limit and putting the system under
4754 * pressure
4755 */
4756 do {
4757 if (next_mz)
4758 mz = next_mz;
4759 else
4760 mz = mem_cgroup_largest_soft_limit_node(mctz);
4761 if (!mz)
4762 break;
4763
Ying Han0ae5e892011-05-26 16:25:25 -07004764 nr_scanned = 0;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004765 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, zone,
Johannes Weiner56600482012-01-12 17:17:59 -08004766 gfp_mask, &nr_scanned);
Balbir Singh4e416952009-09-23 15:56:39 -07004767 nr_reclaimed += reclaimed;
Ying Han0ae5e892011-05-26 16:25:25 -07004768 *total_scanned += nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004769 spin_lock(&mctz->lock);
4770
4771 /*
4772 * If we failed to reclaim anything from this memory cgroup
4773 * it is time to move on to the next cgroup
4774 */
4775 next_mz = NULL;
4776 if (!reclaimed) {
4777 do {
4778 /*
4779 * Loop until we find yet another one.
4780 *
4781 * By the time we get the soft_limit lock
4782 * again, someone might have aded the
4783 * group back on the RB tree. Iterate to
4784 * make sure we get a different mem.
4785 * mem_cgroup_largest_soft_limit_node returns
4786 * NULL if no other cgroup is present on
4787 * the tree
4788 */
4789 next_mz =
4790 __mem_cgroup_largest_soft_limit_node(mctz);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004791 if (next_mz == mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004792 css_put(&next_mz->memcg->css);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004793 else /* next_mz == NULL or other memcg */
Balbir Singh4e416952009-09-23 15:56:39 -07004794 break;
4795 } while (1);
4796 }
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004797 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
4798 excess = res_counter_soft_limit_excess(&mz->memcg->res);
Balbir Singh4e416952009-09-23 15:56:39 -07004799 /*
4800 * One school of thought says that we should not add
4801 * back the node to the tree if reclaim returns 0.
4802 * But our reclaim could return 0, simply because due
4803 * to priority we are exposing a smaller subset of
4804 * memory to reclaim from. Consider this as a longer
4805 * term TODO.
4806 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004807 /* If excess == 0, no tree ops */
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004808 __mem_cgroup_insert_exceeded(mz->memcg, mz, mctz, excess);
Balbir Singh4e416952009-09-23 15:56:39 -07004809 spin_unlock(&mctz->lock);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004810 css_put(&mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004811 loop++;
4812 /*
4813 * Could not reclaim anything and there are no more
4814 * mem cgroups to try or we seem to be looping without
4815 * reclaiming anything.
4816 */
4817 if (!nr_reclaimed &&
4818 (next_mz == NULL ||
4819 loop > MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS))
4820 break;
4821 } while (!nr_reclaimed);
4822 if (next_mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004823 css_put(&next_mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004824 return nr_reclaimed;
4825}
4826
Michal Hocko2ef37d32012-10-26 13:37:30 +02004827/**
4828 * mem_cgroup_force_empty_list - clears LRU of a group
4829 * @memcg: group to clear
4830 * @node: NUMA node
4831 * @zid: zone id
4832 * @lru: lru to to clear
4833 *
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004834 * Traverse a specified page_cgroup list and try to drop them all. This doesn't
Michal Hocko2ef37d32012-10-26 13:37:30 +02004835 * reclaim the pages page themselves - pages are moved to the parent (or root)
4836 * group.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004837 */
Michal Hocko2ef37d32012-10-26 13:37:30 +02004838static void mem_cgroup_force_empty_list(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004839 int node, int zid, enum lru_list lru)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004840{
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004841 struct lruvec *lruvec;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004842 unsigned long flags;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004843 struct list_head *list;
Johannes Weiner925b7672012-01-12 17:18:15 -08004844 struct page *busy;
4845 struct zone *zone;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004846
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004847 zone = &NODE_DATA(node)->node_zones[zid];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004848 lruvec = mem_cgroup_zone_lruvec(zone, memcg);
4849 list = &lruvec->lists[lru];
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004850
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004851 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004852 do {
Johannes Weiner925b7672012-01-12 17:18:15 -08004853 struct page_cgroup *pc;
Johannes Weiner5564e882011-03-23 16:42:29 -07004854 struct page *page;
4855
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004856 spin_lock_irqsave(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004857 if (list_empty(list)) {
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004858 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004859 break;
4860 }
Johannes Weiner925b7672012-01-12 17:18:15 -08004861 page = list_entry(list->prev, struct page, lru);
4862 if (busy == page) {
4863 list_move(&page->lru, list);
Thiago Farina648bcc72010-03-05 13:42:04 -08004864 busy = NULL;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004865 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004866 continue;
4867 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004868 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004869
Johannes Weiner925b7672012-01-12 17:18:15 -08004870 pc = lookup_page_cgroup(page);
Johannes Weiner5564e882011-03-23 16:42:29 -07004871
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004872 if (mem_cgroup_move_parent(page, pc, memcg)) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004873 /* found lock contention or "pc" is obsolete. */
Johannes Weiner925b7672012-01-12 17:18:15 -08004874 busy = page;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004875 cond_resched();
4876 } else
4877 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004878 } while (!list_empty(list));
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004879}
4880
4881/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004882 * make mem_cgroup's charge to be 0 if there is no task by moving
4883 * all the charges and pages to the parent.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004884 * This enables deleting this mem_cgroup.
Michal Hockoc26251f2012-10-26 13:37:28 +02004885 *
4886 * Caller is responsible for holding css reference on the memcg.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004887 */
Michal Hockoab5196c2012-10-26 13:37:32 +02004888static void mem_cgroup_reparent_charges(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004889{
Michal Hockoc26251f2012-10-26 13:37:28 +02004890 int node, zid;
Glauber Costabea207c2012-12-18 14:22:11 -08004891 u64 usage;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004892
Daisuke Nishimurafce66472010-01-15 17:01:30 -08004893 do {
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004894 /* This is for making all *used* pages to be on LRU. */
4895 lru_add_drain_all();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004896 drain_all_stock_sync(memcg);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004897 mem_cgroup_start_move(memcg);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08004898 for_each_node_state(node, N_MEMORY) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004899 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsf156ab92012-03-21 16:34:19 -07004900 enum lru_list lru;
4901 for_each_lru(lru) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004902 mem_cgroup_force_empty_list(memcg,
Hugh Dickinsf156ab92012-03-21 16:34:19 -07004903 node, zid, lru);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004904 }
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004905 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004906 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004907 mem_cgroup_end_move(memcg);
4908 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004909 cond_resched();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004910
Michal Hocko2ef37d32012-10-26 13:37:30 +02004911 /*
Glauber Costabea207c2012-12-18 14:22:11 -08004912 * Kernel memory may not necessarily be trackable to a specific
4913 * process. So they are not migrated, and therefore we can't
4914 * expect their value to drop to 0 here.
4915 * Having res filled up with kmem only is enough.
4916 *
Michal Hocko2ef37d32012-10-26 13:37:30 +02004917 * This is a safety check because mem_cgroup_force_empty_list
4918 * could have raced with mem_cgroup_replace_page_cache callers
4919 * so the lru seemed empty but the page could have been added
4920 * right after the check. RES_USAGE should be safe as we always
4921 * charge before adding to the LRU.
4922 */
Glauber Costabea207c2012-12-18 14:22:11 -08004923 usage = res_counter_read_u64(&memcg->res, RES_USAGE) -
4924 res_counter_read_u64(&memcg->kmem, RES_USAGE);
4925 } while (usage > 0);
Michal Hockoc26251f2012-10-26 13:37:28 +02004926}
4927
4928/*
Glauber Costab5f99b52013-02-22 16:34:53 -08004929 * This mainly exists for tests during the setting of set of use_hierarchy.
4930 * Since this is the very setting we are changing, the current hierarchy value
4931 * is meaningless
4932 */
4933static inline bool __memcg_has_children(struct mem_cgroup *memcg)
4934{
4935 struct cgroup *pos;
4936
4937 /* bounce at first found */
4938 cgroup_for_each_child(pos, memcg->css.cgroup)
4939 return true;
4940 return false;
4941}
4942
4943/*
Glauber Costa09998212013-02-22 16:34:55 -08004944 * Must be called with memcg_create_mutex held, unless the cgroup is guaranteed
4945 * to be already dead (as in mem_cgroup_force_empty, for instance). This is
Glauber Costab5f99b52013-02-22 16:34:53 -08004946 * from mem_cgroup_count_children(), in the sense that we don't really care how
4947 * many children we have; we only need to know if we have any. It also counts
4948 * any memcg without hierarchy as infertile.
4949 */
4950static inline bool memcg_has_children(struct mem_cgroup *memcg)
4951{
4952 return memcg->use_hierarchy && __memcg_has_children(memcg);
4953}
4954
4955/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004956 * Reclaims as many pages from the given memcg as possible and moves
4957 * the rest to the parent.
4958 *
4959 * Caller is responsible for holding css reference for memcg.
4960 */
4961static int mem_cgroup_force_empty(struct mem_cgroup *memcg)
4962{
4963 int nr_retries = MEM_CGROUP_RECLAIM_RETRIES;
4964 struct cgroup *cgrp = memcg->css.cgroup;
4965
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004966 /* returns EBUSY if there is a task or if we come here twice. */
Michal Hockoc26251f2012-10-26 13:37:28 +02004967 if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children))
4968 return -EBUSY;
4969
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004970 /* we call try-to-free pages for make this cgroup empty */
4971 lru_add_drain_all();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004972 /* try to free all pages in this cgroup */
Glauber Costa569530f2012-04-12 12:49:13 -07004973 while (nr_retries && res_counter_read_u64(&memcg->res, RES_USAGE) > 0) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004974 int progress;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004975
Michal Hockoc26251f2012-10-26 13:37:28 +02004976 if (signal_pending(current))
4977 return -EINTR;
4978
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004979 progress = try_to_free_mem_cgroup_pages(memcg, GFP_KERNEL,
Johannes Weiner185efc02011-09-14 16:21:58 -07004980 false);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004981 if (!progress) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004982 nr_retries--;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004983 /* maybe some writeback is necessary */
Jens Axboe8aa7e842009-07-09 14:52:32 +02004984 congestion_wait(BLK_RW_ASYNC, HZ/10);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004985 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004986
4987 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004988 lru_add_drain();
Michal Hockoab5196c2012-10-26 13:37:32 +02004989 mem_cgroup_reparent_charges(memcg);
4990
4991 return 0;
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004992}
4993
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07004994static int mem_cgroup_force_empty_write(struct cgroup *cont, unsigned int event)
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004995{
Michal Hockoc26251f2012-10-26 13:37:28 +02004996 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
4997 int ret;
4998
Michal Hockod8423012012-10-26 13:37:29 +02004999 if (mem_cgroup_is_root(memcg))
5000 return -EINVAL;
Michal Hockoc26251f2012-10-26 13:37:28 +02005001 css_get(&memcg->css);
5002 ret = mem_cgroup_force_empty(memcg);
5003 css_put(&memcg->css);
5004
5005 return ret;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005006}
5007
5008
Balbir Singh18f59ea2009-01-07 18:08:07 -08005009static u64 mem_cgroup_hierarchy_read(struct cgroup *cont, struct cftype *cft)
5010{
5011 return mem_cgroup_from_cont(cont)->use_hierarchy;
5012}
5013
5014static int mem_cgroup_hierarchy_write(struct cgroup *cont, struct cftype *cft,
5015 u64 val)
5016{
5017 int retval = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005018 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005019 struct cgroup *parent = cont->parent;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005020 struct mem_cgroup *parent_memcg = NULL;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005021
5022 if (parent)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005023 parent_memcg = mem_cgroup_from_cont(parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005024
Glauber Costa09998212013-02-22 16:34:55 -08005025 mutex_lock(&memcg_create_mutex);
Glauber Costa567fb432012-07-31 16:43:07 -07005026
5027 if (memcg->use_hierarchy == val)
5028 goto out;
5029
Balbir Singh18f59ea2009-01-07 18:08:07 -08005030 /*
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005031 * If parent's use_hierarchy is set, we can't make any modifications
Balbir Singh18f59ea2009-01-07 18:08:07 -08005032 * in the child subtrees. If it is unset, then the change can
5033 * occur, provided the current cgroup has no children.
5034 *
5035 * For the root cgroup, parent_mem is NULL, we allow value to be
5036 * set if there are no children.
5037 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005038 if ((!parent_memcg || !parent_memcg->use_hierarchy) &&
Balbir Singh18f59ea2009-01-07 18:08:07 -08005039 (val == 1 || val == 0)) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005040 if (!__memcg_has_children(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005041 memcg->use_hierarchy = val;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005042 else
5043 retval = -EBUSY;
5044 } else
5045 retval = -EINVAL;
Glauber Costa567fb432012-07-31 16:43:07 -07005046
5047out:
Glauber Costa09998212013-02-22 16:34:55 -08005048 mutex_unlock(&memcg_create_mutex);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005049
5050 return retval;
5051}
5052
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005053
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005054static unsigned long mem_cgroup_recursive_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005055 enum mem_cgroup_stat_index idx)
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005056{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005057 struct mem_cgroup *iter;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005058 long val = 0;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005059
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005060 /* Per-cpu values can be negative, use a signed accumulator */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005061 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005062 val += mem_cgroup_read_stat(iter, idx);
5063
5064 if (val < 0) /* race ? */
5065 val = 0;
5066 return val;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005067}
5068
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005069static inline u64 mem_cgroup_usage(struct mem_cgroup *memcg, bool swap)
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005070{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005071 u64 val;
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005072
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005073 if (!mem_cgroup_is_root(memcg)) {
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005074 if (!swap)
Glauber Costa65c64ce2011-12-22 01:02:27 +00005075 return res_counter_read_u64(&memcg->res, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005076 else
Glauber Costa65c64ce2011-12-22 01:02:27 +00005077 return res_counter_read_u64(&memcg->memsw, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005078 }
5079
David Rientjesb070e652013-05-07 16:18:09 -07005080 /*
5081 * Transparent hugepages are still accounted for in MEM_CGROUP_STAT_RSS
5082 * as well as in MEM_CGROUP_STAT_RSS_HUGE.
5083 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005084 val = mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_CACHE);
5085 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_RSS);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005086
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005087 if (swap)
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005088 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_SWAP);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005089
5090 return val << PAGE_SHIFT;
5091}
5092
Tejun Heoaf36f902012-04-01 12:09:55 -07005093static ssize_t mem_cgroup_read(struct cgroup *cont, struct cftype *cft,
5094 struct file *file, char __user *buf,
5095 size_t nbytes, loff_t *ppos)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005096{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005097 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Tejun Heoaf36f902012-04-01 12:09:55 -07005098 char str[64];
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005099 u64 val;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005100 int name, len;
5101 enum res_type type;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005102
5103 type = MEMFILE_TYPE(cft->private);
5104 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005105
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005106 switch (type) {
5107 case _MEM:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005108 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005109 val = mem_cgroup_usage(memcg, false);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005110 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005111 val = res_counter_read_u64(&memcg->res, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005112 break;
5113 case _MEMSWAP:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005114 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005115 val = mem_cgroup_usage(memcg, true);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005116 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005117 val = res_counter_read_u64(&memcg->memsw, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005118 break;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005119 case _KMEM:
5120 val = res_counter_read_u64(&memcg->kmem, name);
5121 break;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005122 default:
5123 BUG();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005124 }
Tejun Heoaf36f902012-04-01 12:09:55 -07005125
5126 len = scnprintf(str, sizeof(str), "%llu\n", (unsigned long long)val);
5127 return simple_read_from_buffer(buf, nbytes, ppos, str, len);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005128}
Glauber Costa510fc4e2012-12-18 14:21:47 -08005129
5130static int memcg_update_kmem_limit(struct cgroup *cont, u64 val)
5131{
5132 int ret = -EINVAL;
5133#ifdef CONFIG_MEMCG_KMEM
5134 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
5135 /*
5136 * For simplicity, we won't allow this to be disabled. It also can't
5137 * be changed if the cgroup has children already, or if tasks had
5138 * already joined.
5139 *
5140 * If tasks join before we set the limit, a person looking at
5141 * kmem.usage_in_bytes will have no way to determine when it took
5142 * place, which makes the value quite meaningless.
5143 *
5144 * After it first became limited, changes in the value of the limit are
5145 * of course permitted.
Glauber Costa510fc4e2012-12-18 14:21:47 -08005146 */
Glauber Costa09998212013-02-22 16:34:55 -08005147 mutex_lock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005148 mutex_lock(&set_limit_mutex);
5149 if (!memcg->kmem_account_flags && val != RESOURCE_MAX) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005150 if (cgroup_task_count(cont) || memcg_has_children(memcg)) {
Glauber Costa510fc4e2012-12-18 14:21:47 -08005151 ret = -EBUSY;
5152 goto out;
5153 }
5154 ret = res_counter_set_limit(&memcg->kmem, val);
5155 VM_BUG_ON(ret);
5156
Glauber Costa55007d82012-12-18 14:22:38 -08005157 ret = memcg_update_cache_sizes(memcg);
5158 if (ret) {
5159 res_counter_set_limit(&memcg->kmem, RESOURCE_MAX);
5160 goto out;
5161 }
Glauber Costa692e89a2013-02-22 16:34:56 -08005162 static_key_slow_inc(&memcg_kmem_enabled_key);
5163 /*
5164 * setting the active bit after the inc will guarantee no one
5165 * starts accounting before all call sites are patched
5166 */
5167 memcg_kmem_set_active(memcg);
5168
Glauber Costa7de37682012-12-18 14:22:07 -08005169 /*
5170 * kmem charges can outlive the cgroup. In the case of slab
5171 * pages, for instance, a page contain objects from various
5172 * processes, so it is unfeasible to migrate them away. We
5173 * need to reference count the memcg because of that.
5174 */
5175 mem_cgroup_get(memcg);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005176 } else
5177 ret = res_counter_set_limit(&memcg->kmem, val);
5178out:
5179 mutex_unlock(&set_limit_mutex);
Glauber Costa09998212013-02-22 16:34:55 -08005180 mutex_unlock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005181#endif
5182 return ret;
5183}
5184
Hugh Dickins6d0439902013-02-22 16:35:50 -08005185#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -08005186static int memcg_propagate_kmem(struct mem_cgroup *memcg)
Glauber Costa510fc4e2012-12-18 14:21:47 -08005187{
Glauber Costa55007d82012-12-18 14:22:38 -08005188 int ret = 0;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005189 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
5190 if (!parent)
Glauber Costa55007d82012-12-18 14:22:38 -08005191 goto out;
5192
Glauber Costa510fc4e2012-12-18 14:21:47 -08005193 memcg->kmem_account_flags = parent->kmem_account_flags;
Glauber Costaa8964b92012-12-18 14:22:09 -08005194 /*
5195 * When that happen, we need to disable the static branch only on those
5196 * memcgs that enabled it. To achieve this, we would be forced to
5197 * complicate the code by keeping track of which memcgs were the ones
5198 * that actually enabled limits, and which ones got it from its
5199 * parents.
5200 *
5201 * It is a lot simpler just to do static_key_slow_inc() on every child
5202 * that is accounted.
5203 */
Glauber Costa55007d82012-12-18 14:22:38 -08005204 if (!memcg_kmem_is_active(memcg))
5205 goto out;
5206
5207 /*
5208 * destroy(), called if we fail, will issue static_key_slow_inc() and
5209 * mem_cgroup_put() if kmem is enabled. We have to either call them
5210 * unconditionally, or clear the KMEM_ACTIVE flag. I personally find
5211 * this more consistent, since it always leads to the same destroy path
5212 */
5213 mem_cgroup_get(memcg);
5214 static_key_slow_inc(&memcg_kmem_enabled_key);
5215
5216 mutex_lock(&set_limit_mutex);
5217 ret = memcg_update_cache_sizes(memcg);
5218 mutex_unlock(&set_limit_mutex);
Glauber Costa55007d82012-12-18 14:22:38 -08005219out:
5220 return ret;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005221}
Hugh Dickins6d0439902013-02-22 16:35:50 -08005222#endif /* CONFIG_MEMCG_KMEM */
Glauber Costa510fc4e2012-12-18 14:21:47 -08005223
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005224/*
5225 * The user of this function is...
5226 * RES_LIMIT.
5227 */
Paul Menage856c13a2008-07-25 01:47:04 -07005228static int mem_cgroup_write(struct cgroup *cont, struct cftype *cft,
5229 const char *buffer)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005230{
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005231 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005232 enum res_type type;
5233 int name;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005234 unsigned long long val;
5235 int ret;
5236
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005237 type = MEMFILE_TYPE(cft->private);
5238 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005239
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005240 switch (name) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005241 case RES_LIMIT:
Balbir Singh4b3bde42009-09-23 15:56:32 -07005242 if (mem_cgroup_is_root(memcg)) { /* Can't set limit on root */
5243 ret = -EINVAL;
5244 break;
5245 }
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005246 /* This function does all necessary parse...reuse it */
5247 ret = res_counter_memparse_write_strategy(buffer, &val);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005248 if (ret)
5249 break;
5250 if (type == _MEM)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005251 ret = mem_cgroup_resize_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005252 else if (type == _MEMSWAP)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005253 ret = mem_cgroup_resize_memsw_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005254 else if (type == _KMEM)
5255 ret = memcg_update_kmem_limit(cont, val);
5256 else
5257 return -EINVAL;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005258 break;
Balbir Singh296c81d2009-09-23 15:56:36 -07005259 case RES_SOFT_LIMIT:
5260 ret = res_counter_memparse_write_strategy(buffer, &val);
5261 if (ret)
5262 break;
5263 /*
5264 * For memsw, soft limits are hard to implement in terms
5265 * of semantics, for now, we support soft limits for
5266 * control without swap
5267 */
5268 if (type == _MEM)
5269 ret = res_counter_set_soft_limit(&memcg->res, val);
5270 else
5271 ret = -EINVAL;
5272 break;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005273 default:
5274 ret = -EINVAL; /* should be BUG() ? */
5275 break;
5276 }
5277 return ret;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005278}
5279
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005280static void memcg_get_hierarchical_limit(struct mem_cgroup *memcg,
5281 unsigned long long *mem_limit, unsigned long long *memsw_limit)
5282{
5283 struct cgroup *cgroup;
5284 unsigned long long min_limit, min_memsw_limit, tmp;
5285
5286 min_limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
5287 min_memsw_limit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5288 cgroup = memcg->css.cgroup;
5289 if (!memcg->use_hierarchy)
5290 goto out;
5291
5292 while (cgroup->parent) {
5293 cgroup = cgroup->parent;
5294 memcg = mem_cgroup_from_cont(cgroup);
5295 if (!memcg->use_hierarchy)
5296 break;
5297 tmp = res_counter_read_u64(&memcg->res, RES_LIMIT);
5298 min_limit = min(min_limit, tmp);
5299 tmp = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5300 min_memsw_limit = min(min_memsw_limit, tmp);
5301 }
5302out:
5303 *mem_limit = min_limit;
5304 *memsw_limit = min_memsw_limit;
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005305}
5306
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005307static int mem_cgroup_reset(struct cgroup *cont, unsigned int event)
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005308{
Tejun Heoaf36f902012-04-01 12:09:55 -07005309 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005310 int name;
5311 enum res_type type;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005312
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005313 type = MEMFILE_TYPE(event);
5314 name = MEMFILE_ATTR(event);
Tejun Heoaf36f902012-04-01 12:09:55 -07005315
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005316 switch (name) {
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005317 case RES_MAX_USAGE:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005318 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005319 res_counter_reset_max(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005320 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005321 res_counter_reset_max(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005322 else if (type == _KMEM)
5323 res_counter_reset_max(&memcg->kmem);
5324 else
5325 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005326 break;
5327 case RES_FAILCNT:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005328 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005329 res_counter_reset_failcnt(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005330 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005331 res_counter_reset_failcnt(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005332 else if (type == _KMEM)
5333 res_counter_reset_failcnt(&memcg->kmem);
5334 else
5335 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005336 break;
5337 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07005338
Pavel Emelyanov85cc59d2008-04-29 01:00:20 -07005339 return 0;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005340}
5341
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005342static u64 mem_cgroup_move_charge_read(struct cgroup *cgrp,
5343 struct cftype *cft)
5344{
5345 return mem_cgroup_from_cont(cgrp)->move_charge_at_immigrate;
5346}
5347
Daisuke Nishimura02491442010-03-10 15:22:17 -08005348#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005349static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5350 struct cftype *cft, u64 val)
5351{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005352 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005353
5354 if (val >= (1 << NR_MOVE_TYPE))
5355 return -EINVAL;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005356
Glauber Costaee5e8472013-02-22 16:34:50 -08005357 /*
5358 * No kind of locking is needed in here, because ->can_attach() will
5359 * check this value once in the beginning of the process, and then carry
5360 * on with stale data. This means that changes to this value will only
5361 * affect task migrations starting after the change.
5362 */
5363 memcg->move_charge_at_immigrate = val;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005364 return 0;
5365}
Daisuke Nishimura02491442010-03-10 15:22:17 -08005366#else
5367static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5368 struct cftype *cft, u64 val)
5369{
5370 return -ENOSYS;
5371}
5372#endif
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005373
Ying Han406eb0c2011-05-26 16:25:37 -07005374#ifdef CONFIG_NUMA
Wanpeng Liab215882012-07-31 16:43:09 -07005375static int memcg_numa_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weinerfada52c2012-05-29 15:07:06 -07005376 struct seq_file *m)
Ying Han406eb0c2011-05-26 16:25:37 -07005377{
5378 int nid;
5379 unsigned long total_nr, file_nr, anon_nr, unevictable_nr;
5380 unsigned long node_nr;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005381 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Ying Han406eb0c2011-05-26 16:25:37 -07005382
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005383 total_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005384 seq_printf(m, "total=%lu", total_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005385 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005386 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005387 seq_printf(m, " N%d=%lu", nid, node_nr);
5388 }
5389 seq_putc(m, '\n');
5390
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005391 file_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005392 seq_printf(m, "file=%lu", file_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005393 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005394 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005395 LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005396 seq_printf(m, " N%d=%lu", nid, node_nr);
5397 }
5398 seq_putc(m, '\n');
5399
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005400 anon_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005401 seq_printf(m, "anon=%lu", anon_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005402 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005403 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005404 LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005405 seq_printf(m, " N%d=%lu", nid, node_nr);
5406 }
5407 seq_putc(m, '\n');
5408
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005409 unevictable_nr = mem_cgroup_nr_lru_pages(memcg, BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005410 seq_printf(m, "unevictable=%lu", unevictable_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005411 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005412 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005413 BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005414 seq_printf(m, " N%d=%lu", nid, node_nr);
5415 }
5416 seq_putc(m, '\n');
5417 return 0;
5418}
5419#endif /* CONFIG_NUMA */
5420
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005421static inline void mem_cgroup_lru_names_not_uptodate(void)
5422{
5423 BUILD_BUG_ON(ARRAY_SIZE(mem_cgroup_lru_names) != NR_LRU_LISTS);
5424}
5425
Wanpeng Liab215882012-07-31 16:43:09 -07005426static int memcg_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005427 struct seq_file *m)
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005428{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005429 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005430 struct mem_cgroup *mi;
5431 unsigned int i;
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005432
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005433 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005434 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005435 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005436 seq_printf(m, "%s %ld\n", mem_cgroup_stat_names[i],
5437 mem_cgroup_read_stat(memcg, i) * PAGE_SIZE);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005438 }
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005439
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005440 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++)
5441 seq_printf(m, "%s %lu\n", mem_cgroup_events_names[i],
5442 mem_cgroup_read_events(memcg, i));
5443
5444 for (i = 0; i < NR_LRU_LISTS; i++)
5445 seq_printf(m, "%s %lu\n", mem_cgroup_lru_names[i],
5446 mem_cgroup_nr_lru_pages(memcg, BIT(i)) * PAGE_SIZE);
5447
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005448 /* Hierarchical information */
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005449 {
5450 unsigned long long limit, memsw_limit;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005451 memcg_get_hierarchical_limit(memcg, &limit, &memsw_limit);
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005452 seq_printf(m, "hierarchical_memory_limit %llu\n", limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005453 if (do_swap_account)
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005454 seq_printf(m, "hierarchical_memsw_limit %llu\n",
5455 memsw_limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005456 }
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005457
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005458 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
5459 long long val = 0;
5460
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005461 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005462 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005463 for_each_mem_cgroup_tree(mi, memcg)
5464 val += mem_cgroup_read_stat(mi, i) * PAGE_SIZE;
5465 seq_printf(m, "total_%s %lld\n", mem_cgroup_stat_names[i], val);
5466 }
5467
5468 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
5469 unsigned long long val = 0;
5470
5471 for_each_mem_cgroup_tree(mi, memcg)
5472 val += mem_cgroup_read_events(mi, i);
5473 seq_printf(m, "total_%s %llu\n",
5474 mem_cgroup_events_names[i], val);
5475 }
5476
5477 for (i = 0; i < NR_LRU_LISTS; i++) {
5478 unsigned long long val = 0;
5479
5480 for_each_mem_cgroup_tree(mi, memcg)
5481 val += mem_cgroup_nr_lru_pages(mi, BIT(i)) * PAGE_SIZE;
5482 seq_printf(m, "total_%s %llu\n", mem_cgroup_lru_names[i], val);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005483 }
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005484
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005485#ifdef CONFIG_DEBUG_VM
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005486 {
5487 int nid, zid;
5488 struct mem_cgroup_per_zone *mz;
Hugh Dickins89abfab2012-05-29 15:06:53 -07005489 struct zone_reclaim_stat *rstat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005490 unsigned long recent_rotated[2] = {0, 0};
5491 unsigned long recent_scanned[2] = {0, 0};
5492
5493 for_each_online_node(nid)
5494 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005495 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
Hugh Dickins89abfab2012-05-29 15:06:53 -07005496 rstat = &mz->lruvec.reclaim_stat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005497
Hugh Dickins89abfab2012-05-29 15:06:53 -07005498 recent_rotated[0] += rstat->recent_rotated[0];
5499 recent_rotated[1] += rstat->recent_rotated[1];
5500 recent_scanned[0] += rstat->recent_scanned[0];
5501 recent_scanned[1] += rstat->recent_scanned[1];
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005502 }
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005503 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]);
5504 seq_printf(m, "recent_rotated_file %lu\n", recent_rotated[1]);
5505 seq_printf(m, "recent_scanned_anon %lu\n", recent_scanned[0]);
5506 seq_printf(m, "recent_scanned_file %lu\n", recent_scanned[1]);
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005507 }
5508#endif
5509
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005510 return 0;
5511}
5512
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005513static u64 mem_cgroup_swappiness_read(struct cgroup *cgrp, struct cftype *cft)
5514{
5515 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5516
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07005517 return mem_cgroup_swappiness(memcg);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005518}
5519
5520static int mem_cgroup_swappiness_write(struct cgroup *cgrp, struct cftype *cft,
5521 u64 val)
5522{
5523 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5524 struct mem_cgroup *parent;
Li Zefan068b38c2009-01-15 13:51:26 -08005525
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005526 if (val > 100)
5527 return -EINVAL;
5528
5529 if (cgrp->parent == NULL)
5530 return -EINVAL;
5531
5532 parent = mem_cgroup_from_cont(cgrp->parent);
Li Zefan068b38c2009-01-15 13:51:26 -08005533
Glauber Costa09998212013-02-22 16:34:55 -08005534 mutex_lock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005535
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005536 /* If under hierarchy, only empty-root can set this value */
Glauber Costab5f99b52013-02-22 16:34:53 -08005537 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005538 mutex_unlock(&memcg_create_mutex);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005539 return -EINVAL;
Li Zefan068b38c2009-01-15 13:51:26 -08005540 }
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005541
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005542 memcg->swappiness = val;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005543
Glauber Costa09998212013-02-22 16:34:55 -08005544 mutex_unlock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005545
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005546 return 0;
5547}
5548
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005549static void __mem_cgroup_threshold(struct mem_cgroup *memcg, bool swap)
5550{
5551 struct mem_cgroup_threshold_ary *t;
5552 u64 usage;
5553 int i;
5554
5555 rcu_read_lock();
5556 if (!swap)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005557 t = rcu_dereference(memcg->thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005558 else
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005559 t = rcu_dereference(memcg->memsw_thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005560
5561 if (!t)
5562 goto unlock;
5563
5564 usage = mem_cgroup_usage(memcg, swap);
5565
5566 /*
Sha Zhengju748dad32012-05-29 15:06:57 -07005567 * current_threshold points to threshold just below or equal to usage.
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005568 * If it's not true, a threshold was crossed after last
5569 * call of __mem_cgroup_threshold().
5570 */
Phil Carmody5407a562010-05-26 14:42:42 -07005571 i = t->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005572
5573 /*
5574 * Iterate backward over array of thresholds starting from
5575 * current_threshold and check if a threshold is crossed.
5576 * If none of thresholds below usage is crossed, we read
5577 * only one element of the array here.
5578 */
5579 for (; i >= 0 && unlikely(t->entries[i].threshold > usage); i--)
5580 eventfd_signal(t->entries[i].eventfd, 1);
5581
5582 /* i = current_threshold + 1 */
5583 i++;
5584
5585 /*
5586 * Iterate forward over array of thresholds starting from
5587 * current_threshold+1 and check if a threshold is crossed.
5588 * If none of thresholds above usage is crossed, we read
5589 * only one element of the array here.
5590 */
5591 for (; i < t->size && unlikely(t->entries[i].threshold <= usage); i++)
5592 eventfd_signal(t->entries[i].eventfd, 1);
5593
5594 /* Update current_threshold */
Phil Carmody5407a562010-05-26 14:42:42 -07005595 t->current_threshold = i - 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005596unlock:
5597 rcu_read_unlock();
5598}
5599
5600static void mem_cgroup_threshold(struct mem_cgroup *memcg)
5601{
Kirill A. Shutemovad4ca5f2010-10-07 12:59:27 -07005602 while (memcg) {
5603 __mem_cgroup_threshold(memcg, false);
5604 if (do_swap_account)
5605 __mem_cgroup_threshold(memcg, true);
5606
5607 memcg = parent_mem_cgroup(memcg);
5608 }
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005609}
5610
5611static int compare_thresholds(const void *a, const void *b)
5612{
5613 const struct mem_cgroup_threshold *_a = a;
5614 const struct mem_cgroup_threshold *_b = b;
5615
5616 return _a->threshold - _b->threshold;
5617}
5618
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005619static int mem_cgroup_oom_notify_cb(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005620{
5621 struct mem_cgroup_eventfd_list *ev;
5622
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005623 list_for_each_entry(ev, &memcg->oom_notify, list)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005624 eventfd_signal(ev->eventfd, 1);
5625 return 0;
5626}
5627
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005628static void mem_cgroup_oom_notify(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005629{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005630 struct mem_cgroup *iter;
5631
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005632 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005633 mem_cgroup_oom_notify_cb(iter);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005634}
5635
5636static int mem_cgroup_usage_register_event(struct cgroup *cgrp,
5637 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005638{
5639 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005640 struct mem_cgroup_thresholds *thresholds;
5641 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005642 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005643 u64 threshold, usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005644 int i, size, ret;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005645
5646 ret = res_counter_memparse_write_strategy(args, &threshold);
5647 if (ret)
5648 return ret;
5649
5650 mutex_lock(&memcg->thresholds_lock);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005651
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005652 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005653 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005654 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005655 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005656 else
5657 BUG();
5658
5659 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5660
5661 /* Check if a threshold crossed before adding a new one */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005662 if (thresholds->primary)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005663 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5664
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005665 size = thresholds->primary ? thresholds->primary->size + 1 : 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005666
5667 /* Allocate memory for new array of thresholds */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005668 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005669 GFP_KERNEL);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005670 if (!new) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005671 ret = -ENOMEM;
5672 goto unlock;
5673 }
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005674 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005675
5676 /* Copy thresholds (if any) to new array */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005677 if (thresholds->primary) {
5678 memcpy(new->entries, thresholds->primary->entries, (size - 1) *
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005679 sizeof(struct mem_cgroup_threshold));
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005680 }
5681
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005682 /* Add new threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005683 new->entries[size - 1].eventfd = eventfd;
5684 new->entries[size - 1].threshold = threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005685
5686 /* Sort thresholds. Registering of new threshold isn't time-critical */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005687 sort(new->entries, size, sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005688 compare_thresholds, NULL);
5689
5690 /* Find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005691 new->current_threshold = -1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005692 for (i = 0; i < size; i++) {
Sha Zhengju748dad32012-05-29 15:06:57 -07005693 if (new->entries[i].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005694 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005695 * new->current_threshold will not be used until
5696 * rcu_assign_pointer(), so it's safe to increment
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005697 * it here.
5698 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005699 ++new->current_threshold;
Sha Zhengju748dad32012-05-29 15:06:57 -07005700 } else
5701 break;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005702 }
5703
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005704 /* Free old spare buffer and save old primary buffer as spare */
5705 kfree(thresholds->spare);
5706 thresholds->spare = thresholds->primary;
5707
5708 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005709
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005710 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005711 synchronize_rcu();
5712
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005713unlock:
5714 mutex_unlock(&memcg->thresholds_lock);
5715
5716 return ret;
5717}
5718
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005719static void mem_cgroup_usage_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005720 struct cftype *cft, struct eventfd_ctx *eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005721{
5722 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005723 struct mem_cgroup_thresholds *thresholds;
5724 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005725 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005726 u64 usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005727 int i, j, size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005728
5729 mutex_lock(&memcg->thresholds_lock);
5730 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005731 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005732 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005733 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005734 else
5735 BUG();
5736
Anton Vorontsov371528c2012-02-24 05:14:46 +04005737 if (!thresholds->primary)
5738 goto unlock;
5739
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005740 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5741
5742 /* Check if a threshold crossed before removing */
5743 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5744
5745 /* Calculate new number of threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005746 size = 0;
5747 for (i = 0; i < thresholds->primary->size; i++) {
5748 if (thresholds->primary->entries[i].eventfd != eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005749 size++;
5750 }
5751
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005752 new = thresholds->spare;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005753
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005754 /* Set thresholds array to NULL if we don't have thresholds */
5755 if (!size) {
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005756 kfree(new);
5757 new = NULL;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005758 goto swap_buffers;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005759 }
5760
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005761 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005762
5763 /* Copy thresholds and find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005764 new->current_threshold = -1;
5765 for (i = 0, j = 0; i < thresholds->primary->size; i++) {
5766 if (thresholds->primary->entries[i].eventfd == eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005767 continue;
5768
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005769 new->entries[j] = thresholds->primary->entries[i];
Sha Zhengju748dad32012-05-29 15:06:57 -07005770 if (new->entries[j].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005771 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005772 * new->current_threshold will not be used
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005773 * until rcu_assign_pointer(), so it's safe to increment
5774 * it here.
5775 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005776 ++new->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005777 }
5778 j++;
5779 }
5780
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005781swap_buffers:
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005782 /* Swap primary and spare array */
5783 thresholds->spare = thresholds->primary;
Sha Zhengju8c757762012-05-10 13:01:45 -07005784 /* If all events are unregistered, free the spare array */
5785 if (!new) {
5786 kfree(thresholds->spare);
5787 thresholds->spare = NULL;
5788 }
5789
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005790 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005791
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005792 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005793 synchronize_rcu();
Anton Vorontsov371528c2012-02-24 05:14:46 +04005794unlock:
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005795 mutex_unlock(&memcg->thresholds_lock);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005796}
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005797
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005798static int mem_cgroup_oom_register_event(struct cgroup *cgrp,
5799 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
5800{
5801 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5802 struct mem_cgroup_eventfd_list *event;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005803 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005804
5805 BUG_ON(type != _OOM_TYPE);
5806 event = kmalloc(sizeof(*event), GFP_KERNEL);
5807 if (!event)
5808 return -ENOMEM;
5809
Michal Hocko1af8efe2011-07-26 16:08:24 -07005810 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005811
5812 event->eventfd = eventfd;
5813 list_add(&event->list, &memcg->oom_notify);
5814
5815 /* already in OOM ? */
Michal Hocko79dfdac2011-07-26 16:08:23 -07005816 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005817 eventfd_signal(eventfd, 1);
Michal Hocko1af8efe2011-07-26 16:08:24 -07005818 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005819
5820 return 0;
5821}
5822
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005823static void mem_cgroup_oom_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005824 struct cftype *cft, struct eventfd_ctx *eventfd)
5825{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005826 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005827 struct mem_cgroup_eventfd_list *ev, *tmp;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005828 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005829
5830 BUG_ON(type != _OOM_TYPE);
5831
Michal Hocko1af8efe2011-07-26 16:08:24 -07005832 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005833
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005834 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) {
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005835 if (ev->eventfd == eventfd) {
5836 list_del(&ev->list);
5837 kfree(ev);
5838 }
5839 }
5840
Michal Hocko1af8efe2011-07-26 16:08:24 -07005841 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005842}
5843
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005844static int mem_cgroup_oom_control_read(struct cgroup *cgrp,
5845 struct cftype *cft, struct cgroup_map_cb *cb)
5846{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005847 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005848
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005849 cb->fill(cb, "oom_kill_disable", memcg->oom_kill_disable);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005850
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005851 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005852 cb->fill(cb, "under_oom", 1);
5853 else
5854 cb->fill(cb, "under_oom", 0);
5855 return 0;
5856}
5857
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005858static int mem_cgroup_oom_control_write(struct cgroup *cgrp,
5859 struct cftype *cft, u64 val)
5860{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005861 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005862 struct mem_cgroup *parent;
5863
5864 /* cannot set to root cgroup and only 0 and 1 are allowed */
5865 if (!cgrp->parent || !((val == 0) || (val == 1)))
5866 return -EINVAL;
5867
5868 parent = mem_cgroup_from_cont(cgrp->parent);
5869
Glauber Costa09998212013-02-22 16:34:55 -08005870 mutex_lock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005871 /* oom-kill-disable is a flag for subhierarchy. */
Glauber Costab5f99b52013-02-22 16:34:53 -08005872 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005873 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005874 return -EINVAL;
5875 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005876 memcg->oom_kill_disable = val;
KAMEZAWA Hiroyuki4d845eb2010-06-29 15:05:18 -07005877 if (!val)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005878 memcg_oom_recover(memcg);
Glauber Costa09998212013-02-22 16:34:55 -08005879 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005880 return 0;
5881}
5882
Andrew Mortonc255a452012-07-31 16:43:02 -07005883#ifdef CONFIG_MEMCG_KMEM
Glauber Costacbe128e32012-04-09 19:36:34 -03005884static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005885{
Glauber Costa55007d82012-12-18 14:22:38 -08005886 int ret;
5887
Glauber Costa2633d7a2012-12-18 14:22:34 -08005888 memcg->kmemcg_id = -1;
Glauber Costa55007d82012-12-18 14:22:38 -08005889 ret = memcg_propagate_kmem(memcg);
5890 if (ret)
5891 return ret;
Glauber Costa2633d7a2012-12-18 14:22:34 -08005892
Glauber Costa1d62e432012-04-09 19:36:33 -03005893 return mem_cgroup_sockets_init(memcg, ss);
Michel Lespinasse573b4002013-04-29 15:08:13 -07005894}
Glauber Costae5671df2011-12-11 21:47:01 +00005895
Glauber Costa1d62e432012-04-09 19:36:33 -03005896static void kmem_cgroup_destroy(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005897{
Glauber Costa1d62e432012-04-09 19:36:33 -03005898 mem_cgroup_sockets_destroy(memcg);
Glauber Costa7de37682012-12-18 14:22:07 -08005899
5900 memcg_kmem_mark_dead(memcg);
5901
5902 if (res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0)
5903 return;
5904
5905 /*
5906 * Charges already down to 0, undo mem_cgroup_get() done in the charge
5907 * path here, being careful not to race with memcg_uncharge_kmem: it is
5908 * possible that the charges went down to 0 between mark_dead and the
5909 * res_counter read, so in that case, we don't need the put
5910 */
5911 if (memcg_kmem_test_and_clear_dead(memcg))
5912 mem_cgroup_put(memcg);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005913}
Glauber Costae5671df2011-12-11 21:47:01 +00005914#else
Glauber Costacbe128e32012-04-09 19:36:34 -03005915static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005916{
5917 return 0;
5918}
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005919
Glauber Costa1d62e432012-04-09 19:36:33 -03005920static void kmem_cgroup_destroy(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005921{
5922}
Glauber Costae5671df2011-12-11 21:47:01 +00005923#endif
5924
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005925static struct cftype mem_cgroup_files[] = {
5926 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005927 .name = "usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005928 .private = MEMFILE_PRIVATE(_MEM, RES_USAGE),
Tejun Heoaf36f902012-04-01 12:09:55 -07005929 .read = mem_cgroup_read,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005930 .register_event = mem_cgroup_usage_register_event,
5931 .unregister_event = mem_cgroup_usage_unregister_event,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005932 },
5933 {
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005934 .name = "max_usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005935 .private = MEMFILE_PRIVATE(_MEM, RES_MAX_USAGE),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005936 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005937 .read = mem_cgroup_read,
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005938 },
5939 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005940 .name = "limit_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005941 .private = MEMFILE_PRIVATE(_MEM, RES_LIMIT),
Paul Menage856c13a2008-07-25 01:47:04 -07005942 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005943 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005944 },
5945 {
Balbir Singh296c81d2009-09-23 15:56:36 -07005946 .name = "soft_limit_in_bytes",
5947 .private = MEMFILE_PRIVATE(_MEM, RES_SOFT_LIMIT),
5948 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005949 .read = mem_cgroup_read,
Balbir Singh296c81d2009-09-23 15:56:36 -07005950 },
5951 {
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005952 .name = "failcnt",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005953 .private = MEMFILE_PRIVATE(_MEM, RES_FAILCNT),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005954 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005955 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005956 },
Balbir Singh8697d332008-02-07 00:13:59 -08005957 {
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005958 .name = "stat",
Wanpeng Liab215882012-07-31 16:43:09 -07005959 .read_seq_string = memcg_stat_show,
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005960 },
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005961 {
5962 .name = "force_empty",
5963 .trigger = mem_cgroup_force_empty_write,
5964 },
Balbir Singh18f59ea2009-01-07 18:08:07 -08005965 {
5966 .name = "use_hierarchy",
Tejun Heof00baae2013-04-15 13:41:15 -07005967 .flags = CFTYPE_INSANE,
Balbir Singh18f59ea2009-01-07 18:08:07 -08005968 .write_u64 = mem_cgroup_hierarchy_write,
5969 .read_u64 = mem_cgroup_hierarchy_read,
5970 },
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005971 {
5972 .name = "swappiness",
5973 .read_u64 = mem_cgroup_swappiness_read,
5974 .write_u64 = mem_cgroup_swappiness_write,
5975 },
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005976 {
5977 .name = "move_charge_at_immigrate",
5978 .read_u64 = mem_cgroup_move_charge_read,
5979 .write_u64 = mem_cgroup_move_charge_write,
5980 },
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005981 {
5982 .name = "oom_control",
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005983 .read_map = mem_cgroup_oom_control_read,
5984 .write_u64 = mem_cgroup_oom_control_write,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005985 .register_event = mem_cgroup_oom_register_event,
5986 .unregister_event = mem_cgroup_oom_unregister_event,
5987 .private = MEMFILE_PRIVATE(_OOM_TYPE, OOM_CONTROL),
5988 },
Anton Vorontsov70ddf632013-04-29 15:08:31 -07005989 {
5990 .name = "pressure_level",
5991 .register_event = vmpressure_register_event,
5992 .unregister_event = vmpressure_unregister_event,
5993 },
Ying Han406eb0c2011-05-26 16:25:37 -07005994#ifdef CONFIG_NUMA
5995 {
5996 .name = "numa_stat",
Wanpeng Liab215882012-07-31 16:43:09 -07005997 .read_seq_string = memcg_numa_stat_show,
Ying Han406eb0c2011-05-26 16:25:37 -07005998 },
5999#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006000#ifdef CONFIG_MEMCG_KMEM
6001 {
6002 .name = "kmem.limit_in_bytes",
6003 .private = MEMFILE_PRIVATE(_KMEM, RES_LIMIT),
6004 .write_string = mem_cgroup_write,
6005 .read = mem_cgroup_read,
6006 },
6007 {
6008 .name = "kmem.usage_in_bytes",
6009 .private = MEMFILE_PRIVATE(_KMEM, RES_USAGE),
6010 .read = mem_cgroup_read,
6011 },
6012 {
6013 .name = "kmem.failcnt",
6014 .private = MEMFILE_PRIVATE(_KMEM, RES_FAILCNT),
6015 .trigger = mem_cgroup_reset,
6016 .read = mem_cgroup_read,
6017 },
6018 {
6019 .name = "kmem.max_usage_in_bytes",
6020 .private = MEMFILE_PRIVATE(_KMEM, RES_MAX_USAGE),
6021 .trigger = mem_cgroup_reset,
6022 .read = mem_cgroup_read,
6023 },
Glauber Costa749c5412012-12-18 14:23:01 -08006024#ifdef CONFIG_SLABINFO
6025 {
6026 .name = "kmem.slabinfo",
6027 .read_seq_string = mem_cgroup_slabinfo_read,
6028 },
6029#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006030#endif
Tejun Heo6bc10342012-04-01 12:09:55 -07006031 { }, /* terminate */
Tejun Heoaf36f902012-04-01 12:09:55 -07006032};
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006033
Michal Hocko2d110852013-02-22 16:34:43 -08006034#ifdef CONFIG_MEMCG_SWAP
6035static struct cftype memsw_cgroup_files[] = {
6036 {
6037 .name = "memsw.usage_in_bytes",
6038 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_USAGE),
6039 .read = mem_cgroup_read,
6040 .register_event = mem_cgroup_usage_register_event,
6041 .unregister_event = mem_cgroup_usage_unregister_event,
6042 },
6043 {
6044 .name = "memsw.max_usage_in_bytes",
6045 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_MAX_USAGE),
6046 .trigger = mem_cgroup_reset,
6047 .read = mem_cgroup_read,
6048 },
6049 {
6050 .name = "memsw.limit_in_bytes",
6051 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_LIMIT),
6052 .write_string = mem_cgroup_write,
6053 .read = mem_cgroup_read,
6054 },
6055 {
6056 .name = "memsw.failcnt",
6057 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_FAILCNT),
6058 .trigger = mem_cgroup_reset,
6059 .read = mem_cgroup_read,
6060 },
6061 { }, /* terminate */
6062};
6063#endif
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006064static int alloc_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006065{
6066 struct mem_cgroup_per_node *pn;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006067 struct mem_cgroup_per_zone *mz;
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006068 int zone, tmp = node;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006069 /*
6070 * This routine is called against possible nodes.
6071 * But it's BUG to call kmalloc() against offline node.
6072 *
6073 * TODO: this routine can waste much memory for nodes which will
6074 * never be onlined. It's better to use memory hotplug callback
6075 * function.
6076 */
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006077 if (!node_state(node, N_NORMAL_MEMORY))
6078 tmp = -1;
Jesper Juhl17295c82011-01-13 15:47:42 -08006079 pn = kzalloc_node(sizeof(*pn), GFP_KERNEL, tmp);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006080 if (!pn)
6081 return 1;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006082
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006083 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6084 mz = &pn->zoneinfo[zone];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08006085 lruvec_init(&mz->lruvec);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006086 mz->usage_in_excess = 0;
Balbir Singh4e416952009-09-23 15:56:39 -07006087 mz->on_tree = false;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006088 mz->memcg = memcg;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006089 }
Igor Mammedov0a619e52011-11-02 13:38:21 -07006090 memcg->info.nodeinfo[node] = pn;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006091 return 0;
6092}
6093
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006094static void free_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006095{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006096 kfree(memcg->info.nodeinfo[node]);
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006097}
6098
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006099static struct mem_cgroup *mem_cgroup_alloc(void)
6100{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006101 struct mem_cgroup *memcg;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006102 size_t size = memcg_size();
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006103
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006104 /* Can be very big if nr_node_ids is very big */
Jan Blunckc8dad2b2009-01-07 18:07:53 -08006105 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006106 memcg = kzalloc(size, GFP_KERNEL);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006107 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006108 memcg = vzalloc(size);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006109
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006110 if (!memcg)
Dan Carpentere7bbcdf2010-03-23 13:35:12 -07006111 return NULL;
6112
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006113 memcg->stat = alloc_percpu(struct mem_cgroup_stat_cpu);
6114 if (!memcg->stat)
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006115 goto out_free;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006116 spin_lock_init(&memcg->pcp_counter_lock);
6117 return memcg;
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006118
6119out_free:
6120 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006121 kfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006122 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006123 vfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006124 return NULL;
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006125}
6126
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006127/*
Glauber Costac8b2a362012-12-18 14:22:13 -08006128 * At destroying mem_cgroup, references from swap_cgroup can remain.
6129 * (scanning all at force_empty is too costly...)
6130 *
6131 * Instead of clearing all references at force_empty, we remember
6132 * the number of reference from swap_cgroup and free mem_cgroup when
6133 * it goes down to 0.
6134 *
6135 * Removal of cgroup itself succeeds regardless of refs from swap.
Hugh Dickins59927fb2012-03-15 15:17:07 -07006136 */
Glauber Costac8b2a362012-12-18 14:22:13 -08006137
6138static void __mem_cgroup_free(struct mem_cgroup *memcg)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006139{
Glauber Costac8b2a362012-12-18 14:22:13 -08006140 int node;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006141 size_t size = memcg_size();
Hugh Dickins59927fb2012-03-15 15:17:07 -07006142
Glauber Costac8b2a362012-12-18 14:22:13 -08006143 mem_cgroup_remove_from_trees(memcg);
6144 free_css_id(&mem_cgroup_subsys, &memcg->css);
6145
6146 for_each_node(node)
6147 free_mem_cgroup_per_zone_info(memcg, node);
6148
6149 free_percpu(memcg->stat);
6150
Glauber Costa3f134612012-05-29 15:07:11 -07006151 /*
6152 * We need to make sure that (at least for now), the jump label
6153 * destruction code runs outside of the cgroup lock. This is because
6154 * get_online_cpus(), which is called from the static_branch update,
6155 * can't be called inside the cgroup_lock. cpusets are the ones
6156 * enforcing this dependency, so if they ever change, we might as well.
6157 *
6158 * schedule_work() will guarantee this happens. Be careful if you need
6159 * to move this code around, and make sure it is outside
6160 * the cgroup_lock.
6161 */
Glauber Costaa8964b92012-12-18 14:22:09 -08006162 disarm_static_keys(memcg);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006163 if (size < PAGE_SIZE)
6164 kfree(memcg);
6165 else
6166 vfree(memcg);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006167}
Glauber Costa3afe36b2012-05-29 15:07:10 -07006168
Glauber Costac8b2a362012-12-18 14:22:13 -08006169
6170/*
6171 * Helpers for freeing a kmalloc()ed/vzalloc()ed mem_cgroup by RCU,
6172 * but in process context. The work_freeing structure is overlaid
6173 * on the rcu_freeing structure, which itself is overlaid on memsw.
6174 */
6175static void free_work(struct work_struct *work)
6176{
6177 struct mem_cgroup *memcg;
6178
6179 memcg = container_of(work, struct mem_cgroup, work_freeing);
6180 __mem_cgroup_free(memcg);
6181}
6182
Glauber Costa3afe36b2012-05-29 15:07:10 -07006183static void free_rcu(struct rcu_head *rcu_head)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006184{
6185 struct mem_cgroup *memcg;
6186
6187 memcg = container_of(rcu_head, struct mem_cgroup, rcu_freeing);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006188 INIT_WORK(&memcg->work_freeing, free_work);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006189 schedule_work(&memcg->work_freeing);
6190}
6191
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006192static void mem_cgroup_get(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006193{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006194 atomic_inc(&memcg->refcnt);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006195}
6196
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006197static void __mem_cgroup_put(struct mem_cgroup *memcg, int count)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006198{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006199 if (atomic_sub_and_test(count, &memcg->refcnt)) {
6200 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
Glauber Costac8b2a362012-12-18 14:22:13 -08006201 call_rcu(&memcg->rcu_freeing, free_rcu);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006202 if (parent)
6203 mem_cgroup_put(parent);
6204 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006205}
6206
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006207static void mem_cgroup_put(struct mem_cgroup *memcg)
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006208{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006209 __mem_cgroup_put(memcg, 1);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006210}
6211
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006212/*
6213 * Returns the parent mem_cgroup in memcgroup hierarchy with hierarchy enabled.
6214 */
Glauber Costae1aab162011-12-11 21:47:03 +00006215struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006216{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006217 if (!memcg->res.parent)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006218 return NULL;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006219 return mem_cgroup_from_res_counter(memcg->res.parent, res);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006220}
Glauber Costae1aab162011-12-11 21:47:03 +00006221EXPORT_SYMBOL(parent_mem_cgroup);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006222
Michal Hocko8787a1d2013-02-22 16:35:39 -08006223static void __init mem_cgroup_soft_limit_tree_init(void)
Balbir Singhf64c3f52009-09-23 15:56:37 -07006224{
6225 struct mem_cgroup_tree_per_node *rtpn;
6226 struct mem_cgroup_tree_per_zone *rtpz;
6227 int tmp, node, zone;
6228
Bob Liu3ed28fa2012-01-12 17:19:04 -08006229 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -07006230 tmp = node;
6231 if (!node_state(node, N_NORMAL_MEMORY))
6232 tmp = -1;
6233 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, tmp);
Michal Hocko8787a1d2013-02-22 16:35:39 -08006234 BUG_ON(!rtpn);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006235
6236 soft_limit_tree.rb_tree_per_node[node] = rtpn;
6237
6238 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6239 rtpz = &rtpn->rb_tree_per_zone[zone];
6240 rtpz->rb_root = RB_ROOT;
6241 spin_lock_init(&rtpz->lock);
6242 }
6243 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07006244}
6245
Li Zefan0eb253e2009-01-15 13:51:25 -08006246static struct cgroup_subsys_state * __ref
Tejun Heo92fb9742012-11-19 08:13:38 -08006247mem_cgroup_css_alloc(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006248{
Glauber Costad142e3e2013-02-22 16:34:52 -08006249 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006250 long error = -ENOMEM;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006251 int node;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006252
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006253 memcg = mem_cgroup_alloc();
6254 if (!memcg)
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006255 return ERR_PTR(error);
Pavel Emelianov78fb7462008-02-07 00:13:51 -08006256
Bob Liu3ed28fa2012-01-12 17:19:04 -08006257 for_each_node(node)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006258 if (alloc_mem_cgroup_per_zone_info(memcg, node))
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006259 goto free_out;
Balbir Singhf64c3f52009-09-23 15:56:37 -07006260
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006261 /* root ? */
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006262 if (cont->parent == NULL) {
Hillf Dantona41c58a2011-12-19 17:11:57 -08006263 root_mem_cgroup = memcg;
Glauber Costad142e3e2013-02-22 16:34:52 -08006264 res_counter_init(&memcg->res, NULL);
6265 res_counter_init(&memcg->memsw, NULL);
6266 res_counter_init(&memcg->kmem, NULL);
Balbir Singh18f59ea2009-01-07 18:08:07 -08006267 }
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006268
Glauber Costad142e3e2013-02-22 16:34:52 -08006269 memcg->last_scanned_node = MAX_NUMNODES;
6270 INIT_LIST_HEAD(&memcg->oom_notify);
6271 atomic_set(&memcg->refcnt, 1);
6272 memcg->move_charge_at_immigrate = 0;
6273 mutex_init(&memcg->thresholds_lock);
6274 spin_lock_init(&memcg->move_lock);
Anton Vorontsov70ddf632013-04-29 15:08:31 -07006275 vmpressure_init(&memcg->vmpressure);
Glauber Costad142e3e2013-02-22 16:34:52 -08006276
6277 return &memcg->css;
6278
6279free_out:
6280 __mem_cgroup_free(memcg);
6281 return ERR_PTR(error);
6282}
6283
6284static int
6285mem_cgroup_css_online(struct cgroup *cont)
6286{
6287 struct mem_cgroup *memcg, *parent;
6288 int error = 0;
6289
6290 if (!cont->parent)
6291 return 0;
6292
Glauber Costa09998212013-02-22 16:34:55 -08006293 mutex_lock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08006294 memcg = mem_cgroup_from_cont(cont);
6295 parent = mem_cgroup_from_cont(cont->parent);
6296
6297 memcg->use_hierarchy = parent->use_hierarchy;
6298 memcg->oom_kill_disable = parent->oom_kill_disable;
6299 memcg->swappiness = mem_cgroup_swappiness(parent);
6300
6301 if (parent->use_hierarchy) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006302 res_counter_init(&memcg->res, &parent->res);
6303 res_counter_init(&memcg->memsw, &parent->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006304 res_counter_init(&memcg->kmem, &parent->kmem);
Glauber Costa55007d82012-12-18 14:22:38 -08006305
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006306 /*
6307 * We increment refcnt of the parent to ensure that we can
6308 * safely access it on res_counter_charge/uncharge.
6309 * This refcnt will be decremented when freeing this
6310 * mem_cgroup(see mem_cgroup_put).
6311 */
6312 mem_cgroup_get(parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08006313 } else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006314 res_counter_init(&memcg->res, NULL);
6315 res_counter_init(&memcg->memsw, NULL);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006316 res_counter_init(&memcg->kmem, NULL);
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006317 /*
6318 * Deeper hierachy with use_hierarchy == false doesn't make
6319 * much sense so let cgroup subsystem know about this
6320 * unfortunate state in our controller.
6321 */
Glauber Costad142e3e2013-02-22 16:34:52 -08006322 if (parent != root_mem_cgroup)
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006323 mem_cgroup_subsys.broken_hierarchy = true;
Balbir Singh18f59ea2009-01-07 18:08:07 -08006324 }
Glauber Costacbe128e32012-04-09 19:36:34 -03006325
6326 error = memcg_init_kmem(memcg, &mem_cgroup_subsys);
Glauber Costa09998212013-02-22 16:34:55 -08006327 mutex_unlock(&memcg_create_mutex);
Glauber Costacbe128e32012-04-09 19:36:34 -03006328 if (error) {
6329 /*
6330 * We call put now because our (and parent's) refcnts
6331 * are already in place. mem_cgroup_put() will internally
6332 * call __mem_cgroup_free, so return directly
6333 */
6334 mem_cgroup_put(memcg);
Glauber Costae4715f02013-02-22 16:34:57 -08006335 if (parent->use_hierarchy)
6336 mem_cgroup_put(parent);
Glauber Costacbe128e32012-04-09 19:36:34 -03006337 }
Glauber Costad142e3e2013-02-22 16:34:52 -08006338 return error;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006339}
6340
Michal Hocko5f578162013-04-29 15:07:17 -07006341/*
6342 * Announce all parents that a group from their hierarchy is gone.
6343 */
6344static void mem_cgroup_invalidate_reclaim_iterators(struct mem_cgroup *memcg)
6345{
6346 struct mem_cgroup *parent = memcg;
6347
6348 while ((parent = parent_mem_cgroup(parent)))
Johannes Weiner519ebea2013-07-03 15:04:51 -07006349 mem_cgroup_iter_invalidate(parent);
Michal Hocko5f578162013-04-29 15:07:17 -07006350
6351 /*
6352 * if the root memcg is not hierarchical we have to check it
6353 * explicitely.
6354 */
6355 if (!root_mem_cgroup->use_hierarchy)
Johannes Weiner519ebea2013-07-03 15:04:51 -07006356 mem_cgroup_iter_invalidate(root_mem_cgroup);
Michal Hocko5f578162013-04-29 15:07:17 -07006357}
6358
Tejun Heo92fb9742012-11-19 08:13:38 -08006359static void mem_cgroup_css_offline(struct cgroup *cont)
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006360{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006361 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
KAMEZAWA Hiroyukiec64f512009-04-02 16:57:26 -07006362
Michal Hocko5f578162013-04-29 15:07:17 -07006363 mem_cgroup_invalidate_reclaim_iterators(memcg);
Michal Hockoab5196c2012-10-26 13:37:32 +02006364 mem_cgroup_reparent_charges(memcg);
Glauber Costa1f458cb2012-12-18 14:22:50 -08006365 mem_cgroup_destroy_all_caches(memcg);
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006366}
6367
Tejun Heo92fb9742012-11-19 08:13:38 -08006368static void mem_cgroup_css_free(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006369{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006370 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Daisuke Nishimurac268e992009-01-15 13:51:13 -08006371
Glauber Costa1d62e432012-04-09 19:36:33 -03006372 kmem_cgroup_destroy(memcg);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00006373
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006374 mem_cgroup_put(memcg);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006375}
6376
Daisuke Nishimura02491442010-03-10 15:22:17 -08006377#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006378/* Handlers for move charge at task migration. */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006379#define PRECHARGE_COUNT_AT_ONCE 256
6380static int mem_cgroup_do_precharge(unsigned long count)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006381{
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006382 int ret = 0;
6383 int batch_count = PRECHARGE_COUNT_AT_ONCE;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006384 struct mem_cgroup *memcg = mc.to;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006385
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006386 if (mem_cgroup_is_root(memcg)) {
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006387 mc.precharge += count;
6388 /* we don't need css_get for root */
6389 return ret;
6390 }
6391 /* try to charge at once */
6392 if (count > 1) {
6393 struct res_counter *dummy;
6394 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006395 * "memcg" cannot be under rmdir() because we've already checked
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006396 * by cgroup_lock_live_cgroup() that it is not removed and we
6397 * are still under the same cgroup_mutex. So we can postpone
6398 * css_get().
6399 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006400 if (res_counter_charge(&memcg->res, PAGE_SIZE * count, &dummy))
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006401 goto one_by_one;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006402 if (do_swap_account && res_counter_charge(&memcg->memsw,
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006403 PAGE_SIZE * count, &dummy)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006404 res_counter_uncharge(&memcg->res, PAGE_SIZE * count);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006405 goto one_by_one;
6406 }
6407 mc.precharge += count;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006408 return ret;
6409 }
6410one_by_one:
6411 /* fall back to one by one charge */
6412 while (count--) {
6413 if (signal_pending(current)) {
6414 ret = -EINTR;
6415 break;
6416 }
6417 if (!batch_count--) {
6418 batch_count = PRECHARGE_COUNT_AT_ONCE;
6419 cond_resched();
6420 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006421 ret = __mem_cgroup_try_charge(NULL,
6422 GFP_KERNEL, 1, &memcg, false);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006423 if (ret)
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006424 /* mem_cgroup_clear_mc() will do uncharge later */
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006425 return ret;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006426 mc.precharge++;
6427 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006428 return ret;
6429}
6430
6431/**
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006432 * get_mctgt_type - get target type of moving charge
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006433 * @vma: the vma the pte to be checked belongs
6434 * @addr: the address corresponding to the pte to be checked
6435 * @ptent: the pte to be checked
Daisuke Nishimura02491442010-03-10 15:22:17 -08006436 * @target: the pointer the target page or swap ent will be stored(can be NULL)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006437 *
6438 * Returns
6439 * 0(MC_TARGET_NONE): if the pte is not a target for move charge.
6440 * 1(MC_TARGET_PAGE): if the page corresponding to this pte is a target for
6441 * move charge. if @target is not NULL, the page is stored in target->page
6442 * with extra refcnt got(Callers should handle it).
Daisuke Nishimura02491442010-03-10 15:22:17 -08006443 * 2(MC_TARGET_SWAP): if the swap entry corresponding to this pte is a
6444 * target for charge migration. if @target is not NULL, the entry is stored
6445 * in target->ent.
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006446 *
6447 * Called with pte lock held.
6448 */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006449union mc_target {
6450 struct page *page;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006451 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006452};
6453
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006454enum mc_target_type {
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006455 MC_TARGET_NONE = 0,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006456 MC_TARGET_PAGE,
Daisuke Nishimura02491442010-03-10 15:22:17 -08006457 MC_TARGET_SWAP,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006458};
6459
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006460static struct page *mc_handle_present_pte(struct vm_area_struct *vma,
6461 unsigned long addr, pte_t ptent)
6462{
6463 struct page *page = vm_normal_page(vma, addr, ptent);
6464
6465 if (!page || !page_mapped(page))
6466 return NULL;
6467 if (PageAnon(page)) {
6468 /* we don't move shared anon */
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006469 if (!move_anon())
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006470 return NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006471 } else if (!move_file())
6472 /* we ignore mapcount for file pages */
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006473 return NULL;
6474 if (!get_page_unless_zero(page))
6475 return NULL;
6476
6477 return page;
6478}
6479
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006480#ifdef CONFIG_SWAP
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006481static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6482 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6483{
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006484 struct page *page = NULL;
6485 swp_entry_t ent = pte_to_swp_entry(ptent);
6486
6487 if (!move_anon() || non_swap_entry(ent))
6488 return NULL;
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006489 /*
6490 * Because lookup_swap_cache() updates some statistics counter,
6491 * we call find_get_page() with swapper_space directly.
6492 */
Shaohua Li33806f02013-02-22 16:34:37 -08006493 page = find_get_page(swap_address_space(ent), ent.val);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006494 if (do_swap_account)
6495 entry->val = ent.val;
6496
6497 return page;
6498}
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006499#else
6500static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6501 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6502{
6503 return NULL;
6504}
6505#endif
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006506
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006507static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
6508 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6509{
6510 struct page *page = NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006511 struct address_space *mapping;
6512 pgoff_t pgoff;
6513
6514 if (!vma->vm_file) /* anonymous vma */
6515 return NULL;
6516 if (!move_file())
6517 return NULL;
6518
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006519 mapping = vma->vm_file->f_mapping;
6520 if (pte_none(ptent))
6521 pgoff = linear_page_index(vma, addr);
6522 else /* pte_file(ptent) is true */
6523 pgoff = pte_to_pgoff(ptent);
6524
6525 /* page is moved even if it's not RSS of this task(page-faulted). */
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006526 page = find_get_page(mapping, pgoff);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006527
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006528#ifdef CONFIG_SWAP
6529 /* shmem/tmpfs may report page out on swap: account for that too. */
6530 if (radix_tree_exceptional_entry(page)) {
6531 swp_entry_t swap = radix_to_swp_entry(page);
6532 if (do_swap_account)
6533 *entry = swap;
Shaohua Li33806f02013-02-22 16:34:37 -08006534 page = find_get_page(swap_address_space(swap), swap.val);
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006535 }
6536#endif
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006537 return page;
6538}
6539
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006540static enum mc_target_type get_mctgt_type(struct vm_area_struct *vma,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006541 unsigned long addr, pte_t ptent, union mc_target *target)
6542{
Daisuke Nishimura02491442010-03-10 15:22:17 -08006543 struct page *page = NULL;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006544 struct page_cgroup *pc;
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006545 enum mc_target_type ret = MC_TARGET_NONE;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006546 swp_entry_t ent = { .val = 0 };
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006547
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006548 if (pte_present(ptent))
6549 page = mc_handle_present_pte(vma, addr, ptent);
6550 else if (is_swap_pte(ptent))
6551 page = mc_handle_swap_pte(vma, addr, ptent, &ent);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006552 else if (pte_none(ptent) || pte_file(ptent))
6553 page = mc_handle_file_pte(vma, addr, ptent, &ent);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006554
6555 if (!page && !ent.val)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006556 return ret;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006557 if (page) {
6558 pc = lookup_page_cgroup(page);
6559 /*
6560 * Do only loose check w/o page_cgroup lock.
6561 * mem_cgroup_move_account() checks the pc is valid or not under
6562 * the lock.
6563 */
6564 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6565 ret = MC_TARGET_PAGE;
6566 if (target)
6567 target->page = page;
6568 }
6569 if (!ret || !target)
6570 put_page(page);
6571 }
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006572 /* There is a swap entry and a page doesn't exist or isn't charged */
6573 if (ent.val && !ret &&
Bob Liu9fb4b7c2012-01-12 17:18:48 -08006574 css_id(&mc.from->css) == lookup_swap_cgroup_id(ent)) {
KAMEZAWA Hiroyuki7f0f1542010-05-11 14:06:58 -07006575 ret = MC_TARGET_SWAP;
6576 if (target)
6577 target->ent = ent;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006578 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006579 return ret;
6580}
6581
Naoya Horiguchi12724852012-03-21 16:34:28 -07006582#ifdef CONFIG_TRANSPARENT_HUGEPAGE
6583/*
6584 * We don't consider swapping or file mapped pages because THP does not
6585 * support them for now.
6586 * Caller should make sure that pmd_trans_huge(pmd) is true.
6587 */
6588static enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6589 unsigned long addr, pmd_t pmd, union mc_target *target)
6590{
6591 struct page *page = NULL;
6592 struct page_cgroup *pc;
6593 enum mc_target_type ret = MC_TARGET_NONE;
6594
6595 page = pmd_page(pmd);
6596 VM_BUG_ON(!page || !PageHead(page));
6597 if (!move_anon())
6598 return ret;
6599 pc = lookup_page_cgroup(page);
6600 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6601 ret = MC_TARGET_PAGE;
6602 if (target) {
6603 get_page(page);
6604 target->page = page;
6605 }
6606 }
6607 return ret;
6608}
6609#else
6610static inline enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6611 unsigned long addr, pmd_t pmd, union mc_target *target)
6612{
6613 return MC_TARGET_NONE;
6614}
6615#endif
6616
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006617static int mem_cgroup_count_precharge_pte_range(pmd_t *pmd,
6618 unsigned long addr, unsigned long end,
6619 struct mm_walk *walk)
6620{
6621 struct vm_area_struct *vma = walk->private;
6622 pte_t *pte;
6623 spinlock_t *ptl;
6624
Naoya Horiguchi12724852012-03-21 16:34:28 -07006625 if (pmd_trans_huge_lock(pmd, vma) == 1) {
6626 if (get_mctgt_type_thp(vma, addr, *pmd, NULL) == MC_TARGET_PAGE)
6627 mc.precharge += HPAGE_PMD_NR;
6628 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006629 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006630 }
Dave Hansen03319322011-03-22 16:32:56 -07006631
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006632 if (pmd_trans_unstable(pmd))
6633 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006634 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6635 for (; addr != end; pte++, addr += PAGE_SIZE)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006636 if (get_mctgt_type(vma, addr, *pte, NULL))
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006637 mc.precharge++; /* increment precharge temporarily */
6638 pte_unmap_unlock(pte - 1, ptl);
6639 cond_resched();
6640
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006641 return 0;
6642}
6643
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006644static unsigned long mem_cgroup_count_precharge(struct mm_struct *mm)
6645{
6646 unsigned long precharge;
6647 struct vm_area_struct *vma;
6648
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006649 down_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006650 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6651 struct mm_walk mem_cgroup_count_precharge_walk = {
6652 .pmd_entry = mem_cgroup_count_precharge_pte_range,
6653 .mm = mm,
6654 .private = vma,
6655 };
6656 if (is_vm_hugetlb_page(vma))
6657 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006658 walk_page_range(vma->vm_start, vma->vm_end,
6659 &mem_cgroup_count_precharge_walk);
6660 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006661 up_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006662
6663 precharge = mc.precharge;
6664 mc.precharge = 0;
6665
6666 return precharge;
6667}
6668
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006669static int mem_cgroup_precharge_mc(struct mm_struct *mm)
6670{
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006671 unsigned long precharge = mem_cgroup_count_precharge(mm);
6672
6673 VM_BUG_ON(mc.moving_task);
6674 mc.moving_task = current;
6675 return mem_cgroup_do_precharge(precharge);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006676}
6677
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006678/* cancels all extra charges on mc.from and mc.to, and wakes up all waiters. */
6679static void __mem_cgroup_clear_mc(void)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006680{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006681 struct mem_cgroup *from = mc.from;
6682 struct mem_cgroup *to = mc.to;
6683
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006684 /* we must uncharge all the leftover precharges from mc.to */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006685 if (mc.precharge) {
6686 __mem_cgroup_cancel_charge(mc.to, mc.precharge);
6687 mc.precharge = 0;
6688 }
6689 /*
6690 * we didn't uncharge from mc.from at mem_cgroup_move_account(), so
6691 * we must uncharge here.
6692 */
6693 if (mc.moved_charge) {
6694 __mem_cgroup_cancel_charge(mc.from, mc.moved_charge);
6695 mc.moved_charge = 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006696 }
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006697 /* we must fixup refcnts and charges */
6698 if (mc.moved_swap) {
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006699 /* uncharge swap account from the old cgroup */
6700 if (!mem_cgroup_is_root(mc.from))
6701 res_counter_uncharge(&mc.from->memsw,
6702 PAGE_SIZE * mc.moved_swap);
6703 __mem_cgroup_put(mc.from, mc.moved_swap);
6704
6705 if (!mem_cgroup_is_root(mc.to)) {
6706 /*
6707 * we charged both to->res and to->memsw, so we should
6708 * uncharge to->res.
6709 */
6710 res_counter_uncharge(&mc.to->res,
6711 PAGE_SIZE * mc.moved_swap);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006712 }
6713 /* we've already done mem_cgroup_get(mc.to) */
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006714 mc.moved_swap = 0;
6715 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006716 memcg_oom_recover(from);
6717 memcg_oom_recover(to);
6718 wake_up_all(&mc.waitq);
6719}
6720
6721static void mem_cgroup_clear_mc(void)
6722{
6723 struct mem_cgroup *from = mc.from;
6724
6725 /*
6726 * we must clear moving_task before waking up waiters at the end of
6727 * task migration.
6728 */
6729 mc.moving_task = NULL;
6730 __mem_cgroup_clear_mc();
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006731 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006732 mc.from = NULL;
6733 mc.to = NULL;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006734 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006735 mem_cgroup_end_move(from);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006736}
6737
Li Zefan761b3ef2012-01-31 13:47:36 +08006738static int mem_cgroup_can_attach(struct cgroup *cgroup,
6739 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006740{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006741 struct task_struct *p = cgroup_taskset_first(tset);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006742 int ret = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006743 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgroup);
Glauber Costaee5e8472013-02-22 16:34:50 -08006744 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006745
Glauber Costaee5e8472013-02-22 16:34:50 -08006746 /*
6747 * We are now commited to this value whatever it is. Changes in this
6748 * tunable will only affect upcoming migrations, not the current one.
6749 * So we need to save it, and keep it going.
6750 */
6751 move_charge_at_immigrate = memcg->move_charge_at_immigrate;
6752 if (move_charge_at_immigrate) {
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006753 struct mm_struct *mm;
6754 struct mem_cgroup *from = mem_cgroup_from_task(p);
6755
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006756 VM_BUG_ON(from == memcg);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006757
6758 mm = get_task_mm(p);
6759 if (!mm)
6760 return 0;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006761 /* We move charges only when we move a owner of the mm */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006762 if (mm->owner == p) {
6763 VM_BUG_ON(mc.from);
6764 VM_BUG_ON(mc.to);
6765 VM_BUG_ON(mc.precharge);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006766 VM_BUG_ON(mc.moved_charge);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006767 VM_BUG_ON(mc.moved_swap);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006768 mem_cgroup_start_move(from);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006769 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006770 mc.from = from;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006771 mc.to = memcg;
Glauber Costaee5e8472013-02-22 16:34:50 -08006772 mc.immigrate_flags = move_charge_at_immigrate;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006773 spin_unlock(&mc.lock);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006774 /* We set mc.moving_task later */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006775
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006776 ret = mem_cgroup_precharge_mc(mm);
6777 if (ret)
6778 mem_cgroup_clear_mc();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006779 }
6780 mmput(mm);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006781 }
6782 return ret;
6783}
6784
Li Zefan761b3ef2012-01-31 13:47:36 +08006785static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6786 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006787{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006788 mem_cgroup_clear_mc();
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006789}
6790
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006791static int mem_cgroup_move_charge_pte_range(pmd_t *pmd,
6792 unsigned long addr, unsigned long end,
6793 struct mm_walk *walk)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006794{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006795 int ret = 0;
6796 struct vm_area_struct *vma = walk->private;
6797 pte_t *pte;
6798 spinlock_t *ptl;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006799 enum mc_target_type target_type;
6800 union mc_target target;
6801 struct page *page;
6802 struct page_cgroup *pc;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006803
Naoya Horiguchi12724852012-03-21 16:34:28 -07006804 /*
6805 * We don't take compound_lock() here but no race with splitting thp
6806 * happens because:
6807 * - if pmd_trans_huge_lock() returns 1, the relevant thp is not
6808 * under splitting, which means there's no concurrent thp split,
6809 * - if another thread runs into split_huge_page() just after we
6810 * entered this if-block, the thread must wait for page table lock
6811 * to be unlocked in __split_huge_page_splitting(), where the main
6812 * part of thp split is not executed yet.
6813 */
6814 if (pmd_trans_huge_lock(pmd, vma) == 1) {
Hugh Dickins62ade862012-05-18 11:28:34 -07006815 if (mc.precharge < HPAGE_PMD_NR) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006816 spin_unlock(&vma->vm_mm->page_table_lock);
6817 return 0;
6818 }
6819 target_type = get_mctgt_type_thp(vma, addr, *pmd, &target);
6820 if (target_type == MC_TARGET_PAGE) {
6821 page = target.page;
6822 if (!isolate_lru_page(page)) {
6823 pc = lookup_page_cgroup(page);
6824 if (!mem_cgroup_move_account(page, HPAGE_PMD_NR,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006825 pc, mc.from, mc.to)) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006826 mc.precharge -= HPAGE_PMD_NR;
6827 mc.moved_charge += HPAGE_PMD_NR;
6828 }
6829 putback_lru_page(page);
6830 }
6831 put_page(page);
6832 }
6833 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006834 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006835 }
6836
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006837 if (pmd_trans_unstable(pmd))
6838 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006839retry:
6840 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6841 for (; addr != end; addr += PAGE_SIZE) {
6842 pte_t ptent = *(pte++);
Daisuke Nishimura02491442010-03-10 15:22:17 -08006843 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006844
6845 if (!mc.precharge)
6846 break;
6847
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006848 switch (get_mctgt_type(vma, addr, ptent, &target)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006849 case MC_TARGET_PAGE:
6850 page = target.page;
6851 if (isolate_lru_page(page))
6852 goto put;
6853 pc = lookup_page_cgroup(page);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07006854 if (!mem_cgroup_move_account(page, 1, pc,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006855 mc.from, mc.to)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006856 mc.precharge--;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006857 /* we uncharge from mc.from later. */
6858 mc.moved_charge++;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006859 }
6860 putback_lru_page(page);
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006861put: /* get_mctgt_type() gets the page */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006862 put_page(page);
6863 break;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006864 case MC_TARGET_SWAP:
6865 ent = target.ent;
Hugh Dickinse91cbb42012-05-29 15:06:51 -07006866 if (!mem_cgroup_move_swap_account(ent, mc.from, mc.to)) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08006867 mc.precharge--;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006868 /* we fixup refcnts and charges later. */
6869 mc.moved_swap++;
6870 }
Daisuke Nishimura02491442010-03-10 15:22:17 -08006871 break;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006872 default:
6873 break;
6874 }
6875 }
6876 pte_unmap_unlock(pte - 1, ptl);
6877 cond_resched();
6878
6879 if (addr != end) {
6880 /*
6881 * We have consumed all precharges we got in can_attach().
6882 * We try charge one by one, but don't do any additional
6883 * charges to mc.to if we have failed in charge once in attach()
6884 * phase.
6885 */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006886 ret = mem_cgroup_do_precharge(1);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006887 if (!ret)
6888 goto retry;
6889 }
6890
6891 return ret;
6892}
6893
6894static void mem_cgroup_move_charge(struct mm_struct *mm)
6895{
6896 struct vm_area_struct *vma;
6897
6898 lru_add_drain_all();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006899retry:
6900 if (unlikely(!down_read_trylock(&mm->mmap_sem))) {
6901 /*
6902 * Someone who are holding the mmap_sem might be waiting in
6903 * waitq. So we cancel all extra charges, wake up all waiters,
6904 * and retry. Because we cancel precharges, we might not be able
6905 * to move enough charges, but moving charge is a best-effort
6906 * feature anyway, so it wouldn't be a big problem.
6907 */
6908 __mem_cgroup_clear_mc();
6909 cond_resched();
6910 goto retry;
6911 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006912 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6913 int ret;
6914 struct mm_walk mem_cgroup_move_charge_walk = {
6915 .pmd_entry = mem_cgroup_move_charge_pte_range,
6916 .mm = mm,
6917 .private = vma,
6918 };
6919 if (is_vm_hugetlb_page(vma))
6920 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006921 ret = walk_page_range(vma->vm_start, vma->vm_end,
6922 &mem_cgroup_move_charge_walk);
6923 if (ret)
6924 /*
6925 * means we have consumed all precharges and failed in
6926 * doing additional charge. Just abandon here.
6927 */
6928 break;
6929 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006930 up_read(&mm->mmap_sem);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006931}
6932
Li Zefan761b3ef2012-01-31 13:47:36 +08006933static void mem_cgroup_move_task(struct cgroup *cont,
6934 struct cgroup_taskset *tset)
Balbir Singh67e465a2008-02-07 00:13:54 -08006935{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006936 struct task_struct *p = cgroup_taskset_first(tset);
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006937 struct mm_struct *mm = get_task_mm(p);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006938
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006939 if (mm) {
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006940 if (mc.to)
6941 mem_cgroup_move_charge(mm);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006942 mmput(mm);
6943 }
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006944 if (mc.to)
6945 mem_cgroup_clear_mc();
Balbir Singh67e465a2008-02-07 00:13:54 -08006946}
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006947#else /* !CONFIG_MMU */
Li Zefan761b3ef2012-01-31 13:47:36 +08006948static int mem_cgroup_can_attach(struct cgroup *cgroup,
6949 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006950{
6951 return 0;
6952}
Li Zefan761b3ef2012-01-31 13:47:36 +08006953static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6954 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006955{
6956}
Li Zefan761b3ef2012-01-31 13:47:36 +08006957static void mem_cgroup_move_task(struct cgroup *cont,
6958 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006959{
6960}
6961#endif
Balbir Singh67e465a2008-02-07 00:13:54 -08006962
Tejun Heof00baae2013-04-15 13:41:15 -07006963/*
6964 * Cgroup retains root cgroups across [un]mount cycles making it necessary
6965 * to verify sane_behavior flag on each mount attempt.
6966 */
6967static void mem_cgroup_bind(struct cgroup *root)
6968{
6969 /*
6970 * use_hierarchy is forced with sane_behavior. cgroup core
6971 * guarantees that @root doesn't have any children, so turning it
6972 * on for the root memcg is enough.
6973 */
6974 if (cgroup_sane_behavior(root))
6975 mem_cgroup_from_cont(root)->use_hierarchy = true;
6976}
6977
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006978struct cgroup_subsys mem_cgroup_subsys = {
6979 .name = "memory",
6980 .subsys_id = mem_cgroup_subsys_id,
Tejun Heo92fb9742012-11-19 08:13:38 -08006981 .css_alloc = mem_cgroup_css_alloc,
Glauber Costad142e3e2013-02-22 16:34:52 -08006982 .css_online = mem_cgroup_css_online,
Tejun Heo92fb9742012-11-19 08:13:38 -08006983 .css_offline = mem_cgroup_css_offline,
6984 .css_free = mem_cgroup_css_free,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006985 .can_attach = mem_cgroup_can_attach,
6986 .cancel_attach = mem_cgroup_cancel_attach,
Balbir Singh67e465a2008-02-07 00:13:54 -08006987 .attach = mem_cgroup_move_task,
Tejun Heof00baae2013-04-15 13:41:15 -07006988 .bind = mem_cgroup_bind,
Tejun Heo6bc10342012-04-01 12:09:55 -07006989 .base_cftypes = mem_cgroup_files,
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006990 .early_init = 0,
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006991 .use_id = 1,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006992};
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006993
Andrew Mortonc255a452012-07-31 16:43:02 -07006994#ifdef CONFIG_MEMCG_SWAP
Michal Hockoa42c3902010-11-24 12:57:08 -08006995static int __init enable_swap_account(char *s)
6996{
6997 /* consider enabled if no parameter or 1 is given */
Michal Hockoa2c89902011-05-24 17:12:50 -07006998 if (!strcmp(s, "1"))
Michal Hockoa42c3902010-11-24 12:57:08 -08006999 really_do_swap_account = 1;
Michal Hockoa2c89902011-05-24 17:12:50 -07007000 else if (!strcmp(s, "0"))
Michal Hockoa42c3902010-11-24 12:57:08 -08007001 really_do_swap_account = 0;
7002 return 1;
7003}
Michal Hockoa2c89902011-05-24 17:12:50 -07007004__setup("swapaccount=", enable_swap_account);
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007005
Michal Hocko2d110852013-02-22 16:34:43 -08007006static void __init memsw_file_init(void)
7007{
Michal Hocko6acc8b02013-02-22 16:34:45 -08007008 WARN_ON(cgroup_add_cftypes(&mem_cgroup_subsys, memsw_cgroup_files));
Michal Hocko2d110852013-02-22 16:34:43 -08007009}
Michal Hocko6acc8b02013-02-22 16:34:45 -08007010
7011static void __init enable_swap_cgroup(void)
7012{
7013 if (!mem_cgroup_disabled() && really_do_swap_account) {
7014 do_swap_account = 1;
7015 memsw_file_init();
7016 }
7017}
7018
Michal Hocko2d110852013-02-22 16:34:43 -08007019#else
Michal Hocko6acc8b02013-02-22 16:34:45 -08007020static void __init enable_swap_cgroup(void)
Michal Hocko2d110852013-02-22 16:34:43 -08007021{
7022}
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007023#endif
Michal Hocko2d110852013-02-22 16:34:43 -08007024
7025/*
Michal Hocko10813122013-02-22 16:35:41 -08007026 * subsys_initcall() for memory controller.
7027 *
7028 * Some parts like hotcpu_notifier() have to be initialized from this context
7029 * because of lock dependencies (cgroup_lock -> cpu hotplug) but basically
7030 * everything that doesn't depend on a specific mem_cgroup structure should
7031 * be initialized from here.
Michal Hocko2d110852013-02-22 16:34:43 -08007032 */
7033static int __init mem_cgroup_init(void)
7034{
7035 hotcpu_notifier(memcg_cpu_hotplug_callback, 0);
Michal Hocko6acc8b02013-02-22 16:34:45 -08007036 enable_swap_cgroup();
Michal Hocko8787a1d2013-02-22 16:35:39 -08007037 mem_cgroup_soft_limit_tree_init();
Michal Hockoe4777492013-02-22 16:35:40 -08007038 memcg_stock_init();
Michal Hocko2d110852013-02-22 16:34:43 -08007039 return 0;
7040}
7041subsys_initcall(mem_cgroup_init);