blob: 76c0c99b002fe86d78e380f2b08302c72693e91d [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 Hiroyuki453a9bf32011-07-08 15:39:43 -0700143 MEM_CGROUP_TARGET_NUMAINFO,
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700144 MEM_CGROUP_NTARGETS,
145};
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700146#define THRESHOLDS_EVENTS_TARGET 128
147#define SOFTLIMIT_EVENTS_TARGET 1024
148#define NUMAINFO_EVENTS_TARGET 1024
Johannes Weinere9f89742011-03-23 16:42:37 -0700149
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800150struct mem_cgroup_stat_cpu {
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700151 long count[MEM_CGROUP_STAT_NSTATS];
Johannes Weinere9f89742011-03-23 16:42:37 -0700152 unsigned long events[MEM_CGROUP_EVENTS_NSTATS];
Johannes Weiner13114712012-05-29 15:07:07 -0700153 unsigned long nr_page_events;
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700154 unsigned long targets[MEM_CGROUP_NTARGETS];
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800155};
156
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800157struct mem_cgroup_reclaim_iter {
Michal Hocko5f578162013-04-29 15:07:17 -0700158 /*
159 * last scanned hierarchy member. Valid only if last_dead_count
160 * matches memcg->dead_count of the hierarchy root group.
161 */
Michal Hocko542f85f2013-04-29 15:07:15 -0700162 struct mem_cgroup *last_visited;
Michal Hocko5f578162013-04-29 15:07:17 -0700163 unsigned long last_dead_count;
164
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800165 /* scan generation, increased every round-trip */
166 unsigned int generation;
167};
168
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800169/*
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800170 * per-zone information in memory controller.
171 */
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800172struct mem_cgroup_per_zone {
Johannes Weiner6290df52012-01-12 17:18:10 -0800173 struct lruvec lruvec;
Hugh Dickins1eb49272012-03-21 16:34:19 -0700174 unsigned long lru_size[NR_LRU_LISTS];
KOSAKI Motohiro3e2f41f2009-01-07 18:08:20 -0800175
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800176 struct mem_cgroup_reclaim_iter reclaim_iter[DEF_PRIORITY + 1];
177
Balbir Singhf64c3f52009-09-23 15:56:37 -0700178 struct rb_node tree_node; /* RB tree node */
179 unsigned long long usage_in_excess;/* Set to the value by which */
180 /* the soft limit is exceeded*/
181 bool on_tree;
Hugh Dickinsd79154b2012-03-21 16:34:18 -0700182 struct mem_cgroup *memcg; /* Back pointer, we cannot */
Balbir Singh4e416952009-09-23 15:56:39 -0700183 /* use container_of */
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800184};
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800185
186struct mem_cgroup_per_node {
187 struct mem_cgroup_per_zone zoneinfo[MAX_NR_ZONES];
188};
189
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800190/*
Balbir Singhf64c3f52009-09-23 15:56:37 -0700191 * Cgroups above their limits are maintained in a RB-Tree, independent of
192 * their hierarchy representation
193 */
194
195struct mem_cgroup_tree_per_zone {
196 struct rb_root rb_root;
197 spinlock_t lock;
198};
199
200struct mem_cgroup_tree_per_node {
201 struct mem_cgroup_tree_per_zone rb_tree_per_zone[MAX_NR_ZONES];
202};
203
204struct mem_cgroup_tree {
205 struct mem_cgroup_tree_per_node *rb_tree_per_node[MAX_NUMNODES];
206};
207
208static struct mem_cgroup_tree soft_limit_tree __read_mostly;
209
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800210struct mem_cgroup_threshold {
211 struct eventfd_ctx *eventfd;
212 u64 threshold;
213};
214
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700215/* For threshold */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800216struct mem_cgroup_threshold_ary {
Sha Zhengju748dad32012-05-29 15:06:57 -0700217 /* An array index points to threshold just below or equal to usage. */
Phil Carmody5407a562010-05-26 14:42:42 -0700218 int current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800219 /* Size of entries[] */
220 unsigned int size;
221 /* Array of thresholds */
222 struct mem_cgroup_threshold entries[0];
223};
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700224
225struct mem_cgroup_thresholds {
226 /* Primary thresholds array */
227 struct mem_cgroup_threshold_ary *primary;
228 /*
229 * Spare threshold array.
230 * This is needed to make mem_cgroup_unregister_event() "never fail".
231 * It must be able to store at least primary->size - 1 entries.
232 */
233 struct mem_cgroup_threshold_ary *spare;
234};
235
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700236/* for OOM */
237struct mem_cgroup_eventfd_list {
238 struct list_head list;
239 struct eventfd_ctx *eventfd;
240};
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800241
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700242static void mem_cgroup_threshold(struct mem_cgroup *memcg);
243static void mem_cgroup_oom_notify(struct mem_cgroup *memcg);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800244
Balbir Singhf64c3f52009-09-23 15:56:37 -0700245/*
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800246 * The memory controller data structure. The memory controller controls both
247 * page cache and RSS per cgroup. We would eventually like to provide
248 * statistics based on the statistics developed by Rik Van Riel for clock-pro,
249 * to help the administrator determine what knobs to tune.
250 *
251 * TODO: Add a water mark for the memory controller. Reclaim will begin when
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800252 * we hit the water mark. May be even add a low water mark, such that
253 * no reclaim occurs from a cgroup at it's low water mark, this is
254 * a feature that will be implemented much later in the future.
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800255 */
256struct mem_cgroup {
257 struct cgroup_subsys_state css;
258 /*
259 * the counter to account for memory usage
260 */
261 struct res_counter res;
Hugh Dickins59927fb2012-03-15 15:17:07 -0700262
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700263 /* vmpressure notifications */
264 struct vmpressure vmpressure;
265
Hugh Dickins59927fb2012-03-15 15:17:07 -0700266 union {
267 /*
268 * the counter to account for mem+swap usage.
269 */
270 struct res_counter memsw;
271
272 /*
273 * rcu_freeing is used only when freeing struct mem_cgroup,
274 * so put it into a union to avoid wasting more memory.
275 * It must be disjoint from the css field. It could be
276 * in a union with the res field, but res plays a much
277 * larger part in mem_cgroup life than memsw, and might
278 * be of interest, even at time of free, when debugging.
279 * So share rcu_head with the less interesting memsw.
280 */
281 struct rcu_head rcu_freeing;
282 /*
Glauber Costa3afe36b2012-05-29 15:07:10 -0700283 * We also need some space for a worker in deferred freeing.
284 * By the time we call it, rcu_freeing is no longer in use.
Hugh Dickins59927fb2012-03-15 15:17:07 -0700285 */
286 struct work_struct work_freeing;
287 };
288
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800289 /*
Glauber Costa510fc4e2012-12-18 14:21:47 -0800290 * the counter to account for kernel memory usage.
291 */
292 struct res_counter kmem;
293 /*
Balbir Singh18f59ea2009-01-07 18:08:07 -0800294 * Should the accounting and control be hierarchical, per subtree?
295 */
296 bool use_hierarchy;
Glauber Costa510fc4e2012-12-18 14:21:47 -0800297 unsigned long kmem_account_flags; /* See KMEM_ACCOUNTED_*, below */
Michal Hocko79dfdac2011-07-26 16:08:23 -0700298
299 bool oom_lock;
300 atomic_t under_oom;
301
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800302 atomic_t refcnt;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -0800303
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -0700304 int swappiness;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -0700305 /* OOM-Killer disable */
306 int oom_kill_disable;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -0800307
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -0700308 /* set when res.limit == memsw.limit */
309 bool memsw_is_minimum;
310
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800311 /* protect arrays of thresholds */
312 struct mutex thresholds_lock;
313
314 /* thresholds for memory usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700315 struct mem_cgroup_thresholds thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700316
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800317 /* thresholds for mem+swap usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700318 struct mem_cgroup_thresholds memsw_thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700319
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700320 /* For oom notifier event fd */
321 struct list_head oom_notify;
Johannes Weiner185efc02011-09-14 16:21:58 -0700322
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800323 /*
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800324 * Should we move charges of a task when a task is moved into this
325 * mem_cgroup ? And what type of charges should we move ?
326 */
327 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800328 /*
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700329 * set > 0 if pages under this cgroup are moving to other cgroup.
330 */
331 atomic_t moving_account;
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -0700332 /* taken only while moving_account > 0 */
333 spinlock_t move_lock;
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700334 /*
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800335 * percpu counter.
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800336 */
Kirill A. Shutemov3a7951b2012-05-29 15:06:56 -0700337 struct mem_cgroup_stat_cpu __percpu *stat;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700338 /*
339 * used when a cpu is offlined or other synchronizations
340 * See mem_cgroup_read_stat().
341 */
342 struct mem_cgroup_stat_cpu nocpu_base;
343 spinlock_t pcp_counter_lock;
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000344
Michal Hocko5f578162013-04-29 15:07:17 -0700345 atomic_t dead_count;
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700346#if defined(CONFIG_MEMCG_KMEM) && defined(CONFIG_INET)
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000347 struct tcp_memcontrol tcp_mem;
348#endif
Glauber Costa2633d7a2012-12-18 14:22:34 -0800349#if defined(CONFIG_MEMCG_KMEM)
350 /* analogous to slab_common's slab_caches list. per-memcg */
351 struct list_head memcg_slab_caches;
352 /* Not a spinlock, we can take a lot of time walking the list */
353 struct mutex slab_caches_mutex;
354 /* Index in the kmem_cache->memcg_params->memcg_caches array */
355 int kmemcg_id;
356#endif
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800357
358 int last_scanned_node;
359#if MAX_NUMNODES > 1
360 nodemask_t scan_nodes;
361 atomic_t numainfo_events;
362 atomic_t numainfo_updating;
363#endif
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700364
Johannes Weiner54f72fe2013-07-08 15:59:49 -0700365 struct mem_cgroup_per_node *nodeinfo[0];
366 /* WARNING: nodeinfo must be the last member here */
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800367};
368
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800369static size_t memcg_size(void)
370{
371 return sizeof(struct mem_cgroup) +
372 nr_node_ids * sizeof(struct mem_cgroup_per_node);
373}
374
Glauber Costa510fc4e2012-12-18 14:21:47 -0800375/* internal only representation about the status of kmem accounting. */
376enum {
377 KMEM_ACCOUNTED_ACTIVE = 0, /* accounted by this cgroup itself */
Glauber Costaa8964b92012-12-18 14:22:09 -0800378 KMEM_ACCOUNTED_ACTIVATED, /* static key enabled. */
Glauber Costa7de37682012-12-18 14:22:07 -0800379 KMEM_ACCOUNTED_DEAD, /* dead memcg with pending kmem charges */
Glauber Costa510fc4e2012-12-18 14:21:47 -0800380};
381
Glauber Costaa8964b92012-12-18 14:22:09 -0800382/* We account when limit is on, but only after call sites are patched */
383#define KMEM_ACCOUNTED_MASK \
384 ((1 << KMEM_ACCOUNTED_ACTIVE) | (1 << KMEM_ACCOUNTED_ACTIVATED))
Glauber Costa510fc4e2012-12-18 14:21:47 -0800385
386#ifdef CONFIG_MEMCG_KMEM
387static inline void memcg_kmem_set_active(struct mem_cgroup *memcg)
388{
389 set_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
390}
Glauber Costa7de37682012-12-18 14:22:07 -0800391
392static bool memcg_kmem_is_active(struct mem_cgroup *memcg)
393{
394 return test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
395}
396
Glauber Costaa8964b92012-12-18 14:22:09 -0800397static void memcg_kmem_set_activated(struct mem_cgroup *memcg)
398{
399 set_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
400}
401
Glauber Costa55007d82012-12-18 14:22:38 -0800402static void memcg_kmem_clear_activated(struct mem_cgroup *memcg)
403{
404 clear_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
405}
406
Glauber Costa7de37682012-12-18 14:22:07 -0800407static void memcg_kmem_mark_dead(struct mem_cgroup *memcg)
408{
Li Zefan10d5ebf2013-07-08 16:00:33 -0700409 /*
410 * Our caller must use css_get() first, because memcg_uncharge_kmem()
411 * will call css_put() if it sees the memcg is dead.
412 */
413 smp_wmb();
Glauber Costa7de37682012-12-18 14:22:07 -0800414 if (test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags))
415 set_bit(KMEM_ACCOUNTED_DEAD, &memcg->kmem_account_flags);
416}
417
418static bool memcg_kmem_test_and_clear_dead(struct mem_cgroup *memcg)
419{
420 return test_and_clear_bit(KMEM_ACCOUNTED_DEAD,
421 &memcg->kmem_account_flags);
422}
Glauber Costa510fc4e2012-12-18 14:21:47 -0800423#endif
424
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800425/* Stuffs for move charges at task migration. */
426/*
Glauber Costaee5e8472013-02-22 16:34:50 -0800427 * Types of charges to be moved. "move_charge_at_immitgrate" and
428 * "immigrate_flags" are treated as a left-shifted bitmap of these types.
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800429 */
430enum move_type {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800431 MOVE_CHARGE_TYPE_ANON, /* private anonymous page and swap of it */
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700432 MOVE_CHARGE_TYPE_FILE, /* file page(including tmpfs) and swap of it */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800433 NR_MOVE_TYPE,
434};
435
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800436/* "mc" and its members are protected by cgroup_mutex */
437static struct move_charge_struct {
Daisuke Nishimurab1dd6932010-11-24 12:57:06 -0800438 spinlock_t lock; /* for from, to */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800439 struct mem_cgroup *from;
440 struct mem_cgroup *to;
Glauber Costaee5e8472013-02-22 16:34:50 -0800441 unsigned long immigrate_flags;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800442 unsigned long precharge;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -0800443 unsigned long moved_charge;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -0800444 unsigned long moved_swap;
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800445 struct task_struct *moving_task; /* a task moving charges */
446 wait_queue_head_t waitq; /* a waitq for other context */
447} mc = {
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -0700448 .lock = __SPIN_LOCK_UNLOCKED(mc.lock),
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800449 .waitq = __WAIT_QUEUE_HEAD_INITIALIZER(mc.waitq),
450};
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800451
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700452static bool move_anon(void)
453{
Glauber Costaee5e8472013-02-22 16:34:50 -0800454 return test_bit(MOVE_CHARGE_TYPE_ANON, &mc.immigrate_flags);
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700455}
456
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700457static bool move_file(void)
458{
Glauber Costaee5e8472013-02-22 16:34:50 -0800459 return test_bit(MOVE_CHARGE_TYPE_FILE, &mc.immigrate_flags);
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700460}
461
Balbir Singh4e416952009-09-23 15:56:39 -0700462/*
463 * Maximum loops in mem_cgroup_hierarchical_reclaim(), used for soft
464 * limit reclaim to prevent infinite loops, if they ever occur.
465 */
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700466#define MEM_CGROUP_MAX_RECLAIM_LOOPS 100
467#define MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS 2
Balbir Singh4e416952009-09-23 15:56:39 -0700468
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -0800469enum charge_type {
470 MEM_CGROUP_CHARGE_TYPE_CACHE = 0,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -0700471 MEM_CGROUP_CHARGE_TYPE_ANON,
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -0800472 MEM_CGROUP_CHARGE_TYPE_SWAPOUT, /* for accounting swapcache */
KAMEZAWA Hiroyuki8a9478ca2009-06-17 16:27:17 -0700473 MEM_CGROUP_CHARGE_TYPE_DROP, /* a page was unused swap cache */
KAMEZAWA Hiroyukic05555b2008-10-18 20:28:11 -0700474 NR_CHARGE_TYPE,
475};
476
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800477/* for encoding cft->private value on file */
Glauber Costa86ae53e2012-12-18 14:21:45 -0800478enum res_type {
479 _MEM,
480 _MEMSWAP,
481 _OOM_TYPE,
Glauber Costa510fc4e2012-12-18 14:21:47 -0800482 _KMEM,
Glauber Costa86ae53e2012-12-18 14:21:45 -0800483};
484
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700485#define MEMFILE_PRIVATE(x, val) ((x) << 16 | (val))
486#define MEMFILE_TYPE(val) ((val) >> 16 & 0xffff)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800487#define MEMFILE_ATTR(val) ((val) & 0xffff)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700488/* Used for OOM nofiier */
489#define OOM_CONTROL (0)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800490
Balbir Singh75822b42009-09-23 15:56:38 -0700491/*
492 * Reclaim flags for mem_cgroup_hierarchical_reclaim
493 */
494#define MEM_CGROUP_RECLAIM_NOSWAP_BIT 0x0
495#define MEM_CGROUP_RECLAIM_NOSWAP (1 << MEM_CGROUP_RECLAIM_NOSWAP_BIT)
496#define MEM_CGROUP_RECLAIM_SHRINK_BIT 0x1
497#define MEM_CGROUP_RECLAIM_SHRINK (1 << MEM_CGROUP_RECLAIM_SHRINK_BIT)
498
Glauber Costa09998212013-02-22 16:34:55 -0800499/*
500 * The memcg_create_mutex will be held whenever a new cgroup is created.
501 * As a consequence, any change that needs to protect against new child cgroups
502 * appearing has to hold it as well.
503 */
504static DEFINE_MUTEX(memcg_create_mutex);
505
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700506static void mem_cgroup_get(struct mem_cgroup *memcg);
507static void mem_cgroup_put(struct mem_cgroup *memcg);
Glauber Costae1aab162011-12-11 21:47:03 +0000508
Wanpeng Lib2145142012-07-31 16:46:01 -0700509static inline
510struct mem_cgroup *mem_cgroup_from_css(struct cgroup_subsys_state *s)
511{
512 return container_of(s, struct mem_cgroup, css);
513}
514
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700515/* Some nice accessors for the vmpressure. */
516struct vmpressure *memcg_to_vmpressure(struct mem_cgroup *memcg)
517{
518 if (!memcg)
519 memcg = root_mem_cgroup;
520 return &memcg->vmpressure;
521}
522
523struct cgroup_subsys_state *vmpressure_to_css(struct vmpressure *vmpr)
524{
525 return &container_of(vmpr, struct mem_cgroup, vmpressure)->css;
526}
527
528struct vmpressure *css_to_vmpressure(struct cgroup_subsys_state *css)
529{
530 return &mem_cgroup_from_css(css)->vmpressure;
531}
532
Michal Hocko7ffc0ed2012-10-08 16:33:13 -0700533static inline bool mem_cgroup_is_root(struct mem_cgroup *memcg)
534{
535 return (memcg == root_mem_cgroup);
536}
537
Glauber Costae1aab162011-12-11 21:47:03 +0000538/* Writing them here to avoid exposing memcg's inner layout */
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700539#if defined(CONFIG_INET) && defined(CONFIG_MEMCG_KMEM)
Glauber Costae1aab162011-12-11 21:47:03 +0000540
Glauber Costae1aab162011-12-11 21:47:03 +0000541void sock_update_memcg(struct sock *sk)
542{
Glauber Costa376be5f2012-01-20 04:57:14 +0000543 if (mem_cgroup_sockets_enabled) {
Glauber Costae1aab162011-12-11 21:47:03 +0000544 struct mem_cgroup *memcg;
Glauber Costa3f134612012-05-29 15:07:11 -0700545 struct cg_proto *cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000546
547 BUG_ON(!sk->sk_prot->proto_cgroup);
548
Glauber Costaf3f511e2012-01-05 20:16:39 +0000549 /* Socket cloning can throw us here with sk_cgrp already
550 * filled. It won't however, necessarily happen from
551 * process context. So the test for root memcg given
552 * the current task's memcg won't help us in this case.
553 *
554 * Respecting the original socket's memcg is a better
555 * decision in this case.
556 */
557 if (sk->sk_cgrp) {
558 BUG_ON(mem_cgroup_is_root(sk->sk_cgrp->memcg));
Li Zefan5347e5a2013-07-08 16:00:30 -0700559 css_get(&sk->sk_cgrp->memcg->css);
Glauber Costaf3f511e2012-01-05 20:16:39 +0000560 return;
561 }
562
Glauber Costae1aab162011-12-11 21:47:03 +0000563 rcu_read_lock();
564 memcg = mem_cgroup_from_task(current);
Glauber Costa3f134612012-05-29 15:07:11 -0700565 cg_proto = sk->sk_prot->proto_cgroup(memcg);
Li Zefan5347e5a2013-07-08 16:00:30 -0700566 if (!mem_cgroup_is_root(memcg) &&
567 memcg_proto_active(cg_proto) && css_tryget(&memcg->css)) {
Glauber Costa3f134612012-05-29 15:07:11 -0700568 sk->sk_cgrp = cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000569 }
570 rcu_read_unlock();
571 }
572}
573EXPORT_SYMBOL(sock_update_memcg);
574
575void sock_release_memcg(struct sock *sk)
576{
Glauber Costa376be5f2012-01-20 04:57:14 +0000577 if (mem_cgroup_sockets_enabled && sk->sk_cgrp) {
Glauber Costae1aab162011-12-11 21:47:03 +0000578 struct mem_cgroup *memcg;
579 WARN_ON(!sk->sk_cgrp->memcg);
580 memcg = sk->sk_cgrp->memcg;
Li Zefan5347e5a2013-07-08 16:00:30 -0700581 css_put(&sk->sk_cgrp->memcg->css);
Glauber Costae1aab162011-12-11 21:47:03 +0000582 }
583}
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000584
585struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg)
586{
587 if (!memcg || mem_cgroup_is_root(memcg))
588 return NULL;
589
590 return &memcg->tcp_mem.cg_proto;
591}
592EXPORT_SYMBOL(tcp_proto_cgroup);
Glauber Costae1aab162011-12-11 21:47:03 +0000593
Glauber Costa3f134612012-05-29 15:07:11 -0700594static void disarm_sock_keys(struct mem_cgroup *memcg)
595{
596 if (!memcg_proto_activated(&memcg->tcp_mem.cg_proto))
597 return;
598 static_key_slow_dec(&memcg_socket_limit_enabled);
599}
600#else
601static void disarm_sock_keys(struct mem_cgroup *memcg)
602{
603}
604#endif
605
Glauber Costaa8964b92012-12-18 14:22:09 -0800606#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -0800607/*
608 * This will be the memcg's index in each cache's ->memcg_params->memcg_caches.
609 * There are two main reasons for not using the css_id for this:
610 * 1) this works better in sparse environments, where we have a lot of memcgs,
611 * but only a few kmem-limited. Or also, if we have, for instance, 200
612 * memcgs, and none but the 200th is kmem-limited, we'd have to have a
613 * 200 entry array for that.
614 *
615 * 2) In order not to violate the cgroup API, we would like to do all memory
616 * allocation in ->create(). At that point, we haven't yet allocated the
617 * css_id. Having a separate index prevents us from messing with the cgroup
618 * core for this
619 *
620 * The current size of the caches array is stored in
621 * memcg_limited_groups_array_size. It will double each time we have to
622 * increase it.
623 */
624static DEFINE_IDA(kmem_limited_groups);
Glauber Costa749c5412012-12-18 14:23:01 -0800625int memcg_limited_groups_array_size;
626
Glauber Costa55007d82012-12-18 14:22:38 -0800627/*
628 * MIN_SIZE is different than 1, because we would like to avoid going through
629 * the alloc/free process all the time. In a small machine, 4 kmem-limited
630 * cgroups is a reasonable guess. In the future, it could be a parameter or
631 * tunable, but that is strictly not necessary.
632 *
633 * MAX_SIZE should be as large as the number of css_ids. Ideally, we could get
634 * this constant directly from cgroup, but it is understandable that this is
635 * better kept as an internal representation in cgroup.c. In any case, the
636 * css_id space is not getting any smaller, and we don't have to necessarily
637 * increase ours as well if it increases.
638 */
639#define MEMCG_CACHES_MIN_SIZE 4
640#define MEMCG_CACHES_MAX_SIZE 65535
641
Glauber Costad7f25f82012-12-18 14:22:40 -0800642/*
643 * A lot of the calls to the cache allocation functions are expected to be
644 * inlined by the compiler. Since the calls to memcg_kmem_get_cache are
645 * conditional to this static branch, we'll have to allow modules that does
646 * kmem_cache_alloc and the such to see this symbol as well
647 */
Glauber Costaa8964b92012-12-18 14:22:09 -0800648struct static_key memcg_kmem_enabled_key;
Glauber Costad7f25f82012-12-18 14:22:40 -0800649EXPORT_SYMBOL(memcg_kmem_enabled_key);
Glauber Costaa8964b92012-12-18 14:22:09 -0800650
651static void disarm_kmem_keys(struct mem_cgroup *memcg)
652{
Glauber Costa55007d82012-12-18 14:22:38 -0800653 if (memcg_kmem_is_active(memcg)) {
Glauber Costaa8964b92012-12-18 14:22:09 -0800654 static_key_slow_dec(&memcg_kmem_enabled_key);
Glauber Costa55007d82012-12-18 14:22:38 -0800655 ida_simple_remove(&kmem_limited_groups, memcg->kmemcg_id);
656 }
Glauber Costabea207c2012-12-18 14:22:11 -0800657 /*
658 * This check can't live in kmem destruction function,
659 * since the charges will outlive the cgroup
660 */
661 WARN_ON(res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0);
Glauber Costaa8964b92012-12-18 14:22:09 -0800662}
663#else
664static void disarm_kmem_keys(struct mem_cgroup *memcg)
665{
666}
667#endif /* CONFIG_MEMCG_KMEM */
668
669static void disarm_static_keys(struct mem_cgroup *memcg)
670{
671 disarm_sock_keys(memcg);
672 disarm_kmem_keys(memcg);
673}
674
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700675static void drain_all_stock_async(struct mem_cgroup *memcg);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800676
Balbir Singhf64c3f52009-09-23 15:56:37 -0700677static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700678mem_cgroup_zoneinfo(struct mem_cgroup *memcg, int nid, int zid)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700679{
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800680 VM_BUG_ON((unsigned)nid >= nr_node_ids);
Johannes Weiner54f72fe2013-07-08 15:59:49 -0700681 return &memcg->nodeinfo[nid]->zoneinfo[zid];
Balbir Singhf64c3f52009-09-23 15:56:37 -0700682}
683
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700684struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *memcg)
Wu Fengguangd3242362009-12-16 12:19:59 +0100685{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700686 return &memcg->css;
Wu Fengguangd3242362009-12-16 12:19:59 +0100687}
688
Balbir Singhf64c3f52009-09-23 15:56:37 -0700689static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700690page_cgroup_zoneinfo(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700691{
Johannes Weiner97a6c372011-03-23 16:42:27 -0700692 int nid = page_to_nid(page);
693 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700694
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700695 return mem_cgroup_zoneinfo(memcg, nid, zid);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700696}
697
698static struct mem_cgroup_tree_per_zone *
699soft_limit_tree_node_zone(int nid, int zid)
700{
701 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
702}
703
704static struct mem_cgroup_tree_per_zone *
705soft_limit_tree_from_page(struct page *page)
706{
707 int nid = page_to_nid(page);
708 int zid = page_zonenum(page);
709
710 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
711}
712
713static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700714__mem_cgroup_insert_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700715 struct mem_cgroup_per_zone *mz,
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700716 struct mem_cgroup_tree_per_zone *mctz,
717 unsigned long long new_usage_in_excess)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700718{
719 struct rb_node **p = &mctz->rb_root.rb_node;
720 struct rb_node *parent = NULL;
721 struct mem_cgroup_per_zone *mz_node;
722
723 if (mz->on_tree)
724 return;
725
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700726 mz->usage_in_excess = new_usage_in_excess;
727 if (!mz->usage_in_excess)
728 return;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700729 while (*p) {
730 parent = *p;
731 mz_node = rb_entry(parent, struct mem_cgroup_per_zone,
732 tree_node);
733 if (mz->usage_in_excess < mz_node->usage_in_excess)
734 p = &(*p)->rb_left;
735 /*
736 * We can't avoid mem cgroups that are over their soft
737 * limit by the same amount
738 */
739 else if (mz->usage_in_excess >= mz_node->usage_in_excess)
740 p = &(*p)->rb_right;
741 }
742 rb_link_node(&mz->tree_node, parent, p);
743 rb_insert_color(&mz->tree_node, &mctz->rb_root);
744 mz->on_tree = true;
Balbir Singh4e416952009-09-23 15:56:39 -0700745}
746
747static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700748__mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singh4e416952009-09-23 15:56:39 -0700749 struct mem_cgroup_per_zone *mz,
750 struct mem_cgroup_tree_per_zone *mctz)
751{
752 if (!mz->on_tree)
753 return;
754 rb_erase(&mz->tree_node, &mctz->rb_root);
755 mz->on_tree = false;
756}
757
758static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700759mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700760 struct mem_cgroup_per_zone *mz,
761 struct mem_cgroup_tree_per_zone *mctz)
762{
763 spin_lock(&mctz->lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700764 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700765 spin_unlock(&mctz->lock);
766}
767
Balbir Singhf64c3f52009-09-23 15:56:37 -0700768
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700769static void mem_cgroup_update_tree(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700770{
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700771 unsigned long long excess;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700772 struct mem_cgroup_per_zone *mz;
773 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700774 int nid = page_to_nid(page);
775 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700776 mctz = soft_limit_tree_from_page(page);
777
778 /*
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700779 * Necessary to update all ancestors when hierarchy is used.
780 * because their event counter is not touched.
Balbir Singhf64c3f52009-09-23 15:56:37 -0700781 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700782 for (; memcg; memcg = parent_mem_cgroup(memcg)) {
783 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
784 excess = res_counter_soft_limit_excess(&memcg->res);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700785 /*
786 * We have to update the tree if mz is on RB-tree or
787 * mem is over its softlimit.
788 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700789 if (excess || mz->on_tree) {
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700790 spin_lock(&mctz->lock);
791 /* if on-tree, remove it */
792 if (mz->on_tree)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700793 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700794 /*
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700795 * Insert again. mz->usage_in_excess will be updated.
796 * If excess is 0, no tree ops.
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700797 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700798 __mem_cgroup_insert_exceeded(memcg, mz, mctz, excess);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700799 spin_unlock(&mctz->lock);
800 }
Balbir Singhf64c3f52009-09-23 15:56:37 -0700801 }
802}
803
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700804static void mem_cgroup_remove_from_trees(struct mem_cgroup *memcg)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700805{
806 int node, zone;
807 struct mem_cgroup_per_zone *mz;
808 struct mem_cgroup_tree_per_zone *mctz;
809
Bob Liu3ed28fa2012-01-12 17:19:04 -0800810 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -0700811 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700812 mz = mem_cgroup_zoneinfo(memcg, node, zone);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700813 mctz = soft_limit_tree_node_zone(node, zone);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700814 mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700815 }
816 }
817}
818
Balbir Singh4e416952009-09-23 15:56:39 -0700819static struct mem_cgroup_per_zone *
820__mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
821{
822 struct rb_node *rightmost = NULL;
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700823 struct mem_cgroup_per_zone *mz;
Balbir Singh4e416952009-09-23 15:56:39 -0700824
825retry:
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700826 mz = NULL;
Balbir Singh4e416952009-09-23 15:56:39 -0700827 rightmost = rb_last(&mctz->rb_root);
828 if (!rightmost)
829 goto done; /* Nothing to reclaim from */
830
831 mz = rb_entry(rightmost, struct mem_cgroup_per_zone, tree_node);
832 /*
833 * Remove the node now but someone else can add it back,
834 * we will to add it back at the end of reclaim to its correct
835 * position in the tree.
836 */
Hugh Dickinsd79154b2012-03-21 16:34:18 -0700837 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
838 if (!res_counter_soft_limit_excess(&mz->memcg->res) ||
839 !css_tryget(&mz->memcg->css))
Balbir Singh4e416952009-09-23 15:56:39 -0700840 goto retry;
841done:
842 return mz;
843}
844
845static struct mem_cgroup_per_zone *
846mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
847{
848 struct mem_cgroup_per_zone *mz;
849
850 spin_lock(&mctz->lock);
851 mz = __mem_cgroup_largest_soft_limit_node(mctz);
852 spin_unlock(&mctz->lock);
853 return mz;
854}
855
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700856/*
857 * Implementation Note: reading percpu statistics for memcg.
858 *
859 * Both of vmstat[] and percpu_counter has threshold and do periodic
860 * synchronization to implement "quick" read. There are trade-off between
861 * reading cost and precision of value. Then, we may have a chance to implement
862 * a periodic synchronizion of counter in memcg's counter.
863 *
864 * But this _read() function is used for user interface now. The user accounts
865 * memory usage by memory cgroup and he _always_ requires exact value because
866 * he accounts memory. Even if we provide quick-and-fuzzy read, we always
867 * have to visit all online cpus and make sum. So, for now, unnecessary
868 * synchronization is not implemented. (just implemented for cpu hotplug)
869 *
870 * If there are kernel internal actions which can make use of some not-exact
871 * value, and reading all cpu value can be performance bottleneck in some
872 * common workload, threashold and synchonization as vmstat[] should be
873 * implemented.
874 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700875static long mem_cgroup_read_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700876 enum mem_cgroup_stat_index idx)
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800877{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700878 long val = 0;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800879 int cpu;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800880
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700881 get_online_cpus();
882 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700883 val += per_cpu(memcg->stat->count[idx], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700884#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700885 spin_lock(&memcg->pcp_counter_lock);
886 val += memcg->nocpu_base.count[idx];
887 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700888#endif
889 put_online_cpus();
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800890 return val;
891}
892
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700893static void mem_cgroup_swap_statistics(struct mem_cgroup *memcg,
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700894 bool charge)
895{
896 int val = (charge) ? 1 : -1;
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -0700897 this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_SWAP], val);
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700898}
899
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700900static unsigned long mem_cgroup_read_events(struct mem_cgroup *memcg,
Johannes Weinere9f89742011-03-23 16:42:37 -0700901 enum mem_cgroup_events_index idx)
902{
903 unsigned long val = 0;
904 int cpu;
905
906 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700907 val += per_cpu(memcg->stat->events[idx], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -0700908#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700909 spin_lock(&memcg->pcp_counter_lock);
910 val += memcg->nocpu_base.events[idx];
911 spin_unlock(&memcg->pcp_counter_lock);
Johannes Weinere9f89742011-03-23 16:42:37 -0700912#endif
913 return val;
914}
915
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700916static void mem_cgroup_charge_statistics(struct mem_cgroup *memcg,
David Rientjesb070e652013-05-07 16:18:09 -0700917 struct page *page,
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700918 bool anon, int nr_pages)
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800919{
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800920 preempt_disable();
921
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700922 /*
923 * Here, RSS means 'mapped anon' and anon's SwapCache. Shmem/tmpfs is
924 * counted as CACHE even if it's on ANON LRU.
925 */
926 if (anon)
927 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700928 nr_pages);
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800929 else
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700930 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_CACHE],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700931 nr_pages);
Balaji Rao55e462b2008-05-01 04:35:12 -0700932
David Rientjesb070e652013-05-07 16:18:09 -0700933 if (PageTransHuge(page))
934 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
935 nr_pages);
936
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800937 /* pagein of a big page is an event. So, ignore page size */
938 if (nr_pages > 0)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700939 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGIN]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800940 else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700941 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGOUT]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800942 nr_pages = -nr_pages; /* for event */
943 }
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800944
Johannes Weiner13114712012-05-29 15:07:07 -0700945 __this_cpu_add(memcg->stat->nr_page_events, nr_pages);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800946
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800947 preempt_enable();
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800948}
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800949
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700950unsigned long
Hugh Dickins4d7dcca2012-05-29 15:07:08 -0700951mem_cgroup_get_lru_size(struct lruvec *lruvec, enum lru_list lru)
Konstantin Khlebnikov074291f2012-05-29 15:07:00 -0700952{
953 struct mem_cgroup_per_zone *mz;
954
955 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
956 return mz->lru_size[lru];
957}
958
959static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700960mem_cgroup_zone_nr_lru_pages(struct mem_cgroup *memcg, int nid, int zid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700961 unsigned int lru_mask)
Ying Han889976d2011-05-26 16:25:33 -0700962{
963 struct mem_cgroup_per_zone *mz;
Hugh Dickinsf156ab932012-03-21 16:34:19 -0700964 enum lru_list lru;
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700965 unsigned long ret = 0;
966
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700967 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700968
Hugh Dickinsf156ab932012-03-21 16:34:19 -0700969 for_each_lru(lru) {
970 if (BIT(lru) & lru_mask)
971 ret += mz->lru_size[lru];
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700972 }
973 return ret;
974}
975
976static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700977mem_cgroup_node_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700978 int nid, unsigned int lru_mask)
979{
Ying Han889976d2011-05-26 16:25:33 -0700980 u64 total = 0;
981 int zid;
982
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700983 for (zid = 0; zid < MAX_NR_ZONES; zid++)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700984 total += mem_cgroup_zone_nr_lru_pages(memcg,
985 nid, zid, lru_mask);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700986
Ying Han889976d2011-05-26 16:25:33 -0700987 return total;
988}
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700989
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700990static unsigned long mem_cgroup_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700991 unsigned int lru_mask)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800992{
Ying Han889976d2011-05-26 16:25:33 -0700993 int nid;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800994 u64 total = 0;
995
Lai Jiangshan31aaea42012-12-12 13:51:27 -0800996 for_each_node_state(nid, N_MEMORY)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700997 total += mem_cgroup_node_nr_lru_pages(memcg, nid, lru_mask);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800998 return total;
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800999}
1000
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001001static bool mem_cgroup_event_ratelimit(struct mem_cgroup *memcg,
1002 enum mem_cgroup_events_target target)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001003{
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001004 unsigned long val, next;
1005
Johannes Weiner13114712012-05-29 15:07:07 -07001006 val = __this_cpu_read(memcg->stat->nr_page_events);
Steven Rostedt47994012011-11-02 13:38:33 -07001007 next = __this_cpu_read(memcg->stat->targets[target]);
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001008 /* from time_after() in jiffies.h */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001009 if ((long)next - (long)val < 0) {
1010 switch (target) {
1011 case MEM_CGROUP_TARGET_THRESH:
1012 next = val + THRESHOLDS_EVENTS_TARGET;
1013 break;
1014 case MEM_CGROUP_TARGET_SOFTLIMIT:
1015 next = val + SOFTLIMIT_EVENTS_TARGET;
1016 break;
1017 case MEM_CGROUP_TARGET_NUMAINFO:
1018 next = val + NUMAINFO_EVENTS_TARGET;
1019 break;
1020 default:
1021 break;
1022 }
1023 __this_cpu_write(memcg->stat->targets[target], next);
1024 return true;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001025 }
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001026 return false;
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001027}
1028
1029/*
1030 * Check events in order.
1031 *
1032 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001033static void memcg_check_events(struct mem_cgroup *memcg, struct page *page)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001034{
Steven Rostedt47994012011-11-02 13:38:33 -07001035 preempt_disable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001036 /* threshold event is triggered in finer grain than soft limit */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001037 if (unlikely(mem_cgroup_event_ratelimit(memcg,
1038 MEM_CGROUP_TARGET_THRESH))) {
Andrew Morton82b3f2a2012-02-03 15:37:14 -08001039 bool do_softlimit;
1040 bool do_numainfo __maybe_unused;
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001041
1042 do_softlimit = mem_cgroup_event_ratelimit(memcg,
1043 MEM_CGROUP_TARGET_SOFTLIMIT);
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001044#if MAX_NUMNODES > 1
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001045 do_numainfo = mem_cgroup_event_ratelimit(memcg,
1046 MEM_CGROUP_TARGET_NUMAINFO);
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001047#endif
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001048 preempt_enable();
1049
1050 mem_cgroup_threshold(memcg);
1051 if (unlikely(do_softlimit))
1052 mem_cgroup_update_tree(memcg, page);
1053#if MAX_NUMNODES > 1
1054 if (unlikely(do_numainfo))
1055 atomic_inc(&memcg->numainfo_events);
1056#endif
1057 } else
1058 preempt_enable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001059}
1060
Glauber Costad1a4c0b2011-12-11 21:47:04 +00001061struct mem_cgroup *mem_cgroup_from_cont(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001062{
Wanpeng Lib2145142012-07-31 16:46:01 -07001063 return mem_cgroup_from_css(
1064 cgroup_subsys_state(cont, mem_cgroup_subsys_id));
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001065}
1066
Balbir Singhcf475ad2008-04-29 01:00:16 -07001067struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p)
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001068{
Balbir Singh31a78f22008-09-28 23:09:31 +01001069 /*
1070 * mm_update_next_owner() may clear mm->owner to NULL
1071 * if it races with swapoff, page migration, etc.
1072 * So this can be called with p == NULL.
1073 */
1074 if (unlikely(!p))
1075 return NULL;
1076
Wanpeng Lib2145142012-07-31 16:46:01 -07001077 return mem_cgroup_from_css(task_subsys_state(p, mem_cgroup_subsys_id));
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001078}
1079
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07001080struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001081{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001082 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001083
1084 if (!mm)
1085 return NULL;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001086 /*
1087 * Because we have no locks, mm->owner's may be being moved to other
1088 * cgroup. We use css_tryget() here even if this looks
1089 * pessimistic (rather than adding locks here).
1090 */
1091 rcu_read_lock();
1092 do {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001093 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1094 if (unlikely(!memcg))
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001095 break;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001096 } while (!css_tryget(&memcg->css));
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001097 rcu_read_unlock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001098 return memcg;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001099}
1100
Michal Hocko16248d82013-04-29 15:07:19 -07001101/*
1102 * Returns a next (in a pre-order walk) alive memcg (with elevated css
1103 * ref. count) or NULL if the whole root's subtree has been visited.
1104 *
1105 * helper function to be used by mem_cgroup_iter
1106 */
1107static struct mem_cgroup *__mem_cgroup_iter_next(struct mem_cgroup *root,
1108 struct mem_cgroup *last_visited)
1109{
1110 struct cgroup *prev_cgroup, *next_cgroup;
1111
1112 /*
1113 * Root is not visited by cgroup iterators so it needs an
1114 * explicit visit.
1115 */
1116 if (!last_visited)
1117 return root;
1118
1119 prev_cgroup = (last_visited == root) ? NULL
1120 : last_visited->css.cgroup;
1121skip_node:
1122 next_cgroup = cgroup_next_descendant_pre(
1123 prev_cgroup, root->css.cgroup);
1124
1125 /*
1126 * Even if we found a group we have to make sure it is
1127 * alive. css && !memcg means that the groups should be
1128 * skipped and we should continue the tree walk.
1129 * last_visited css is safe to use because it is
1130 * protected by css_get and the tree walk is rcu safe.
1131 */
1132 if (next_cgroup) {
1133 struct mem_cgroup *mem = mem_cgroup_from_cont(
1134 next_cgroup);
1135 if (css_tryget(&mem->css))
1136 return mem;
1137 else {
1138 prev_cgroup = next_cgroup;
1139 goto skip_node;
1140 }
1141 }
1142
1143 return NULL;
1144}
1145
Johannes Weiner519ebea2013-07-03 15:04:51 -07001146static void mem_cgroup_iter_invalidate(struct mem_cgroup *root)
1147{
1148 /*
1149 * When a group in the hierarchy below root is destroyed, the
1150 * hierarchy iterator can no longer be trusted since it might
1151 * have pointed to the destroyed group. Invalidate it.
1152 */
1153 atomic_inc(&root->dead_count);
1154}
1155
1156static struct mem_cgroup *
1157mem_cgroup_iter_load(struct mem_cgroup_reclaim_iter *iter,
1158 struct mem_cgroup *root,
1159 int *sequence)
1160{
1161 struct mem_cgroup *position = NULL;
1162 /*
1163 * A cgroup destruction happens in two stages: offlining and
1164 * release. They are separated by a RCU grace period.
1165 *
1166 * If the iterator is valid, we may still race with an
1167 * offlining. The RCU lock ensures the object won't be
1168 * released, tryget will fail if we lost the race.
1169 */
1170 *sequence = atomic_read(&root->dead_count);
1171 if (iter->last_dead_count == *sequence) {
1172 smp_rmb();
1173 position = iter->last_visited;
1174 if (position && !css_tryget(&position->css))
1175 position = NULL;
1176 }
1177 return position;
1178}
1179
1180static void mem_cgroup_iter_update(struct mem_cgroup_reclaim_iter *iter,
1181 struct mem_cgroup *last_visited,
1182 struct mem_cgroup *new_position,
1183 int sequence)
1184{
1185 if (last_visited)
1186 css_put(&last_visited->css);
1187 /*
1188 * We store the sequence count from the time @last_visited was
1189 * loaded successfully instead of rereading it here so that we
1190 * don't lose destruction events in between. We could have
1191 * raced with the destruction of @new_position after all.
1192 */
1193 iter->last_visited = new_position;
1194 smp_wmb();
1195 iter->last_dead_count = sequence;
1196}
1197
Johannes Weiner56600482012-01-12 17:17:59 -08001198/**
1199 * mem_cgroup_iter - iterate over memory cgroup hierarchy
1200 * @root: hierarchy root
1201 * @prev: previously returned memcg, NULL on first invocation
1202 * @reclaim: cookie for shared reclaim walks, NULL for full walks
1203 *
1204 * Returns references to children of the hierarchy below @root, or
1205 * @root itself, or %NULL after a full round-trip.
1206 *
1207 * Caller must pass the return value in @prev on subsequent
1208 * invocations for reference counting, or use mem_cgroup_iter_break()
1209 * to cancel a hierarchy walk before the round-trip is complete.
1210 *
1211 * Reclaimers can specify a zone and a priority level in @reclaim to
1212 * divide up the memcgs in the hierarchy among all concurrent
1213 * reclaimers operating on the same zone and priority.
1214 */
1215struct mem_cgroup *mem_cgroup_iter(struct mem_cgroup *root,
1216 struct mem_cgroup *prev,
1217 struct mem_cgroup_reclaim_cookie *reclaim)
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07001218{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001219 struct mem_cgroup *memcg = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001220 struct mem_cgroup *last_visited = NULL;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001221
Johannes Weiner56600482012-01-12 17:17:59 -08001222 if (mem_cgroup_disabled())
1223 return NULL;
1224
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001225 if (!root)
1226 root = root_mem_cgroup;
1227
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001228 if (prev && !reclaim)
Michal Hocko542f85f2013-04-29 15:07:15 -07001229 last_visited = prev;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001230
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001231 if (!root->use_hierarchy && root != root_mem_cgroup) {
1232 if (prev)
Michal Hockoc40046f2013-04-29 15:07:14 -07001233 goto out_css_put;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001234 return root;
1235 }
1236
Michal Hocko542f85f2013-04-29 15:07:15 -07001237 rcu_read_lock();
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001238 while (!memcg) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001239 struct mem_cgroup_reclaim_iter *uninitialized_var(iter);
Johannes Weiner519ebea2013-07-03 15:04:51 -07001240 int uninitialized_var(seq);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001241
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001242 if (reclaim) {
1243 int nid = zone_to_nid(reclaim->zone);
1244 int zid = zone_idx(reclaim->zone);
1245 struct mem_cgroup_per_zone *mz;
1246
1247 mz = mem_cgroup_zoneinfo(root, nid, zid);
1248 iter = &mz->reclaim_iter[reclaim->priority];
Michal Hocko542f85f2013-04-29 15:07:15 -07001249 if (prev && reclaim->generation != iter->generation) {
Michal Hocko5f578162013-04-29 15:07:17 -07001250 iter->last_visited = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001251 goto out_unlock;
1252 }
Michal Hocko5f578162013-04-29 15:07:17 -07001253
Johannes Weiner519ebea2013-07-03 15:04:51 -07001254 last_visited = mem_cgroup_iter_load(iter, root, &seq);
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001255 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001256
Michal Hocko16248d82013-04-29 15:07:19 -07001257 memcg = __mem_cgroup_iter_next(root, last_visited);
Michal Hocko542f85f2013-04-29 15:07:15 -07001258
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001259 if (reclaim) {
Johannes Weiner519ebea2013-07-03 15:04:51 -07001260 mem_cgroup_iter_update(iter, last_visited, memcg, seq);
Michal Hocko542f85f2013-04-29 15:07:15 -07001261
Michal Hocko19f39402013-04-29 15:07:18 -07001262 if (!memcg)
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001263 iter->generation++;
1264 else if (!prev && memcg)
1265 reclaim->generation = iter->generation;
1266 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001267
Michal Hocko19f39402013-04-29 15:07:18 -07001268 if (prev && !memcg)
Michal Hocko542f85f2013-04-29 15:07:15 -07001269 goto out_unlock;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001270 }
Michal Hocko542f85f2013-04-29 15:07:15 -07001271out_unlock:
1272 rcu_read_unlock();
Michal Hockoc40046f2013-04-29 15:07:14 -07001273out_css_put:
1274 if (prev && prev != root)
1275 css_put(&prev->css);
1276
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001277 return memcg;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001278}
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001279
Johannes Weiner56600482012-01-12 17:17:59 -08001280/**
1281 * mem_cgroup_iter_break - abort a hierarchy walk prematurely
1282 * @root: hierarchy root
1283 * @prev: last visited hierarchy member as returned by mem_cgroup_iter()
1284 */
1285void mem_cgroup_iter_break(struct mem_cgroup *root,
1286 struct mem_cgroup *prev)
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001287{
1288 if (!root)
1289 root = root_mem_cgroup;
1290 if (prev && prev != root)
1291 css_put(&prev->css);
1292}
1293
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001294/*
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001295 * Iteration constructs for visiting all cgroups (under a tree). If
1296 * loops are exited prematurely (break), mem_cgroup_iter_break() must
1297 * be used for reference counting.
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001298 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001299#define for_each_mem_cgroup_tree(iter, root) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001300 for (iter = mem_cgroup_iter(root, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001301 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001302 iter = mem_cgroup_iter(root, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001303
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001304#define for_each_mem_cgroup(iter) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001305 for (iter = mem_cgroup_iter(NULL, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001306 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001307 iter = mem_cgroup_iter(NULL, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001308
David Rientjes68ae5642012-12-12 13:51:57 -08001309void __mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx)
Ying Han456f9982011-05-26 16:25:38 -07001310{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001311 struct mem_cgroup *memcg;
Ying Han456f9982011-05-26 16:25:38 -07001312
Ying Han456f9982011-05-26 16:25:38 -07001313 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001314 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1315 if (unlikely(!memcg))
Ying Han456f9982011-05-26 16:25:38 -07001316 goto out;
1317
1318 switch (idx) {
Ying Han456f9982011-05-26 16:25:38 -07001319 case PGFAULT:
Johannes Weiner0e574a92012-01-12 17:18:35 -08001320 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGFAULT]);
1321 break;
1322 case PGMAJFAULT:
1323 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGMAJFAULT]);
Ying Han456f9982011-05-26 16:25:38 -07001324 break;
1325 default:
1326 BUG();
1327 }
1328out:
1329 rcu_read_unlock();
1330}
David Rientjes68ae5642012-12-12 13:51:57 -08001331EXPORT_SYMBOL(__mem_cgroup_count_vm_event);
Ying Han456f9982011-05-26 16:25:38 -07001332
Johannes Weiner925b7672012-01-12 17:18:15 -08001333/**
1334 * mem_cgroup_zone_lruvec - get the lru list vector for a zone and memcg
1335 * @zone: zone of the wanted lruvec
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001336 * @memcg: memcg of the wanted lruvec
Johannes Weiner925b7672012-01-12 17:18:15 -08001337 *
1338 * Returns the lru list vector holding pages for the given @zone and
1339 * @mem. This can be the global zone lruvec, if the memory controller
1340 * is disabled.
1341 */
1342struct lruvec *mem_cgroup_zone_lruvec(struct zone *zone,
1343 struct mem_cgroup *memcg)
1344{
1345 struct mem_cgroup_per_zone *mz;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001346 struct lruvec *lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001347
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001348 if (mem_cgroup_disabled()) {
1349 lruvec = &zone->lruvec;
1350 goto out;
1351 }
Johannes Weiner925b7672012-01-12 17:18:15 -08001352
1353 mz = mem_cgroup_zoneinfo(memcg, zone_to_nid(zone), zone_idx(zone));
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001354 lruvec = &mz->lruvec;
1355out:
1356 /*
1357 * Since a node can be onlined after the mem_cgroup was created,
1358 * we have to be prepared to initialize lruvec->zone here;
1359 * and if offlined then reonlined, we need to reinitialize it.
1360 */
1361 if (unlikely(lruvec->zone != zone))
1362 lruvec->zone = zone;
1363 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001364}
1365
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001366/*
1367 * Following LRU functions are allowed to be used without PCG_LOCK.
1368 * Operations are called by routine of global LRU independently from memcg.
1369 * What we have to take care of here is validness of pc->mem_cgroup.
1370 *
1371 * Changes to pc->mem_cgroup happens when
1372 * 1. charge
1373 * 2. moving account
1374 * In typical case, "charge" is done before add-to-lru. Exception is SwapCache.
1375 * It is added to LRU before charge.
1376 * If PCG_USED bit is not set, page_cgroup is not added to this private LRU.
1377 * When moving account, the page is not on LRU. It's isolated.
1378 */
1379
Johannes Weiner925b7672012-01-12 17:18:15 -08001380/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001381 * mem_cgroup_page_lruvec - return lruvec for adding an lru page
Johannes Weiner925b7672012-01-12 17:18:15 -08001382 * @page: the page
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001383 * @zone: zone of the page
Minchan Kim3f58a822011-03-22 16:32:53 -07001384 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001385struct lruvec *mem_cgroup_page_lruvec(struct page *page, struct zone *zone)
Minchan Kim3f58a822011-03-22 16:32:53 -07001386{
1387 struct mem_cgroup_per_zone *mz;
Johannes Weiner925b7672012-01-12 17:18:15 -08001388 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001389 struct page_cgroup *pc;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001390 struct lruvec *lruvec;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08001391
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001392 if (mem_cgroup_disabled()) {
1393 lruvec = &zone->lruvec;
1394 goto out;
1395 }
Christoph Lameterb69408e2008-10-18 20:26:14 -07001396
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001397 pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08001398 memcg = pc->mem_cgroup;
Hugh Dickins75121022012-03-05 14:59:18 -08001399
1400 /*
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001401 * Surreptitiously switch any uncharged offlist page to root:
Hugh Dickins75121022012-03-05 14:59:18 -08001402 * an uncharged page off lru does nothing to secure
1403 * its former mem_cgroup from sudden removal.
1404 *
1405 * Our caller holds lru_lock, and PageCgroupUsed is updated
1406 * under page_cgroup lock: between them, they make all uses
1407 * of pc->mem_cgroup safe.
1408 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001409 if (!PageLRU(page) && !PageCgroupUsed(pc) && memcg != root_mem_cgroup)
Hugh Dickins75121022012-03-05 14:59:18 -08001410 pc->mem_cgroup = memcg = root_mem_cgroup;
1411
Johannes Weiner925b7672012-01-12 17:18:15 -08001412 mz = page_cgroup_zoneinfo(memcg, page);
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001413 lruvec = &mz->lruvec;
1414out:
1415 /*
1416 * Since a node can be onlined after the mem_cgroup was created,
1417 * we have to be prepared to initialize lruvec->zone here;
1418 * and if offlined then reonlined, we need to reinitialize it.
1419 */
1420 if (unlikely(lruvec->zone != zone))
1421 lruvec->zone = zone;
1422 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001423}
1424
1425/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001426 * mem_cgroup_update_lru_size - account for adding or removing an lru page
1427 * @lruvec: mem_cgroup per zone lru vector
1428 * @lru: index of lru list the page is sitting on
1429 * @nr_pages: positive when adding or negative when removing
Johannes Weiner925b7672012-01-12 17:18:15 -08001430 *
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001431 * This function must be called when a page is added to or removed from an
1432 * lru list.
Johannes Weiner925b7672012-01-12 17:18:15 -08001433 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001434void mem_cgroup_update_lru_size(struct lruvec *lruvec, enum lru_list lru,
1435 int nr_pages)
Johannes Weiner925b7672012-01-12 17:18:15 -08001436{
1437 struct mem_cgroup_per_zone *mz;
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001438 unsigned long *lru_size;
Johannes Weiner925b7672012-01-12 17:18:15 -08001439
1440 if (mem_cgroup_disabled())
1441 return;
1442
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001443 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
1444 lru_size = mz->lru_size + lru;
1445 *lru_size += nr_pages;
1446 VM_BUG_ON((long)(*lru_size) < 0);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001447}
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08001448
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001449/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001450 * Checks whether given mem is same or in the root_mem_cgroup's
Michal Hocko3e920412011-07-26 16:08:29 -07001451 * hierarchy subtree
1452 */
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001453bool __mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1454 struct mem_cgroup *memcg)
Michal Hocko3e920412011-07-26 16:08:29 -07001455{
Johannes Weiner91c637342012-05-29 15:06:24 -07001456 if (root_memcg == memcg)
1457 return true;
Hugh Dickins3a981f42012-06-20 12:52:58 -07001458 if (!root_memcg->use_hierarchy || !memcg)
Johannes Weiner91c637342012-05-29 15:06:24 -07001459 return false;
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001460 return css_is_ancestor(&memcg->css, &root_memcg->css);
1461}
1462
1463static bool mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1464 struct mem_cgroup *memcg)
1465{
1466 bool ret;
1467
Johannes Weiner91c637342012-05-29 15:06:24 -07001468 rcu_read_lock();
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001469 ret = __mem_cgroup_same_or_subtree(root_memcg, memcg);
Johannes Weiner91c637342012-05-29 15:06:24 -07001470 rcu_read_unlock();
1471 return ret;
Michal Hocko3e920412011-07-26 16:08:29 -07001472}
1473
David Rientjesffbdccf2013-07-03 15:01:23 -07001474bool task_in_mem_cgroup(struct task_struct *task,
1475 const struct mem_cgroup *memcg)
David Rientjes4c4a2212008-02-07 00:14:06 -08001476{
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001477 struct mem_cgroup *curr = NULL;
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001478 struct task_struct *p;
David Rientjesffbdccf2013-07-03 15:01:23 -07001479 bool ret;
David Rientjes4c4a2212008-02-07 00:14:06 -08001480
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001481 p = find_lock_task_mm(task);
David Rientjesde077d22012-01-12 17:18:52 -08001482 if (p) {
1483 curr = try_get_mem_cgroup_from_mm(p->mm);
1484 task_unlock(p);
1485 } else {
1486 /*
1487 * All threads may have already detached their mm's, but the oom
1488 * killer still needs to detect if they have already been oom
1489 * killed to prevent needlessly killing additional tasks.
1490 */
David Rientjesffbdccf2013-07-03 15:01:23 -07001491 rcu_read_lock();
David Rientjesde077d22012-01-12 17:18:52 -08001492 curr = mem_cgroup_from_task(task);
1493 if (curr)
1494 css_get(&curr->css);
David Rientjesffbdccf2013-07-03 15:01:23 -07001495 rcu_read_unlock();
David Rientjesde077d22012-01-12 17:18:52 -08001496 }
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001497 if (!curr)
David Rientjesffbdccf2013-07-03 15:01:23 -07001498 return false;
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001499 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001500 * We should check use_hierarchy of "memcg" not "curr". Because checking
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001501 * use_hierarchy of "curr" here make this function true if hierarchy is
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001502 * enabled in "curr" and "curr" is a child of "memcg" in *cgroup*
1503 * hierarchy(even if use_hierarchy is disabled in "memcg").
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001504 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001505 ret = mem_cgroup_same_or_subtree(memcg, curr);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001506 css_put(&curr->css);
David Rientjes4c4a2212008-02-07 00:14:06 -08001507 return ret;
1508}
1509
Konstantin Khlebnikovc56d5c72012-05-29 15:07:00 -07001510int mem_cgroup_inactive_anon_is_low(struct lruvec *lruvec)
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001511{
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001512 unsigned long inactive_ratio;
Johannes Weiner9b272972011-11-02 13:38:23 -07001513 unsigned long inactive;
1514 unsigned long active;
1515 unsigned long gb;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001516
Hugh Dickins4d7dcca2012-05-29 15:07:08 -07001517 inactive = mem_cgroup_get_lru_size(lruvec, LRU_INACTIVE_ANON);
1518 active = mem_cgroup_get_lru_size(lruvec, LRU_ACTIVE_ANON);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001519
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001520 gb = (inactive + active) >> (30 - PAGE_SHIFT);
1521 if (gb)
1522 inactive_ratio = int_sqrt(10 * gb);
1523 else
1524 inactive_ratio = 1;
1525
Johannes Weiner9b272972011-11-02 13:38:23 -07001526 return inactive * inactive_ratio < active;
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001527}
1528
Balbir Singh6d61ef42009-01-07 18:08:06 -08001529#define mem_cgroup_from_res_counter(counter, member) \
1530 container_of(counter, struct mem_cgroup, member)
1531
Johannes Weiner19942822011-02-01 15:52:43 -08001532/**
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001533 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
Wanpeng Lidad75572012-06-20 12:53:01 -07001534 * @memcg: the memory cgroup
Johannes Weiner19942822011-02-01 15:52:43 -08001535 *
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001536 * Returns the maximum amount of memory @mem can be charged with, in
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001537 * pages.
Johannes Weiner19942822011-02-01 15:52:43 -08001538 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001539static unsigned long mem_cgroup_margin(struct mem_cgroup *memcg)
Johannes Weiner19942822011-02-01 15:52:43 -08001540{
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001541 unsigned long long margin;
1542
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001543 margin = res_counter_margin(&memcg->res);
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001544 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001545 margin = min(margin, res_counter_margin(&memcg->memsw));
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001546 return margin >> PAGE_SHIFT;
Johannes Weiner19942822011-02-01 15:52:43 -08001547}
1548
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07001549int mem_cgroup_swappiness(struct mem_cgroup *memcg)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001550{
1551 struct cgroup *cgrp = memcg->css.cgroup;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001552
1553 /* root ? */
1554 if (cgrp->parent == NULL)
1555 return vm_swappiness;
1556
Johannes Weinerbf1ff262011-03-23 16:42:32 -07001557 return memcg->swappiness;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001558}
1559
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001560/*
1561 * memcg->moving_account is used for checking possibility that some thread is
1562 * calling move_account(). When a thread on CPU-A starts moving pages under
1563 * a memcg, other threads should check memcg->moving_account under
1564 * rcu_read_lock(), like this:
1565 *
1566 * CPU-A CPU-B
1567 * rcu_read_lock()
1568 * memcg->moving_account+1 if (memcg->mocing_account)
1569 * take heavy locks.
1570 * synchronize_rcu() update something.
1571 * rcu_read_unlock()
1572 * start move here.
1573 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001574
1575/* for quick checking without looking up memcg */
1576atomic_t memcg_moving __read_mostly;
1577
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001578static void mem_cgroup_start_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001579{
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001580 atomic_inc(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001581 atomic_inc(&memcg->moving_account);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001582 synchronize_rcu();
1583}
1584
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001585static void mem_cgroup_end_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001586{
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001587 /*
1588 * Now, mem_cgroup_clear_mc() may call this function with NULL.
1589 * We check NULL in callee rather than caller.
1590 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001591 if (memcg) {
1592 atomic_dec(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001593 atomic_dec(&memcg->moving_account);
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001594 }
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001595}
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001596
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001597/*
1598 * 2 routines for checking "mem" is under move_account() or not.
1599 *
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001600 * mem_cgroup_stolen() - checking whether a cgroup is mc.from or not. This
1601 * is used for avoiding races in accounting. If true,
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001602 * pc->mem_cgroup may be overwritten.
1603 *
1604 * mem_cgroup_under_move() - checking a cgroup is mc.from or mc.to or
1605 * under hierarchy of moving cgroups. This is for
1606 * waiting at hith-memory prressure caused by "move".
1607 */
1608
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001609static bool mem_cgroup_stolen(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001610{
1611 VM_BUG_ON(!rcu_read_lock_held());
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001612 return atomic_read(&memcg->moving_account) > 0;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001613}
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001614
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001615static bool mem_cgroup_under_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001616{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001617 struct mem_cgroup *from;
1618 struct mem_cgroup *to;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001619 bool ret = false;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001620 /*
1621 * Unlike task_move routines, we access mc.to, mc.from not under
1622 * mutual exclusion by cgroup_mutex. Here, we take spinlock instead.
1623 */
1624 spin_lock(&mc.lock);
1625 from = mc.from;
1626 to = mc.to;
1627 if (!from)
1628 goto unlock;
Michal Hocko3e920412011-07-26 16:08:29 -07001629
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001630 ret = mem_cgroup_same_or_subtree(memcg, from)
1631 || mem_cgroup_same_or_subtree(memcg, to);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001632unlock:
1633 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001634 return ret;
1635}
1636
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001637static bool mem_cgroup_wait_acct_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001638{
1639 if (mc.moving_task && current != mc.moving_task) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001640 if (mem_cgroup_under_move(memcg)) {
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001641 DEFINE_WAIT(wait);
1642 prepare_to_wait(&mc.waitq, &wait, TASK_INTERRUPTIBLE);
1643 /* moving charge context might have finished. */
1644 if (mc.moving_task)
1645 schedule();
1646 finish_wait(&mc.waitq, &wait);
1647 return true;
1648 }
1649 }
1650 return false;
1651}
1652
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001653/*
1654 * Take this lock when
1655 * - a code tries to modify page's memcg while it's USED.
1656 * - a code tries to modify page state accounting in a memcg.
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001657 * see mem_cgroup_stolen(), too.
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001658 */
1659static void move_lock_mem_cgroup(struct mem_cgroup *memcg,
1660 unsigned long *flags)
1661{
1662 spin_lock_irqsave(&memcg->move_lock, *flags);
1663}
1664
1665static void move_unlock_mem_cgroup(struct mem_cgroup *memcg,
1666 unsigned long *flags)
1667{
1668 spin_unlock_irqrestore(&memcg->move_lock, *flags);
1669}
1670
Sha Zhengju58cf1882013-02-22 16:32:05 -08001671#define K(x) ((x) << (PAGE_SHIFT-10))
Balbir Singhe2224322009-04-02 16:57:39 -07001672/**
Sha Zhengju58cf1882013-02-22 16:32:05 -08001673 * mem_cgroup_print_oom_info: Print OOM information relevant to memory controller.
Balbir Singhe2224322009-04-02 16:57:39 -07001674 * @memcg: The memory cgroup that went over limit
1675 * @p: Task that is going to be killed
1676 *
1677 * NOTE: @memcg and @p's mem_cgroup can be different when hierarchy is
1678 * enabled
1679 */
1680void mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
1681{
1682 struct cgroup *task_cgrp;
1683 struct cgroup *mem_cgrp;
1684 /*
1685 * Need a buffer in BSS, can't rely on allocations. The code relies
1686 * on the assumption that OOM is serialized for memory controller.
1687 * If this assumption is broken, revisit this code.
1688 */
1689 static char memcg_name[PATH_MAX];
1690 int ret;
Sha Zhengju58cf1882013-02-22 16:32:05 -08001691 struct mem_cgroup *iter;
1692 unsigned int i;
Balbir Singhe2224322009-04-02 16:57:39 -07001693
Sha Zhengju58cf1882013-02-22 16:32:05 -08001694 if (!p)
Balbir Singhe2224322009-04-02 16:57:39 -07001695 return;
1696
Balbir Singhe2224322009-04-02 16:57:39 -07001697 rcu_read_lock();
1698
1699 mem_cgrp = memcg->css.cgroup;
1700 task_cgrp = task_cgroup(p, mem_cgroup_subsys_id);
1701
1702 ret = cgroup_path(task_cgrp, memcg_name, PATH_MAX);
1703 if (ret < 0) {
1704 /*
1705 * Unfortunately, we are unable to convert to a useful name
1706 * But we'll still print out the usage information
1707 */
1708 rcu_read_unlock();
1709 goto done;
1710 }
1711 rcu_read_unlock();
1712
Andrew Mortond0451972013-02-22 16:32:06 -08001713 pr_info("Task in %s killed", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001714
1715 rcu_read_lock();
1716 ret = cgroup_path(mem_cgrp, memcg_name, PATH_MAX);
1717 if (ret < 0) {
1718 rcu_read_unlock();
1719 goto done;
1720 }
1721 rcu_read_unlock();
1722
1723 /*
1724 * Continues from above, so we don't need an KERN_ level
1725 */
Andrew Mortond0451972013-02-22 16:32:06 -08001726 pr_cont(" as a result of limit of %s\n", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001727done:
1728
Andrew Mortond0451972013-02-22 16:32:06 -08001729 pr_info("memory: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001730 res_counter_read_u64(&memcg->res, RES_USAGE) >> 10,
1731 res_counter_read_u64(&memcg->res, RES_LIMIT) >> 10,
1732 res_counter_read_u64(&memcg->res, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001733 pr_info("memory+swap: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001734 res_counter_read_u64(&memcg->memsw, RES_USAGE) >> 10,
1735 res_counter_read_u64(&memcg->memsw, RES_LIMIT) >> 10,
1736 res_counter_read_u64(&memcg->memsw, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001737 pr_info("kmem: usage %llukB, limit %llukB, failcnt %llu\n",
Glauber Costa510fc4e2012-12-18 14:21:47 -08001738 res_counter_read_u64(&memcg->kmem, RES_USAGE) >> 10,
1739 res_counter_read_u64(&memcg->kmem, RES_LIMIT) >> 10,
1740 res_counter_read_u64(&memcg->kmem, RES_FAILCNT));
Sha Zhengju58cf1882013-02-22 16:32:05 -08001741
1742 for_each_mem_cgroup_tree(iter, memcg) {
1743 pr_info("Memory cgroup stats");
1744
1745 rcu_read_lock();
1746 ret = cgroup_path(iter->css.cgroup, memcg_name, PATH_MAX);
1747 if (!ret)
1748 pr_cont(" for %s", memcg_name);
1749 rcu_read_unlock();
1750 pr_cont(":");
1751
1752 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
1753 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
1754 continue;
1755 pr_cont(" %s:%ldKB", mem_cgroup_stat_names[i],
1756 K(mem_cgroup_read_stat(iter, i)));
1757 }
1758
1759 for (i = 0; i < NR_LRU_LISTS; i++)
1760 pr_cont(" %s:%luKB", mem_cgroup_lru_names[i],
1761 K(mem_cgroup_nr_lru_pages(iter, BIT(i))));
1762
1763 pr_cont("\n");
1764 }
Balbir Singhe2224322009-04-02 16:57:39 -07001765}
1766
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001767/*
1768 * This function returns the number of memcg under hierarchy tree. Returns
1769 * 1(self count) if no children.
1770 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001771static int mem_cgroup_count_children(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001772{
1773 int num = 0;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001774 struct mem_cgroup *iter;
1775
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001776 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001777 num++;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001778 return num;
1779}
1780
Balbir Singh6d61ef42009-01-07 18:08:06 -08001781/*
David Rientjesa63d83f2010-08-09 17:19:46 -07001782 * Return the memory (and swap, if configured) limit for a memcg.
1783 */
David Rientjes9cbb78b2012-07-31 16:43:44 -07001784static u64 mem_cgroup_get_limit(struct mem_cgroup *memcg)
David Rientjesa63d83f2010-08-09 17:19:46 -07001785{
1786 u64 limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001787
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001788 limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001789
David Rientjesa63d83f2010-08-09 17:19:46 -07001790 /*
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001791 * Do not consider swap space if we cannot swap due to swappiness
David Rientjesa63d83f2010-08-09 17:19:46 -07001792 */
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001793 if (mem_cgroup_swappiness(memcg)) {
1794 u64 memsw;
1795
1796 limit += total_swap_pages << PAGE_SHIFT;
1797 memsw = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
1798
1799 /*
1800 * If memsw is finite and limits the amount of swap space
1801 * available to this memcg, return that limit.
1802 */
1803 limit = min(limit, memsw);
1804 }
1805
1806 return limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001807}
1808
David Rientjes19965462012-12-11 16:00:26 -08001809static void mem_cgroup_out_of_memory(struct mem_cgroup *memcg, gfp_t gfp_mask,
1810 int order)
David Rientjes9cbb78b2012-07-31 16:43:44 -07001811{
1812 struct mem_cgroup *iter;
1813 unsigned long chosen_points = 0;
1814 unsigned long totalpages;
1815 unsigned int points = 0;
1816 struct task_struct *chosen = NULL;
1817
David Rientjes876aafb2012-07-31 16:43:48 -07001818 /*
David Rientjes465adcf2013-04-29 15:08:45 -07001819 * If current has a pending SIGKILL or is exiting, then automatically
1820 * select it. The goal is to allow it to allocate so that it may
1821 * quickly exit and free its memory.
David Rientjes876aafb2012-07-31 16:43:48 -07001822 */
David Rientjes465adcf2013-04-29 15:08:45 -07001823 if (fatal_signal_pending(current) || current->flags & PF_EXITING) {
David Rientjes876aafb2012-07-31 16:43:48 -07001824 set_thread_flag(TIF_MEMDIE);
1825 return;
1826 }
1827
1828 check_panic_on_oom(CONSTRAINT_MEMCG, gfp_mask, order, NULL);
David Rientjes9cbb78b2012-07-31 16:43:44 -07001829 totalpages = mem_cgroup_get_limit(memcg) >> PAGE_SHIFT ? : 1;
1830 for_each_mem_cgroup_tree(iter, memcg) {
1831 struct cgroup *cgroup = iter->css.cgroup;
1832 struct cgroup_iter it;
1833 struct task_struct *task;
1834
1835 cgroup_iter_start(cgroup, &it);
1836 while ((task = cgroup_iter_next(cgroup, &it))) {
1837 switch (oom_scan_process_thread(task, totalpages, NULL,
1838 false)) {
1839 case OOM_SCAN_SELECT:
1840 if (chosen)
1841 put_task_struct(chosen);
1842 chosen = task;
1843 chosen_points = ULONG_MAX;
1844 get_task_struct(chosen);
1845 /* fall through */
1846 case OOM_SCAN_CONTINUE:
1847 continue;
1848 case OOM_SCAN_ABORT:
1849 cgroup_iter_end(cgroup, &it);
1850 mem_cgroup_iter_break(memcg, iter);
1851 if (chosen)
1852 put_task_struct(chosen);
1853 return;
1854 case OOM_SCAN_OK:
1855 break;
1856 };
1857 points = oom_badness(task, memcg, NULL, totalpages);
1858 if (points > chosen_points) {
1859 if (chosen)
1860 put_task_struct(chosen);
1861 chosen = task;
1862 chosen_points = points;
1863 get_task_struct(chosen);
1864 }
1865 }
1866 cgroup_iter_end(cgroup, &it);
1867 }
1868
1869 if (!chosen)
1870 return;
1871 points = chosen_points * 1000 / totalpages;
David Rientjes9cbb78b2012-07-31 16:43:44 -07001872 oom_kill_process(chosen, gfp_mask, order, points, totalpages, memcg,
1873 NULL, "Memory cgroup out of memory");
David Rientjes9cbb78b2012-07-31 16:43:44 -07001874}
1875
Johannes Weiner56600482012-01-12 17:17:59 -08001876static unsigned long mem_cgroup_reclaim(struct mem_cgroup *memcg,
1877 gfp_t gfp_mask,
1878 unsigned long flags)
1879{
1880 unsigned long total = 0;
1881 bool noswap = false;
1882 int loop;
1883
1884 if (flags & MEM_CGROUP_RECLAIM_NOSWAP)
1885 noswap = true;
1886 if (!(flags & MEM_CGROUP_RECLAIM_SHRINK) && memcg->memsw_is_minimum)
1887 noswap = true;
1888
1889 for (loop = 0; loop < MEM_CGROUP_MAX_RECLAIM_LOOPS; loop++) {
1890 if (loop)
1891 drain_all_stock_async(memcg);
1892 total += try_to_free_mem_cgroup_pages(memcg, gfp_mask, noswap);
1893 /*
1894 * Allow limit shrinkers, which are triggered directly
1895 * by userspace, to catch signals and stop reclaim
1896 * after minimal progress, regardless of the margin.
1897 */
1898 if (total && (flags & MEM_CGROUP_RECLAIM_SHRINK))
1899 break;
1900 if (mem_cgroup_margin(memcg))
1901 break;
1902 /*
1903 * If nothing was reclaimed after two attempts, there
1904 * may be no reclaimable pages in this hierarchy.
1905 */
1906 if (loop && !total)
1907 break;
1908 }
1909 return total;
1910}
1911
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001912/**
1913 * test_mem_cgroup_node_reclaimable
Wanpeng Lidad75572012-06-20 12:53:01 -07001914 * @memcg: the target memcg
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001915 * @nid: the node ID to be checked.
1916 * @noswap : specify true here if the user wants flle only information.
1917 *
1918 * This function returns whether the specified memcg contains any
1919 * reclaimable pages on a node. Returns true if there are any reclaimable
1920 * pages in the node.
1921 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001922static bool test_mem_cgroup_node_reclaimable(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001923 int nid, bool noswap)
1924{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001925 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_FILE))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001926 return true;
1927 if (noswap || !total_swap_pages)
1928 return false;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001929 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_ANON))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001930 return true;
1931 return false;
1932
1933}
Ying Han889976d2011-05-26 16:25:33 -07001934#if MAX_NUMNODES > 1
1935
1936/*
1937 * Always updating the nodemask is not very good - even if we have an empty
1938 * list or the wrong list here, we can start from some node and traverse all
1939 * nodes based on the zonelist. So update the list loosely once per 10 secs.
1940 *
1941 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001942static void mem_cgroup_may_update_nodemask(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001943{
1944 int nid;
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001945 /*
1946 * numainfo_events > 0 means there was at least NUMAINFO_EVENTS_TARGET
1947 * pagein/pageout changes since the last update.
1948 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001949 if (!atomic_read(&memcg->numainfo_events))
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001950 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001951 if (atomic_inc_return(&memcg->numainfo_updating) > 1)
Ying Han889976d2011-05-26 16:25:33 -07001952 return;
1953
Ying Han889976d2011-05-26 16:25:33 -07001954 /* make a nodemask where this memcg uses memory from */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001955 memcg->scan_nodes = node_states[N_MEMORY];
Ying Han889976d2011-05-26 16:25:33 -07001956
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001957 for_each_node_mask(nid, node_states[N_MEMORY]) {
Ying Han889976d2011-05-26 16:25:33 -07001958
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001959 if (!test_mem_cgroup_node_reclaimable(memcg, nid, false))
1960 node_clear(nid, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001961 }
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001962
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001963 atomic_set(&memcg->numainfo_events, 0);
1964 atomic_set(&memcg->numainfo_updating, 0);
Ying Han889976d2011-05-26 16:25:33 -07001965}
1966
1967/*
1968 * Selecting a node where we start reclaim from. Because what we need is just
1969 * reducing usage counter, start from anywhere is O,K. Considering
1970 * memory reclaim from current node, there are pros. and cons.
1971 *
1972 * Freeing memory from current node means freeing memory from a node which
1973 * we'll use or we've used. So, it may make LRU bad. And if several threads
1974 * hit limits, it will see a contention on a node. But freeing from remote
1975 * node means more costs for memory reclaim because of memory latency.
1976 *
1977 * Now, we use round-robin. Better algorithm is welcomed.
1978 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001979int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001980{
1981 int node;
1982
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001983 mem_cgroup_may_update_nodemask(memcg);
1984 node = memcg->last_scanned_node;
Ying Han889976d2011-05-26 16:25:33 -07001985
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001986 node = next_node(node, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001987 if (node == MAX_NUMNODES)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001988 node = first_node(memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001989 /*
1990 * We call this when we hit limit, not when pages are added to LRU.
1991 * No LRU may hold pages because all pages are UNEVICTABLE or
1992 * memcg is too small and all pages are not on LRU. In that case,
1993 * we use curret node.
1994 */
1995 if (unlikely(node == MAX_NUMNODES))
1996 node = numa_node_id();
1997
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001998 memcg->last_scanned_node = node;
Ying Han889976d2011-05-26 16:25:33 -07001999 return node;
2000}
2001
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002002/*
2003 * Check all nodes whether it contains reclaimable pages or not.
2004 * For quick scan, we make use of scan_nodes. This will allow us to skip
2005 * unused nodes. But scan_nodes is lazily updated and may not cotain
2006 * enough new information. We need to do double check.
2007 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002008static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002009{
2010 int nid;
2011
2012 /*
2013 * quick check...making use of scan_node.
2014 * We can skip unused nodes.
2015 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002016 if (!nodes_empty(memcg->scan_nodes)) {
2017 for (nid = first_node(memcg->scan_nodes);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002018 nid < MAX_NUMNODES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002019 nid = next_node(nid, memcg->scan_nodes)) {
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002020
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002021 if (test_mem_cgroup_node_reclaimable(memcg, nid, noswap))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002022 return true;
2023 }
2024 }
2025 /*
2026 * Check rest of nodes.
2027 */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08002028 for_each_node_state(nid, N_MEMORY) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002029 if (node_isset(nid, memcg->scan_nodes))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002030 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002031 if (test_mem_cgroup_node_reclaimable(memcg, nid, noswap))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002032 return true;
2033 }
2034 return false;
2035}
2036
Ying Han889976d2011-05-26 16:25:33 -07002037#else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002038int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07002039{
2040 return 0;
2041}
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002042
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002043static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002044{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002045 return test_mem_cgroup_node_reclaimable(memcg, 0, noswap);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002046}
Ying Han889976d2011-05-26 16:25:33 -07002047#endif
2048
Johannes Weiner56600482012-01-12 17:17:59 -08002049static int mem_cgroup_soft_reclaim(struct mem_cgroup *root_memcg,
2050 struct zone *zone,
2051 gfp_t gfp_mask,
2052 unsigned long *total_scanned)
Balbir Singh6d61ef42009-01-07 18:08:06 -08002053{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002054 struct mem_cgroup *victim = NULL;
Johannes Weiner56600482012-01-12 17:17:59 -08002055 int total = 0;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002056 int loop = 0;
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002057 unsigned long excess;
Johannes Weiner185efc02011-09-14 16:21:58 -07002058 unsigned long nr_scanned;
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002059 struct mem_cgroup_reclaim_cookie reclaim = {
2060 .zone = zone,
2061 .priority = 0,
2062 };
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002063
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002064 excess = res_counter_soft_limit_excess(&root_memcg->res) >> PAGE_SHIFT;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002065
Balbir Singh4e416952009-09-23 15:56:39 -07002066 while (1) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002067 victim = mem_cgroup_iter(root_memcg, victim, &reclaim);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002068 if (!victim) {
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002069 loop++;
Balbir Singh4e416952009-09-23 15:56:39 -07002070 if (loop >= 2) {
2071 /*
2072 * If we have not been able to reclaim
2073 * anything, it might because there are
2074 * no reclaimable pages under this hierarchy
2075 */
Johannes Weiner56600482012-01-12 17:17:59 -08002076 if (!total)
Balbir Singh4e416952009-09-23 15:56:39 -07002077 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002078 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002079 * We want to do more targeted reclaim.
Balbir Singh4e416952009-09-23 15:56:39 -07002080 * excess >> 2 is not to excessive so as to
2081 * reclaim too much, nor too less that we keep
2082 * coming back to reclaim from this cgroup
2083 */
2084 if (total >= (excess >> 2) ||
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002085 (loop > MEM_CGROUP_MAX_RECLAIM_LOOPS))
Balbir Singh4e416952009-09-23 15:56:39 -07002086 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002087 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002088 continue;
Balbir Singh4e416952009-09-23 15:56:39 -07002089 }
Johannes Weiner56600482012-01-12 17:17:59 -08002090 if (!mem_cgroup_reclaimable(victim, false))
Balbir Singh6d61ef42009-01-07 18:08:06 -08002091 continue;
Johannes Weiner56600482012-01-12 17:17:59 -08002092 total += mem_cgroup_shrink_node_zone(victim, gfp_mask, false,
2093 zone, &nr_scanned);
2094 *total_scanned += nr_scanned;
2095 if (!res_counter_soft_limit_excess(&root_memcg->res))
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002096 break;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002097 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002098 mem_cgroup_iter_break(root_memcg, victim);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002099 return total;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002100}
2101
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002102/*
2103 * Check OOM-Killer is already running under our hierarchy.
2104 * If someone is running, return false.
Michal Hocko1af8efe2011-07-26 16:08:24 -07002105 * Has to be called with memcg_oom_lock
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002106 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002107static bool mem_cgroup_oom_lock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002108{
Michal Hocko79dfdac2011-07-26 16:08:23 -07002109 struct mem_cgroup *iter, *failed = NULL;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002110
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002111 for_each_mem_cgroup_tree(iter, memcg) {
Johannes Weiner23751be2011-08-25 15:59:16 -07002112 if (iter->oom_lock) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002113 /*
2114 * this subtree of our hierarchy is already locked
2115 * so we cannot give a lock.
2116 */
Michal Hocko79dfdac2011-07-26 16:08:23 -07002117 failed = iter;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002118 mem_cgroup_iter_break(memcg, iter);
2119 break;
Johannes Weiner23751be2011-08-25 15:59:16 -07002120 } else
2121 iter->oom_lock = true;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002122 }
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002123
Michal Hocko79dfdac2011-07-26 16:08:23 -07002124 if (!failed)
Johannes Weiner23751be2011-08-25 15:59:16 -07002125 return true;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002126
2127 /*
2128 * OK, we failed to lock the whole subtree so we have to clean up
2129 * what we set up to the failing subtree
2130 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002131 for_each_mem_cgroup_tree(iter, memcg) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002132 if (iter == failed) {
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002133 mem_cgroup_iter_break(memcg, iter);
2134 break;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002135 }
2136 iter->oom_lock = false;
2137 }
Johannes Weiner23751be2011-08-25 15:59:16 -07002138 return false;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002139}
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002140
Michal Hocko79dfdac2011-07-26 16:08:23 -07002141/*
Michal Hocko1af8efe2011-07-26 16:08:24 -07002142 * Has to be called with memcg_oom_lock
Michal Hocko79dfdac2011-07-26 16:08:23 -07002143 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002144static int mem_cgroup_oom_unlock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002145{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002146 struct mem_cgroup *iter;
2147
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002148 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002149 iter->oom_lock = false;
2150 return 0;
2151}
2152
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002153static void mem_cgroup_mark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002154{
2155 struct mem_cgroup *iter;
2156
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002157 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002158 atomic_inc(&iter->under_oom);
2159}
2160
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002161static void mem_cgroup_unmark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002162{
2163 struct mem_cgroup *iter;
2164
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002165 /*
2166 * When a new child is created while the hierarchy is under oom,
2167 * mem_cgroup_oom_lock() may not be called. We have to use
2168 * atomic_add_unless() here.
2169 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002170 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002171 atomic_add_unless(&iter->under_oom, -1, 0);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002172}
2173
Michal Hocko1af8efe2011-07-26 16:08:24 -07002174static DEFINE_SPINLOCK(memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002175static DECLARE_WAIT_QUEUE_HEAD(memcg_oom_waitq);
2176
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002177struct oom_wait_info {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002178 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002179 wait_queue_t wait;
2180};
2181
2182static int memcg_oom_wake_function(wait_queue_t *wait,
2183 unsigned mode, int sync, void *arg)
2184{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002185 struct mem_cgroup *wake_memcg = (struct mem_cgroup *)arg;
2186 struct mem_cgroup *oom_wait_memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002187 struct oom_wait_info *oom_wait_info;
2188
2189 oom_wait_info = container_of(wait, struct oom_wait_info, wait);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002190 oom_wait_memcg = oom_wait_info->memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002191
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002192 /*
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002193 * Both of oom_wait_info->memcg and wake_memcg are stable under us.
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002194 * Then we can use css_is_ancestor without taking care of RCU.
2195 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002196 if (!mem_cgroup_same_or_subtree(oom_wait_memcg, wake_memcg)
2197 && !mem_cgroup_same_or_subtree(wake_memcg, oom_wait_memcg))
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002198 return 0;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002199 return autoremove_wake_function(wait, mode, sync, arg);
2200}
2201
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002202static void memcg_wakeup_oom(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002203{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002204 /* for filtering, pass "memcg" as argument. */
2205 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg);
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002206}
2207
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002208static void memcg_oom_recover(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002209{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002210 if (memcg && atomic_read(&memcg->under_oom))
2211 memcg_wakeup_oom(memcg);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002212}
2213
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002214/*
2215 * try to call OOM killer. returns false if we should exit memory-reclaim loop.
2216 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002217static bool mem_cgroup_handle_oom(struct mem_cgroup *memcg, gfp_t mask,
2218 int order)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002219{
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002220 struct oom_wait_info owait;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002221 bool locked, need_to_kill;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002222
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002223 owait.memcg = memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002224 owait.wait.flags = 0;
2225 owait.wait.func = memcg_oom_wake_function;
2226 owait.wait.private = current;
2227 INIT_LIST_HEAD(&owait.wait.task_list);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002228 need_to_kill = true;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002229 mem_cgroup_mark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002230
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002231 /* At first, try to OOM lock hierarchy under memcg.*/
Michal Hocko1af8efe2011-07-26 16:08:24 -07002232 spin_lock(&memcg_oom_lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002233 locked = mem_cgroup_oom_lock(memcg);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002234 /*
2235 * Even if signal_pending(), we can't quit charge() loop without
2236 * accounting. So, UNINTERRUPTIBLE is appropriate. But SIGKILL
2237 * under OOM is always welcomed, use TASK_KILLABLE here.
2238 */
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002239 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002240 if (!locked || memcg->oom_kill_disable)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002241 need_to_kill = false;
2242 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002243 mem_cgroup_oom_notify(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002244 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002245
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002246 if (need_to_kill) {
2247 finish_wait(&memcg_oom_waitq, &owait.wait);
David Rientjese845e192012-03-21 16:34:10 -07002248 mem_cgroup_out_of_memory(memcg, mask, order);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002249 } else {
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002250 schedule();
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002251 finish_wait(&memcg_oom_waitq, &owait.wait);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002252 }
Michal Hocko1af8efe2011-07-26 16:08:24 -07002253 spin_lock(&memcg_oom_lock);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002254 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002255 mem_cgroup_oom_unlock(memcg);
2256 memcg_wakeup_oom(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002257 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002258
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002259 mem_cgroup_unmark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002260
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002261 if (test_thread_flag(TIF_MEMDIE) || fatal_signal_pending(current))
2262 return false;
2263 /* Give chance to dying process */
KAMEZAWA Hiroyuki715a5ee2011-11-02 13:38:18 -07002264 schedule_timeout_uninterruptible(1);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002265 return true;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002266}
2267
Balbir Singhd69b0422009-06-17 16:26:34 -07002268/*
2269 * Currently used to update mapped file statistics, but the routine can be
2270 * generalized to update other statistics as well.
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002271 *
2272 * Notes: Race condition
2273 *
2274 * We usually use page_cgroup_lock() for accessing page_cgroup member but
2275 * it tends to be costly. But considering some conditions, we doesn't need
2276 * to do so _always_.
2277 *
2278 * Considering "charge", lock_page_cgroup() is not required because all
2279 * file-stat operations happen after a page is attached to radix-tree. There
2280 * are no race with "charge".
2281 *
2282 * Considering "uncharge", we know that memcg doesn't clear pc->mem_cgroup
2283 * at "uncharge" intentionally. So, we always see valid pc->mem_cgroup even
2284 * if there are race with "uncharge". Statistics itself is properly handled
2285 * by flags.
2286 *
2287 * Considering "move", this is an only case we see a race. To make the race
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002288 * small, we check mm->moving_account and detect there are possibility of race
2289 * If there is, we take a lock.
Balbir Singhd69b0422009-06-17 16:26:34 -07002290 */
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002291
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002292void __mem_cgroup_begin_update_page_stat(struct page *page,
2293 bool *locked, unsigned long *flags)
2294{
2295 struct mem_cgroup *memcg;
2296 struct page_cgroup *pc;
2297
2298 pc = lookup_page_cgroup(page);
2299again:
2300 memcg = pc->mem_cgroup;
2301 if (unlikely(!memcg || !PageCgroupUsed(pc)))
2302 return;
2303 /*
2304 * If this memory cgroup is not under account moving, we don't
Wanpeng Lida92c472012-07-31 16:43:26 -07002305 * need to take move_lock_mem_cgroup(). Because we already hold
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002306 * rcu_read_lock(), any calls to move_account will be delayed until
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002307 * rcu_read_unlock() if mem_cgroup_stolen() == true.
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002308 */
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002309 if (!mem_cgroup_stolen(memcg))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002310 return;
2311
2312 move_lock_mem_cgroup(memcg, flags);
2313 if (memcg != pc->mem_cgroup || !PageCgroupUsed(pc)) {
2314 move_unlock_mem_cgroup(memcg, flags);
2315 goto again;
2316 }
2317 *locked = true;
2318}
2319
2320void __mem_cgroup_end_update_page_stat(struct page *page, unsigned long *flags)
2321{
2322 struct page_cgroup *pc = lookup_page_cgroup(page);
2323
2324 /*
2325 * It's guaranteed that pc->mem_cgroup never changes while
2326 * lock is held because a routine modifies pc->mem_cgroup
Wanpeng Lida92c472012-07-31 16:43:26 -07002327 * should take move_lock_mem_cgroup().
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002328 */
2329 move_unlock_mem_cgroup(pc->mem_cgroup, flags);
2330}
2331
Greg Thelen2a7106f2011-01-13 15:47:37 -08002332void mem_cgroup_update_page_stat(struct page *page,
2333 enum mem_cgroup_page_stat_item idx, int val)
Balbir Singhd69b0422009-06-17 16:26:34 -07002334{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002335 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002336 struct page_cgroup *pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyukidbd4ea72011-01-13 15:47:38 -08002337 unsigned long uninitialized_var(flags);
Balbir Singhd69b0422009-06-17 16:26:34 -07002338
Johannes Weinercfa44942012-01-12 17:18:38 -08002339 if (mem_cgroup_disabled())
Balbir Singhd69b0422009-06-17 16:26:34 -07002340 return;
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002341
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002342 memcg = pc->mem_cgroup;
2343 if (unlikely(!memcg || !PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002344 return;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002345
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002346 switch (idx) {
Greg Thelen2a7106f2011-01-13 15:47:37 -08002347 case MEMCG_NR_FILE_MAPPED:
Greg Thelen2a7106f2011-01-13 15:47:37 -08002348 idx = MEM_CGROUP_STAT_FILE_MAPPED;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002349 break;
2350 default:
2351 BUG();
KAMEZAWA Hiroyuki8725d542010-04-06 14:35:05 -07002352 }
Balbir Singhd69b0422009-06-17 16:26:34 -07002353
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002354 this_cpu_add(memcg->stat->count[idx], val);
Balbir Singhd69b0422009-06-17 16:26:34 -07002355}
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002356
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002357/*
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002358 * size of first charge trial. "32" comes from vmscan.c's magic value.
2359 * TODO: maybe necessary to use big numbers in big irons.
2360 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002361#define CHARGE_BATCH 32U
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002362struct memcg_stock_pcp {
2363 struct mem_cgroup *cached; /* this never be root cgroup */
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002364 unsigned int nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002365 struct work_struct work;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002366 unsigned long flags;
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07002367#define FLUSHING_CACHED_CHARGE 0
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002368};
2369static DEFINE_PER_CPU(struct memcg_stock_pcp, memcg_stock);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002370static DEFINE_MUTEX(percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002371
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002372/**
2373 * consume_stock: Try to consume stocked charge on this cpu.
2374 * @memcg: memcg to consume from.
2375 * @nr_pages: how many pages to charge.
2376 *
2377 * The charges will only happen if @memcg matches the current cpu's memcg
2378 * stock, and at least @nr_pages are available in that stock. Failure to
2379 * service an allocation will refill the stock.
2380 *
2381 * returns true if successful, false otherwise.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002382 */
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002383static bool consume_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002384{
2385 struct memcg_stock_pcp *stock;
2386 bool ret = true;
2387
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002388 if (nr_pages > CHARGE_BATCH)
2389 return false;
2390
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002391 stock = &get_cpu_var(memcg_stock);
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002392 if (memcg == stock->cached && stock->nr_pages >= nr_pages)
2393 stock->nr_pages -= nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002394 else /* need to call res_counter_charge */
2395 ret = false;
2396 put_cpu_var(memcg_stock);
2397 return ret;
2398}
2399
2400/*
2401 * Returns stocks cached in percpu to res_counter and reset cached information.
2402 */
2403static void drain_stock(struct memcg_stock_pcp *stock)
2404{
2405 struct mem_cgroup *old = stock->cached;
2406
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002407 if (stock->nr_pages) {
2408 unsigned long bytes = stock->nr_pages * PAGE_SIZE;
2409
2410 res_counter_uncharge(&old->res, bytes);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002411 if (do_swap_account)
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002412 res_counter_uncharge(&old->memsw, bytes);
2413 stock->nr_pages = 0;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002414 }
2415 stock->cached = NULL;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002416}
2417
2418/*
2419 * This must be called under preempt disabled or must be called by
2420 * a thread which is pinned to local cpu.
2421 */
2422static void drain_local_stock(struct work_struct *dummy)
2423{
2424 struct memcg_stock_pcp *stock = &__get_cpu_var(memcg_stock);
2425 drain_stock(stock);
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002426 clear_bit(FLUSHING_CACHED_CHARGE, &stock->flags);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002427}
2428
Michal Hockoe4777492013-02-22 16:35:40 -08002429static void __init memcg_stock_init(void)
2430{
2431 int cpu;
2432
2433 for_each_possible_cpu(cpu) {
2434 struct memcg_stock_pcp *stock =
2435 &per_cpu(memcg_stock, cpu);
2436 INIT_WORK(&stock->work, drain_local_stock);
2437 }
2438}
2439
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002440/*
2441 * Cache charges(val) which is from res_counter, to local per_cpu area.
Greg Thelen320cc512010-03-15 15:27:28 +01002442 * This will be consumed by consume_stock() function, later.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002443 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002444static void refill_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002445{
2446 struct memcg_stock_pcp *stock = &get_cpu_var(memcg_stock);
2447
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002448 if (stock->cached != memcg) { /* reset if necessary */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002449 drain_stock(stock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002450 stock->cached = memcg;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002451 }
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002452 stock->nr_pages += nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002453 put_cpu_var(memcg_stock);
2454}
2455
2456/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002457 * Drains all per-CPU charge caches for given root_memcg resp. subtree
Michal Hockod38144b2011-07-26 16:08:28 -07002458 * of the hierarchy under it. sync flag says whether we should block
2459 * until the work is done.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002460 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002461static void drain_all_stock(struct mem_cgroup *root_memcg, bool sync)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002462{
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002463 int cpu, curcpu;
Michal Hockod38144b2011-07-26 16:08:28 -07002464
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002465 /* Notify other cpus that system-wide "drain" is running */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002466 get_online_cpus();
Johannes Weiner5af12d02011-08-25 15:59:07 -07002467 curcpu = get_cpu();
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002468 for_each_online_cpu(cpu) {
2469 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002470 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002471
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002472 memcg = stock->cached;
2473 if (!memcg || !stock->nr_pages)
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002474 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002475 if (!mem_cgroup_same_or_subtree(root_memcg, memcg))
Michal Hocko3e920412011-07-26 16:08:29 -07002476 continue;
Michal Hockod1a05b62011-07-26 16:08:27 -07002477 if (!test_and_set_bit(FLUSHING_CACHED_CHARGE, &stock->flags)) {
2478 if (cpu == curcpu)
2479 drain_local_stock(&stock->work);
2480 else
2481 schedule_work_on(cpu, &stock->work);
2482 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002483 }
Johannes Weiner5af12d02011-08-25 15:59:07 -07002484 put_cpu();
Michal Hockod38144b2011-07-26 16:08:28 -07002485
2486 if (!sync)
2487 goto out;
2488
2489 for_each_online_cpu(cpu) {
2490 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002491 if (test_bit(FLUSHING_CACHED_CHARGE, &stock->flags))
Michal Hockod38144b2011-07-26 16:08:28 -07002492 flush_work(&stock->work);
2493 }
2494out:
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002495 put_online_cpus();
Michal Hockod38144b2011-07-26 16:08:28 -07002496}
2497
2498/*
2499 * Tries to drain stocked charges in other cpus. This function is asynchronous
2500 * and just put a work per cpu for draining localy on each cpu. Caller can
2501 * expects some charges will be back to res_counter later but cannot wait for
2502 * it.
2503 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002504static void drain_all_stock_async(struct mem_cgroup *root_memcg)
Michal Hockod38144b2011-07-26 16:08:28 -07002505{
Michal Hocko9f50fad2011-08-09 11:56:26 +02002506 /*
2507 * If someone calls draining, avoid adding more kworker runs.
2508 */
2509 if (!mutex_trylock(&percpu_charge_mutex))
2510 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002511 drain_all_stock(root_memcg, false);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002512 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002513}
2514
2515/* This is a synchronous drain interface. */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002516static void drain_all_stock_sync(struct mem_cgroup *root_memcg)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002517{
2518 /* called when force_empty is called */
Michal Hocko9f50fad2011-08-09 11:56:26 +02002519 mutex_lock(&percpu_charge_mutex);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002520 drain_all_stock(root_memcg, true);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002521 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002522}
2523
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002524/*
2525 * This function drains percpu counter value from DEAD cpu and
2526 * move it to local cpu. Note that this function can be preempted.
2527 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002528static void mem_cgroup_drain_pcp_counter(struct mem_cgroup *memcg, int cpu)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002529{
2530 int i;
2531
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002532 spin_lock(&memcg->pcp_counter_lock);
Johannes Weiner61046212012-05-29 15:07:05 -07002533 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002534 long x = per_cpu(memcg->stat->count[i], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002535
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002536 per_cpu(memcg->stat->count[i], cpu) = 0;
2537 memcg->nocpu_base.count[i] += x;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002538 }
Johannes Weinere9f89742011-03-23 16:42:37 -07002539 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002540 unsigned long x = per_cpu(memcg->stat->events[i], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -07002541
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002542 per_cpu(memcg->stat->events[i], cpu) = 0;
2543 memcg->nocpu_base.events[i] += x;
Johannes Weinere9f89742011-03-23 16:42:37 -07002544 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002545 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002546}
2547
2548static int __cpuinit memcg_cpu_hotplug_callback(struct notifier_block *nb,
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002549 unsigned long action,
2550 void *hcpu)
2551{
2552 int cpu = (unsigned long)hcpu;
2553 struct memcg_stock_pcp *stock;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002554 struct mem_cgroup *iter;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002555
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002556 if (action == CPU_ONLINE)
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002557 return NOTIFY_OK;
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002558
Kirill A. Shutemovd8330492012-04-12 12:49:11 -07002559 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002560 return NOTIFY_OK;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002561
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002562 for_each_mem_cgroup(iter)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002563 mem_cgroup_drain_pcp_counter(iter, cpu);
2564
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002565 stock = &per_cpu(memcg_stock, cpu);
2566 drain_stock(stock);
2567 return NOTIFY_OK;
2568}
2569
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002570
2571/* See __mem_cgroup_try_charge() for details */
2572enum {
2573 CHARGE_OK, /* success */
2574 CHARGE_RETRY, /* need to retry but retry is not bad */
2575 CHARGE_NOMEM, /* we can't do more. return -ENOMEM */
2576 CHARGE_WOULDBLOCK, /* GFP_WAIT wasn't set and no enough res. */
2577 CHARGE_OOM_DIE, /* the current is killed because of OOM */
2578};
2579
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002580static int mem_cgroup_do_charge(struct mem_cgroup *memcg, gfp_t gfp_mask,
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002581 unsigned int nr_pages, unsigned int min_pages,
2582 bool oom_check)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002583{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002584 unsigned long csize = nr_pages * PAGE_SIZE;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002585 struct mem_cgroup *mem_over_limit;
2586 struct res_counter *fail_res;
2587 unsigned long flags = 0;
2588 int ret;
2589
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002590 ret = res_counter_charge(&memcg->res, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002591
2592 if (likely(!ret)) {
2593 if (!do_swap_account)
2594 return CHARGE_OK;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002595 ret = res_counter_charge(&memcg->memsw, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002596 if (likely(!ret))
2597 return CHARGE_OK;
2598
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002599 res_counter_uncharge(&memcg->res, csize);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002600 mem_over_limit = mem_cgroup_from_res_counter(fail_res, memsw);
2601 flags |= MEM_CGROUP_RECLAIM_NOSWAP;
2602 } else
2603 mem_over_limit = mem_cgroup_from_res_counter(fail_res, res);
Johannes Weiner9221edb2011-02-01 15:52:42 -08002604 /*
Johannes Weiner9221edb2011-02-01 15:52:42 -08002605 * Never reclaim on behalf of optional batching, retry with a
2606 * single page instead.
2607 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002608 if (nr_pages > min_pages)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002609 return CHARGE_RETRY;
2610
2611 if (!(gfp_mask & __GFP_WAIT))
2612 return CHARGE_WOULDBLOCK;
2613
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002614 if (gfp_mask & __GFP_NORETRY)
2615 return CHARGE_NOMEM;
2616
Johannes Weiner56600482012-01-12 17:17:59 -08002617 ret = mem_cgroup_reclaim(mem_over_limit, gfp_mask, flags);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002618 if (mem_cgroup_margin(mem_over_limit) >= nr_pages)
Johannes Weiner19942822011-02-01 15:52:43 -08002619 return CHARGE_RETRY;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002620 /*
Johannes Weiner19942822011-02-01 15:52:43 -08002621 * Even though the limit is exceeded at this point, reclaim
2622 * may have been able to free some pages. Retry the charge
2623 * before killing the task.
2624 *
2625 * Only for regular pages, though: huge pages are rather
2626 * unlikely to succeed so close to the limit, and we fall back
2627 * to regular pages anyway in case of failure.
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002628 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002629 if (nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER) && ret)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002630 return CHARGE_RETRY;
2631
2632 /*
2633 * At task move, charge accounts can be doubly counted. So, it's
2634 * better to wait until the end of task_move if something is going on.
2635 */
2636 if (mem_cgroup_wait_acct_move(mem_over_limit))
2637 return CHARGE_RETRY;
2638
2639 /* If we don't need to call oom-killer at el, return immediately */
2640 if (!oom_check)
2641 return CHARGE_NOMEM;
2642 /* check OOM */
David Rientjese845e192012-03-21 16:34:10 -07002643 if (!mem_cgroup_handle_oom(mem_over_limit, gfp_mask, get_order(csize)))
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002644 return CHARGE_OOM_DIE;
2645
2646 return CHARGE_RETRY;
2647}
2648
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002649/*
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002650 * __mem_cgroup_try_charge() does
2651 * 1. detect memcg to be charged against from passed *mm and *ptr,
2652 * 2. update res_counter
2653 * 3. call memory reclaim if necessary.
2654 *
2655 * In some special case, if the task is fatal, fatal_signal_pending() or
2656 * has TIF_MEMDIE, this function returns -EINTR while writing root_mem_cgroup
2657 * to *ptr. There are two reasons for this. 1: fatal threads should quit as soon
2658 * as possible without any hazards. 2: all pages should have a valid
2659 * pc->mem_cgroup. If mm is NULL and the caller doesn't pass a valid memcg
2660 * pointer, that is treated as a charge to root_mem_cgroup.
2661 *
2662 * So __mem_cgroup_try_charge() will return
2663 * 0 ... on success, filling *ptr with a valid memcg pointer.
2664 * -ENOMEM ... charge failure because of resource limits.
2665 * -EINTR ... if thread is fatal. *ptr is filled with root_mem_cgroup.
2666 *
2667 * Unlike the exported interface, an "oom" parameter is added. if oom==true,
2668 * the oom-killer can be invoked.
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002669 */
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002670static int __mem_cgroup_try_charge(struct mm_struct *mm,
Andrea Arcangeliec168512011-01-13 15:46:56 -08002671 gfp_t gfp_mask,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002672 unsigned int nr_pages,
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002673 struct mem_cgroup **ptr,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002674 bool oom)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002675{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002676 unsigned int batch = max(CHARGE_BATCH, nr_pages);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002677 int nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002678 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002679 int ret;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002680
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002681 /*
2682 * Unlike gloval-vm's OOM-kill, we're not in memory shortage
2683 * in system level. So, allow to go ahead dying process in addition to
2684 * MEMDIE process.
2685 */
2686 if (unlikely(test_thread_flag(TIF_MEMDIE)
2687 || fatal_signal_pending(current)))
2688 goto bypass;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002689
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002690 /*
Hugh Dickins3be91272008-02-07 00:14:19 -08002691 * We always charge the cgroup the mm_struct belongs to.
2692 * The mm_struct's mem_cgroup changes on task migration if the
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002693 * thread group leader migrates. It's possible that mm is not
Johannes Weiner24467ca2012-07-31 16:45:40 -07002694 * set, if so charge the root memcg (happens for pagecache usage).
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002695 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002696 if (!*ptr && !mm)
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002697 *ptr = root_mem_cgroup;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002698again:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002699 if (*ptr) { /* css should be a valid one */
2700 memcg = *ptr;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002701 if (mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002702 goto done;
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002703 if (consume_stock(memcg, nr_pages))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002704 goto done;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002705 css_get(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002706 } else {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002707 struct task_struct *p;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002708
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002709 rcu_read_lock();
2710 p = rcu_dereference(mm->owner);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002711 /*
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002712 * Because we don't have task_lock(), "p" can exit.
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002713 * In that case, "memcg" can point to root or p can be NULL with
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002714 * race with swapoff. Then, we have small risk of mis-accouning.
2715 * But such kind of mis-account by race always happens because
2716 * we don't have cgroup_mutex(). It's overkill and we allo that
2717 * small race, here.
2718 * (*) swapoff at el will charge against mm-struct not against
2719 * task-struct. So, mm->owner can be NULL.
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002720 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002721 memcg = mem_cgroup_from_task(p);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002722 if (!memcg)
2723 memcg = root_mem_cgroup;
2724 if (mem_cgroup_is_root(memcg)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002725 rcu_read_unlock();
2726 goto done;
2727 }
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002728 if (consume_stock(memcg, nr_pages)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002729 /*
2730 * It seems dagerous to access memcg without css_get().
2731 * But considering how consume_stok works, it's not
2732 * necessary. If consume_stock success, some charges
2733 * from this memcg are cached on this cpu. So, we
2734 * don't need to call css_get()/css_tryget() before
2735 * calling consume_stock().
2736 */
2737 rcu_read_unlock();
2738 goto done;
2739 }
2740 /* after here, we may be blocked. we need to get refcnt */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002741 if (!css_tryget(&memcg->css)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002742 rcu_read_unlock();
2743 goto again;
2744 }
2745 rcu_read_unlock();
2746 }
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002747
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002748 do {
2749 bool oom_check;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002750
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002751 /* If killed, bypass charge */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002752 if (fatal_signal_pending(current)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002753 css_put(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002754 goto bypass;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002755 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002756
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002757 oom_check = false;
2758 if (oom && !nr_oom_retries) {
2759 oom_check = true;
2760 nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
2761 }
Balbir Singh6d61ef42009-01-07 18:08:06 -08002762
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002763 ret = mem_cgroup_do_charge(memcg, gfp_mask, batch, nr_pages,
2764 oom_check);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002765 switch (ret) {
2766 case CHARGE_OK:
2767 break;
2768 case CHARGE_RETRY: /* not in OOM situation but retry */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002769 batch = nr_pages;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002770 css_put(&memcg->css);
2771 memcg = NULL;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002772 goto again;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002773 case CHARGE_WOULDBLOCK: /* !__GFP_WAIT */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002774 css_put(&memcg->css);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002775 goto nomem;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002776 case CHARGE_NOMEM: /* OOM routine works */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002777 if (!oom) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002778 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002779 goto nomem;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002780 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002781 /* If oom, we never return -ENOMEM */
2782 nr_oom_retries--;
2783 break;
2784 case CHARGE_OOM_DIE: /* Killed by OOM Killer */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002785 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002786 goto bypass;
Balbir Singh66e17072008-02-07 00:13:56 -08002787 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002788 } while (ret != CHARGE_OK);
2789
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002790 if (batch > nr_pages)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002791 refill_stock(memcg, batch - nr_pages);
2792 css_put(&memcg->css);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002793done:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002794 *ptr = memcg;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002795 return 0;
2796nomem:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002797 *ptr = NULL;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002798 return -ENOMEM;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002799bypass:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002800 *ptr = root_mem_cgroup;
2801 return -EINTR;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002802}
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002803
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002804/*
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002805 * Somemtimes we have to undo a charge we got by try_charge().
2806 * This function is for that and do uncharge, put css's refcnt.
2807 * gotten by try_charge().
2808 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002809static void __mem_cgroup_cancel_charge(struct mem_cgroup *memcg,
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002810 unsigned int nr_pages)
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002811{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002812 if (!mem_cgroup_is_root(memcg)) {
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002813 unsigned long bytes = nr_pages * PAGE_SIZE;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002814
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002815 res_counter_uncharge(&memcg->res, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002816 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002817 res_counter_uncharge(&memcg->memsw, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002818 }
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002819}
2820
2821/*
KAMEZAWA Hiroyukid01dd172012-05-29 15:07:03 -07002822 * Cancel chrages in this cgroup....doesn't propagate to parent cgroup.
2823 * This is useful when moving usage to parent cgroup.
2824 */
2825static void __mem_cgroup_cancel_local_charge(struct mem_cgroup *memcg,
2826 unsigned int nr_pages)
2827{
2828 unsigned long bytes = nr_pages * PAGE_SIZE;
2829
2830 if (mem_cgroup_is_root(memcg))
2831 return;
2832
2833 res_counter_uncharge_until(&memcg->res, memcg->res.parent, bytes);
2834 if (do_swap_account)
2835 res_counter_uncharge_until(&memcg->memsw,
2836 memcg->memsw.parent, bytes);
2837}
2838
2839/*
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002840 * A helper function to get mem_cgroup from ID. must be called under
Tejun Heoe9316082012-11-05 09:16:58 -08002841 * rcu_read_lock(). The caller is responsible for calling css_tryget if
2842 * the mem_cgroup is used for charging. (dropping refcnt from swap can be
2843 * called against removed memcg.)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002844 */
2845static struct mem_cgroup *mem_cgroup_lookup(unsigned short id)
2846{
2847 struct cgroup_subsys_state *css;
2848
2849 /* ID 0 is unused ID */
2850 if (!id)
2851 return NULL;
2852 css = css_lookup(&mem_cgroup_subsys, id);
2853 if (!css)
2854 return NULL;
Wanpeng Lib2145142012-07-31 16:46:01 -07002855 return mem_cgroup_from_css(css);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002856}
2857
Wu Fengguange42d9d52009-12-16 12:19:59 +01002858struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page)
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002859{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002860 struct mem_cgroup *memcg = NULL;
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002861 struct page_cgroup *pc;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002862 unsigned short id;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002863 swp_entry_t ent;
2864
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002865 VM_BUG_ON(!PageLocked(page));
2866
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002867 pc = lookup_page_cgroup(page);
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002868 lock_page_cgroup(pc);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002869 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002870 memcg = pc->mem_cgroup;
2871 if (memcg && !css_tryget(&memcg->css))
2872 memcg = NULL;
Wu Fengguange42d9d52009-12-16 12:19:59 +01002873 } else if (PageSwapCache(page)) {
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002874 ent.val = page_private(page);
Bob Liu9fb4b7c2012-01-12 17:18:48 -08002875 id = lookup_swap_cgroup_id(ent);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002876 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002877 memcg = mem_cgroup_lookup(id);
2878 if (memcg && !css_tryget(&memcg->css))
2879 memcg = NULL;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002880 rcu_read_unlock();
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002881 }
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002882 unlock_page_cgroup(pc);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002883 return memcg;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002884}
2885
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002886static void __mem_cgroup_commit_charge(struct mem_cgroup *memcg,
Johannes Weiner5564e882011-03-23 16:42:29 -07002887 struct page *page,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002888 unsigned int nr_pages,
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002889 enum charge_type ctype,
2890 bool lrucare)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002891{
Johannes Weinerce587e62012-04-24 20:22:33 +02002892 struct page_cgroup *pc = lookup_page_cgroup(page);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002893 struct zone *uninitialized_var(zone);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002894 struct lruvec *lruvec;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002895 bool was_on_lru = false;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002896 bool anon;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002897
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002898 lock_page_cgroup(pc);
Johannes Weiner90deb782012-07-31 16:45:47 -07002899 VM_BUG_ON(PageCgroupUsed(pc));
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002900 /*
2901 * we don't need page_cgroup_lock about tail pages, becase they are not
2902 * accessed by any other context at this point.
2903 */
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002904
2905 /*
2906 * In some cases, SwapCache and FUSE(splice_buf->radixtree), the page
2907 * may already be on some other mem_cgroup's LRU. Take care of it.
2908 */
2909 if (lrucare) {
2910 zone = page_zone(page);
2911 spin_lock_irq(&zone->lru_lock);
2912 if (PageLRU(page)) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002913 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002914 ClearPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002915 del_page_from_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002916 was_on_lru = true;
2917 }
2918 }
2919
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002920 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyuki261fb612009-09-23 15:56:33 -07002921 /*
2922 * We access a page_cgroup asynchronously without lock_page_cgroup().
2923 * Especially when a page_cgroup is taken from a page, pc->mem_cgroup
2924 * is accessed after testing USED bit. To make pc->mem_cgroup visible
2925 * before USED bit, we need memory barrier here.
2926 * See mem_cgroup_add_lru_list(), etc.
2927 */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002928 smp_wmb();
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002929 SetPageCgroupUsed(pc);
Hugh Dickins3be91272008-02-07 00:14:19 -08002930
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002931 if (lrucare) {
2932 if (was_on_lru) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002933 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002934 VM_BUG_ON(PageLRU(page));
2935 SetPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002936 add_page_to_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002937 }
2938 spin_unlock_irq(&zone->lru_lock);
2939 }
2940
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07002941 if (ctype == MEM_CGROUP_CHARGE_TYPE_ANON)
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002942 anon = true;
2943 else
2944 anon = false;
2945
David Rientjesb070e652013-05-07 16:18:09 -07002946 mem_cgroup_charge_statistics(memcg, page, anon, nr_pages);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002947 unlock_page_cgroup(pc);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002948
KAMEZAWA Hiroyuki430e48632010-03-10 15:22:30 -08002949 /*
2950 * "charge_statistics" updated event counter. Then, check it.
2951 * Insert ancestor (and ancestor's ancestors), to softlimit RB-tree.
2952 * if they exceeds softlimit.
2953 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002954 memcg_check_events(memcg, page);
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002955}
2956
Glauber Costa7cf27982012-12-18 14:22:55 -08002957static DEFINE_MUTEX(set_limit_mutex);
2958
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002959#ifdef CONFIG_MEMCG_KMEM
2960static inline bool memcg_can_account_kmem(struct mem_cgroup *memcg)
2961{
2962 return !mem_cgroup_disabled() && !mem_cgroup_is_root(memcg) &&
2963 (memcg->kmem_account_flags & KMEM_ACCOUNTED_MASK);
2964}
2965
Glauber Costa1f458cb2012-12-18 14:22:50 -08002966/*
2967 * This is a bit cumbersome, but it is rarely used and avoids a backpointer
2968 * in the memcg_cache_params struct.
2969 */
2970static struct kmem_cache *memcg_params_to_cache(struct memcg_cache_params *p)
2971{
2972 struct kmem_cache *cachep;
2973
2974 VM_BUG_ON(p->is_root_cache);
2975 cachep = p->root_cache;
2976 return cachep->memcg_params->memcg_caches[memcg_cache_id(p->memcg)];
2977}
2978
Glauber Costa749c5412012-12-18 14:23:01 -08002979#ifdef CONFIG_SLABINFO
2980static int mem_cgroup_slabinfo_read(struct cgroup *cont, struct cftype *cft,
2981 struct seq_file *m)
2982{
2983 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
2984 struct memcg_cache_params *params;
2985
2986 if (!memcg_can_account_kmem(memcg))
2987 return -EIO;
2988
2989 print_slabinfo_header(m);
2990
2991 mutex_lock(&memcg->slab_caches_mutex);
2992 list_for_each_entry(params, &memcg->memcg_slab_caches, list)
2993 cache_show(memcg_params_to_cache(params), m);
2994 mutex_unlock(&memcg->slab_caches_mutex);
2995
2996 return 0;
2997}
2998#endif
2999
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003000static int memcg_charge_kmem(struct mem_cgroup *memcg, gfp_t gfp, u64 size)
3001{
3002 struct res_counter *fail_res;
3003 struct mem_cgroup *_memcg;
3004 int ret = 0;
3005 bool may_oom;
3006
3007 ret = res_counter_charge(&memcg->kmem, size, &fail_res);
3008 if (ret)
3009 return ret;
3010
3011 /*
3012 * Conditions under which we can wait for the oom_killer. Those are
3013 * the same conditions tested by the core page allocator
3014 */
3015 may_oom = (gfp & __GFP_FS) && !(gfp & __GFP_NORETRY);
3016
3017 _memcg = memcg;
3018 ret = __mem_cgroup_try_charge(NULL, gfp, size >> PAGE_SHIFT,
3019 &_memcg, may_oom);
3020
3021 if (ret == -EINTR) {
3022 /*
3023 * __mem_cgroup_try_charge() chosed to bypass to root due to
3024 * OOM kill or fatal signal. Since our only options are to
3025 * either fail the allocation or charge it to this cgroup, do
3026 * it as a temporary condition. But we can't fail. From a
3027 * kmem/slab perspective, the cache has already been selected,
3028 * by mem_cgroup_kmem_get_cache(), so it is too late to change
3029 * our minds.
3030 *
3031 * This condition will only trigger if the task entered
3032 * memcg_charge_kmem in a sane state, but was OOM-killed during
3033 * __mem_cgroup_try_charge() above. Tasks that were already
3034 * dying when the allocation triggers should have been already
3035 * directed to the root cgroup in memcontrol.h
3036 */
3037 res_counter_charge_nofail(&memcg->res, size, &fail_res);
3038 if (do_swap_account)
3039 res_counter_charge_nofail(&memcg->memsw, size,
3040 &fail_res);
3041 ret = 0;
3042 } else if (ret)
3043 res_counter_uncharge(&memcg->kmem, size);
3044
3045 return ret;
3046}
3047
3048static void memcg_uncharge_kmem(struct mem_cgroup *memcg, u64 size)
3049{
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003050 res_counter_uncharge(&memcg->res, size);
3051 if (do_swap_account)
3052 res_counter_uncharge(&memcg->memsw, size);
Glauber Costa7de37682012-12-18 14:22:07 -08003053
3054 /* Not down to 0 */
3055 if (res_counter_uncharge(&memcg->kmem, size))
3056 return;
3057
Li Zefan10d5ebf2013-07-08 16:00:33 -07003058 /*
3059 * Releases a reference taken in kmem_cgroup_css_offline in case
3060 * this last uncharge is racing with the offlining code or it is
3061 * outliving the memcg existence.
3062 *
3063 * The memory barrier imposed by test&clear is paired with the
3064 * explicit one in memcg_kmem_mark_dead().
3065 */
Glauber Costa7de37682012-12-18 14:22:07 -08003066 if (memcg_kmem_test_and_clear_dead(memcg))
Li Zefan10d5ebf2013-07-08 16:00:33 -07003067 css_put(&memcg->css);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003068}
3069
Glauber Costa2633d7a2012-12-18 14:22:34 -08003070void memcg_cache_list_add(struct mem_cgroup *memcg, struct kmem_cache *cachep)
3071{
3072 if (!memcg)
3073 return;
3074
3075 mutex_lock(&memcg->slab_caches_mutex);
3076 list_add(&cachep->memcg_params->list, &memcg->memcg_slab_caches);
3077 mutex_unlock(&memcg->slab_caches_mutex);
3078}
3079
3080/*
3081 * helper for acessing a memcg's index. It will be used as an index in the
3082 * child cache array in kmem_cache, and also to derive its name. This function
3083 * will return -1 when this is not a kmem-limited memcg.
3084 */
3085int memcg_cache_id(struct mem_cgroup *memcg)
3086{
3087 return memcg ? memcg->kmemcg_id : -1;
3088}
3089
Glauber Costa55007d82012-12-18 14:22:38 -08003090/*
3091 * This ends up being protected by the set_limit mutex, during normal
3092 * operation, because that is its main call site.
3093 *
3094 * But when we create a new cache, we can call this as well if its parent
3095 * is kmem-limited. That will have to hold set_limit_mutex as well.
3096 */
3097int memcg_update_cache_sizes(struct mem_cgroup *memcg)
3098{
3099 int num, ret;
3100
3101 num = ida_simple_get(&kmem_limited_groups,
3102 0, MEMCG_CACHES_MAX_SIZE, GFP_KERNEL);
3103 if (num < 0)
3104 return num;
3105 /*
3106 * After this point, kmem_accounted (that we test atomically in
3107 * the beginning of this conditional), is no longer 0. This
3108 * guarantees only one process will set the following boolean
3109 * to true. We don't need test_and_set because we're protected
3110 * by the set_limit_mutex anyway.
3111 */
3112 memcg_kmem_set_activated(memcg);
3113
3114 ret = memcg_update_all_caches(num+1);
3115 if (ret) {
3116 ida_simple_remove(&kmem_limited_groups, num);
3117 memcg_kmem_clear_activated(memcg);
3118 return ret;
3119 }
3120
3121 memcg->kmemcg_id = num;
3122 INIT_LIST_HEAD(&memcg->memcg_slab_caches);
3123 mutex_init(&memcg->slab_caches_mutex);
3124 return 0;
3125}
3126
3127static size_t memcg_caches_array_size(int num_groups)
3128{
3129 ssize_t size;
3130 if (num_groups <= 0)
3131 return 0;
3132
3133 size = 2 * num_groups;
3134 if (size < MEMCG_CACHES_MIN_SIZE)
3135 size = MEMCG_CACHES_MIN_SIZE;
3136 else if (size > MEMCG_CACHES_MAX_SIZE)
3137 size = MEMCG_CACHES_MAX_SIZE;
3138
3139 return size;
3140}
3141
3142/*
3143 * We should update the current array size iff all caches updates succeed. This
3144 * can only be done from the slab side. The slab mutex needs to be held when
3145 * calling this.
3146 */
3147void memcg_update_array_size(int num)
3148{
3149 if (num > memcg_limited_groups_array_size)
3150 memcg_limited_groups_array_size = memcg_caches_array_size(num);
3151}
3152
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003153static void kmem_cache_destroy_work_func(struct work_struct *w);
3154
Glauber Costa55007d82012-12-18 14:22:38 -08003155int memcg_update_cache_size(struct kmem_cache *s, int num_groups)
3156{
3157 struct memcg_cache_params *cur_params = s->memcg_params;
3158
3159 VM_BUG_ON(s->memcg_params && !s->memcg_params->is_root_cache);
3160
3161 if (num_groups > memcg_limited_groups_array_size) {
3162 int i;
3163 ssize_t size = memcg_caches_array_size(num_groups);
3164
3165 size *= sizeof(void *);
3166 size += sizeof(struct memcg_cache_params);
3167
3168 s->memcg_params = kzalloc(size, GFP_KERNEL);
3169 if (!s->memcg_params) {
3170 s->memcg_params = cur_params;
3171 return -ENOMEM;
3172 }
3173
3174 s->memcg_params->is_root_cache = true;
3175
3176 /*
3177 * There is the chance it will be bigger than
3178 * memcg_limited_groups_array_size, if we failed an allocation
3179 * in a cache, in which case all caches updated before it, will
3180 * have a bigger array.
3181 *
3182 * But if that is the case, the data after
3183 * memcg_limited_groups_array_size is certainly unused
3184 */
3185 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3186 if (!cur_params->memcg_caches[i])
3187 continue;
3188 s->memcg_params->memcg_caches[i] =
3189 cur_params->memcg_caches[i];
3190 }
3191
3192 /*
3193 * Ideally, we would wait until all caches succeed, and only
3194 * then free the old one. But this is not worth the extra
3195 * pointer per-cache we'd have to have for this.
3196 *
3197 * It is not a big deal if some caches are left with a size
3198 * bigger than the others. And all updates will reset this
3199 * anyway.
3200 */
3201 kfree(cur_params);
3202 }
3203 return 0;
3204}
3205
Glauber Costa943a4512012-12-18 14:23:03 -08003206int memcg_register_cache(struct mem_cgroup *memcg, struct kmem_cache *s,
3207 struct kmem_cache *root_cache)
Glauber Costa2633d7a2012-12-18 14:22:34 -08003208{
3209 size_t size = sizeof(struct memcg_cache_params);
3210
3211 if (!memcg_kmem_enabled())
3212 return 0;
3213
Glauber Costa55007d82012-12-18 14:22:38 -08003214 if (!memcg)
3215 size += memcg_limited_groups_array_size * sizeof(void *);
3216
Glauber Costa2633d7a2012-12-18 14:22:34 -08003217 s->memcg_params = kzalloc(size, GFP_KERNEL);
3218 if (!s->memcg_params)
3219 return -ENOMEM;
3220
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003221 INIT_WORK(&s->memcg_params->destroy,
3222 kmem_cache_destroy_work_func);
Glauber Costa943a4512012-12-18 14:23:03 -08003223 if (memcg) {
Glauber Costa2633d7a2012-12-18 14:22:34 -08003224 s->memcg_params->memcg = memcg;
Glauber Costa943a4512012-12-18 14:23:03 -08003225 s->memcg_params->root_cache = root_cache;
Glauber Costa4ba902b2013-02-12 13:46:22 -08003226 } else
3227 s->memcg_params->is_root_cache = true;
3228
Glauber Costa2633d7a2012-12-18 14:22:34 -08003229 return 0;
3230}
3231
3232void memcg_release_cache(struct kmem_cache *s)
3233{
Glauber Costad7f25f82012-12-18 14:22:40 -08003234 struct kmem_cache *root;
3235 struct mem_cgroup *memcg;
3236 int id;
3237
3238 /*
3239 * This happens, for instance, when a root cache goes away before we
3240 * add any memcg.
3241 */
3242 if (!s->memcg_params)
3243 return;
3244
3245 if (s->memcg_params->is_root_cache)
3246 goto out;
3247
3248 memcg = s->memcg_params->memcg;
3249 id = memcg_cache_id(memcg);
3250
3251 root = s->memcg_params->root_cache;
3252 root->memcg_params->memcg_caches[id] = NULL;
Glauber Costad7f25f82012-12-18 14:22:40 -08003253
3254 mutex_lock(&memcg->slab_caches_mutex);
3255 list_del(&s->memcg_params->list);
3256 mutex_unlock(&memcg->slab_caches_mutex);
3257
Li Zefan20f05312013-07-08 16:00:31 -07003258 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003259out:
Glauber Costa2633d7a2012-12-18 14:22:34 -08003260 kfree(s->memcg_params);
3261}
3262
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003263/*
3264 * During the creation a new cache, we need to disable our accounting mechanism
3265 * altogether. This is true even if we are not creating, but rather just
3266 * enqueing new caches to be created.
3267 *
3268 * This is because that process will trigger allocations; some visible, like
3269 * explicit kmallocs to auxiliary data structures, name strings and internal
3270 * cache structures; some well concealed, like INIT_WORK() that can allocate
3271 * objects during debug.
3272 *
3273 * If any allocation happens during memcg_kmem_get_cache, we will recurse back
3274 * to it. This may not be a bounded recursion: since the first cache creation
3275 * failed to complete (waiting on the allocation), we'll just try to create the
3276 * cache again, failing at the same point.
3277 *
3278 * memcg_kmem_get_cache is prepared to abort after seeing a positive count of
3279 * memcg_kmem_skip_account. So we enclose anything that might allocate memory
3280 * inside the following two functions.
3281 */
3282static inline void memcg_stop_kmem_account(void)
3283{
3284 VM_BUG_ON(!current->mm);
3285 current->memcg_kmem_skip_account++;
3286}
3287
3288static inline void memcg_resume_kmem_account(void)
3289{
3290 VM_BUG_ON(!current->mm);
3291 current->memcg_kmem_skip_account--;
3292}
3293
Glauber Costa1f458cb2012-12-18 14:22:50 -08003294static void kmem_cache_destroy_work_func(struct work_struct *w)
3295{
3296 struct kmem_cache *cachep;
3297 struct memcg_cache_params *p;
3298
3299 p = container_of(w, struct memcg_cache_params, destroy);
3300
3301 cachep = memcg_params_to_cache(p);
3302
Glauber Costa22933152012-12-18 14:22:59 -08003303 /*
3304 * If we get down to 0 after shrink, we could delete right away.
3305 * However, memcg_release_pages() already puts us back in the workqueue
3306 * in that case. If we proceed deleting, we'll get a dangling
3307 * reference, and removing the object from the workqueue in that case
3308 * is unnecessary complication. We are not a fast path.
3309 *
3310 * Note that this case is fundamentally different from racing with
3311 * shrink_slab(): if memcg_cgroup_destroy_cache() is called in
3312 * kmem_cache_shrink, not only we would be reinserting a dead cache
3313 * into the queue, but doing so from inside the worker racing to
3314 * destroy it.
3315 *
3316 * So if we aren't down to zero, we'll just schedule a worker and try
3317 * again
3318 */
3319 if (atomic_read(&cachep->memcg_params->nr_pages) != 0) {
3320 kmem_cache_shrink(cachep);
3321 if (atomic_read(&cachep->memcg_params->nr_pages) == 0)
3322 return;
3323 } else
Glauber Costa1f458cb2012-12-18 14:22:50 -08003324 kmem_cache_destroy(cachep);
3325}
3326
3327void mem_cgroup_destroy_cache(struct kmem_cache *cachep)
3328{
3329 if (!cachep->memcg_params->dead)
3330 return;
3331
3332 /*
Glauber Costa22933152012-12-18 14:22:59 -08003333 * There are many ways in which we can get here.
3334 *
3335 * We can get to a memory-pressure situation while the delayed work is
3336 * still pending to run. The vmscan shrinkers can then release all
3337 * cache memory and get us to destruction. If this is the case, we'll
3338 * be executed twice, which is a bug (the second time will execute over
3339 * bogus data). In this case, cancelling the work should be fine.
3340 *
3341 * But we can also get here from the worker itself, if
3342 * kmem_cache_shrink is enough to shake all the remaining objects and
3343 * get the page count to 0. In this case, we'll deadlock if we try to
3344 * cancel the work (the worker runs with an internal lock held, which
3345 * is the same lock we would hold for cancel_work_sync().)
3346 *
3347 * Since we can't possibly know who got us here, just refrain from
3348 * running if there is already work pending
3349 */
3350 if (work_pending(&cachep->memcg_params->destroy))
3351 return;
3352 /*
Glauber Costa1f458cb2012-12-18 14:22:50 -08003353 * We have to defer the actual destroying to a workqueue, because
3354 * we might currently be in a context that cannot sleep.
3355 */
3356 schedule_work(&cachep->memcg_params->destroy);
3357}
3358
Glauber Costad7f25f82012-12-18 14:22:40 -08003359/*
3360 * This lock protects updaters, not readers. We want readers to be as fast as
3361 * they can, and they will either see NULL or a valid cache value. Our model
3362 * allow them to see NULL, in which case the root memcg will be selected.
3363 *
3364 * We need this lock because multiple allocations to the same cache from a non
3365 * will span more than one worker. Only one of them can create the cache.
3366 */
3367static DEFINE_MUTEX(memcg_cache_mutex);
Michal Hockod9c10dd2013-03-28 08:48:14 +01003368
3369/*
3370 * Called with memcg_cache_mutex held
3371 */
3372static struct kmem_cache *kmem_cache_dup(struct mem_cgroup *memcg,
3373 struct kmem_cache *s)
3374{
3375 struct kmem_cache *new;
3376 static char *tmp_name = NULL;
3377
3378 lockdep_assert_held(&memcg_cache_mutex);
3379
3380 /*
3381 * kmem_cache_create_memcg duplicates the given name and
3382 * cgroup_name for this name requires RCU context.
3383 * This static temporary buffer is used to prevent from
3384 * pointless shortliving allocation.
3385 */
3386 if (!tmp_name) {
3387 tmp_name = kmalloc(PATH_MAX, GFP_KERNEL);
3388 if (!tmp_name)
3389 return NULL;
3390 }
3391
3392 rcu_read_lock();
3393 snprintf(tmp_name, PATH_MAX, "%s(%d:%s)", s->name,
3394 memcg_cache_id(memcg), cgroup_name(memcg->css.cgroup));
3395 rcu_read_unlock();
3396
3397 new = kmem_cache_create_memcg(memcg, tmp_name, s->object_size, s->align,
3398 (s->flags & ~SLAB_PANIC), s->ctor, s);
3399
3400 if (new)
3401 new->allocflags |= __GFP_KMEMCG;
3402
3403 return new;
3404}
3405
Glauber Costad7f25f82012-12-18 14:22:40 -08003406static struct kmem_cache *memcg_create_kmem_cache(struct mem_cgroup *memcg,
3407 struct kmem_cache *cachep)
3408{
3409 struct kmem_cache *new_cachep;
3410 int idx;
3411
3412 BUG_ON(!memcg_can_account_kmem(memcg));
3413
3414 idx = memcg_cache_id(memcg);
3415
3416 mutex_lock(&memcg_cache_mutex);
3417 new_cachep = cachep->memcg_params->memcg_caches[idx];
Li Zefan20f05312013-07-08 16:00:31 -07003418 if (new_cachep) {
3419 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003420 goto out;
Li Zefan20f05312013-07-08 16:00:31 -07003421 }
Glauber Costad7f25f82012-12-18 14:22:40 -08003422
3423 new_cachep = kmem_cache_dup(memcg, cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003424 if (new_cachep == NULL) {
3425 new_cachep = cachep;
Li Zefan20f05312013-07-08 16:00:31 -07003426 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003427 goto out;
3428 }
3429
Glauber Costa1f458cb2012-12-18 14:22:50 -08003430 atomic_set(&new_cachep->memcg_params->nr_pages , 0);
Glauber Costad7f25f82012-12-18 14:22:40 -08003431
3432 cachep->memcg_params->memcg_caches[idx] = new_cachep;
3433 /*
3434 * the readers won't lock, make sure everybody sees the updated value,
3435 * so they won't put stuff in the queue again for no reason
3436 */
3437 wmb();
3438out:
3439 mutex_unlock(&memcg_cache_mutex);
3440 return new_cachep;
3441}
3442
Glauber Costa7cf27982012-12-18 14:22:55 -08003443void kmem_cache_destroy_memcg_children(struct kmem_cache *s)
3444{
3445 struct kmem_cache *c;
3446 int i;
3447
3448 if (!s->memcg_params)
3449 return;
3450 if (!s->memcg_params->is_root_cache)
3451 return;
3452
3453 /*
3454 * If the cache is being destroyed, we trust that there is no one else
3455 * requesting objects from it. Even if there are, the sanity checks in
3456 * kmem_cache_destroy should caught this ill-case.
3457 *
3458 * Still, we don't want anyone else freeing memcg_caches under our
3459 * noses, which can happen if a new memcg comes to life. As usual,
3460 * we'll take the set_limit_mutex to protect ourselves against this.
3461 */
3462 mutex_lock(&set_limit_mutex);
3463 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3464 c = s->memcg_params->memcg_caches[i];
3465 if (!c)
3466 continue;
3467
3468 /*
3469 * We will now manually delete the caches, so to avoid races
3470 * we need to cancel all pending destruction workers and
3471 * proceed with destruction ourselves.
3472 *
3473 * kmem_cache_destroy() will call kmem_cache_shrink internally,
3474 * and that could spawn the workers again: it is likely that
3475 * the cache still have active pages until this very moment.
3476 * This would lead us back to mem_cgroup_destroy_cache.
3477 *
3478 * But that will not execute at all if the "dead" flag is not
3479 * set, so flip it down to guarantee we are in control.
3480 */
3481 c->memcg_params->dead = false;
Glauber Costa22933152012-12-18 14:22:59 -08003482 cancel_work_sync(&c->memcg_params->destroy);
Glauber Costa7cf27982012-12-18 14:22:55 -08003483 kmem_cache_destroy(c);
3484 }
3485 mutex_unlock(&set_limit_mutex);
3486}
3487
Glauber Costad7f25f82012-12-18 14:22:40 -08003488struct create_work {
3489 struct mem_cgroup *memcg;
3490 struct kmem_cache *cachep;
3491 struct work_struct work;
3492};
3493
Glauber Costa1f458cb2012-12-18 14:22:50 -08003494static void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3495{
3496 struct kmem_cache *cachep;
3497 struct memcg_cache_params *params;
3498
3499 if (!memcg_kmem_is_active(memcg))
3500 return;
3501
3502 mutex_lock(&memcg->slab_caches_mutex);
3503 list_for_each_entry(params, &memcg->memcg_slab_caches, list) {
3504 cachep = memcg_params_to_cache(params);
3505 cachep->memcg_params->dead = true;
Glauber Costa1f458cb2012-12-18 14:22:50 -08003506 schedule_work(&cachep->memcg_params->destroy);
3507 }
3508 mutex_unlock(&memcg->slab_caches_mutex);
3509}
3510
Glauber Costad7f25f82012-12-18 14:22:40 -08003511static void memcg_create_cache_work_func(struct work_struct *w)
3512{
3513 struct create_work *cw;
3514
3515 cw = container_of(w, struct create_work, work);
3516 memcg_create_kmem_cache(cw->memcg, cw->cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003517 kfree(cw);
3518}
3519
3520/*
3521 * Enqueue the creation of a per-memcg kmem_cache.
Glauber Costad7f25f82012-12-18 14:22:40 -08003522 */
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003523static void __memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3524 struct kmem_cache *cachep)
Glauber Costad7f25f82012-12-18 14:22:40 -08003525{
3526 struct create_work *cw;
3527
3528 cw = kmalloc(sizeof(struct create_work), GFP_NOWAIT);
Li Zefanca0dde92013-04-29 15:08:57 -07003529 if (cw == NULL) {
3530 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003531 return;
3532 }
3533
3534 cw->memcg = memcg;
3535 cw->cachep = cachep;
3536
3537 INIT_WORK(&cw->work, memcg_create_cache_work_func);
3538 schedule_work(&cw->work);
3539}
3540
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003541static void memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3542 struct kmem_cache *cachep)
3543{
3544 /*
3545 * We need to stop accounting when we kmalloc, because if the
3546 * corresponding kmalloc cache is not yet created, the first allocation
3547 * in __memcg_create_cache_enqueue will recurse.
3548 *
3549 * However, it is better to enclose the whole function. Depending on
3550 * the debugging options enabled, INIT_WORK(), for instance, can
3551 * trigger an allocation. This too, will make us recurse. Because at
3552 * this point we can't allow ourselves back into memcg_kmem_get_cache,
3553 * the safest choice is to do it like this, wrapping the whole function.
3554 */
3555 memcg_stop_kmem_account();
3556 __memcg_create_cache_enqueue(memcg, cachep);
3557 memcg_resume_kmem_account();
3558}
Glauber Costad7f25f82012-12-18 14:22:40 -08003559/*
3560 * Return the kmem_cache we're supposed to use for a slab allocation.
3561 * We try to use the current memcg's version of the cache.
3562 *
3563 * If the cache does not exist yet, if we are the first user of it,
3564 * we either create it immediately, if possible, or create it asynchronously
3565 * in a workqueue.
3566 * In the latter case, we will let the current allocation go through with
3567 * the original cache.
3568 *
3569 * Can't be called in interrupt context or from kernel threads.
3570 * This function needs to be called with rcu_read_lock() held.
3571 */
3572struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep,
3573 gfp_t gfp)
3574{
3575 struct mem_cgroup *memcg;
3576 int idx;
3577
3578 VM_BUG_ON(!cachep->memcg_params);
3579 VM_BUG_ON(!cachep->memcg_params->is_root_cache);
3580
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003581 if (!current->mm || current->memcg_kmem_skip_account)
3582 return cachep;
3583
Glauber Costad7f25f82012-12-18 14:22:40 -08003584 rcu_read_lock();
3585 memcg = mem_cgroup_from_task(rcu_dereference(current->mm->owner));
Glauber Costad7f25f82012-12-18 14:22:40 -08003586
3587 if (!memcg_can_account_kmem(memcg))
Li Zefanca0dde92013-04-29 15:08:57 -07003588 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003589
3590 idx = memcg_cache_id(memcg);
3591
3592 /*
3593 * barrier to mare sure we're always seeing the up to date value. The
3594 * code updating memcg_caches will issue a write barrier to match this.
3595 */
3596 read_barrier_depends();
Li Zefanca0dde92013-04-29 15:08:57 -07003597 if (likely(cachep->memcg_params->memcg_caches[idx])) {
3598 cachep = cachep->memcg_params->memcg_caches[idx];
3599 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003600 }
3601
Li Zefanca0dde92013-04-29 15:08:57 -07003602 /* The corresponding put will be done in the workqueue. */
3603 if (!css_tryget(&memcg->css))
3604 goto out;
3605 rcu_read_unlock();
3606
3607 /*
3608 * If we are in a safe context (can wait, and not in interrupt
3609 * context), we could be be predictable and return right away.
3610 * This would guarantee that the allocation being performed
3611 * already belongs in the new cache.
3612 *
3613 * However, there are some clashes that can arrive from locking.
3614 * For instance, because we acquire the slab_mutex while doing
3615 * kmem_cache_dup, this means no further allocation could happen
3616 * with the slab_mutex held.
3617 *
3618 * Also, because cache creation issue get_online_cpus(), this
3619 * creates a lock chain: memcg_slab_mutex -> cpu_hotplug_mutex,
3620 * that ends up reversed during cpu hotplug. (cpuset allocates
3621 * a bunch of GFP_KERNEL memory during cpuup). Due to all that,
3622 * better to defer everything.
3623 */
3624 memcg_create_cache_enqueue(memcg, cachep);
3625 return cachep;
3626out:
3627 rcu_read_unlock();
3628 return cachep;
Glauber Costad7f25f82012-12-18 14:22:40 -08003629}
3630EXPORT_SYMBOL(__memcg_kmem_get_cache);
3631
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003632/*
3633 * We need to verify if the allocation against current->mm->owner's memcg is
3634 * possible for the given order. But the page is not allocated yet, so we'll
3635 * need a further commit step to do the final arrangements.
3636 *
3637 * It is possible for the task to switch cgroups in this mean time, so at
3638 * commit time, we can't rely on task conversion any longer. We'll then use
3639 * the handle argument to return to the caller which cgroup we should commit
3640 * against. We could also return the memcg directly and avoid the pointer
3641 * passing, but a boolean return value gives better semantics considering
3642 * the compiled-out case as well.
3643 *
3644 * Returning true means the allocation is possible.
3645 */
3646bool
3647__memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **_memcg, int order)
3648{
3649 struct mem_cgroup *memcg;
3650 int ret;
3651
3652 *_memcg = NULL;
Glauber Costa6d42c232013-07-08 16:00:00 -07003653
3654 /*
3655 * Disabling accounting is only relevant for some specific memcg
3656 * internal allocations. Therefore we would initially not have such
3657 * check here, since direct calls to the page allocator that are marked
3658 * with GFP_KMEMCG only happen outside memcg core. We are mostly
3659 * concerned with cache allocations, and by having this test at
3660 * memcg_kmem_get_cache, we are already able to relay the allocation to
3661 * the root cache and bypass the memcg cache altogether.
3662 *
3663 * There is one exception, though: the SLUB allocator does not create
3664 * large order caches, but rather service large kmallocs directly from
3665 * the page allocator. Therefore, the following sequence when backed by
3666 * the SLUB allocator:
3667 *
3668 * memcg_stop_kmem_account();
3669 * kmalloc(<large_number>)
3670 * memcg_resume_kmem_account();
3671 *
3672 * would effectively ignore the fact that we should skip accounting,
3673 * since it will drive us directly to this function without passing
3674 * through the cache selector memcg_kmem_get_cache. Such large
3675 * allocations are extremely rare but can happen, for instance, for the
3676 * cache arrays. We bring this test here.
3677 */
3678 if (!current->mm || current->memcg_kmem_skip_account)
3679 return true;
3680
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003681 memcg = try_get_mem_cgroup_from_mm(current->mm);
3682
3683 /*
3684 * very rare case described in mem_cgroup_from_task. Unfortunately there
3685 * isn't much we can do without complicating this too much, and it would
3686 * be gfp-dependent anyway. Just let it go
3687 */
3688 if (unlikely(!memcg))
3689 return true;
3690
3691 if (!memcg_can_account_kmem(memcg)) {
3692 css_put(&memcg->css);
3693 return true;
3694 }
3695
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003696 ret = memcg_charge_kmem(memcg, gfp, PAGE_SIZE << order);
3697 if (!ret)
3698 *_memcg = memcg;
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003699
3700 css_put(&memcg->css);
3701 return (ret == 0);
3702}
3703
3704void __memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg,
3705 int order)
3706{
3707 struct page_cgroup *pc;
3708
3709 VM_BUG_ON(mem_cgroup_is_root(memcg));
3710
3711 /* The page allocation failed. Revert */
3712 if (!page) {
3713 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003714 return;
3715 }
3716
3717 pc = lookup_page_cgroup(page);
3718 lock_page_cgroup(pc);
3719 pc->mem_cgroup = memcg;
3720 SetPageCgroupUsed(pc);
3721 unlock_page_cgroup(pc);
3722}
3723
3724void __memcg_kmem_uncharge_pages(struct page *page, int order)
3725{
3726 struct mem_cgroup *memcg = NULL;
3727 struct page_cgroup *pc;
3728
3729
3730 pc = lookup_page_cgroup(page);
3731 /*
3732 * Fast unlocked return. Theoretically might have changed, have to
3733 * check again after locking.
3734 */
3735 if (!PageCgroupUsed(pc))
3736 return;
3737
3738 lock_page_cgroup(pc);
3739 if (PageCgroupUsed(pc)) {
3740 memcg = pc->mem_cgroup;
3741 ClearPageCgroupUsed(pc);
3742 }
3743 unlock_page_cgroup(pc);
3744
3745 /*
3746 * We trust that only if there is a memcg associated with the page, it
3747 * is a valid allocation
3748 */
3749 if (!memcg)
3750 return;
3751
3752 VM_BUG_ON(mem_cgroup_is_root(memcg));
3753 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003754}
Glauber Costa1f458cb2012-12-18 14:22:50 -08003755#else
3756static inline void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3757{
3758}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003759#endif /* CONFIG_MEMCG_KMEM */
3760
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003761#ifdef CONFIG_TRANSPARENT_HUGEPAGE
3762
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07003763#define PCGF_NOCOPY_AT_SPLIT (1 << PCG_LOCK | 1 << PCG_MIGRATION)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003764/*
3765 * Because tail pages are not marked as "used", set it. We're under
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003766 * zone->lru_lock, 'splitting on pmd' and compound_lock.
3767 * charge/uncharge will be never happen and move_account() is done under
3768 * compound_lock(), so we don't have to take care of races.
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003769 */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003770void mem_cgroup_split_huge_fixup(struct page *head)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003771{
3772 struct page_cgroup *head_pc = lookup_page_cgroup(head);
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003773 struct page_cgroup *pc;
David Rientjesb070e652013-05-07 16:18:09 -07003774 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003775 int i;
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003776
KAMEZAWA Hiroyuki3d37c4a2011-01-25 15:07:28 -08003777 if (mem_cgroup_disabled())
3778 return;
David Rientjesb070e652013-05-07 16:18:09 -07003779
3780 memcg = head_pc->mem_cgroup;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003781 for (i = 1; i < HPAGE_PMD_NR; i++) {
3782 pc = head_pc + i;
David Rientjesb070e652013-05-07 16:18:09 -07003783 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003784 smp_wmb();/* see __commit_charge() */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003785 pc->flags = head_pc->flags & ~PCGF_NOCOPY_AT_SPLIT;
3786 }
David Rientjesb070e652013-05-07 16:18:09 -07003787 __this_cpu_sub(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
3788 HPAGE_PMD_NR);
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003789}
Hugh Dickins12d27102012-01-12 17:19:52 -08003790#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003791
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003792/**
Johannes Weinerde3638d2011-03-23 16:42:28 -07003793 * mem_cgroup_move_account - move account of the page
Johannes Weiner5564e882011-03-23 16:42:29 -07003794 * @page: the page
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003795 * @nr_pages: number of regular pages (>1 for huge pages)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003796 * @pc: page_cgroup of the page.
3797 * @from: mem_cgroup which the page is moved from.
3798 * @to: mem_cgroup which the page is moved to. @from != @to.
3799 *
3800 * The caller must confirm following.
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003801 * - page is not on LRU (isolate_page() is useful.)
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003802 * - compound_lock is held when nr_pages > 1
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003803 *
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003804 * This function doesn't do "charge" to new cgroup and doesn't do "uncharge"
3805 * from old cgroup.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003806 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003807static int mem_cgroup_move_account(struct page *page,
3808 unsigned int nr_pages,
3809 struct page_cgroup *pc,
3810 struct mem_cgroup *from,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003811 struct mem_cgroup *to)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003812{
Johannes Weinerde3638d2011-03-23 16:42:28 -07003813 unsigned long flags;
3814 int ret;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07003815 bool anon = PageAnon(page);
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003816
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003817 VM_BUG_ON(from == to);
Johannes Weiner5564e882011-03-23 16:42:29 -07003818 VM_BUG_ON(PageLRU(page));
Johannes Weinerde3638d2011-03-23 16:42:28 -07003819 /*
3820 * The page is isolated from LRU. So, collapse function
3821 * will not handle this page. But page splitting can happen.
3822 * Do this check under compound_page_lock(). The caller should
3823 * hold it.
3824 */
3825 ret = -EBUSY;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003826 if (nr_pages > 1 && !PageTransHuge(page))
Johannes Weinerde3638d2011-03-23 16:42:28 -07003827 goto out;
3828
3829 lock_page_cgroup(pc);
3830
3831 ret = -EINVAL;
3832 if (!PageCgroupUsed(pc) || pc->mem_cgroup != from)
3833 goto unlock;
3834
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003835 move_lock_mem_cgroup(from, &flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003836
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07003837 if (!anon && page_mapped(page)) {
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003838 /* Update mapped_file data for mem_cgroup */
3839 preempt_disable();
3840 __this_cpu_dec(from->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3841 __this_cpu_inc(to->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3842 preempt_enable();
Balbir Singhd69b0422009-06-17 16:26:34 -07003843 }
David Rientjesb070e652013-05-07 16:18:09 -07003844 mem_cgroup_charge_statistics(from, page, anon, -nr_pages);
Balbir Singhd69b0422009-06-17 16:26:34 -07003845
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08003846 /* caller should have done css_get */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003847 pc->mem_cgroup = to;
David Rientjesb070e652013-05-07 16:18:09 -07003848 mem_cgroup_charge_statistics(to, page, anon, nr_pages);
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003849 move_unlock_mem_cgroup(from, &flags);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003850 ret = 0;
3851unlock:
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003852 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08003853 /*
3854 * check events
3855 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003856 memcg_check_events(to, page);
3857 memcg_check_events(from, page);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003858out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003859 return ret;
3860}
3861
Michal Hocko2ef37d32012-10-26 13:37:30 +02003862/**
3863 * mem_cgroup_move_parent - moves page to the parent group
3864 * @page: the page to move
3865 * @pc: page_cgroup of the page
3866 * @child: page's cgroup
3867 *
3868 * move charges to its parent or the root cgroup if the group has no
3869 * parent (aka use_hierarchy==0).
3870 * Although this might fail (get_page_unless_zero, isolate_lru_page or
3871 * mem_cgroup_move_account fails) the failure is always temporary and
3872 * it signals a race with a page removal/uncharge or migration. In the
3873 * first case the page is on the way out and it will vanish from the LRU
3874 * on the next attempt and the call should be retried later.
3875 * Isolation from the LRU fails only if page has been isolated from
3876 * the LRU since we looked at it and that usually means either global
3877 * reclaim or migration going on. The page will either get back to the
3878 * LRU or vanish.
3879 * Finaly mem_cgroup_move_account fails only if the page got uncharged
3880 * (!PageCgroupUsed) or moved to a different group. The page will
3881 * disappear in the next attempt.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003882 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003883static int mem_cgroup_move_parent(struct page *page,
3884 struct page_cgroup *pc,
KAMEZAWA Hiroyuki6068bf02012-07-31 16:42:45 -07003885 struct mem_cgroup *child)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003886{
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003887 struct mem_cgroup *parent;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003888 unsigned int nr_pages;
Andrew Morton4be44892011-03-23 16:42:39 -07003889 unsigned long uninitialized_var(flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003890 int ret;
3891
Michal Hockod8423012012-10-26 13:37:29 +02003892 VM_BUG_ON(mem_cgroup_is_root(child));
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003893
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003894 ret = -EBUSY;
3895 if (!get_page_unless_zero(page))
3896 goto out;
3897 if (isolate_lru_page(page))
3898 goto put;
KAMEZAWA Hiroyuki52dbb902011-01-25 15:07:29 -08003899
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003900 nr_pages = hpage_nr_pages(page);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003901
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003902 parent = parent_mem_cgroup(child);
3903 /*
3904 * If no parent, move charges to root cgroup.
3905 */
3906 if (!parent)
3907 parent = root_mem_cgroup;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003908
Michal Hocko2ef37d32012-10-26 13:37:30 +02003909 if (nr_pages > 1) {
3910 VM_BUG_ON(!PageTransHuge(page));
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003911 flags = compound_lock_irqsave(page);
Michal Hocko2ef37d32012-10-26 13:37:30 +02003912 }
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003913
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003914 ret = mem_cgroup_move_account(page, nr_pages,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003915 pc, child, parent);
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003916 if (!ret)
3917 __mem_cgroup_cancel_local_charge(child, nr_pages);
Jesper Juhl8dba4742011-01-25 15:07:24 -08003918
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003919 if (nr_pages > 1)
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003920 compound_unlock_irqrestore(page, flags);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003921 putback_lru_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003922put:
Daisuke Nishimura40d58132009-01-15 13:51:12 -08003923 put_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003924out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003925 return ret;
3926}
3927
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003928/*
3929 * Charge the memory controller for page usage.
3930 * Return
3931 * 0 if the charge was successful
3932 * < 0 if the cgroup is over its limit
3933 */
3934static int mem_cgroup_charge_common(struct page *page, struct mm_struct *mm,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07003935 gfp_t gfp_mask, enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003936{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003937 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003938 unsigned int nr_pages = 1;
Johannes Weiner8493ae42011-02-01 15:52:44 -08003939 bool oom = true;
3940 int ret;
Andrea Arcangeliec168512011-01-13 15:46:56 -08003941
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003942 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003943 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003944 VM_BUG_ON(!PageTransHuge(page));
Johannes Weiner8493ae42011-02-01 15:52:44 -08003945 /*
3946 * Never OOM-kill a process for a huge page. The
3947 * fault handler will fall back to regular pages.
3948 */
3949 oom = false;
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003950 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003951
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003952 ret = __mem_cgroup_try_charge(mm, gfp_mask, nr_pages, &memcg, oom);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003953 if (ret == -ENOMEM)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003954 return ret;
Johannes Weinerce587e62012-04-24 20:22:33 +02003955 __mem_cgroup_commit_charge(memcg, page, nr_pages, ctype, false);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003956 return 0;
3957}
3958
3959int mem_cgroup_newpage_charge(struct page *page,
3960 struct mm_struct *mm, gfp_t gfp_mask)
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003961{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003962 if (mem_cgroup_disabled())
Li Zefancede86a2008-07-25 01:47:18 -07003963 return 0;
Johannes Weiner7a0524c2012-01-12 17:18:43 -08003964 VM_BUG_ON(page_mapped(page));
3965 VM_BUG_ON(page->mapping && !PageAnon(page));
3966 VM_BUG_ON(!mm);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003967 return mem_cgroup_charge_common(page, mm, gfp_mask,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07003968 MEM_CGROUP_CHARGE_TYPE_ANON);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003969}
3970
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003971/*
3972 * While swap-in, try_charge -> commit or cancel, the page is locked.
3973 * And when try_charge() successfully returns, one refcnt to memcg without
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02003974 * struct page_cgroup is acquired. This refcnt will be consumed by
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003975 * "commit()" or removed by "cancel()"
3976 */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003977static int __mem_cgroup_try_charge_swapin(struct mm_struct *mm,
3978 struct page *page,
3979 gfp_t mask,
3980 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003981{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003982 struct mem_cgroup *memcg;
Johannes Weiner90deb782012-07-31 16:45:47 -07003983 struct page_cgroup *pc;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003984 int ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003985
Johannes Weiner90deb782012-07-31 16:45:47 -07003986 pc = lookup_page_cgroup(page);
3987 /*
3988 * Every swap fault against a single page tries to charge the
3989 * page, bail as early as possible. shmem_unuse() encounters
3990 * already charged pages, too. The USED bit is protected by
3991 * the page lock, which serializes swap cache removal, which
3992 * in turn serializes uncharging.
3993 */
3994 if (PageCgroupUsed(pc))
3995 return 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003996 if (!do_swap_account)
3997 goto charge_cur_mm;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003998 memcg = try_get_mem_cgroup_from_page(page);
3999 if (!memcg)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08004000 goto charge_cur_mm;
Johannes Weiner72835c82012-01-12 17:18:32 -08004001 *memcgp = memcg;
4002 ret = __mem_cgroup_try_charge(NULL, mask, 1, memcgp, true);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004003 css_put(&memcg->css);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08004004 if (ret == -EINTR)
4005 ret = 0;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08004006 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004007charge_cur_mm:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08004008 ret = __mem_cgroup_try_charge(mm, mask, 1, memcgp, true);
4009 if (ret == -EINTR)
4010 ret = 0;
4011 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004012}
4013
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004014int mem_cgroup_try_charge_swapin(struct mm_struct *mm, struct page *page,
4015 gfp_t gfp_mask, struct mem_cgroup **memcgp)
4016{
4017 *memcgp = NULL;
4018 if (mem_cgroup_disabled())
4019 return 0;
Johannes Weinerbdf4f4d2012-07-31 16:45:50 -07004020 /*
4021 * A racing thread's fault, or swapoff, may have already
4022 * updated the pte, and even removed page from swap cache: in
4023 * those cases unuse_pte()'s pte_same() test will fail; but
4024 * there's also a KSM case which does need to charge the page.
4025 */
4026 if (!PageSwapCache(page)) {
4027 int ret;
4028
4029 ret = __mem_cgroup_try_charge(mm, gfp_mask, 1, memcgp, true);
4030 if (ret == -EINTR)
4031 ret = 0;
4032 return ret;
4033 }
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004034 return __mem_cgroup_try_charge_swapin(mm, page, gfp_mask, memcgp);
4035}
4036
Johannes Weiner827a03d2012-07-31 16:45:36 -07004037void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg)
4038{
4039 if (mem_cgroup_disabled())
4040 return;
4041 if (!memcg)
4042 return;
4043 __mem_cgroup_cancel_charge(memcg, 1);
4044}
4045
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004046static void
Johannes Weiner72835c82012-01-12 17:18:32 -08004047__mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *memcg,
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004048 enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004049{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004050 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004051 return;
Johannes Weiner72835c82012-01-12 17:18:32 -08004052 if (!memcg)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004053 return;
KAMEZAWA Hiroyuki5a6475a2011-03-23 16:42:42 -07004054
Johannes Weinerce587e62012-04-24 20:22:33 +02004055 __mem_cgroup_commit_charge(memcg, page, 1, ctype, true);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004056 /*
4057 * Now swap is on-memory. This means this page may be
4058 * counted both as mem and swap....double count.
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004059 * Fix it by uncharging from memsw. Basically, this SwapCache is stable
4060 * under lock_page(). But in do_swap_page()::memory.c, reuse_swap_page()
4061 * may call delete_from_swap_cache() before reach here.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004062 */
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004063 if (do_swap_account && PageSwapCache(page)) {
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004064 swp_entry_t ent = {.val = page_private(page)};
Hugh Dickins86493002012-05-29 15:06:52 -07004065 mem_cgroup_uncharge_swap(ent);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004066 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004067}
4068
Johannes Weiner72835c82012-01-12 17:18:32 -08004069void mem_cgroup_commit_charge_swapin(struct page *page,
4070 struct mem_cgroup *memcg)
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004071{
Johannes Weiner72835c82012-01-12 17:18:32 -08004072 __mem_cgroup_commit_charge_swapin(page, memcg,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004073 MEM_CGROUP_CHARGE_TYPE_ANON);
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004074}
4075
Johannes Weiner827a03d2012-07-31 16:45:36 -07004076int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
4077 gfp_t gfp_mask)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004078{
Johannes Weiner827a03d2012-07-31 16:45:36 -07004079 struct mem_cgroup *memcg = NULL;
4080 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
4081 int ret;
4082
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004083 if (mem_cgroup_disabled())
Johannes Weiner827a03d2012-07-31 16:45:36 -07004084 return 0;
4085 if (PageCompound(page))
4086 return 0;
4087
Johannes Weiner827a03d2012-07-31 16:45:36 -07004088 if (!PageSwapCache(page))
4089 ret = mem_cgroup_charge_common(page, mm, gfp_mask, type);
4090 else { /* page is swapcache/shmem */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004091 ret = __mem_cgroup_try_charge_swapin(mm, page,
4092 gfp_mask, &memcg);
Johannes Weiner827a03d2012-07-31 16:45:36 -07004093 if (!ret)
4094 __mem_cgroup_commit_charge_swapin(page, memcg, type);
4095 }
4096 return ret;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004097}
4098
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004099static void mem_cgroup_do_uncharge(struct mem_cgroup *memcg,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004100 unsigned int nr_pages,
4101 const enum charge_type ctype)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004102{
4103 struct memcg_batch_info *batch = NULL;
4104 bool uncharge_memsw = true;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004105
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004106 /* If swapout, usage of swap doesn't decrease */
4107 if (!do_swap_account || ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT)
4108 uncharge_memsw = false;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004109
4110 batch = &current->memcg_batch;
4111 /*
4112 * In usual, we do css_get() when we remember memcg pointer.
4113 * But in this case, we keep res->usage until end of a series of
4114 * uncharges. Then, it's ok to ignore memcg's refcnt.
4115 */
4116 if (!batch->memcg)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004117 batch->memcg = memcg;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004118 /*
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004119 * do_batch > 0 when unmapping pages or inode invalidate/truncate.
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004120 * In those cases, all pages freed continuously can be expected to be in
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004121 * the same cgroup and we have chance to coalesce uncharges.
4122 * But we do uncharge one by one if this is killed by OOM(TIF_MEMDIE)
4123 * because we want to do uncharge as soon as possible.
4124 */
4125
4126 if (!batch->do_batch || test_thread_flag(TIF_MEMDIE))
4127 goto direct_uncharge;
4128
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004129 if (nr_pages > 1)
Andrea Arcangeliec168512011-01-13 15:46:56 -08004130 goto direct_uncharge;
4131
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004132 /*
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004133 * In typical case, batch->memcg == mem. This means we can
4134 * merge a series of uncharges to an uncharge of res_counter.
4135 * If not, we uncharge res_counter ony by one.
4136 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004137 if (batch->memcg != memcg)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004138 goto direct_uncharge;
4139 /* remember freed charge and uncharge it later */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004140 batch->nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004141 if (uncharge_memsw)
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004142 batch->memsw_nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004143 return;
4144direct_uncharge:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004145 res_counter_uncharge(&memcg->res, nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004146 if (uncharge_memsw)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004147 res_counter_uncharge(&memcg->memsw, nr_pages * PAGE_SIZE);
4148 if (unlikely(batch->memcg != memcg))
4149 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004150}
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004151
Balbir Singh8697d332008-02-07 00:13:59 -08004152/*
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004153 * uncharge if !page_mapped(page)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004154 */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004155static struct mem_cgroup *
Johannes Weiner0030f532012-07-31 16:45:25 -07004156__mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype,
4157 bool end_migration)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004158{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004159 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004160 unsigned int nr_pages = 1;
4161 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004162 bool anon;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004163
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004164 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004165 return NULL;
Balbir Singh40779602008-04-04 14:29:59 -07004166
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004167 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004168 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004169 VM_BUG_ON(!PageTransHuge(page));
4170 }
Balbir Singh8697d332008-02-07 00:13:59 -08004171 /*
Balbir Singh3c541e12008-02-07 00:14:41 -08004172 * Check if our page_cgroup is valid
Balbir Singh8697d332008-02-07 00:13:59 -08004173 */
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004174 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004175 if (unlikely(!PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004176 return NULL;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004177
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004178 lock_page_cgroup(pc);
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004179
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004180 memcg = pc->mem_cgroup;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004181
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004182 if (!PageCgroupUsed(pc))
4183 goto unlock_out;
4184
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004185 anon = PageAnon(page);
4186
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004187 switch (ctype) {
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004188 case MEM_CGROUP_CHARGE_TYPE_ANON:
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07004189 /*
4190 * Generally PageAnon tells if it's the anon statistics to be
4191 * updated; but sometimes e.g. mem_cgroup_uncharge_page() is
4192 * used before page reached the stage of being marked PageAnon.
4193 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004194 anon = true;
4195 /* fallthrough */
KAMEZAWA Hiroyuki8a9478ca2009-06-17 16:27:17 -07004196 case MEM_CGROUP_CHARGE_TYPE_DROP:
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004197 /* See mem_cgroup_prepare_migration() */
Johannes Weiner0030f532012-07-31 16:45:25 -07004198 if (page_mapped(page))
4199 goto unlock_out;
4200 /*
4201 * Pages under migration may not be uncharged. But
4202 * end_migration() /must/ be the one uncharging the
4203 * unused post-migration page and so it has to call
4204 * here with the migration bit still set. See the
4205 * res_counter handling below.
4206 */
4207 if (!end_migration && PageCgroupMigration(pc))
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004208 goto unlock_out;
4209 break;
4210 case MEM_CGROUP_CHARGE_TYPE_SWAPOUT:
4211 if (!PageAnon(page)) { /* Shared memory */
4212 if (page->mapping && !page_is_file_cache(page))
4213 goto unlock_out;
4214 } else if (page_mapped(page)) /* Anon */
4215 goto unlock_out;
4216 break;
4217 default:
4218 break;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004219 }
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004220
David Rientjesb070e652013-05-07 16:18:09 -07004221 mem_cgroup_charge_statistics(memcg, page, anon, -nr_pages);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004222
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004223 ClearPageCgroupUsed(pc);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08004224 /*
4225 * pc->mem_cgroup is not cleared here. It will be accessed when it's
4226 * freed from LRU. This is safe because uncharged page is expected not
4227 * to be reused (freed soon). Exception is SwapCache, it's handled by
4228 * special functions.
4229 */
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004230
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004231 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004232 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004233 * even after unlock, we have memcg->res.usage here and this memcg
Li Zefan40503772013-07-08 16:00:34 -07004234 * will never be freed, so it's safe to call css_get().
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004235 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004236 memcg_check_events(memcg, page);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004237 if (do_swap_account && ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004238 mem_cgroup_swap_statistics(memcg, true);
Li Zefan40503772013-07-08 16:00:34 -07004239 css_get(&memcg->css);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004240 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004241 /*
4242 * Migration does not charge the res_counter for the
4243 * replacement page, so leave it alone when phasing out the
4244 * page that is unused after the migration.
4245 */
4246 if (!end_migration && !mem_cgroup_is_root(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004247 mem_cgroup_do_uncharge(memcg, nr_pages, ctype);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004248
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004249 return memcg;
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004250
4251unlock_out:
4252 unlock_page_cgroup(pc);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004253 return NULL;
Balbir Singh3c541e12008-02-07 00:14:41 -08004254}
4255
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004256void mem_cgroup_uncharge_page(struct page *page)
4257{
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004258 /* early check. */
4259 if (page_mapped(page))
4260 return;
Johannes Weiner40f23a22012-01-12 17:18:45 -08004261 VM_BUG_ON(page->mapping && !PageAnon(page));
Johannes Weiner28ccddf2013-05-24 15:55:15 -07004262 /*
4263 * If the page is in swap cache, uncharge should be deferred
4264 * to the swap path, which also properly accounts swap usage
4265 * and handles memcg lifetime.
4266 *
4267 * Note that this check is not stable and reclaim may add the
4268 * page to swap cache at any time after this. However, if the
4269 * page is not in swap cache by the time page->mapcount hits
4270 * 0, there won't be any page table references to the swap
4271 * slot, and reclaim will free it and not actually write the
4272 * page to disk.
4273 */
Johannes Weiner0c59b892012-07-31 16:45:31 -07004274 if (PageSwapCache(page))
4275 return;
Johannes Weiner0030f532012-07-31 16:45:25 -07004276 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_ANON, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004277}
4278
4279void mem_cgroup_uncharge_cache_page(struct page *page)
4280{
4281 VM_BUG_ON(page_mapped(page));
KAMEZAWA Hiroyukib7abea92008-10-18 20:28:09 -07004282 VM_BUG_ON(page->mapping);
Johannes Weiner0030f532012-07-31 16:45:25 -07004283 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_CACHE, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004284}
4285
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004286/*
4287 * Batch_start/batch_end is called in unmap_page_range/invlidate/trucate.
4288 * In that cases, pages are freed continuously and we can expect pages
4289 * are in the same memcg. All these calls itself limits the number of
4290 * pages freed at once, then uncharge_start/end() is called properly.
4291 * This may be called prural(2) times in a context,
4292 */
4293
4294void mem_cgroup_uncharge_start(void)
4295{
4296 current->memcg_batch.do_batch++;
4297 /* We can do nest. */
4298 if (current->memcg_batch.do_batch == 1) {
4299 current->memcg_batch.memcg = NULL;
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004300 current->memcg_batch.nr_pages = 0;
4301 current->memcg_batch.memsw_nr_pages = 0;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004302 }
4303}
4304
4305void mem_cgroup_uncharge_end(void)
4306{
4307 struct memcg_batch_info *batch = &current->memcg_batch;
4308
4309 if (!batch->do_batch)
4310 return;
4311
4312 batch->do_batch--;
4313 if (batch->do_batch) /* If stacked, do nothing. */
4314 return;
4315
4316 if (!batch->memcg)
4317 return;
4318 /*
4319 * This "batch->memcg" is valid without any css_get/put etc...
4320 * bacause we hide charges behind us.
4321 */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004322 if (batch->nr_pages)
4323 res_counter_uncharge(&batch->memcg->res,
4324 batch->nr_pages * PAGE_SIZE);
4325 if (batch->memsw_nr_pages)
4326 res_counter_uncharge(&batch->memcg->memsw,
4327 batch->memsw_nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004328 memcg_oom_recover(batch->memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004329 /* forget this pointer (for sanity check) */
4330 batch->memcg = NULL;
4331}
4332
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004333#ifdef CONFIG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004334/*
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004335 * called after __delete_from_swap_cache() and drop "page" account.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004336 * memcg information is recorded to swap_cgroup of "ent"
4337 */
KAMEZAWA Hiroyuki8a9478ca2009-06-17 16:27:17 -07004338void
4339mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout)
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004340{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004341 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki8a9478ca2009-06-17 16:27:17 -07004342 int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004343
KAMEZAWA Hiroyuki8a9478ca2009-06-17 16:27:17 -07004344 if (!swapout) /* this was a swap cache but the swap is unused ! */
4345 ctype = MEM_CGROUP_CHARGE_TYPE_DROP;
4346
Johannes Weiner0030f532012-07-31 16:45:25 -07004347 memcg = __mem_cgroup_uncharge_common(page, ctype, false);
KAMEZAWA Hiroyuki8a9478ca2009-06-17 16:27:17 -07004348
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004349 /*
4350 * record memcg information, if swapout && memcg != NULL,
Li Zefan40503772013-07-08 16:00:34 -07004351 * css_get() was called in uncharge().
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004352 */
4353 if (do_swap_account && swapout && memcg)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004354 swap_cgroup_record(ent, css_id(&memcg->css));
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004355}
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004356#endif
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004357
Andrew Mortonc255a452012-07-31 16:43:02 -07004358#ifdef CONFIG_MEMCG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004359/*
4360 * called from swap_entry_free(). remove record in swap_cgroup and
4361 * uncharge "memsw" account.
4362 */
4363void mem_cgroup_uncharge_swap(swp_entry_t ent)
4364{
4365 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004366 unsigned short id;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004367
4368 if (!do_swap_account)
4369 return;
4370
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004371 id = swap_cgroup_record(ent, 0);
4372 rcu_read_lock();
4373 memcg = mem_cgroup_lookup(id);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004374 if (memcg) {
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004375 /*
4376 * We uncharge this because swap is freed.
4377 * This memcg can be obsolete one. We avoid calling css_tryget
4378 */
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004379 if (!mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -07004380 res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004381 mem_cgroup_swap_statistics(memcg, false);
Li Zefan40503772013-07-08 16:00:34 -07004382 css_put(&memcg->css);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004383 }
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004384 rcu_read_unlock();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004385}
Daisuke Nishimura02491442010-03-10 15:22:17 -08004386
4387/**
4388 * mem_cgroup_move_swap_account - move swap charge and swap_cgroup's record.
4389 * @entry: swap entry to be moved
4390 * @from: mem_cgroup which the entry is moved from
4391 * @to: mem_cgroup which the entry is moved to
4392 *
4393 * It succeeds only when the swap_cgroup's record for this entry is the same
4394 * as the mem_cgroup's id of @from.
4395 *
4396 * Returns 0 on success, -EINVAL on failure.
4397 *
4398 * The caller must have charged to @to, IOW, called res_counter_charge() about
4399 * both res and memsw, and called css_get().
4400 */
4401static int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004402 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004403{
4404 unsigned short old_id, new_id;
4405
4406 old_id = css_id(&from->css);
4407 new_id = css_id(&to->css);
4408
4409 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08004410 mem_cgroup_swap_statistics(from, false);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004411 mem_cgroup_swap_statistics(to, true);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004412 /*
4413 * This function is only called from task migration context now.
4414 * It postpones res_counter and refcount handling till the end
4415 * of task migration(mem_cgroup_clear_mc()) for performance
Li Zefan40503772013-07-08 16:00:34 -07004416 * improvement. But we cannot postpone css_get(to) because if
4417 * the process that has been moved to @to does swap-in, the
4418 * refcount of @to might be decreased to 0.
4419 *
4420 * We are in attach() phase, so the cgroup is guaranteed to be
4421 * alive, so we can just call css_get().
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004422 */
Li Zefan40503772013-07-08 16:00:34 -07004423 css_get(&to->css);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004424 return 0;
4425 }
4426 return -EINVAL;
4427}
4428#else
4429static inline int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004430 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004431{
4432 return -EINVAL;
4433}
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004434#endif
4435
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004436/*
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004437 * Before starting migration, account PAGE_SIZE to mem_cgroup that the old
4438 * page belongs to.
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004439 */
Johannes Weiner0030f532012-07-31 16:45:25 -07004440void mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
4441 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004442{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004443 struct mem_cgroup *memcg = NULL;
Mel Gormanb32967f2012-11-19 12:35:47 +00004444 unsigned int nr_pages = 1;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004445 struct page_cgroup *pc;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004446 enum charge_type ctype;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004447
Johannes Weiner72835c82012-01-12 17:18:32 -08004448 *memcgp = NULL;
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07004449
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004450 if (mem_cgroup_disabled())
Johannes Weiner0030f532012-07-31 16:45:25 -07004451 return;
Balbir Singh40779602008-04-04 14:29:59 -07004452
Mel Gormanb32967f2012-11-19 12:35:47 +00004453 if (PageTransHuge(page))
4454 nr_pages <<= compound_order(page);
4455
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004456 pc = lookup_page_cgroup(page);
4457 lock_page_cgroup(pc);
4458 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004459 memcg = pc->mem_cgroup;
4460 css_get(&memcg->css);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004461 /*
4462 * At migrating an anonymous page, its mapcount goes down
4463 * to 0 and uncharge() will be called. But, even if it's fully
4464 * unmapped, migration may fail and this page has to be
4465 * charged again. We set MIGRATION flag here and delay uncharge
4466 * until end_migration() is called
4467 *
4468 * Corner Case Thinking
4469 * A)
4470 * When the old page was mapped as Anon and it's unmap-and-freed
4471 * while migration was ongoing.
4472 * If unmap finds the old page, uncharge() of it will be delayed
4473 * until end_migration(). If unmap finds a new page, it's
4474 * uncharged when it make mapcount to be 1->0. If unmap code
4475 * finds swap_migration_entry, the new page will not be mapped
4476 * and end_migration() will find it(mapcount==0).
4477 *
4478 * B)
4479 * When the old page was mapped but migraion fails, the kernel
4480 * remaps it. A charge for it is kept by MIGRATION flag even
4481 * if mapcount goes down to 0. We can do remap successfully
4482 * without charging it again.
4483 *
4484 * C)
4485 * The "old" page is under lock_page() until the end of
4486 * migration, so, the old page itself will not be swapped-out.
4487 * If the new page is swapped out before end_migraton, our
4488 * hook to usual swap-out path will catch the event.
4489 */
4490 if (PageAnon(page))
4491 SetPageCgroupMigration(pc);
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004492 }
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004493 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004494 /*
4495 * If the page is not charged at this point,
4496 * we return here.
4497 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004498 if (!memcg)
Johannes Weiner0030f532012-07-31 16:45:25 -07004499 return;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004500
Johannes Weiner72835c82012-01-12 17:18:32 -08004501 *memcgp = memcg;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004502 /*
4503 * We charge new page before it's used/mapped. So, even if unlock_page()
4504 * is called before end_migration, we can catch all events on this new
4505 * page. In the case new page is migrated but not remapped, new page's
4506 * mapcount will be finally 0 and we call uncharge in end_migration().
4507 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004508 if (PageAnon(page))
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004509 ctype = MEM_CGROUP_CHARGE_TYPE_ANON;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004510 else
Johannes Weiner62ba7442012-07-31 16:45:39 -07004511 ctype = MEM_CGROUP_CHARGE_TYPE_CACHE;
Johannes Weiner0030f532012-07-31 16:45:25 -07004512 /*
4513 * The page is committed to the memcg, but it's not actually
4514 * charged to the res_counter since we plan on replacing the
4515 * old one and only one page is going to be left afterwards.
4516 */
Mel Gormanb32967f2012-11-19 12:35:47 +00004517 __mem_cgroup_commit_charge(memcg, newpage, nr_pages, ctype, false);
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004518}
Hugh Dickinsfb59e9f2008-03-04 14:29:16 -08004519
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004520/* remove redundant charge if migration failed*/
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004521void mem_cgroup_end_migration(struct mem_cgroup *memcg,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004522 struct page *oldpage, struct page *newpage, bool migration_ok)
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004523{
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004524 struct page *used, *unused;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004525 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004526 bool anon;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004527
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004528 if (!memcg)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004529 return;
Tejun Heob25ed602012-11-05 09:16:59 -08004530
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004531 if (!migration_ok) {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004532 used = oldpage;
4533 unused = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004534 } else {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004535 used = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004536 unused = oldpage;
4537 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004538 anon = PageAnon(used);
Johannes Weiner7d188952012-07-31 16:45:34 -07004539 __mem_cgroup_uncharge_common(unused,
4540 anon ? MEM_CGROUP_CHARGE_TYPE_ANON
4541 : MEM_CGROUP_CHARGE_TYPE_CACHE,
4542 true);
Johannes Weiner0030f532012-07-31 16:45:25 -07004543 css_put(&memcg->css);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004544 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004545 * We disallowed uncharge of pages under migration because mapcount
4546 * of the page goes down to zero, temporarly.
4547 * Clear the flag and check the page should be charged.
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004548 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004549 pc = lookup_page_cgroup(oldpage);
4550 lock_page_cgroup(pc);
4551 ClearPageCgroupMigration(pc);
4552 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004553
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004554 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004555 * If a page is a file cache, radix-tree replacement is very atomic
4556 * and we can skip this check. When it was an Anon page, its mapcount
4557 * goes down to 0. But because we added MIGRATION flage, it's not
4558 * uncharged yet. There are several case but page->mapcount check
4559 * and USED bit check in mem_cgroup_uncharge_page() will do enough
4560 * check. (see prepare_charge() also)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004561 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004562 if (anon)
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004563 mem_cgroup_uncharge_page(used);
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004564}
Pavel Emelianov78fb7462008-02-07 00:13:51 -08004565
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004566/*
4567 * At replace page cache, newpage is not under any memcg but it's on
4568 * LRU. So, this function doesn't touch res_counter but handles LRU
4569 * in correct way. Both pages are locked so we cannot race with uncharge.
4570 */
4571void mem_cgroup_replace_page_cache(struct page *oldpage,
4572 struct page *newpage)
4573{
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004574 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004575 struct page_cgroup *pc;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004576 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004577
4578 if (mem_cgroup_disabled())
4579 return;
4580
4581 pc = lookup_page_cgroup(oldpage);
4582 /* fix accounting on old pages */
4583 lock_page_cgroup(pc);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004584 if (PageCgroupUsed(pc)) {
4585 memcg = pc->mem_cgroup;
David Rientjesb070e652013-05-07 16:18:09 -07004586 mem_cgroup_charge_statistics(memcg, oldpage, false, -1);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004587 ClearPageCgroupUsed(pc);
4588 }
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004589 unlock_page_cgroup(pc);
4590
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004591 /*
4592 * When called from shmem_replace_page(), in some cases the
4593 * oldpage has already been charged, and in some cases not.
4594 */
4595 if (!memcg)
4596 return;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004597 /*
4598 * Even if newpage->mapping was NULL before starting replacement,
4599 * the newpage may be on LRU(or pagevec for LRU) already. We lock
4600 * LRU while we overwrite pc->mem_cgroup.
4601 */
Johannes Weinerce587e62012-04-24 20:22:33 +02004602 __mem_cgroup_commit_charge(memcg, newpage, 1, type, true);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004603}
4604
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004605#ifdef CONFIG_DEBUG_VM
4606static struct page_cgroup *lookup_page_cgroup_used(struct page *page)
4607{
4608 struct page_cgroup *pc;
4609
4610 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004611 /*
4612 * Can be NULL while feeding pages into the page allocator for
4613 * the first time, i.e. during boot or memory hotplug;
4614 * or when mem_cgroup_disabled().
4615 */
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004616 if (likely(pc) && PageCgroupUsed(pc))
4617 return pc;
4618 return NULL;
4619}
4620
4621bool mem_cgroup_bad_page_check(struct page *page)
4622{
4623 if (mem_cgroup_disabled())
4624 return false;
4625
4626 return lookup_page_cgroup_used(page) != NULL;
4627}
4628
4629void mem_cgroup_print_bad_page(struct page *page)
4630{
4631 struct page_cgroup *pc;
4632
4633 pc = lookup_page_cgroup_used(page);
4634 if (pc) {
Andrew Mortond0451972013-02-22 16:32:06 -08004635 pr_alert("pc:%p pc->flags:%lx pc->mem_cgroup:%p\n",
4636 pc, pc->flags, pc->mem_cgroup);
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004637 }
4638}
4639#endif
4640
KOSAKI Motohirod38d2a72009-01-06 14:39:44 -08004641static int mem_cgroup_resize_limit(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004642 unsigned long long val)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004643{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004644 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004645 u64 memswlimit, memlimit;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004646 int ret = 0;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004647 int children = mem_cgroup_count_children(memcg);
4648 u64 curusage, oldusage;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004649 int enlarge;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004650
4651 /*
4652 * For keeping hierarchical_reclaim simple, how long we should retry
4653 * is depends on callers. We set our retry-count to be function
4654 * of # of children which we should visit in this loop.
4655 */
4656 retry_count = MEM_CGROUP_RECLAIM_RETRIES * children;
4657
4658 oldusage = res_counter_read_u64(&memcg->res, RES_USAGE);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004659
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004660 enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004661 while (retry_count) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004662 if (signal_pending(current)) {
4663 ret = -EINTR;
4664 break;
4665 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004666 /*
4667 * Rather than hide all in some function, I do this in
4668 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004669 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004670 */
4671 mutex_lock(&set_limit_mutex);
4672 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4673 if (memswlimit < val) {
4674 ret = -EINVAL;
4675 mutex_unlock(&set_limit_mutex);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004676 break;
4677 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004678
4679 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4680 if (memlimit < val)
4681 enlarge = 1;
4682
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004683 ret = res_counter_set_limit(&memcg->res, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004684 if (!ret) {
4685 if (memswlimit == val)
4686 memcg->memsw_is_minimum = true;
4687 else
4688 memcg->memsw_is_minimum = false;
4689 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004690 mutex_unlock(&set_limit_mutex);
4691
4692 if (!ret)
4693 break;
4694
Johannes Weiner56600482012-01-12 17:17:59 -08004695 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4696 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004697 curusage = res_counter_read_u64(&memcg->res, RES_USAGE);
4698 /* Usage is reduced ? */
4699 if (curusage >= oldusage)
4700 retry_count--;
4701 else
4702 oldusage = curusage;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004703 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004704 if (!ret && enlarge)
4705 memcg_oom_recover(memcg);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08004706
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004707 return ret;
4708}
4709
Li Zefan338c8432009-06-17 16:27:15 -07004710static int mem_cgroup_resize_memsw_limit(struct mem_cgroup *memcg,
4711 unsigned long long val)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004712{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004713 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004714 u64 memlimit, memswlimit, oldusage, curusage;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004715 int children = mem_cgroup_count_children(memcg);
4716 int ret = -EBUSY;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004717 int enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004718
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004719 /* see mem_cgroup_resize_res_limit */
4720 retry_count = children * MEM_CGROUP_RECLAIM_RETRIES;
4721 oldusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004722 while (retry_count) {
4723 if (signal_pending(current)) {
4724 ret = -EINTR;
4725 break;
4726 }
4727 /*
4728 * Rather than hide all in some function, I do this in
4729 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004730 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004731 */
4732 mutex_lock(&set_limit_mutex);
4733 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4734 if (memlimit > val) {
4735 ret = -EINVAL;
4736 mutex_unlock(&set_limit_mutex);
4737 break;
4738 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004739 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4740 if (memswlimit < val)
4741 enlarge = 1;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004742 ret = res_counter_set_limit(&memcg->memsw, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004743 if (!ret) {
4744 if (memlimit == val)
4745 memcg->memsw_is_minimum = true;
4746 else
4747 memcg->memsw_is_minimum = false;
4748 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004749 mutex_unlock(&set_limit_mutex);
4750
4751 if (!ret)
4752 break;
4753
Johannes Weiner56600482012-01-12 17:17:59 -08004754 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4755 MEM_CGROUP_RECLAIM_NOSWAP |
4756 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004757 curusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004758 /* Usage is reduced ? */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004759 if (curusage >= oldusage)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004760 retry_count--;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004761 else
4762 oldusage = curusage;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004763 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004764 if (!ret && enlarge)
4765 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004766 return ret;
4767}
4768
Balbir Singh4e416952009-09-23 15:56:39 -07004769unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
Ying Han0ae5e892011-05-26 16:25:25 -07004770 gfp_t gfp_mask,
4771 unsigned long *total_scanned)
Balbir Singh4e416952009-09-23 15:56:39 -07004772{
4773 unsigned long nr_reclaimed = 0;
4774 struct mem_cgroup_per_zone *mz, *next_mz = NULL;
4775 unsigned long reclaimed;
4776 int loop = 0;
4777 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004778 unsigned long long excess;
Ying Han0ae5e892011-05-26 16:25:25 -07004779 unsigned long nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004780
4781 if (order > 0)
4782 return 0;
4783
KOSAKI Motohiro00918b62010-08-10 18:03:05 -07004784 mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
Balbir Singh4e416952009-09-23 15:56:39 -07004785 /*
4786 * This loop can run a while, specially if mem_cgroup's continuously
4787 * keep exceeding their soft limit and putting the system under
4788 * pressure
4789 */
4790 do {
4791 if (next_mz)
4792 mz = next_mz;
4793 else
4794 mz = mem_cgroup_largest_soft_limit_node(mctz);
4795 if (!mz)
4796 break;
4797
Ying Han0ae5e892011-05-26 16:25:25 -07004798 nr_scanned = 0;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004799 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, zone,
Johannes Weiner56600482012-01-12 17:17:59 -08004800 gfp_mask, &nr_scanned);
Balbir Singh4e416952009-09-23 15:56:39 -07004801 nr_reclaimed += reclaimed;
Ying Han0ae5e892011-05-26 16:25:25 -07004802 *total_scanned += nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004803 spin_lock(&mctz->lock);
4804
4805 /*
4806 * If we failed to reclaim anything from this memory cgroup
4807 * it is time to move on to the next cgroup
4808 */
4809 next_mz = NULL;
4810 if (!reclaimed) {
4811 do {
4812 /*
4813 * Loop until we find yet another one.
4814 *
4815 * By the time we get the soft_limit lock
4816 * again, someone might have aded the
4817 * group back on the RB tree. Iterate to
4818 * make sure we get a different mem.
4819 * mem_cgroup_largest_soft_limit_node returns
4820 * NULL if no other cgroup is present on
4821 * the tree
4822 */
4823 next_mz =
4824 __mem_cgroup_largest_soft_limit_node(mctz);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004825 if (next_mz == mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004826 css_put(&next_mz->memcg->css);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004827 else /* next_mz == NULL or other memcg */
Balbir Singh4e416952009-09-23 15:56:39 -07004828 break;
4829 } while (1);
4830 }
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004831 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
4832 excess = res_counter_soft_limit_excess(&mz->memcg->res);
Balbir Singh4e416952009-09-23 15:56:39 -07004833 /*
4834 * One school of thought says that we should not add
4835 * back the node to the tree if reclaim returns 0.
4836 * But our reclaim could return 0, simply because due
4837 * to priority we are exposing a smaller subset of
4838 * memory to reclaim from. Consider this as a longer
4839 * term TODO.
4840 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004841 /* If excess == 0, no tree ops */
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004842 __mem_cgroup_insert_exceeded(mz->memcg, mz, mctz, excess);
Balbir Singh4e416952009-09-23 15:56:39 -07004843 spin_unlock(&mctz->lock);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004844 css_put(&mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004845 loop++;
4846 /*
4847 * Could not reclaim anything and there are no more
4848 * mem cgroups to try or we seem to be looping without
4849 * reclaiming anything.
4850 */
4851 if (!nr_reclaimed &&
4852 (next_mz == NULL ||
4853 loop > MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS))
4854 break;
4855 } while (!nr_reclaimed);
4856 if (next_mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004857 css_put(&next_mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004858 return nr_reclaimed;
4859}
4860
Michal Hocko2ef37d32012-10-26 13:37:30 +02004861/**
4862 * mem_cgroup_force_empty_list - clears LRU of a group
4863 * @memcg: group to clear
4864 * @node: NUMA node
4865 * @zid: zone id
4866 * @lru: lru to to clear
4867 *
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004868 * Traverse a specified page_cgroup list and try to drop them all. This doesn't
Michal Hocko2ef37d32012-10-26 13:37:30 +02004869 * reclaim the pages page themselves - pages are moved to the parent (or root)
4870 * group.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004871 */
Michal Hocko2ef37d32012-10-26 13:37:30 +02004872static void mem_cgroup_force_empty_list(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004873 int node, int zid, enum lru_list lru)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004874{
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004875 struct lruvec *lruvec;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004876 unsigned long flags;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004877 struct list_head *list;
Johannes Weiner925b7672012-01-12 17:18:15 -08004878 struct page *busy;
4879 struct zone *zone;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004880
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004881 zone = &NODE_DATA(node)->node_zones[zid];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004882 lruvec = mem_cgroup_zone_lruvec(zone, memcg);
4883 list = &lruvec->lists[lru];
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004884
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004885 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004886 do {
Johannes Weiner925b7672012-01-12 17:18:15 -08004887 struct page_cgroup *pc;
Johannes Weiner5564e882011-03-23 16:42:29 -07004888 struct page *page;
4889
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004890 spin_lock_irqsave(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004891 if (list_empty(list)) {
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004892 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004893 break;
4894 }
Johannes Weiner925b7672012-01-12 17:18:15 -08004895 page = list_entry(list->prev, struct page, lru);
4896 if (busy == page) {
4897 list_move(&page->lru, list);
Thiago Farina648bcc72010-03-05 13:42:04 -08004898 busy = NULL;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004899 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004900 continue;
4901 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004902 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004903
Johannes Weiner925b7672012-01-12 17:18:15 -08004904 pc = lookup_page_cgroup(page);
Johannes Weiner5564e882011-03-23 16:42:29 -07004905
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004906 if (mem_cgroup_move_parent(page, pc, memcg)) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004907 /* found lock contention or "pc" is obsolete. */
Johannes Weiner925b7672012-01-12 17:18:15 -08004908 busy = page;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004909 cond_resched();
4910 } else
4911 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004912 } while (!list_empty(list));
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004913}
4914
4915/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004916 * make mem_cgroup's charge to be 0 if there is no task by moving
4917 * all the charges and pages to the parent.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004918 * This enables deleting this mem_cgroup.
Michal Hockoc26251f2012-10-26 13:37:28 +02004919 *
4920 * Caller is responsible for holding css reference on the memcg.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004921 */
Michal Hockoab5196c2012-10-26 13:37:32 +02004922static void mem_cgroup_reparent_charges(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004923{
Michal Hockoc26251f2012-10-26 13:37:28 +02004924 int node, zid;
Glauber Costabea207c2012-12-18 14:22:11 -08004925 u64 usage;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004926
Daisuke Nishimurafce66472010-01-15 17:01:30 -08004927 do {
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004928 /* This is for making all *used* pages to be on LRU. */
4929 lru_add_drain_all();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004930 drain_all_stock_sync(memcg);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004931 mem_cgroup_start_move(memcg);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08004932 for_each_node_state(node, N_MEMORY) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004933 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsf156ab932012-03-21 16:34:19 -07004934 enum lru_list lru;
4935 for_each_lru(lru) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004936 mem_cgroup_force_empty_list(memcg,
Hugh Dickinsf156ab932012-03-21 16:34:19 -07004937 node, zid, lru);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004938 }
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004939 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004940 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004941 mem_cgroup_end_move(memcg);
4942 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004943 cond_resched();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004944
Michal Hocko2ef37d32012-10-26 13:37:30 +02004945 /*
Glauber Costabea207c2012-12-18 14:22:11 -08004946 * Kernel memory may not necessarily be trackable to a specific
4947 * process. So they are not migrated, and therefore we can't
4948 * expect their value to drop to 0 here.
4949 * Having res filled up with kmem only is enough.
4950 *
Michal Hocko2ef37d32012-10-26 13:37:30 +02004951 * This is a safety check because mem_cgroup_force_empty_list
4952 * could have raced with mem_cgroup_replace_page_cache callers
4953 * so the lru seemed empty but the page could have been added
4954 * right after the check. RES_USAGE should be safe as we always
4955 * charge before adding to the LRU.
4956 */
Glauber Costabea207c2012-12-18 14:22:11 -08004957 usage = res_counter_read_u64(&memcg->res, RES_USAGE) -
4958 res_counter_read_u64(&memcg->kmem, RES_USAGE);
4959 } while (usage > 0);
Michal Hockoc26251f2012-10-26 13:37:28 +02004960}
4961
4962/*
Glauber Costab5f99b52013-02-22 16:34:53 -08004963 * This mainly exists for tests during the setting of set of use_hierarchy.
4964 * Since this is the very setting we are changing, the current hierarchy value
4965 * is meaningless
4966 */
4967static inline bool __memcg_has_children(struct mem_cgroup *memcg)
4968{
4969 struct cgroup *pos;
4970
4971 /* bounce at first found */
4972 cgroup_for_each_child(pos, memcg->css.cgroup)
4973 return true;
4974 return false;
4975}
4976
4977/*
Glauber Costa09998212013-02-22 16:34:55 -08004978 * Must be called with memcg_create_mutex held, unless the cgroup is guaranteed
4979 * to be already dead (as in mem_cgroup_force_empty, for instance). This is
Glauber Costab5f99b52013-02-22 16:34:53 -08004980 * from mem_cgroup_count_children(), in the sense that we don't really care how
4981 * many children we have; we only need to know if we have any. It also counts
4982 * any memcg without hierarchy as infertile.
4983 */
4984static inline bool memcg_has_children(struct mem_cgroup *memcg)
4985{
4986 return memcg->use_hierarchy && __memcg_has_children(memcg);
4987}
4988
4989/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004990 * Reclaims as many pages from the given memcg as possible and moves
4991 * the rest to the parent.
4992 *
4993 * Caller is responsible for holding css reference for memcg.
4994 */
4995static int mem_cgroup_force_empty(struct mem_cgroup *memcg)
4996{
4997 int nr_retries = MEM_CGROUP_RECLAIM_RETRIES;
4998 struct cgroup *cgrp = memcg->css.cgroup;
4999
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005000 /* returns EBUSY if there is a task or if we come here twice. */
Michal Hockoc26251f2012-10-26 13:37:28 +02005001 if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children))
5002 return -EBUSY;
5003
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005004 /* we call try-to-free pages for make this cgroup empty */
5005 lru_add_drain_all();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005006 /* try to free all pages in this cgroup */
Glauber Costa569530f2012-04-12 12:49:13 -07005007 while (nr_retries && res_counter_read_u64(&memcg->res, RES_USAGE) > 0) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005008 int progress;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005009
Michal Hockoc26251f2012-10-26 13:37:28 +02005010 if (signal_pending(current))
5011 return -EINTR;
5012
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005013 progress = try_to_free_mem_cgroup_pages(memcg, GFP_KERNEL,
Johannes Weiner185efc02011-09-14 16:21:58 -07005014 false);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005015 if (!progress) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005016 nr_retries--;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005017 /* maybe some writeback is necessary */
Jens Axboe8aa7e842009-07-09 14:52:32 +02005018 congestion_wait(BLK_RW_ASYNC, HZ/10);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005019 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005020
5021 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08005022 lru_add_drain();
Michal Hockoab5196c2012-10-26 13:37:32 +02005023 mem_cgroup_reparent_charges(memcg);
5024
5025 return 0;
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08005026}
5027
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07005028static int mem_cgroup_force_empty_write(struct cgroup *cont, unsigned int event)
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005029{
Michal Hockoc26251f2012-10-26 13:37:28 +02005030 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
5031 int ret;
5032
Michal Hockod8423012012-10-26 13:37:29 +02005033 if (mem_cgroup_is_root(memcg))
5034 return -EINVAL;
Michal Hockoc26251f2012-10-26 13:37:28 +02005035 css_get(&memcg->css);
5036 ret = mem_cgroup_force_empty(memcg);
5037 css_put(&memcg->css);
5038
5039 return ret;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005040}
5041
5042
Balbir Singh18f59ea2009-01-07 18:08:07 -08005043static u64 mem_cgroup_hierarchy_read(struct cgroup *cont, struct cftype *cft)
5044{
5045 return mem_cgroup_from_cont(cont)->use_hierarchy;
5046}
5047
5048static int mem_cgroup_hierarchy_write(struct cgroup *cont, struct cftype *cft,
5049 u64 val)
5050{
5051 int retval = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005052 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005053 struct cgroup *parent = cont->parent;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005054 struct mem_cgroup *parent_memcg = NULL;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005055
5056 if (parent)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005057 parent_memcg = mem_cgroup_from_cont(parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005058
Glauber Costa09998212013-02-22 16:34:55 -08005059 mutex_lock(&memcg_create_mutex);
Glauber Costa567fb432012-07-31 16:43:07 -07005060
5061 if (memcg->use_hierarchy == val)
5062 goto out;
5063
Balbir Singh18f59ea2009-01-07 18:08:07 -08005064 /*
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005065 * If parent's use_hierarchy is set, we can't make any modifications
Balbir Singh18f59ea2009-01-07 18:08:07 -08005066 * in the child subtrees. If it is unset, then the change can
5067 * occur, provided the current cgroup has no children.
5068 *
5069 * For the root cgroup, parent_mem is NULL, we allow value to be
5070 * set if there are no children.
5071 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005072 if ((!parent_memcg || !parent_memcg->use_hierarchy) &&
Balbir Singh18f59ea2009-01-07 18:08:07 -08005073 (val == 1 || val == 0)) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005074 if (!__memcg_has_children(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005075 memcg->use_hierarchy = val;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005076 else
5077 retval = -EBUSY;
5078 } else
5079 retval = -EINVAL;
Glauber Costa567fb432012-07-31 16:43:07 -07005080
5081out:
Glauber Costa09998212013-02-22 16:34:55 -08005082 mutex_unlock(&memcg_create_mutex);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005083
5084 return retval;
5085}
5086
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005087
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005088static unsigned long mem_cgroup_recursive_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005089 enum mem_cgroup_stat_index idx)
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005090{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005091 struct mem_cgroup *iter;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005092 long val = 0;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005093
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005094 /* Per-cpu values can be negative, use a signed accumulator */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005095 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005096 val += mem_cgroup_read_stat(iter, idx);
5097
5098 if (val < 0) /* race ? */
5099 val = 0;
5100 return val;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005101}
5102
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005103static inline u64 mem_cgroup_usage(struct mem_cgroup *memcg, bool swap)
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005104{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005105 u64 val;
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005106
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005107 if (!mem_cgroup_is_root(memcg)) {
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005108 if (!swap)
Glauber Costa65c64ce2011-12-22 01:02:27 +00005109 return res_counter_read_u64(&memcg->res, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005110 else
Glauber Costa65c64ce2011-12-22 01:02:27 +00005111 return res_counter_read_u64(&memcg->memsw, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005112 }
5113
David Rientjesb070e652013-05-07 16:18:09 -07005114 /*
5115 * Transparent hugepages are still accounted for in MEM_CGROUP_STAT_RSS
5116 * as well as in MEM_CGROUP_STAT_RSS_HUGE.
5117 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005118 val = mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_CACHE);
5119 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_RSS);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005120
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005121 if (swap)
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005122 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_SWAP);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005123
5124 return val << PAGE_SHIFT;
5125}
5126
Tejun Heoaf36f902012-04-01 12:09:55 -07005127static ssize_t mem_cgroup_read(struct cgroup *cont, struct cftype *cft,
5128 struct file *file, char __user *buf,
5129 size_t nbytes, loff_t *ppos)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005130{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005131 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Tejun Heoaf36f902012-04-01 12:09:55 -07005132 char str[64];
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005133 u64 val;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005134 int name, len;
5135 enum res_type type;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005136
5137 type = MEMFILE_TYPE(cft->private);
5138 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005139
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005140 switch (type) {
5141 case _MEM:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005142 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005143 val = mem_cgroup_usage(memcg, false);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005144 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005145 val = res_counter_read_u64(&memcg->res, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005146 break;
5147 case _MEMSWAP:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005148 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005149 val = mem_cgroup_usage(memcg, true);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005150 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005151 val = res_counter_read_u64(&memcg->memsw, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005152 break;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005153 case _KMEM:
5154 val = res_counter_read_u64(&memcg->kmem, name);
5155 break;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005156 default:
5157 BUG();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005158 }
Tejun Heoaf36f902012-04-01 12:09:55 -07005159
5160 len = scnprintf(str, sizeof(str), "%llu\n", (unsigned long long)val);
5161 return simple_read_from_buffer(buf, nbytes, ppos, str, len);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005162}
Glauber Costa510fc4e2012-12-18 14:21:47 -08005163
5164static int memcg_update_kmem_limit(struct cgroup *cont, u64 val)
5165{
5166 int ret = -EINVAL;
5167#ifdef CONFIG_MEMCG_KMEM
5168 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
5169 /*
5170 * For simplicity, we won't allow this to be disabled. It also can't
5171 * be changed if the cgroup has children already, or if tasks had
5172 * already joined.
5173 *
5174 * If tasks join before we set the limit, a person looking at
5175 * kmem.usage_in_bytes will have no way to determine when it took
5176 * place, which makes the value quite meaningless.
5177 *
5178 * After it first became limited, changes in the value of the limit are
5179 * of course permitted.
Glauber Costa510fc4e2012-12-18 14:21:47 -08005180 */
Glauber Costa09998212013-02-22 16:34:55 -08005181 mutex_lock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005182 mutex_lock(&set_limit_mutex);
5183 if (!memcg->kmem_account_flags && val != RESOURCE_MAX) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005184 if (cgroup_task_count(cont) || memcg_has_children(memcg)) {
Glauber Costa510fc4e2012-12-18 14:21:47 -08005185 ret = -EBUSY;
5186 goto out;
5187 }
5188 ret = res_counter_set_limit(&memcg->kmem, val);
5189 VM_BUG_ON(ret);
5190
Glauber Costa55007d82012-12-18 14:22:38 -08005191 ret = memcg_update_cache_sizes(memcg);
5192 if (ret) {
5193 res_counter_set_limit(&memcg->kmem, RESOURCE_MAX);
5194 goto out;
5195 }
Glauber Costa692e89a2013-02-22 16:34:56 -08005196 static_key_slow_inc(&memcg_kmem_enabled_key);
5197 /*
5198 * setting the active bit after the inc will guarantee no one
5199 * starts accounting before all call sites are patched
5200 */
5201 memcg_kmem_set_active(memcg);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005202 } else
5203 ret = res_counter_set_limit(&memcg->kmem, val);
5204out:
5205 mutex_unlock(&set_limit_mutex);
Glauber Costa09998212013-02-22 16:34:55 -08005206 mutex_unlock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005207#endif
5208 return ret;
5209}
5210
Hugh Dickins6d0439902013-02-22 16:35:50 -08005211#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -08005212static int memcg_propagate_kmem(struct mem_cgroup *memcg)
Glauber Costa510fc4e2012-12-18 14:21:47 -08005213{
Glauber Costa55007d82012-12-18 14:22:38 -08005214 int ret = 0;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005215 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
5216 if (!parent)
Glauber Costa55007d82012-12-18 14:22:38 -08005217 goto out;
5218
Glauber Costa510fc4e2012-12-18 14:21:47 -08005219 memcg->kmem_account_flags = parent->kmem_account_flags;
Glauber Costaa8964b92012-12-18 14:22:09 -08005220 /*
5221 * When that happen, we need to disable the static branch only on those
5222 * memcgs that enabled it. To achieve this, we would be forced to
5223 * complicate the code by keeping track of which memcgs were the ones
5224 * that actually enabled limits, and which ones got it from its
5225 * parents.
5226 *
5227 * It is a lot simpler just to do static_key_slow_inc() on every child
5228 * that is accounted.
5229 */
Glauber Costa55007d82012-12-18 14:22:38 -08005230 if (!memcg_kmem_is_active(memcg))
5231 goto out;
5232
5233 /*
Li Zefan10d5ebf2013-07-08 16:00:33 -07005234 * __mem_cgroup_free() will issue static_key_slow_dec() because this
5235 * memcg is active already. If the later initialization fails then the
5236 * cgroup core triggers the cleanup so we do not have to do it here.
Glauber Costa55007d82012-12-18 14:22:38 -08005237 */
Glauber Costa55007d82012-12-18 14:22:38 -08005238 static_key_slow_inc(&memcg_kmem_enabled_key);
5239
5240 mutex_lock(&set_limit_mutex);
Glauber Costa425c5982013-07-08 16:00:01 -07005241 memcg_stop_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08005242 ret = memcg_update_cache_sizes(memcg);
Glauber Costa425c5982013-07-08 16:00:01 -07005243 memcg_resume_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08005244 mutex_unlock(&set_limit_mutex);
Glauber Costa55007d82012-12-18 14:22:38 -08005245out:
5246 return ret;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005247}
Hugh Dickins6d0439902013-02-22 16:35:50 -08005248#endif /* CONFIG_MEMCG_KMEM */
Glauber Costa510fc4e2012-12-18 14:21:47 -08005249
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005250/*
5251 * The user of this function is...
5252 * RES_LIMIT.
5253 */
Paul Menage856c13a2008-07-25 01:47:04 -07005254static int mem_cgroup_write(struct cgroup *cont, struct cftype *cft,
5255 const char *buffer)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005256{
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005257 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005258 enum res_type type;
5259 int name;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005260 unsigned long long val;
5261 int ret;
5262
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005263 type = MEMFILE_TYPE(cft->private);
5264 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005265
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005266 switch (name) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005267 case RES_LIMIT:
Balbir Singh4b3bde42009-09-23 15:56:32 -07005268 if (mem_cgroup_is_root(memcg)) { /* Can't set limit on root */
5269 ret = -EINVAL;
5270 break;
5271 }
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005272 /* This function does all necessary parse...reuse it */
5273 ret = res_counter_memparse_write_strategy(buffer, &val);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005274 if (ret)
5275 break;
5276 if (type == _MEM)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005277 ret = mem_cgroup_resize_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005278 else if (type == _MEMSWAP)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005279 ret = mem_cgroup_resize_memsw_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005280 else if (type == _KMEM)
5281 ret = memcg_update_kmem_limit(cont, val);
5282 else
5283 return -EINVAL;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005284 break;
Balbir Singh296c81d2009-09-23 15:56:36 -07005285 case RES_SOFT_LIMIT:
5286 ret = res_counter_memparse_write_strategy(buffer, &val);
5287 if (ret)
5288 break;
5289 /*
5290 * For memsw, soft limits are hard to implement in terms
5291 * of semantics, for now, we support soft limits for
5292 * control without swap
5293 */
5294 if (type == _MEM)
5295 ret = res_counter_set_soft_limit(&memcg->res, val);
5296 else
5297 ret = -EINVAL;
5298 break;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005299 default:
5300 ret = -EINVAL; /* should be BUG() ? */
5301 break;
5302 }
5303 return ret;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005304}
5305
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005306static void memcg_get_hierarchical_limit(struct mem_cgroup *memcg,
5307 unsigned long long *mem_limit, unsigned long long *memsw_limit)
5308{
5309 struct cgroup *cgroup;
5310 unsigned long long min_limit, min_memsw_limit, tmp;
5311
5312 min_limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
5313 min_memsw_limit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5314 cgroup = memcg->css.cgroup;
5315 if (!memcg->use_hierarchy)
5316 goto out;
5317
5318 while (cgroup->parent) {
5319 cgroup = cgroup->parent;
5320 memcg = mem_cgroup_from_cont(cgroup);
5321 if (!memcg->use_hierarchy)
5322 break;
5323 tmp = res_counter_read_u64(&memcg->res, RES_LIMIT);
5324 min_limit = min(min_limit, tmp);
5325 tmp = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5326 min_memsw_limit = min(min_memsw_limit, tmp);
5327 }
5328out:
5329 *mem_limit = min_limit;
5330 *memsw_limit = min_memsw_limit;
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005331}
5332
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005333static int mem_cgroup_reset(struct cgroup *cont, unsigned int event)
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005334{
Tejun Heoaf36f902012-04-01 12:09:55 -07005335 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005336 int name;
5337 enum res_type type;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005338
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005339 type = MEMFILE_TYPE(event);
5340 name = MEMFILE_ATTR(event);
Tejun Heoaf36f902012-04-01 12:09:55 -07005341
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005342 switch (name) {
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005343 case RES_MAX_USAGE:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005344 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005345 res_counter_reset_max(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005346 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005347 res_counter_reset_max(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005348 else if (type == _KMEM)
5349 res_counter_reset_max(&memcg->kmem);
5350 else
5351 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005352 break;
5353 case RES_FAILCNT:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005354 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005355 res_counter_reset_failcnt(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005356 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005357 res_counter_reset_failcnt(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005358 else if (type == _KMEM)
5359 res_counter_reset_failcnt(&memcg->kmem);
5360 else
5361 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005362 break;
5363 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07005364
Pavel Emelyanov85cc59d2008-04-29 01:00:20 -07005365 return 0;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005366}
5367
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005368static u64 mem_cgroup_move_charge_read(struct cgroup *cgrp,
5369 struct cftype *cft)
5370{
5371 return mem_cgroup_from_cont(cgrp)->move_charge_at_immigrate;
5372}
5373
Daisuke Nishimura02491442010-03-10 15:22:17 -08005374#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005375static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5376 struct cftype *cft, u64 val)
5377{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005378 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005379
5380 if (val >= (1 << NR_MOVE_TYPE))
5381 return -EINVAL;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005382
Glauber Costaee5e8472013-02-22 16:34:50 -08005383 /*
5384 * No kind of locking is needed in here, because ->can_attach() will
5385 * check this value once in the beginning of the process, and then carry
5386 * on with stale data. This means that changes to this value will only
5387 * affect task migrations starting after the change.
5388 */
5389 memcg->move_charge_at_immigrate = val;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005390 return 0;
5391}
Daisuke Nishimura02491442010-03-10 15:22:17 -08005392#else
5393static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5394 struct cftype *cft, u64 val)
5395{
5396 return -ENOSYS;
5397}
5398#endif
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005399
Ying Han406eb0c2011-05-26 16:25:37 -07005400#ifdef CONFIG_NUMA
Wanpeng Liab215882012-07-31 16:43:09 -07005401static int memcg_numa_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weinerfada52c2012-05-29 15:07:06 -07005402 struct seq_file *m)
Ying Han406eb0c2011-05-26 16:25:37 -07005403{
5404 int nid;
5405 unsigned long total_nr, file_nr, anon_nr, unevictable_nr;
5406 unsigned long node_nr;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005407 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Ying Han406eb0c2011-05-26 16:25:37 -07005408
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005409 total_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005410 seq_printf(m, "total=%lu", total_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, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005413 seq_printf(m, " N%d=%lu", nid, node_nr);
5414 }
5415 seq_putc(m, '\n');
5416
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005417 file_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005418 seq_printf(m, "file=%lu", file_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005419 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005420 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005421 LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005422 seq_printf(m, " N%d=%lu", nid, node_nr);
5423 }
5424 seq_putc(m, '\n');
5425
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005426 anon_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005427 seq_printf(m, "anon=%lu", anon_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005428 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005429 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005430 LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005431 seq_printf(m, " N%d=%lu", nid, node_nr);
5432 }
5433 seq_putc(m, '\n');
5434
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005435 unevictable_nr = mem_cgroup_nr_lru_pages(memcg, BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005436 seq_printf(m, "unevictable=%lu", unevictable_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005437 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005438 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005439 BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005440 seq_printf(m, " N%d=%lu", nid, node_nr);
5441 }
5442 seq_putc(m, '\n');
5443 return 0;
5444}
5445#endif /* CONFIG_NUMA */
5446
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005447static inline void mem_cgroup_lru_names_not_uptodate(void)
5448{
5449 BUILD_BUG_ON(ARRAY_SIZE(mem_cgroup_lru_names) != NR_LRU_LISTS);
5450}
5451
Wanpeng Liab215882012-07-31 16:43:09 -07005452static int memcg_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005453 struct seq_file *m)
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005454{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005455 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005456 struct mem_cgroup *mi;
5457 unsigned int i;
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005458
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005459 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005460 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005461 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005462 seq_printf(m, "%s %ld\n", mem_cgroup_stat_names[i],
5463 mem_cgroup_read_stat(memcg, i) * PAGE_SIZE);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005464 }
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005465
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005466 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++)
5467 seq_printf(m, "%s %lu\n", mem_cgroup_events_names[i],
5468 mem_cgroup_read_events(memcg, i));
5469
5470 for (i = 0; i < NR_LRU_LISTS; i++)
5471 seq_printf(m, "%s %lu\n", mem_cgroup_lru_names[i],
5472 mem_cgroup_nr_lru_pages(memcg, BIT(i)) * PAGE_SIZE);
5473
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005474 /* Hierarchical information */
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005475 {
5476 unsigned long long limit, memsw_limit;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005477 memcg_get_hierarchical_limit(memcg, &limit, &memsw_limit);
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005478 seq_printf(m, "hierarchical_memory_limit %llu\n", limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005479 if (do_swap_account)
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005480 seq_printf(m, "hierarchical_memsw_limit %llu\n",
5481 memsw_limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005482 }
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005483
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005484 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
5485 long long val = 0;
5486
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005487 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005488 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005489 for_each_mem_cgroup_tree(mi, memcg)
5490 val += mem_cgroup_read_stat(mi, i) * PAGE_SIZE;
5491 seq_printf(m, "total_%s %lld\n", mem_cgroup_stat_names[i], val);
5492 }
5493
5494 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
5495 unsigned long long val = 0;
5496
5497 for_each_mem_cgroup_tree(mi, memcg)
5498 val += mem_cgroup_read_events(mi, i);
5499 seq_printf(m, "total_%s %llu\n",
5500 mem_cgroup_events_names[i], val);
5501 }
5502
5503 for (i = 0; i < NR_LRU_LISTS; i++) {
5504 unsigned long long val = 0;
5505
5506 for_each_mem_cgroup_tree(mi, memcg)
5507 val += mem_cgroup_nr_lru_pages(mi, BIT(i)) * PAGE_SIZE;
5508 seq_printf(m, "total_%s %llu\n", mem_cgroup_lru_names[i], val);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005509 }
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005510
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005511#ifdef CONFIG_DEBUG_VM
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005512 {
5513 int nid, zid;
5514 struct mem_cgroup_per_zone *mz;
Hugh Dickins89abfab2012-05-29 15:06:53 -07005515 struct zone_reclaim_stat *rstat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005516 unsigned long recent_rotated[2] = {0, 0};
5517 unsigned long recent_scanned[2] = {0, 0};
5518
5519 for_each_online_node(nid)
5520 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005521 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
Hugh Dickins89abfab2012-05-29 15:06:53 -07005522 rstat = &mz->lruvec.reclaim_stat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005523
Hugh Dickins89abfab2012-05-29 15:06:53 -07005524 recent_rotated[0] += rstat->recent_rotated[0];
5525 recent_rotated[1] += rstat->recent_rotated[1];
5526 recent_scanned[0] += rstat->recent_scanned[0];
5527 recent_scanned[1] += rstat->recent_scanned[1];
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005528 }
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005529 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]);
5530 seq_printf(m, "recent_rotated_file %lu\n", recent_rotated[1]);
5531 seq_printf(m, "recent_scanned_anon %lu\n", recent_scanned[0]);
5532 seq_printf(m, "recent_scanned_file %lu\n", recent_scanned[1]);
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005533 }
5534#endif
5535
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005536 return 0;
5537}
5538
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005539static u64 mem_cgroup_swappiness_read(struct cgroup *cgrp, struct cftype *cft)
5540{
5541 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5542
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07005543 return mem_cgroup_swappiness(memcg);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005544}
5545
5546static int mem_cgroup_swappiness_write(struct cgroup *cgrp, struct cftype *cft,
5547 u64 val)
5548{
5549 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5550 struct mem_cgroup *parent;
Li Zefan068b38c2009-01-15 13:51:26 -08005551
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005552 if (val > 100)
5553 return -EINVAL;
5554
5555 if (cgrp->parent == NULL)
5556 return -EINVAL;
5557
5558 parent = mem_cgroup_from_cont(cgrp->parent);
Li Zefan068b38c2009-01-15 13:51:26 -08005559
Glauber Costa09998212013-02-22 16:34:55 -08005560 mutex_lock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005561
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005562 /* If under hierarchy, only empty-root can set this value */
Glauber Costab5f99b52013-02-22 16:34:53 -08005563 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005564 mutex_unlock(&memcg_create_mutex);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005565 return -EINVAL;
Li Zefan068b38c2009-01-15 13:51:26 -08005566 }
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005567
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005568 memcg->swappiness = val;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005569
Glauber Costa09998212013-02-22 16:34:55 -08005570 mutex_unlock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005571
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005572 return 0;
5573}
5574
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005575static void __mem_cgroup_threshold(struct mem_cgroup *memcg, bool swap)
5576{
5577 struct mem_cgroup_threshold_ary *t;
5578 u64 usage;
5579 int i;
5580
5581 rcu_read_lock();
5582 if (!swap)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005583 t = rcu_dereference(memcg->thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005584 else
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005585 t = rcu_dereference(memcg->memsw_thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005586
5587 if (!t)
5588 goto unlock;
5589
5590 usage = mem_cgroup_usage(memcg, swap);
5591
5592 /*
Sha Zhengju748dad32012-05-29 15:06:57 -07005593 * current_threshold points to threshold just below or equal to usage.
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005594 * If it's not true, a threshold was crossed after last
5595 * call of __mem_cgroup_threshold().
5596 */
Phil Carmody5407a562010-05-26 14:42:42 -07005597 i = t->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005598
5599 /*
5600 * Iterate backward over array of thresholds starting from
5601 * current_threshold and check if a threshold is crossed.
5602 * If none of thresholds below usage is crossed, we read
5603 * only one element of the array here.
5604 */
5605 for (; i >= 0 && unlikely(t->entries[i].threshold > usage); i--)
5606 eventfd_signal(t->entries[i].eventfd, 1);
5607
5608 /* i = current_threshold + 1 */
5609 i++;
5610
5611 /*
5612 * Iterate forward over array of thresholds starting from
5613 * current_threshold+1 and check if a threshold is crossed.
5614 * If none of thresholds above usage is crossed, we read
5615 * only one element of the array here.
5616 */
5617 for (; i < t->size && unlikely(t->entries[i].threshold <= usage); i++)
5618 eventfd_signal(t->entries[i].eventfd, 1);
5619
5620 /* Update current_threshold */
Phil Carmody5407a562010-05-26 14:42:42 -07005621 t->current_threshold = i - 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005622unlock:
5623 rcu_read_unlock();
5624}
5625
5626static void mem_cgroup_threshold(struct mem_cgroup *memcg)
5627{
Kirill A. Shutemovad4ca5f2010-10-07 12:59:27 -07005628 while (memcg) {
5629 __mem_cgroup_threshold(memcg, false);
5630 if (do_swap_account)
5631 __mem_cgroup_threshold(memcg, true);
5632
5633 memcg = parent_mem_cgroup(memcg);
5634 }
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005635}
5636
5637static int compare_thresholds(const void *a, const void *b)
5638{
5639 const struct mem_cgroup_threshold *_a = a;
5640 const struct mem_cgroup_threshold *_b = b;
5641
5642 return _a->threshold - _b->threshold;
5643}
5644
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005645static int mem_cgroup_oom_notify_cb(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005646{
5647 struct mem_cgroup_eventfd_list *ev;
5648
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005649 list_for_each_entry(ev, &memcg->oom_notify, list)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005650 eventfd_signal(ev->eventfd, 1);
5651 return 0;
5652}
5653
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005654static void mem_cgroup_oom_notify(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005655{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005656 struct mem_cgroup *iter;
5657
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005658 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005659 mem_cgroup_oom_notify_cb(iter);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005660}
5661
5662static int mem_cgroup_usage_register_event(struct cgroup *cgrp,
5663 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005664{
5665 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005666 struct mem_cgroup_thresholds *thresholds;
5667 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005668 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005669 u64 threshold, usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005670 int i, size, ret;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005671
5672 ret = res_counter_memparse_write_strategy(args, &threshold);
5673 if (ret)
5674 return ret;
5675
5676 mutex_lock(&memcg->thresholds_lock);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005677
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005678 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005679 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005680 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005681 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005682 else
5683 BUG();
5684
5685 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5686
5687 /* Check if a threshold crossed before adding a new one */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005688 if (thresholds->primary)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005689 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5690
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005691 size = thresholds->primary ? thresholds->primary->size + 1 : 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005692
5693 /* Allocate memory for new array of thresholds */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005694 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005695 GFP_KERNEL);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005696 if (!new) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005697 ret = -ENOMEM;
5698 goto unlock;
5699 }
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005700 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005701
5702 /* Copy thresholds (if any) to new array */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005703 if (thresholds->primary) {
5704 memcpy(new->entries, thresholds->primary->entries, (size - 1) *
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005705 sizeof(struct mem_cgroup_threshold));
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005706 }
5707
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005708 /* Add new threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005709 new->entries[size - 1].eventfd = eventfd;
5710 new->entries[size - 1].threshold = threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005711
5712 /* Sort thresholds. Registering of new threshold isn't time-critical */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005713 sort(new->entries, size, sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005714 compare_thresholds, NULL);
5715
5716 /* Find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005717 new->current_threshold = -1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005718 for (i = 0; i < size; i++) {
Sha Zhengju748dad32012-05-29 15:06:57 -07005719 if (new->entries[i].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005720 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005721 * new->current_threshold will not be used until
5722 * rcu_assign_pointer(), so it's safe to increment
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005723 * it here.
5724 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005725 ++new->current_threshold;
Sha Zhengju748dad32012-05-29 15:06:57 -07005726 } else
5727 break;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005728 }
5729
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005730 /* Free old spare buffer and save old primary buffer as spare */
5731 kfree(thresholds->spare);
5732 thresholds->spare = thresholds->primary;
5733
5734 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005735
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005736 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005737 synchronize_rcu();
5738
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005739unlock:
5740 mutex_unlock(&memcg->thresholds_lock);
5741
5742 return ret;
5743}
5744
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005745static void mem_cgroup_usage_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005746 struct cftype *cft, struct eventfd_ctx *eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005747{
5748 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005749 struct mem_cgroup_thresholds *thresholds;
5750 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005751 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005752 u64 usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005753 int i, j, size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005754
5755 mutex_lock(&memcg->thresholds_lock);
5756 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005757 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005758 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005759 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005760 else
5761 BUG();
5762
Anton Vorontsov371528c2012-02-24 05:14:46 +04005763 if (!thresholds->primary)
5764 goto unlock;
5765
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005766 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5767
5768 /* Check if a threshold crossed before removing */
5769 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5770
5771 /* Calculate new number of threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005772 size = 0;
5773 for (i = 0; i < thresholds->primary->size; i++) {
5774 if (thresholds->primary->entries[i].eventfd != eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005775 size++;
5776 }
5777
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005778 new = thresholds->spare;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005779
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005780 /* Set thresholds array to NULL if we don't have thresholds */
5781 if (!size) {
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005782 kfree(new);
5783 new = NULL;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005784 goto swap_buffers;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005785 }
5786
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005787 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005788
5789 /* Copy thresholds and find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005790 new->current_threshold = -1;
5791 for (i = 0, j = 0; i < thresholds->primary->size; i++) {
5792 if (thresholds->primary->entries[i].eventfd == eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005793 continue;
5794
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005795 new->entries[j] = thresholds->primary->entries[i];
Sha Zhengju748dad32012-05-29 15:06:57 -07005796 if (new->entries[j].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005797 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005798 * new->current_threshold will not be used
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005799 * until rcu_assign_pointer(), so it's safe to increment
5800 * it here.
5801 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005802 ++new->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005803 }
5804 j++;
5805 }
5806
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005807swap_buffers:
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005808 /* Swap primary and spare array */
5809 thresholds->spare = thresholds->primary;
Sha Zhengju8c757762012-05-10 13:01:45 -07005810 /* If all events are unregistered, free the spare array */
5811 if (!new) {
5812 kfree(thresholds->spare);
5813 thresholds->spare = NULL;
5814 }
5815
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005816 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005817
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005818 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005819 synchronize_rcu();
Anton Vorontsov371528c2012-02-24 05:14:46 +04005820unlock:
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005821 mutex_unlock(&memcg->thresholds_lock);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005822}
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005823
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005824static int mem_cgroup_oom_register_event(struct cgroup *cgrp,
5825 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
5826{
5827 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5828 struct mem_cgroup_eventfd_list *event;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005829 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005830
5831 BUG_ON(type != _OOM_TYPE);
5832 event = kmalloc(sizeof(*event), GFP_KERNEL);
5833 if (!event)
5834 return -ENOMEM;
5835
Michal Hocko1af8efe2011-07-26 16:08:24 -07005836 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005837
5838 event->eventfd = eventfd;
5839 list_add(&event->list, &memcg->oom_notify);
5840
5841 /* already in OOM ? */
Michal Hocko79dfdac2011-07-26 16:08:23 -07005842 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005843 eventfd_signal(eventfd, 1);
Michal Hocko1af8efe2011-07-26 16:08:24 -07005844 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005845
5846 return 0;
5847}
5848
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005849static void mem_cgroup_oom_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005850 struct cftype *cft, struct eventfd_ctx *eventfd)
5851{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005852 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005853 struct mem_cgroup_eventfd_list *ev, *tmp;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005854 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005855
5856 BUG_ON(type != _OOM_TYPE);
5857
Michal Hocko1af8efe2011-07-26 16:08:24 -07005858 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005859
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005860 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) {
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005861 if (ev->eventfd == eventfd) {
5862 list_del(&ev->list);
5863 kfree(ev);
5864 }
5865 }
5866
Michal Hocko1af8efe2011-07-26 16:08:24 -07005867 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005868}
5869
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005870static int mem_cgroup_oom_control_read(struct cgroup *cgrp,
5871 struct cftype *cft, struct cgroup_map_cb *cb)
5872{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005873 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005874
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005875 cb->fill(cb, "oom_kill_disable", memcg->oom_kill_disable);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005876
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005877 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005878 cb->fill(cb, "under_oom", 1);
5879 else
5880 cb->fill(cb, "under_oom", 0);
5881 return 0;
5882}
5883
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005884static int mem_cgroup_oom_control_write(struct cgroup *cgrp,
5885 struct cftype *cft, u64 val)
5886{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005887 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005888 struct mem_cgroup *parent;
5889
5890 /* cannot set to root cgroup and only 0 and 1 are allowed */
5891 if (!cgrp->parent || !((val == 0) || (val == 1)))
5892 return -EINVAL;
5893
5894 parent = mem_cgroup_from_cont(cgrp->parent);
5895
Glauber Costa09998212013-02-22 16:34:55 -08005896 mutex_lock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005897 /* oom-kill-disable is a flag for subhierarchy. */
Glauber Costab5f99b52013-02-22 16:34:53 -08005898 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005899 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005900 return -EINVAL;
5901 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005902 memcg->oom_kill_disable = val;
KAMEZAWA Hiroyuki4d845eb2010-06-29 15:05:18 -07005903 if (!val)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005904 memcg_oom_recover(memcg);
Glauber Costa09998212013-02-22 16:34:55 -08005905 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005906 return 0;
5907}
5908
Andrew Mortonc255a452012-07-31 16:43:02 -07005909#ifdef CONFIG_MEMCG_KMEM
Glauber Costacbe128e32012-04-09 19:36:34 -03005910static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005911{
Glauber Costa55007d82012-12-18 14:22:38 -08005912 int ret;
5913
Glauber Costa2633d7a2012-12-18 14:22:34 -08005914 memcg->kmemcg_id = -1;
Glauber Costa55007d82012-12-18 14:22:38 -08005915 ret = memcg_propagate_kmem(memcg);
5916 if (ret)
5917 return ret;
Glauber Costa2633d7a2012-12-18 14:22:34 -08005918
Glauber Costa1d62e432012-04-09 19:36:33 -03005919 return mem_cgroup_sockets_init(memcg, ss);
Michel Lespinasse573b4002013-04-29 15:08:13 -07005920}
Glauber Costae5671df2011-12-11 21:47:01 +00005921
Li Zefan10d5ebf2013-07-08 16:00:33 -07005922static void memcg_destroy_kmem(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005923{
Glauber Costa1d62e432012-04-09 19:36:33 -03005924 mem_cgroup_sockets_destroy(memcg);
Li Zefan10d5ebf2013-07-08 16:00:33 -07005925}
5926
5927static void kmem_cgroup_css_offline(struct mem_cgroup *memcg)
5928{
5929 if (!memcg_kmem_is_active(memcg))
5930 return;
5931
5932 /*
5933 * kmem charges can outlive the cgroup. In the case of slab
5934 * pages, for instance, a page contain objects from various
5935 * processes. As we prevent from taking a reference for every
5936 * such allocation we have to be careful when doing uncharge
5937 * (see memcg_uncharge_kmem) and here during offlining.
5938 *
5939 * The idea is that that only the _last_ uncharge which sees
5940 * the dead memcg will drop the last reference. An additional
5941 * reference is taken here before the group is marked dead
5942 * which is then paired with css_put during uncharge resp. here.
5943 *
5944 * Although this might sound strange as this path is called from
5945 * css_offline() when the referencemight have dropped down to 0
5946 * and shouldn't be incremented anymore (css_tryget would fail)
5947 * we do not have other options because of the kmem allocations
5948 * lifetime.
5949 */
5950 css_get(&memcg->css);
Glauber Costa7de37682012-12-18 14:22:07 -08005951
5952 memcg_kmem_mark_dead(memcg);
5953
5954 if (res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0)
5955 return;
5956
Glauber Costa7de37682012-12-18 14:22:07 -08005957 if (memcg_kmem_test_and_clear_dead(memcg))
Li Zefan10d5ebf2013-07-08 16:00:33 -07005958 css_put(&memcg->css);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005959}
Glauber Costae5671df2011-12-11 21:47:01 +00005960#else
Glauber Costacbe128e32012-04-09 19:36:34 -03005961static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005962{
5963 return 0;
5964}
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005965
Li Zefan10d5ebf2013-07-08 16:00:33 -07005966static void memcg_destroy_kmem(struct mem_cgroup *memcg)
5967{
5968}
5969
5970static void kmem_cgroup_css_offline(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005971{
5972}
Glauber Costae5671df2011-12-11 21:47:01 +00005973#endif
5974
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005975static struct cftype mem_cgroup_files[] = {
5976 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005977 .name = "usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005978 .private = MEMFILE_PRIVATE(_MEM, RES_USAGE),
Tejun Heoaf36f902012-04-01 12:09:55 -07005979 .read = mem_cgroup_read,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005980 .register_event = mem_cgroup_usage_register_event,
5981 .unregister_event = mem_cgroup_usage_unregister_event,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005982 },
5983 {
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005984 .name = "max_usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005985 .private = MEMFILE_PRIVATE(_MEM, RES_MAX_USAGE),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005986 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005987 .read = mem_cgroup_read,
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005988 },
5989 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005990 .name = "limit_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005991 .private = MEMFILE_PRIVATE(_MEM, RES_LIMIT),
Paul Menage856c13a2008-07-25 01:47:04 -07005992 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005993 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005994 },
5995 {
Balbir Singh296c81d2009-09-23 15:56:36 -07005996 .name = "soft_limit_in_bytes",
5997 .private = MEMFILE_PRIVATE(_MEM, RES_SOFT_LIMIT),
5998 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005999 .read = mem_cgroup_read,
Balbir Singh296c81d2009-09-23 15:56:36 -07006000 },
6001 {
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006002 .name = "failcnt",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006003 .private = MEMFILE_PRIVATE(_MEM, RES_FAILCNT),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07006004 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07006005 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006006 },
Balbir Singh8697d332008-02-07 00:13:59 -08006007 {
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08006008 .name = "stat",
Wanpeng Liab215882012-07-31 16:43:09 -07006009 .read_seq_string = memcg_stat_show,
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08006010 },
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08006011 {
6012 .name = "force_empty",
6013 .trigger = mem_cgroup_force_empty_write,
6014 },
Balbir Singh18f59ea2009-01-07 18:08:07 -08006015 {
6016 .name = "use_hierarchy",
Tejun Heof00baae2013-04-15 13:41:15 -07006017 .flags = CFTYPE_INSANE,
Balbir Singh18f59ea2009-01-07 18:08:07 -08006018 .write_u64 = mem_cgroup_hierarchy_write,
6019 .read_u64 = mem_cgroup_hierarchy_read,
6020 },
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08006021 {
6022 .name = "swappiness",
6023 .read_u64 = mem_cgroup_swappiness_read,
6024 .write_u64 = mem_cgroup_swappiness_write,
6025 },
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006026 {
6027 .name = "move_charge_at_immigrate",
6028 .read_u64 = mem_cgroup_move_charge_read,
6029 .write_u64 = mem_cgroup_move_charge_write,
6030 },
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07006031 {
6032 .name = "oom_control",
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07006033 .read_map = mem_cgroup_oom_control_read,
6034 .write_u64 = mem_cgroup_oom_control_write,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07006035 .register_event = mem_cgroup_oom_register_event,
6036 .unregister_event = mem_cgroup_oom_unregister_event,
6037 .private = MEMFILE_PRIVATE(_OOM_TYPE, OOM_CONTROL),
6038 },
Anton Vorontsov70ddf632013-04-29 15:08:31 -07006039 {
6040 .name = "pressure_level",
6041 .register_event = vmpressure_register_event,
6042 .unregister_event = vmpressure_unregister_event,
6043 },
Ying Han406eb0c2011-05-26 16:25:37 -07006044#ifdef CONFIG_NUMA
6045 {
6046 .name = "numa_stat",
Wanpeng Liab215882012-07-31 16:43:09 -07006047 .read_seq_string = memcg_numa_stat_show,
Ying Han406eb0c2011-05-26 16:25:37 -07006048 },
6049#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006050#ifdef CONFIG_MEMCG_KMEM
6051 {
6052 .name = "kmem.limit_in_bytes",
6053 .private = MEMFILE_PRIVATE(_KMEM, RES_LIMIT),
6054 .write_string = mem_cgroup_write,
6055 .read = mem_cgroup_read,
6056 },
6057 {
6058 .name = "kmem.usage_in_bytes",
6059 .private = MEMFILE_PRIVATE(_KMEM, RES_USAGE),
6060 .read = mem_cgroup_read,
6061 },
6062 {
6063 .name = "kmem.failcnt",
6064 .private = MEMFILE_PRIVATE(_KMEM, RES_FAILCNT),
6065 .trigger = mem_cgroup_reset,
6066 .read = mem_cgroup_read,
6067 },
6068 {
6069 .name = "kmem.max_usage_in_bytes",
6070 .private = MEMFILE_PRIVATE(_KMEM, RES_MAX_USAGE),
6071 .trigger = mem_cgroup_reset,
6072 .read = mem_cgroup_read,
6073 },
Glauber Costa749c5412012-12-18 14:23:01 -08006074#ifdef CONFIG_SLABINFO
6075 {
6076 .name = "kmem.slabinfo",
6077 .read_seq_string = mem_cgroup_slabinfo_read,
6078 },
6079#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006080#endif
Tejun Heo6bc10342012-04-01 12:09:55 -07006081 { }, /* terminate */
Tejun Heoaf36f902012-04-01 12:09:55 -07006082};
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006083
Michal Hocko2d110852013-02-22 16:34:43 -08006084#ifdef CONFIG_MEMCG_SWAP
6085static struct cftype memsw_cgroup_files[] = {
6086 {
6087 .name = "memsw.usage_in_bytes",
6088 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_USAGE),
6089 .read = mem_cgroup_read,
6090 .register_event = mem_cgroup_usage_register_event,
6091 .unregister_event = mem_cgroup_usage_unregister_event,
6092 },
6093 {
6094 .name = "memsw.max_usage_in_bytes",
6095 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_MAX_USAGE),
6096 .trigger = mem_cgroup_reset,
6097 .read = mem_cgroup_read,
6098 },
6099 {
6100 .name = "memsw.limit_in_bytes",
6101 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_LIMIT),
6102 .write_string = mem_cgroup_write,
6103 .read = mem_cgroup_read,
6104 },
6105 {
6106 .name = "memsw.failcnt",
6107 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_FAILCNT),
6108 .trigger = mem_cgroup_reset,
6109 .read = mem_cgroup_read,
6110 },
6111 { }, /* terminate */
6112};
6113#endif
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006114static int alloc_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006115{
6116 struct mem_cgroup_per_node *pn;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006117 struct mem_cgroup_per_zone *mz;
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006118 int zone, tmp = node;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006119 /*
6120 * This routine is called against possible nodes.
6121 * But it's BUG to call kmalloc() against offline node.
6122 *
6123 * TODO: this routine can waste much memory for nodes which will
6124 * never be onlined. It's better to use memory hotplug callback
6125 * function.
6126 */
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006127 if (!node_state(node, N_NORMAL_MEMORY))
6128 tmp = -1;
Jesper Juhl17295c82011-01-13 15:47:42 -08006129 pn = kzalloc_node(sizeof(*pn), GFP_KERNEL, tmp);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006130 if (!pn)
6131 return 1;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006132
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006133 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6134 mz = &pn->zoneinfo[zone];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08006135 lruvec_init(&mz->lruvec);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006136 mz->usage_in_excess = 0;
Balbir Singh4e416952009-09-23 15:56:39 -07006137 mz->on_tree = false;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006138 mz->memcg = memcg;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006139 }
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006140 memcg->nodeinfo[node] = pn;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006141 return 0;
6142}
6143
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006144static void free_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006145{
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006146 kfree(memcg->nodeinfo[node]);
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006147}
6148
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006149static struct mem_cgroup *mem_cgroup_alloc(void)
6150{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006151 struct mem_cgroup *memcg;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006152 size_t size = memcg_size();
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006153
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006154 /* Can be very big if nr_node_ids is very big */
Jan Blunckc8dad2b2009-01-07 18:07:53 -08006155 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006156 memcg = kzalloc(size, GFP_KERNEL);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006157 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006158 memcg = vzalloc(size);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006159
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006160 if (!memcg)
Dan Carpentere7bbcdf2010-03-23 13:35:12 -07006161 return NULL;
6162
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006163 memcg->stat = alloc_percpu(struct mem_cgroup_stat_cpu);
6164 if (!memcg->stat)
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006165 goto out_free;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006166 spin_lock_init(&memcg->pcp_counter_lock);
6167 return memcg;
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006168
6169out_free:
6170 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006171 kfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006172 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006173 vfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006174 return NULL;
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006175}
6176
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006177/*
Glauber Costac8b2a362012-12-18 14:22:13 -08006178 * At destroying mem_cgroup, references from swap_cgroup can remain.
6179 * (scanning all at force_empty is too costly...)
6180 *
6181 * Instead of clearing all references at force_empty, we remember
6182 * the number of reference from swap_cgroup and free mem_cgroup when
6183 * it goes down to 0.
6184 *
6185 * Removal of cgroup itself succeeds regardless of refs from swap.
Hugh Dickins59927fb2012-03-15 15:17:07 -07006186 */
Glauber Costac8b2a362012-12-18 14:22:13 -08006187
6188static void __mem_cgroup_free(struct mem_cgroup *memcg)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006189{
Glauber Costac8b2a362012-12-18 14:22:13 -08006190 int node;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006191 size_t size = memcg_size();
Hugh Dickins59927fb2012-03-15 15:17:07 -07006192
Glauber Costac8b2a362012-12-18 14:22:13 -08006193 mem_cgroup_remove_from_trees(memcg);
6194 free_css_id(&mem_cgroup_subsys, &memcg->css);
6195
6196 for_each_node(node)
6197 free_mem_cgroup_per_zone_info(memcg, node);
6198
6199 free_percpu(memcg->stat);
6200
Glauber Costa3f134612012-05-29 15:07:11 -07006201 /*
6202 * We need to make sure that (at least for now), the jump label
6203 * destruction code runs outside of the cgroup lock. This is because
6204 * get_online_cpus(), which is called from the static_branch update,
6205 * can't be called inside the cgroup_lock. cpusets are the ones
6206 * enforcing this dependency, so if they ever change, we might as well.
6207 *
6208 * schedule_work() will guarantee this happens. Be careful if you need
6209 * to move this code around, and make sure it is outside
6210 * the cgroup_lock.
6211 */
Glauber Costaa8964b92012-12-18 14:22:09 -08006212 disarm_static_keys(memcg);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006213 if (size < PAGE_SIZE)
6214 kfree(memcg);
6215 else
6216 vfree(memcg);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006217}
Glauber Costa3afe36b2012-05-29 15:07:10 -07006218
Glauber Costac8b2a362012-12-18 14:22:13 -08006219
6220/*
6221 * Helpers for freeing a kmalloc()ed/vzalloc()ed mem_cgroup by RCU,
6222 * but in process context. The work_freeing structure is overlaid
6223 * on the rcu_freeing structure, which itself is overlaid on memsw.
6224 */
6225static void free_work(struct work_struct *work)
6226{
6227 struct mem_cgroup *memcg;
6228
6229 memcg = container_of(work, struct mem_cgroup, work_freeing);
6230 __mem_cgroup_free(memcg);
6231}
6232
Glauber Costa3afe36b2012-05-29 15:07:10 -07006233static void free_rcu(struct rcu_head *rcu_head)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006234{
6235 struct mem_cgroup *memcg;
6236
6237 memcg = container_of(rcu_head, struct mem_cgroup, rcu_freeing);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006238 INIT_WORK(&memcg->work_freeing, free_work);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006239 schedule_work(&memcg->work_freeing);
6240}
6241
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006242static void mem_cgroup_get(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006243{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006244 atomic_inc(&memcg->refcnt);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006245}
6246
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006247static void __mem_cgroup_put(struct mem_cgroup *memcg, int count)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006248{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006249 if (atomic_sub_and_test(count, &memcg->refcnt)) {
6250 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
Glauber Costac8b2a362012-12-18 14:22:13 -08006251 call_rcu(&memcg->rcu_freeing, free_rcu);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006252 if (parent)
6253 mem_cgroup_put(parent);
6254 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006255}
6256
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006257static void mem_cgroup_put(struct mem_cgroup *memcg)
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006258{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006259 __mem_cgroup_put(memcg, 1);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006260}
6261
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006262/*
6263 * Returns the parent mem_cgroup in memcgroup hierarchy with hierarchy enabled.
6264 */
Glauber Costae1aab162011-12-11 21:47:03 +00006265struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006266{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006267 if (!memcg->res.parent)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006268 return NULL;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006269 return mem_cgroup_from_res_counter(memcg->res.parent, res);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006270}
Glauber Costae1aab162011-12-11 21:47:03 +00006271EXPORT_SYMBOL(parent_mem_cgroup);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006272
Michal Hocko8787a1d2013-02-22 16:35:39 -08006273static void __init mem_cgroup_soft_limit_tree_init(void)
Balbir Singhf64c3f52009-09-23 15:56:37 -07006274{
6275 struct mem_cgroup_tree_per_node *rtpn;
6276 struct mem_cgroup_tree_per_zone *rtpz;
6277 int tmp, node, zone;
6278
Bob Liu3ed28fa2012-01-12 17:19:04 -08006279 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -07006280 tmp = node;
6281 if (!node_state(node, N_NORMAL_MEMORY))
6282 tmp = -1;
6283 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, tmp);
Michal Hocko8787a1d2013-02-22 16:35:39 -08006284 BUG_ON(!rtpn);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006285
6286 soft_limit_tree.rb_tree_per_node[node] = rtpn;
6287
6288 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6289 rtpz = &rtpn->rb_tree_per_zone[zone];
6290 rtpz->rb_root = RB_ROOT;
6291 spin_lock_init(&rtpz->lock);
6292 }
6293 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07006294}
6295
Li Zefan0eb253e2009-01-15 13:51:25 -08006296static struct cgroup_subsys_state * __ref
Tejun Heo92fb9742012-11-19 08:13:38 -08006297mem_cgroup_css_alloc(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006298{
Glauber Costad142e3e2013-02-22 16:34:52 -08006299 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006300 long error = -ENOMEM;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006301 int node;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006302
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006303 memcg = mem_cgroup_alloc();
6304 if (!memcg)
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006305 return ERR_PTR(error);
Pavel Emelianov78fb7462008-02-07 00:13:51 -08006306
Bob Liu3ed28fa2012-01-12 17:19:04 -08006307 for_each_node(node)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006308 if (alloc_mem_cgroup_per_zone_info(memcg, node))
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006309 goto free_out;
Balbir Singhf64c3f52009-09-23 15:56:37 -07006310
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006311 /* root ? */
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006312 if (cont->parent == NULL) {
Hillf Dantona41c58a2011-12-19 17:11:57 -08006313 root_mem_cgroup = memcg;
Glauber Costad142e3e2013-02-22 16:34:52 -08006314 res_counter_init(&memcg->res, NULL);
6315 res_counter_init(&memcg->memsw, NULL);
6316 res_counter_init(&memcg->kmem, NULL);
Balbir Singh18f59ea2009-01-07 18:08:07 -08006317 }
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006318
Glauber Costad142e3e2013-02-22 16:34:52 -08006319 memcg->last_scanned_node = MAX_NUMNODES;
6320 INIT_LIST_HEAD(&memcg->oom_notify);
6321 atomic_set(&memcg->refcnt, 1);
6322 memcg->move_charge_at_immigrate = 0;
6323 mutex_init(&memcg->thresholds_lock);
6324 spin_lock_init(&memcg->move_lock);
Anton Vorontsov70ddf632013-04-29 15:08:31 -07006325 vmpressure_init(&memcg->vmpressure);
Glauber Costad142e3e2013-02-22 16:34:52 -08006326
6327 return &memcg->css;
6328
6329free_out:
6330 __mem_cgroup_free(memcg);
6331 return ERR_PTR(error);
6332}
6333
6334static int
6335mem_cgroup_css_online(struct cgroup *cont)
6336{
6337 struct mem_cgroup *memcg, *parent;
6338 int error = 0;
6339
6340 if (!cont->parent)
6341 return 0;
6342
Glauber Costa09998212013-02-22 16:34:55 -08006343 mutex_lock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08006344 memcg = mem_cgroup_from_cont(cont);
6345 parent = mem_cgroup_from_cont(cont->parent);
6346
6347 memcg->use_hierarchy = parent->use_hierarchy;
6348 memcg->oom_kill_disable = parent->oom_kill_disable;
6349 memcg->swappiness = mem_cgroup_swappiness(parent);
6350
6351 if (parent->use_hierarchy) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006352 res_counter_init(&memcg->res, &parent->res);
6353 res_counter_init(&memcg->memsw, &parent->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006354 res_counter_init(&memcg->kmem, &parent->kmem);
Glauber Costa55007d82012-12-18 14:22:38 -08006355
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006356 /*
6357 * We increment refcnt of the parent to ensure that we can
6358 * safely access it on res_counter_charge/uncharge.
6359 * This refcnt will be decremented when freeing this
6360 * mem_cgroup(see mem_cgroup_put).
6361 */
6362 mem_cgroup_get(parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08006363 } else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006364 res_counter_init(&memcg->res, NULL);
6365 res_counter_init(&memcg->memsw, NULL);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006366 res_counter_init(&memcg->kmem, NULL);
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006367 /*
6368 * Deeper hierachy with use_hierarchy == false doesn't make
6369 * much sense so let cgroup subsystem know about this
6370 * unfortunate state in our controller.
6371 */
Glauber Costad142e3e2013-02-22 16:34:52 -08006372 if (parent != root_mem_cgroup)
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006373 mem_cgroup_subsys.broken_hierarchy = true;
Balbir Singh18f59ea2009-01-07 18:08:07 -08006374 }
Glauber Costacbe128e32012-04-09 19:36:34 -03006375
6376 error = memcg_init_kmem(memcg, &mem_cgroup_subsys);
Glauber Costa09998212013-02-22 16:34:55 -08006377 mutex_unlock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08006378 return error;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006379}
6380
Michal Hocko5f578162013-04-29 15:07:17 -07006381/*
6382 * Announce all parents that a group from their hierarchy is gone.
6383 */
6384static void mem_cgroup_invalidate_reclaim_iterators(struct mem_cgroup *memcg)
6385{
6386 struct mem_cgroup *parent = memcg;
6387
6388 while ((parent = parent_mem_cgroup(parent)))
Johannes Weiner519ebea2013-07-03 15:04:51 -07006389 mem_cgroup_iter_invalidate(parent);
Michal Hocko5f578162013-04-29 15:07:17 -07006390
6391 /*
6392 * if the root memcg is not hierarchical we have to check it
6393 * explicitely.
6394 */
6395 if (!root_mem_cgroup->use_hierarchy)
Johannes Weiner519ebea2013-07-03 15:04:51 -07006396 mem_cgroup_iter_invalidate(root_mem_cgroup);
Michal Hocko5f578162013-04-29 15:07:17 -07006397}
6398
Tejun Heo92fb9742012-11-19 08:13:38 -08006399static void mem_cgroup_css_offline(struct cgroup *cont)
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006400{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006401 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
KAMEZAWA Hiroyukiec64f512009-04-02 16:57:26 -07006402
Li Zefan10d5ebf2013-07-08 16:00:33 -07006403 kmem_cgroup_css_offline(memcg);
6404
Michal Hocko5f578162013-04-29 15:07:17 -07006405 mem_cgroup_invalidate_reclaim_iterators(memcg);
Michal Hockoab5196c2012-10-26 13:37:32 +02006406 mem_cgroup_reparent_charges(memcg);
Glauber Costa1f458cb2012-12-18 14:22:50 -08006407 mem_cgroup_destroy_all_caches(memcg);
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006408}
6409
Tejun Heo92fb9742012-11-19 08:13:38 -08006410static void mem_cgroup_css_free(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006411{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006412 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Daisuke Nishimurac268e992009-01-15 13:51:13 -08006413
Li Zefan10d5ebf2013-07-08 16:00:33 -07006414 memcg_destroy_kmem(memcg);
6415 __mem_cgroup_free(memcg);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006416}
6417
Daisuke Nishimura02491442010-03-10 15:22:17 -08006418#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006419/* Handlers for move charge at task migration. */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006420#define PRECHARGE_COUNT_AT_ONCE 256
6421static int mem_cgroup_do_precharge(unsigned long count)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006422{
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006423 int ret = 0;
6424 int batch_count = PRECHARGE_COUNT_AT_ONCE;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006425 struct mem_cgroup *memcg = mc.to;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006426
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006427 if (mem_cgroup_is_root(memcg)) {
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006428 mc.precharge += count;
6429 /* we don't need css_get for root */
6430 return ret;
6431 }
6432 /* try to charge at once */
6433 if (count > 1) {
6434 struct res_counter *dummy;
6435 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006436 * "memcg" cannot be under rmdir() because we've already checked
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006437 * by cgroup_lock_live_cgroup() that it is not removed and we
6438 * are still under the same cgroup_mutex. So we can postpone
6439 * css_get().
6440 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006441 if (res_counter_charge(&memcg->res, PAGE_SIZE * count, &dummy))
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006442 goto one_by_one;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006443 if (do_swap_account && res_counter_charge(&memcg->memsw,
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006444 PAGE_SIZE * count, &dummy)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006445 res_counter_uncharge(&memcg->res, PAGE_SIZE * count);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006446 goto one_by_one;
6447 }
6448 mc.precharge += count;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006449 return ret;
6450 }
6451one_by_one:
6452 /* fall back to one by one charge */
6453 while (count--) {
6454 if (signal_pending(current)) {
6455 ret = -EINTR;
6456 break;
6457 }
6458 if (!batch_count--) {
6459 batch_count = PRECHARGE_COUNT_AT_ONCE;
6460 cond_resched();
6461 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006462 ret = __mem_cgroup_try_charge(NULL,
6463 GFP_KERNEL, 1, &memcg, false);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006464 if (ret)
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006465 /* mem_cgroup_clear_mc() will do uncharge later */
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006466 return ret;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006467 mc.precharge++;
6468 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006469 return ret;
6470}
6471
6472/**
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006473 * get_mctgt_type - get target type of moving charge
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006474 * @vma: the vma the pte to be checked belongs
6475 * @addr: the address corresponding to the pte to be checked
6476 * @ptent: the pte to be checked
Daisuke Nishimura02491442010-03-10 15:22:17 -08006477 * @target: the pointer the target page or swap ent will be stored(can be NULL)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006478 *
6479 * Returns
6480 * 0(MC_TARGET_NONE): if the pte is not a target for move charge.
6481 * 1(MC_TARGET_PAGE): if the page corresponding to this pte is a target for
6482 * move charge. if @target is not NULL, the page is stored in target->page
6483 * with extra refcnt got(Callers should handle it).
Daisuke Nishimura02491442010-03-10 15:22:17 -08006484 * 2(MC_TARGET_SWAP): if the swap entry corresponding to this pte is a
6485 * target for charge migration. if @target is not NULL, the entry is stored
6486 * in target->ent.
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006487 *
6488 * Called with pte lock held.
6489 */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006490union mc_target {
6491 struct page *page;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006492 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006493};
6494
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006495enum mc_target_type {
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006496 MC_TARGET_NONE = 0,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006497 MC_TARGET_PAGE,
Daisuke Nishimura02491442010-03-10 15:22:17 -08006498 MC_TARGET_SWAP,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006499};
6500
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006501static struct page *mc_handle_present_pte(struct vm_area_struct *vma,
6502 unsigned long addr, pte_t ptent)
6503{
6504 struct page *page = vm_normal_page(vma, addr, ptent);
6505
6506 if (!page || !page_mapped(page))
6507 return NULL;
6508 if (PageAnon(page)) {
6509 /* we don't move shared anon */
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006510 if (!move_anon())
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006511 return NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006512 } else if (!move_file())
6513 /* we ignore mapcount for file pages */
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006514 return NULL;
6515 if (!get_page_unless_zero(page))
6516 return NULL;
6517
6518 return page;
6519}
6520
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006521#ifdef CONFIG_SWAP
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006522static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6523 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6524{
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006525 struct page *page = NULL;
6526 swp_entry_t ent = pte_to_swp_entry(ptent);
6527
6528 if (!move_anon() || non_swap_entry(ent))
6529 return NULL;
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006530 /*
6531 * Because lookup_swap_cache() updates some statistics counter,
6532 * we call find_get_page() with swapper_space directly.
6533 */
Shaohua Li33806f02013-02-22 16:34:37 -08006534 page = find_get_page(swap_address_space(ent), ent.val);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006535 if (do_swap_account)
6536 entry->val = ent.val;
6537
6538 return page;
6539}
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006540#else
6541static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6542 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6543{
6544 return NULL;
6545}
6546#endif
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006547
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006548static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
6549 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6550{
6551 struct page *page = NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006552 struct address_space *mapping;
6553 pgoff_t pgoff;
6554
6555 if (!vma->vm_file) /* anonymous vma */
6556 return NULL;
6557 if (!move_file())
6558 return NULL;
6559
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006560 mapping = vma->vm_file->f_mapping;
6561 if (pte_none(ptent))
6562 pgoff = linear_page_index(vma, addr);
6563 else /* pte_file(ptent) is true */
6564 pgoff = pte_to_pgoff(ptent);
6565
6566 /* page is moved even if it's not RSS of this task(page-faulted). */
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006567 page = find_get_page(mapping, pgoff);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006568
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006569#ifdef CONFIG_SWAP
6570 /* shmem/tmpfs may report page out on swap: account for that too. */
6571 if (radix_tree_exceptional_entry(page)) {
6572 swp_entry_t swap = radix_to_swp_entry(page);
6573 if (do_swap_account)
6574 *entry = swap;
Shaohua Li33806f02013-02-22 16:34:37 -08006575 page = find_get_page(swap_address_space(swap), swap.val);
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006576 }
6577#endif
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006578 return page;
6579}
6580
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006581static enum mc_target_type get_mctgt_type(struct vm_area_struct *vma,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006582 unsigned long addr, pte_t ptent, union mc_target *target)
6583{
Daisuke Nishimura02491442010-03-10 15:22:17 -08006584 struct page *page = NULL;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006585 struct page_cgroup *pc;
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006586 enum mc_target_type ret = MC_TARGET_NONE;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006587 swp_entry_t ent = { .val = 0 };
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006588
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006589 if (pte_present(ptent))
6590 page = mc_handle_present_pte(vma, addr, ptent);
6591 else if (is_swap_pte(ptent))
6592 page = mc_handle_swap_pte(vma, addr, ptent, &ent);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006593 else if (pte_none(ptent) || pte_file(ptent))
6594 page = mc_handle_file_pte(vma, addr, ptent, &ent);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006595
6596 if (!page && !ent.val)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006597 return ret;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006598 if (page) {
6599 pc = lookup_page_cgroup(page);
6600 /*
6601 * Do only loose check w/o page_cgroup lock.
6602 * mem_cgroup_move_account() checks the pc is valid or not under
6603 * the lock.
6604 */
6605 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6606 ret = MC_TARGET_PAGE;
6607 if (target)
6608 target->page = page;
6609 }
6610 if (!ret || !target)
6611 put_page(page);
6612 }
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006613 /* There is a swap entry and a page doesn't exist or isn't charged */
6614 if (ent.val && !ret &&
Bob Liu9fb4b7c2012-01-12 17:18:48 -08006615 css_id(&mc.from->css) == lookup_swap_cgroup_id(ent)) {
KAMEZAWA Hiroyuki7f0f1542010-05-11 14:06:58 -07006616 ret = MC_TARGET_SWAP;
6617 if (target)
6618 target->ent = ent;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006619 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006620 return ret;
6621}
6622
Naoya Horiguchi12724852012-03-21 16:34:28 -07006623#ifdef CONFIG_TRANSPARENT_HUGEPAGE
6624/*
6625 * We don't consider swapping or file mapped pages because THP does not
6626 * support them for now.
6627 * Caller should make sure that pmd_trans_huge(pmd) is true.
6628 */
6629static enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6630 unsigned long addr, pmd_t pmd, union mc_target *target)
6631{
6632 struct page *page = NULL;
6633 struct page_cgroup *pc;
6634 enum mc_target_type ret = MC_TARGET_NONE;
6635
6636 page = pmd_page(pmd);
6637 VM_BUG_ON(!page || !PageHead(page));
6638 if (!move_anon())
6639 return ret;
6640 pc = lookup_page_cgroup(page);
6641 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6642 ret = MC_TARGET_PAGE;
6643 if (target) {
6644 get_page(page);
6645 target->page = page;
6646 }
6647 }
6648 return ret;
6649}
6650#else
6651static inline enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6652 unsigned long addr, pmd_t pmd, union mc_target *target)
6653{
6654 return MC_TARGET_NONE;
6655}
6656#endif
6657
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006658static int mem_cgroup_count_precharge_pte_range(pmd_t *pmd,
6659 unsigned long addr, unsigned long end,
6660 struct mm_walk *walk)
6661{
6662 struct vm_area_struct *vma = walk->private;
6663 pte_t *pte;
6664 spinlock_t *ptl;
6665
Naoya Horiguchi12724852012-03-21 16:34:28 -07006666 if (pmd_trans_huge_lock(pmd, vma) == 1) {
6667 if (get_mctgt_type_thp(vma, addr, *pmd, NULL) == MC_TARGET_PAGE)
6668 mc.precharge += HPAGE_PMD_NR;
6669 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006670 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006671 }
Dave Hansen03319322011-03-22 16:32:56 -07006672
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006673 if (pmd_trans_unstable(pmd))
6674 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006675 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6676 for (; addr != end; pte++, addr += PAGE_SIZE)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006677 if (get_mctgt_type(vma, addr, *pte, NULL))
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006678 mc.precharge++; /* increment precharge temporarily */
6679 pte_unmap_unlock(pte - 1, ptl);
6680 cond_resched();
6681
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006682 return 0;
6683}
6684
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006685static unsigned long mem_cgroup_count_precharge(struct mm_struct *mm)
6686{
6687 unsigned long precharge;
6688 struct vm_area_struct *vma;
6689
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006690 down_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006691 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6692 struct mm_walk mem_cgroup_count_precharge_walk = {
6693 .pmd_entry = mem_cgroup_count_precharge_pte_range,
6694 .mm = mm,
6695 .private = vma,
6696 };
6697 if (is_vm_hugetlb_page(vma))
6698 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006699 walk_page_range(vma->vm_start, vma->vm_end,
6700 &mem_cgroup_count_precharge_walk);
6701 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006702 up_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006703
6704 precharge = mc.precharge;
6705 mc.precharge = 0;
6706
6707 return precharge;
6708}
6709
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006710static int mem_cgroup_precharge_mc(struct mm_struct *mm)
6711{
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006712 unsigned long precharge = mem_cgroup_count_precharge(mm);
6713
6714 VM_BUG_ON(mc.moving_task);
6715 mc.moving_task = current;
6716 return mem_cgroup_do_precharge(precharge);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006717}
6718
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006719/* cancels all extra charges on mc.from and mc.to, and wakes up all waiters. */
6720static void __mem_cgroup_clear_mc(void)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006721{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006722 struct mem_cgroup *from = mc.from;
6723 struct mem_cgroup *to = mc.to;
Li Zefan40503772013-07-08 16:00:34 -07006724 int i;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006725
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006726 /* we must uncharge all the leftover precharges from mc.to */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006727 if (mc.precharge) {
6728 __mem_cgroup_cancel_charge(mc.to, mc.precharge);
6729 mc.precharge = 0;
6730 }
6731 /*
6732 * we didn't uncharge from mc.from at mem_cgroup_move_account(), so
6733 * we must uncharge here.
6734 */
6735 if (mc.moved_charge) {
6736 __mem_cgroup_cancel_charge(mc.from, mc.moved_charge);
6737 mc.moved_charge = 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006738 }
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006739 /* we must fixup refcnts and charges */
6740 if (mc.moved_swap) {
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006741 /* uncharge swap account from the old cgroup */
6742 if (!mem_cgroup_is_root(mc.from))
6743 res_counter_uncharge(&mc.from->memsw,
6744 PAGE_SIZE * mc.moved_swap);
Li Zefan40503772013-07-08 16:00:34 -07006745
6746 for (i = 0; i < mc.moved_swap; i++)
6747 css_put(&mc.from->css);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006748
6749 if (!mem_cgroup_is_root(mc.to)) {
6750 /*
6751 * we charged both to->res and to->memsw, so we should
6752 * uncharge to->res.
6753 */
6754 res_counter_uncharge(&mc.to->res,
6755 PAGE_SIZE * mc.moved_swap);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006756 }
Li Zefan40503772013-07-08 16:00:34 -07006757 /* we've already done css_get(mc.to) */
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006758 mc.moved_swap = 0;
6759 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006760 memcg_oom_recover(from);
6761 memcg_oom_recover(to);
6762 wake_up_all(&mc.waitq);
6763}
6764
6765static void mem_cgroup_clear_mc(void)
6766{
6767 struct mem_cgroup *from = mc.from;
6768
6769 /*
6770 * we must clear moving_task before waking up waiters at the end of
6771 * task migration.
6772 */
6773 mc.moving_task = NULL;
6774 __mem_cgroup_clear_mc();
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006775 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006776 mc.from = NULL;
6777 mc.to = NULL;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006778 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006779 mem_cgroup_end_move(from);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006780}
6781
Li Zefan761b3ef52012-01-31 13:47:36 +08006782static int mem_cgroup_can_attach(struct cgroup *cgroup,
6783 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006784{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006785 struct task_struct *p = cgroup_taskset_first(tset);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006786 int ret = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006787 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgroup);
Glauber Costaee5e8472013-02-22 16:34:50 -08006788 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006789
Glauber Costaee5e8472013-02-22 16:34:50 -08006790 /*
6791 * We are now commited to this value whatever it is. Changes in this
6792 * tunable will only affect upcoming migrations, not the current one.
6793 * So we need to save it, and keep it going.
6794 */
6795 move_charge_at_immigrate = memcg->move_charge_at_immigrate;
6796 if (move_charge_at_immigrate) {
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006797 struct mm_struct *mm;
6798 struct mem_cgroup *from = mem_cgroup_from_task(p);
6799
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006800 VM_BUG_ON(from == memcg);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006801
6802 mm = get_task_mm(p);
6803 if (!mm)
6804 return 0;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006805 /* We move charges only when we move a owner of the mm */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006806 if (mm->owner == p) {
6807 VM_BUG_ON(mc.from);
6808 VM_BUG_ON(mc.to);
6809 VM_BUG_ON(mc.precharge);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006810 VM_BUG_ON(mc.moved_charge);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006811 VM_BUG_ON(mc.moved_swap);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006812 mem_cgroup_start_move(from);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006813 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006814 mc.from = from;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006815 mc.to = memcg;
Glauber Costaee5e8472013-02-22 16:34:50 -08006816 mc.immigrate_flags = move_charge_at_immigrate;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006817 spin_unlock(&mc.lock);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006818 /* We set mc.moving_task later */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006819
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006820 ret = mem_cgroup_precharge_mc(mm);
6821 if (ret)
6822 mem_cgroup_clear_mc();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006823 }
6824 mmput(mm);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006825 }
6826 return ret;
6827}
6828
Li Zefan761b3ef52012-01-31 13:47:36 +08006829static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6830 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006831{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006832 mem_cgroup_clear_mc();
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006833}
6834
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006835static int mem_cgroup_move_charge_pte_range(pmd_t *pmd,
6836 unsigned long addr, unsigned long end,
6837 struct mm_walk *walk)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006838{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006839 int ret = 0;
6840 struct vm_area_struct *vma = walk->private;
6841 pte_t *pte;
6842 spinlock_t *ptl;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006843 enum mc_target_type target_type;
6844 union mc_target target;
6845 struct page *page;
6846 struct page_cgroup *pc;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006847
Naoya Horiguchi12724852012-03-21 16:34:28 -07006848 /*
6849 * We don't take compound_lock() here but no race with splitting thp
6850 * happens because:
6851 * - if pmd_trans_huge_lock() returns 1, the relevant thp is not
6852 * under splitting, which means there's no concurrent thp split,
6853 * - if another thread runs into split_huge_page() just after we
6854 * entered this if-block, the thread must wait for page table lock
6855 * to be unlocked in __split_huge_page_splitting(), where the main
6856 * part of thp split is not executed yet.
6857 */
6858 if (pmd_trans_huge_lock(pmd, vma) == 1) {
Hugh Dickins62ade862012-05-18 11:28:34 -07006859 if (mc.precharge < HPAGE_PMD_NR) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006860 spin_unlock(&vma->vm_mm->page_table_lock);
6861 return 0;
6862 }
6863 target_type = get_mctgt_type_thp(vma, addr, *pmd, &target);
6864 if (target_type == MC_TARGET_PAGE) {
6865 page = target.page;
6866 if (!isolate_lru_page(page)) {
6867 pc = lookup_page_cgroup(page);
6868 if (!mem_cgroup_move_account(page, HPAGE_PMD_NR,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006869 pc, mc.from, mc.to)) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006870 mc.precharge -= HPAGE_PMD_NR;
6871 mc.moved_charge += HPAGE_PMD_NR;
6872 }
6873 putback_lru_page(page);
6874 }
6875 put_page(page);
6876 }
6877 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006878 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006879 }
6880
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006881 if (pmd_trans_unstable(pmd))
6882 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006883retry:
6884 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6885 for (; addr != end; addr += PAGE_SIZE) {
6886 pte_t ptent = *(pte++);
Daisuke Nishimura02491442010-03-10 15:22:17 -08006887 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006888
6889 if (!mc.precharge)
6890 break;
6891
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006892 switch (get_mctgt_type(vma, addr, ptent, &target)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006893 case MC_TARGET_PAGE:
6894 page = target.page;
6895 if (isolate_lru_page(page))
6896 goto put;
6897 pc = lookup_page_cgroup(page);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07006898 if (!mem_cgroup_move_account(page, 1, pc,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006899 mc.from, mc.to)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006900 mc.precharge--;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006901 /* we uncharge from mc.from later. */
6902 mc.moved_charge++;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006903 }
6904 putback_lru_page(page);
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006905put: /* get_mctgt_type() gets the page */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006906 put_page(page);
6907 break;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006908 case MC_TARGET_SWAP:
6909 ent = target.ent;
Hugh Dickinse91cbb42012-05-29 15:06:51 -07006910 if (!mem_cgroup_move_swap_account(ent, mc.from, mc.to)) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08006911 mc.precharge--;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006912 /* we fixup refcnts and charges later. */
6913 mc.moved_swap++;
6914 }
Daisuke Nishimura02491442010-03-10 15:22:17 -08006915 break;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006916 default:
6917 break;
6918 }
6919 }
6920 pte_unmap_unlock(pte - 1, ptl);
6921 cond_resched();
6922
6923 if (addr != end) {
6924 /*
6925 * We have consumed all precharges we got in can_attach().
6926 * We try charge one by one, but don't do any additional
6927 * charges to mc.to if we have failed in charge once in attach()
6928 * phase.
6929 */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006930 ret = mem_cgroup_do_precharge(1);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006931 if (!ret)
6932 goto retry;
6933 }
6934
6935 return ret;
6936}
6937
6938static void mem_cgroup_move_charge(struct mm_struct *mm)
6939{
6940 struct vm_area_struct *vma;
6941
6942 lru_add_drain_all();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006943retry:
6944 if (unlikely(!down_read_trylock(&mm->mmap_sem))) {
6945 /*
6946 * Someone who are holding the mmap_sem might be waiting in
6947 * waitq. So we cancel all extra charges, wake up all waiters,
6948 * and retry. Because we cancel precharges, we might not be able
6949 * to move enough charges, but moving charge is a best-effort
6950 * feature anyway, so it wouldn't be a big problem.
6951 */
6952 __mem_cgroup_clear_mc();
6953 cond_resched();
6954 goto retry;
6955 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006956 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6957 int ret;
6958 struct mm_walk mem_cgroup_move_charge_walk = {
6959 .pmd_entry = mem_cgroup_move_charge_pte_range,
6960 .mm = mm,
6961 .private = vma,
6962 };
6963 if (is_vm_hugetlb_page(vma))
6964 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006965 ret = walk_page_range(vma->vm_start, vma->vm_end,
6966 &mem_cgroup_move_charge_walk);
6967 if (ret)
6968 /*
6969 * means we have consumed all precharges and failed in
6970 * doing additional charge. Just abandon here.
6971 */
6972 break;
6973 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006974 up_read(&mm->mmap_sem);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006975}
6976
Li Zefan761b3ef52012-01-31 13:47:36 +08006977static void mem_cgroup_move_task(struct cgroup *cont,
6978 struct cgroup_taskset *tset)
Balbir Singh67e465a2008-02-07 00:13:54 -08006979{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006980 struct task_struct *p = cgroup_taskset_first(tset);
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006981 struct mm_struct *mm = get_task_mm(p);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006982
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006983 if (mm) {
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006984 if (mc.to)
6985 mem_cgroup_move_charge(mm);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006986 mmput(mm);
6987 }
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006988 if (mc.to)
6989 mem_cgroup_clear_mc();
Balbir Singh67e465a2008-02-07 00:13:54 -08006990}
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006991#else /* !CONFIG_MMU */
Li Zefan761b3ef52012-01-31 13:47:36 +08006992static int mem_cgroup_can_attach(struct cgroup *cgroup,
6993 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006994{
6995 return 0;
6996}
Li Zefan761b3ef52012-01-31 13:47:36 +08006997static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6998 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006999{
7000}
Li Zefan761b3ef52012-01-31 13:47:36 +08007001static void mem_cgroup_move_task(struct cgroup *cont,
7002 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07007003{
7004}
7005#endif
Balbir Singh67e465a2008-02-07 00:13:54 -08007006
Tejun Heof00baae2013-04-15 13:41:15 -07007007/*
7008 * Cgroup retains root cgroups across [un]mount cycles making it necessary
7009 * to verify sane_behavior flag on each mount attempt.
7010 */
7011static void mem_cgroup_bind(struct cgroup *root)
7012{
7013 /*
7014 * use_hierarchy is forced with sane_behavior. cgroup core
7015 * guarantees that @root doesn't have any children, so turning it
7016 * on for the root memcg is enough.
7017 */
7018 if (cgroup_sane_behavior(root))
7019 mem_cgroup_from_cont(root)->use_hierarchy = true;
7020}
7021
Balbir Singh8cdea7c2008-02-07 00:13:50 -08007022struct cgroup_subsys mem_cgroup_subsys = {
7023 .name = "memory",
7024 .subsys_id = mem_cgroup_subsys_id,
Tejun Heo92fb9742012-11-19 08:13:38 -08007025 .css_alloc = mem_cgroup_css_alloc,
Glauber Costad142e3e2013-02-22 16:34:52 -08007026 .css_online = mem_cgroup_css_online,
Tejun Heo92fb9742012-11-19 08:13:38 -08007027 .css_offline = mem_cgroup_css_offline,
7028 .css_free = mem_cgroup_css_free,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08007029 .can_attach = mem_cgroup_can_attach,
7030 .cancel_attach = mem_cgroup_cancel_attach,
Balbir Singh67e465a2008-02-07 00:13:54 -08007031 .attach = mem_cgroup_move_task,
Tejun Heof00baae2013-04-15 13:41:15 -07007032 .bind = mem_cgroup_bind,
Tejun Heo6bc10342012-04-01 12:09:55 -07007033 .base_cftypes = mem_cgroup_files,
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08007034 .early_init = 0,
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07007035 .use_id = 1,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08007036};
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007037
Andrew Mortonc255a452012-07-31 16:43:02 -07007038#ifdef CONFIG_MEMCG_SWAP
Michal Hockoa42c3902010-11-24 12:57:08 -08007039static int __init enable_swap_account(char *s)
7040{
7041 /* consider enabled if no parameter or 1 is given */
Michal Hockoa2c89902011-05-24 17:12:50 -07007042 if (!strcmp(s, "1"))
Michal Hockoa42c3902010-11-24 12:57:08 -08007043 really_do_swap_account = 1;
Michal Hockoa2c89902011-05-24 17:12:50 -07007044 else if (!strcmp(s, "0"))
Michal Hockoa42c3902010-11-24 12:57:08 -08007045 really_do_swap_account = 0;
7046 return 1;
7047}
Michal Hockoa2c89902011-05-24 17:12:50 -07007048__setup("swapaccount=", enable_swap_account);
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007049
Michal Hocko2d110852013-02-22 16:34:43 -08007050static void __init memsw_file_init(void)
7051{
Michal Hocko6acc8b02013-02-22 16:34:45 -08007052 WARN_ON(cgroup_add_cftypes(&mem_cgroup_subsys, memsw_cgroup_files));
Michal Hocko2d110852013-02-22 16:34:43 -08007053}
Michal Hocko6acc8b02013-02-22 16:34:45 -08007054
7055static void __init enable_swap_cgroup(void)
7056{
7057 if (!mem_cgroup_disabled() && really_do_swap_account) {
7058 do_swap_account = 1;
7059 memsw_file_init();
7060 }
7061}
7062
Michal Hocko2d110852013-02-22 16:34:43 -08007063#else
Michal Hocko6acc8b02013-02-22 16:34:45 -08007064static void __init enable_swap_cgroup(void)
Michal Hocko2d110852013-02-22 16:34:43 -08007065{
7066}
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007067#endif
Michal Hocko2d110852013-02-22 16:34:43 -08007068
7069/*
Michal Hocko10813122013-02-22 16:35:41 -08007070 * subsys_initcall() for memory controller.
7071 *
7072 * Some parts like hotcpu_notifier() have to be initialized from this context
7073 * because of lock dependencies (cgroup_lock -> cpu hotplug) but basically
7074 * everything that doesn't depend on a specific mem_cgroup structure should
7075 * be initialized from here.
Michal Hocko2d110852013-02-22 16:34:43 -08007076 */
7077static int __init mem_cgroup_init(void)
7078{
7079 hotcpu_notifier(memcg_cpu_hotplug_callback, 0);
Michal Hocko6acc8b02013-02-22 16:34:45 -08007080 enable_swap_cgroup();
Michal Hocko8787a1d2013-02-22 16:35:39 -08007081 mem_cgroup_soft_limit_tree_init();
Michal Hockoe4777492013-02-22 16:35:40 -08007082 memcg_stock_init();
Michal Hocko2d110852013-02-22 16:34:43 -08007083 return 0;
7084}
7085subsys_initcall(mem_cgroup_init);