blob: c508258d61a1184aa7c9890bc940c0092ec4f737 [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 Hiroyuki8a9478c2009-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_put(struct mem_cgroup *memcg);
Glauber Costae1aab162011-12-11 21:47:03 +0000507
Wanpeng Lib2145142012-07-31 16:46:01 -0700508static inline
509struct mem_cgroup *mem_cgroup_from_css(struct cgroup_subsys_state *s)
510{
511 return container_of(s, struct mem_cgroup, css);
512}
513
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700514/* Some nice accessors for the vmpressure. */
515struct vmpressure *memcg_to_vmpressure(struct mem_cgroup *memcg)
516{
517 if (!memcg)
518 memcg = root_mem_cgroup;
519 return &memcg->vmpressure;
520}
521
522struct cgroup_subsys_state *vmpressure_to_css(struct vmpressure *vmpr)
523{
524 return &container_of(vmpr, struct mem_cgroup, vmpressure)->css;
525}
526
527struct vmpressure *css_to_vmpressure(struct cgroup_subsys_state *css)
528{
529 return &mem_cgroup_from_css(css)->vmpressure;
530}
531
Michal Hocko7ffc0ed2012-10-08 16:33:13 -0700532static inline bool mem_cgroup_is_root(struct mem_cgroup *memcg)
533{
534 return (memcg == root_mem_cgroup);
535}
536
Glauber Costae1aab162011-12-11 21:47:03 +0000537/* Writing them here to avoid exposing memcg's inner layout */
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700538#if defined(CONFIG_INET) && defined(CONFIG_MEMCG_KMEM)
Glauber Costae1aab162011-12-11 21:47:03 +0000539
Glauber Costae1aab162011-12-11 21:47:03 +0000540void sock_update_memcg(struct sock *sk)
541{
Glauber Costa376be5f2012-01-20 04:57:14 +0000542 if (mem_cgroup_sockets_enabled) {
Glauber Costae1aab162011-12-11 21:47:03 +0000543 struct mem_cgroup *memcg;
Glauber Costa3f134612012-05-29 15:07:11 -0700544 struct cg_proto *cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000545
546 BUG_ON(!sk->sk_prot->proto_cgroup);
547
Glauber Costaf3f511e2012-01-05 20:16:39 +0000548 /* Socket cloning can throw us here with sk_cgrp already
549 * filled. It won't however, necessarily happen from
550 * process context. So the test for root memcg given
551 * the current task's memcg won't help us in this case.
552 *
553 * Respecting the original socket's memcg is a better
554 * decision in this case.
555 */
556 if (sk->sk_cgrp) {
557 BUG_ON(mem_cgroup_is_root(sk->sk_cgrp->memcg));
Li Zefan5347e5a2013-07-08 16:00:30 -0700558 css_get(&sk->sk_cgrp->memcg->css);
Glauber Costaf3f511e2012-01-05 20:16:39 +0000559 return;
560 }
561
Glauber Costae1aab162011-12-11 21:47:03 +0000562 rcu_read_lock();
563 memcg = mem_cgroup_from_task(current);
Glauber Costa3f134612012-05-29 15:07:11 -0700564 cg_proto = sk->sk_prot->proto_cgroup(memcg);
Li Zefan5347e5a2013-07-08 16:00:30 -0700565 if (!mem_cgroup_is_root(memcg) &&
566 memcg_proto_active(cg_proto) && css_tryget(&memcg->css)) {
Glauber Costa3f134612012-05-29 15:07:11 -0700567 sk->sk_cgrp = cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000568 }
569 rcu_read_unlock();
570 }
571}
572EXPORT_SYMBOL(sock_update_memcg);
573
574void sock_release_memcg(struct sock *sk)
575{
Glauber Costa376be5f2012-01-20 04:57:14 +0000576 if (mem_cgroup_sockets_enabled && sk->sk_cgrp) {
Glauber Costae1aab162011-12-11 21:47:03 +0000577 struct mem_cgroup *memcg;
578 WARN_ON(!sk->sk_cgrp->memcg);
579 memcg = sk->sk_cgrp->memcg;
Li Zefan5347e5a2013-07-08 16:00:30 -0700580 css_put(&sk->sk_cgrp->memcg->css);
Glauber Costae1aab162011-12-11 21:47:03 +0000581 }
582}
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000583
584struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg)
585{
586 if (!memcg || mem_cgroup_is_root(memcg))
587 return NULL;
588
589 return &memcg->tcp_mem.cg_proto;
590}
591EXPORT_SYMBOL(tcp_proto_cgroup);
Glauber Costae1aab162011-12-11 21:47:03 +0000592
Glauber Costa3f134612012-05-29 15:07:11 -0700593static void disarm_sock_keys(struct mem_cgroup *memcg)
594{
595 if (!memcg_proto_activated(&memcg->tcp_mem.cg_proto))
596 return;
597 static_key_slow_dec(&memcg_socket_limit_enabled);
598}
599#else
600static void disarm_sock_keys(struct mem_cgroup *memcg)
601{
602}
603#endif
604
Glauber Costaa8964b92012-12-18 14:22:09 -0800605#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -0800606/*
607 * This will be the memcg's index in each cache's ->memcg_params->memcg_caches.
608 * There are two main reasons for not using the css_id for this:
609 * 1) this works better in sparse environments, where we have a lot of memcgs,
610 * but only a few kmem-limited. Or also, if we have, for instance, 200
611 * memcgs, and none but the 200th is kmem-limited, we'd have to have a
612 * 200 entry array for that.
613 *
614 * 2) In order not to violate the cgroup API, we would like to do all memory
615 * allocation in ->create(). At that point, we haven't yet allocated the
616 * css_id. Having a separate index prevents us from messing with the cgroup
617 * core for this
618 *
619 * The current size of the caches array is stored in
620 * memcg_limited_groups_array_size. It will double each time we have to
621 * increase it.
622 */
623static DEFINE_IDA(kmem_limited_groups);
Glauber Costa749c5412012-12-18 14:23:01 -0800624int memcg_limited_groups_array_size;
625
Glauber Costa55007d82012-12-18 14:22:38 -0800626/*
627 * MIN_SIZE is different than 1, because we would like to avoid going through
628 * the alloc/free process all the time. In a small machine, 4 kmem-limited
629 * cgroups is a reasonable guess. In the future, it could be a parameter or
630 * tunable, but that is strictly not necessary.
631 *
632 * MAX_SIZE should be as large as the number of css_ids. Ideally, we could get
633 * this constant directly from cgroup, but it is understandable that this is
634 * better kept as an internal representation in cgroup.c. In any case, the
635 * css_id space is not getting any smaller, and we don't have to necessarily
636 * increase ours as well if it increases.
637 */
638#define MEMCG_CACHES_MIN_SIZE 4
639#define MEMCG_CACHES_MAX_SIZE 65535
640
Glauber Costad7f25f82012-12-18 14:22:40 -0800641/*
642 * A lot of the calls to the cache allocation functions are expected to be
643 * inlined by the compiler. Since the calls to memcg_kmem_get_cache are
644 * conditional to this static branch, we'll have to allow modules that does
645 * kmem_cache_alloc and the such to see this symbol as well
646 */
Glauber Costaa8964b92012-12-18 14:22:09 -0800647struct static_key memcg_kmem_enabled_key;
Glauber Costad7f25f82012-12-18 14:22:40 -0800648EXPORT_SYMBOL(memcg_kmem_enabled_key);
Glauber Costaa8964b92012-12-18 14:22:09 -0800649
650static void disarm_kmem_keys(struct mem_cgroup *memcg)
651{
Glauber Costa55007d82012-12-18 14:22:38 -0800652 if (memcg_kmem_is_active(memcg)) {
Glauber Costaa8964b92012-12-18 14:22:09 -0800653 static_key_slow_dec(&memcg_kmem_enabled_key);
Glauber Costa55007d82012-12-18 14:22:38 -0800654 ida_simple_remove(&kmem_limited_groups, memcg->kmemcg_id);
655 }
Glauber Costabea207c2012-12-18 14:22:11 -0800656 /*
657 * This check can't live in kmem destruction function,
658 * since the charges will outlive the cgroup
659 */
660 WARN_ON(res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0);
Glauber Costaa8964b92012-12-18 14:22:09 -0800661}
662#else
663static void disarm_kmem_keys(struct mem_cgroup *memcg)
664{
665}
666#endif /* CONFIG_MEMCG_KMEM */
667
668static void disarm_static_keys(struct mem_cgroup *memcg)
669{
670 disarm_sock_keys(memcg);
671 disarm_kmem_keys(memcg);
672}
673
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700674static void drain_all_stock_async(struct mem_cgroup *memcg);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800675
Balbir Singhf64c3f52009-09-23 15:56:37 -0700676static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700677mem_cgroup_zoneinfo(struct mem_cgroup *memcg, int nid, int zid)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700678{
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800679 VM_BUG_ON((unsigned)nid >= nr_node_ids);
Johannes Weiner54f72fe2013-07-08 15:59:49 -0700680 return &memcg->nodeinfo[nid]->zoneinfo[zid];
Balbir Singhf64c3f52009-09-23 15:56:37 -0700681}
682
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700683struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *memcg)
Wu Fengguangd3242362009-12-16 12:19:59 +0100684{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700685 return &memcg->css;
Wu Fengguangd3242362009-12-16 12:19:59 +0100686}
687
Balbir Singhf64c3f52009-09-23 15:56:37 -0700688static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700689page_cgroup_zoneinfo(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700690{
Johannes Weiner97a6c372011-03-23 16:42:27 -0700691 int nid = page_to_nid(page);
692 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700693
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700694 return mem_cgroup_zoneinfo(memcg, nid, zid);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700695}
696
697static struct mem_cgroup_tree_per_zone *
698soft_limit_tree_node_zone(int nid, int zid)
699{
700 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
701}
702
703static struct mem_cgroup_tree_per_zone *
704soft_limit_tree_from_page(struct page *page)
705{
706 int nid = page_to_nid(page);
707 int zid = page_zonenum(page);
708
709 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
710}
711
712static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700713__mem_cgroup_insert_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700714 struct mem_cgroup_per_zone *mz,
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700715 struct mem_cgroup_tree_per_zone *mctz,
716 unsigned long long new_usage_in_excess)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700717{
718 struct rb_node **p = &mctz->rb_root.rb_node;
719 struct rb_node *parent = NULL;
720 struct mem_cgroup_per_zone *mz_node;
721
722 if (mz->on_tree)
723 return;
724
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700725 mz->usage_in_excess = new_usage_in_excess;
726 if (!mz->usage_in_excess)
727 return;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700728 while (*p) {
729 parent = *p;
730 mz_node = rb_entry(parent, struct mem_cgroup_per_zone,
731 tree_node);
732 if (mz->usage_in_excess < mz_node->usage_in_excess)
733 p = &(*p)->rb_left;
734 /*
735 * We can't avoid mem cgroups that are over their soft
736 * limit by the same amount
737 */
738 else if (mz->usage_in_excess >= mz_node->usage_in_excess)
739 p = &(*p)->rb_right;
740 }
741 rb_link_node(&mz->tree_node, parent, p);
742 rb_insert_color(&mz->tree_node, &mctz->rb_root);
743 mz->on_tree = true;
Balbir Singh4e416952009-09-23 15:56:39 -0700744}
745
746static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700747__mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singh4e416952009-09-23 15:56:39 -0700748 struct mem_cgroup_per_zone *mz,
749 struct mem_cgroup_tree_per_zone *mctz)
750{
751 if (!mz->on_tree)
752 return;
753 rb_erase(&mz->tree_node, &mctz->rb_root);
754 mz->on_tree = false;
755}
756
757static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700758mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700759 struct mem_cgroup_per_zone *mz,
760 struct mem_cgroup_tree_per_zone *mctz)
761{
762 spin_lock(&mctz->lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700763 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700764 spin_unlock(&mctz->lock);
765}
766
Balbir Singhf64c3f52009-09-23 15:56:37 -0700767
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700768static void mem_cgroup_update_tree(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700769{
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700770 unsigned long long excess;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700771 struct mem_cgroup_per_zone *mz;
772 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700773 int nid = page_to_nid(page);
774 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700775 mctz = soft_limit_tree_from_page(page);
776
777 /*
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700778 * Necessary to update all ancestors when hierarchy is used.
779 * because their event counter is not touched.
Balbir Singhf64c3f52009-09-23 15:56:37 -0700780 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700781 for (; memcg; memcg = parent_mem_cgroup(memcg)) {
782 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
783 excess = res_counter_soft_limit_excess(&memcg->res);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700784 /*
785 * We have to update the tree if mz is on RB-tree or
786 * mem is over its softlimit.
787 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700788 if (excess || mz->on_tree) {
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700789 spin_lock(&mctz->lock);
790 /* if on-tree, remove it */
791 if (mz->on_tree)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700792 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700793 /*
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700794 * Insert again. mz->usage_in_excess will be updated.
795 * If excess is 0, no tree ops.
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700796 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700797 __mem_cgroup_insert_exceeded(memcg, mz, mctz, excess);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700798 spin_unlock(&mctz->lock);
799 }
Balbir Singhf64c3f52009-09-23 15:56:37 -0700800 }
801}
802
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700803static void mem_cgroup_remove_from_trees(struct mem_cgroup *memcg)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700804{
805 int node, zone;
806 struct mem_cgroup_per_zone *mz;
807 struct mem_cgroup_tree_per_zone *mctz;
808
Bob Liu3ed28fa2012-01-12 17:19:04 -0800809 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -0700810 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700811 mz = mem_cgroup_zoneinfo(memcg, node, zone);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700812 mctz = soft_limit_tree_node_zone(node, zone);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700813 mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700814 }
815 }
816}
817
Balbir Singh4e416952009-09-23 15:56:39 -0700818static struct mem_cgroup_per_zone *
819__mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
820{
821 struct rb_node *rightmost = NULL;
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700822 struct mem_cgroup_per_zone *mz;
Balbir Singh4e416952009-09-23 15:56:39 -0700823
824retry:
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700825 mz = NULL;
Balbir Singh4e416952009-09-23 15:56:39 -0700826 rightmost = rb_last(&mctz->rb_root);
827 if (!rightmost)
828 goto done; /* Nothing to reclaim from */
829
830 mz = rb_entry(rightmost, struct mem_cgroup_per_zone, tree_node);
831 /*
832 * Remove the node now but someone else can add it back,
833 * we will to add it back at the end of reclaim to its correct
834 * position in the tree.
835 */
Hugh Dickinsd79154b2012-03-21 16:34:18 -0700836 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
837 if (!res_counter_soft_limit_excess(&mz->memcg->res) ||
838 !css_tryget(&mz->memcg->css))
Balbir Singh4e416952009-09-23 15:56:39 -0700839 goto retry;
840done:
841 return mz;
842}
843
844static struct mem_cgroup_per_zone *
845mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
846{
847 struct mem_cgroup_per_zone *mz;
848
849 spin_lock(&mctz->lock);
850 mz = __mem_cgroup_largest_soft_limit_node(mctz);
851 spin_unlock(&mctz->lock);
852 return mz;
853}
854
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700855/*
856 * Implementation Note: reading percpu statistics for memcg.
857 *
858 * Both of vmstat[] and percpu_counter has threshold and do periodic
859 * synchronization to implement "quick" read. There are trade-off between
860 * reading cost and precision of value. Then, we may have a chance to implement
861 * a periodic synchronizion of counter in memcg's counter.
862 *
863 * But this _read() function is used for user interface now. The user accounts
864 * memory usage by memory cgroup and he _always_ requires exact value because
865 * he accounts memory. Even if we provide quick-and-fuzzy read, we always
866 * have to visit all online cpus and make sum. So, for now, unnecessary
867 * synchronization is not implemented. (just implemented for cpu hotplug)
868 *
869 * If there are kernel internal actions which can make use of some not-exact
870 * value, and reading all cpu value can be performance bottleneck in some
871 * common workload, threashold and synchonization as vmstat[] should be
872 * implemented.
873 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700874static long mem_cgroup_read_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700875 enum mem_cgroup_stat_index idx)
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800876{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700877 long val = 0;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800878 int cpu;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800879
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700880 get_online_cpus();
881 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700882 val += per_cpu(memcg->stat->count[idx], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700883#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700884 spin_lock(&memcg->pcp_counter_lock);
885 val += memcg->nocpu_base.count[idx];
886 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700887#endif
888 put_online_cpus();
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800889 return val;
890}
891
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700892static void mem_cgroup_swap_statistics(struct mem_cgroup *memcg,
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700893 bool charge)
894{
895 int val = (charge) ? 1 : -1;
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -0700896 this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_SWAP], val);
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700897}
898
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700899static unsigned long mem_cgroup_read_events(struct mem_cgroup *memcg,
Johannes Weinere9f89742011-03-23 16:42:37 -0700900 enum mem_cgroup_events_index idx)
901{
902 unsigned long val = 0;
903 int cpu;
904
905 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700906 val += per_cpu(memcg->stat->events[idx], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -0700907#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700908 spin_lock(&memcg->pcp_counter_lock);
909 val += memcg->nocpu_base.events[idx];
910 spin_unlock(&memcg->pcp_counter_lock);
Johannes Weinere9f89742011-03-23 16:42:37 -0700911#endif
912 return val;
913}
914
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700915static void mem_cgroup_charge_statistics(struct mem_cgroup *memcg,
David Rientjesb070e652013-05-07 16:18:09 -0700916 struct page *page,
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700917 bool anon, int nr_pages)
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800918{
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800919 preempt_disable();
920
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700921 /*
922 * Here, RSS means 'mapped anon' and anon's SwapCache. Shmem/tmpfs is
923 * counted as CACHE even if it's on ANON LRU.
924 */
925 if (anon)
926 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700927 nr_pages);
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800928 else
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700929 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_CACHE],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700930 nr_pages);
Balaji Rao55e462b2008-05-01 04:35:12 -0700931
David Rientjesb070e652013-05-07 16:18:09 -0700932 if (PageTransHuge(page))
933 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
934 nr_pages);
935
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800936 /* pagein of a big page is an event. So, ignore page size */
937 if (nr_pages > 0)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700938 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGIN]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800939 else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700940 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGOUT]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800941 nr_pages = -nr_pages; /* for event */
942 }
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800943
Johannes Weiner13114712012-05-29 15:07:07 -0700944 __this_cpu_add(memcg->stat->nr_page_events, nr_pages);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800945
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800946 preempt_enable();
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800947}
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800948
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700949unsigned long
Hugh Dickins4d7dcca2012-05-29 15:07:08 -0700950mem_cgroup_get_lru_size(struct lruvec *lruvec, enum lru_list lru)
Konstantin Khlebnikov074291f2012-05-29 15:07:00 -0700951{
952 struct mem_cgroup_per_zone *mz;
953
954 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
955 return mz->lru_size[lru];
956}
957
958static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700959mem_cgroup_zone_nr_lru_pages(struct mem_cgroup *memcg, int nid, int zid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700960 unsigned int lru_mask)
Ying Han889976d2011-05-26 16:25:33 -0700961{
962 struct mem_cgroup_per_zone *mz;
Hugh Dickinsf156ab932012-03-21 16:34:19 -0700963 enum lru_list lru;
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700964 unsigned long ret = 0;
965
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700966 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700967
Hugh Dickinsf156ab932012-03-21 16:34:19 -0700968 for_each_lru(lru) {
969 if (BIT(lru) & lru_mask)
970 ret += mz->lru_size[lru];
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700971 }
972 return ret;
973}
974
975static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700976mem_cgroup_node_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700977 int nid, unsigned int lru_mask)
978{
Ying Han889976d2011-05-26 16:25:33 -0700979 u64 total = 0;
980 int zid;
981
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700982 for (zid = 0; zid < MAX_NR_ZONES; zid++)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700983 total += mem_cgroup_zone_nr_lru_pages(memcg,
984 nid, zid, lru_mask);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700985
Ying Han889976d2011-05-26 16:25:33 -0700986 return total;
987}
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700988
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700989static unsigned long mem_cgroup_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700990 unsigned int lru_mask)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800991{
Ying Han889976d2011-05-26 16:25:33 -0700992 int nid;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800993 u64 total = 0;
994
Lai Jiangshan31aaea42012-12-12 13:51:27 -0800995 for_each_node_state(nid, N_MEMORY)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700996 total += mem_cgroup_node_nr_lru_pages(memcg, nid, lru_mask);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800997 return total;
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800998}
999
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001000static bool mem_cgroup_event_ratelimit(struct mem_cgroup *memcg,
1001 enum mem_cgroup_events_target target)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001002{
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001003 unsigned long val, next;
1004
Johannes Weiner13114712012-05-29 15:07:07 -07001005 val = __this_cpu_read(memcg->stat->nr_page_events);
Steven Rostedt47994012011-11-02 13:38:33 -07001006 next = __this_cpu_read(memcg->stat->targets[target]);
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001007 /* from time_after() in jiffies.h */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001008 if ((long)next - (long)val < 0) {
1009 switch (target) {
1010 case MEM_CGROUP_TARGET_THRESH:
1011 next = val + THRESHOLDS_EVENTS_TARGET;
1012 break;
1013 case MEM_CGROUP_TARGET_SOFTLIMIT:
1014 next = val + SOFTLIMIT_EVENTS_TARGET;
1015 break;
1016 case MEM_CGROUP_TARGET_NUMAINFO:
1017 next = val + NUMAINFO_EVENTS_TARGET;
1018 break;
1019 default:
1020 break;
1021 }
1022 __this_cpu_write(memcg->stat->targets[target], next);
1023 return true;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001024 }
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001025 return false;
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001026}
1027
1028/*
1029 * Check events in order.
1030 *
1031 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001032static void memcg_check_events(struct mem_cgroup *memcg, struct page *page)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001033{
Steven Rostedt47994012011-11-02 13:38:33 -07001034 preempt_disable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001035 /* threshold event is triggered in finer grain than soft limit */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001036 if (unlikely(mem_cgroup_event_ratelimit(memcg,
1037 MEM_CGROUP_TARGET_THRESH))) {
Andrew Morton82b3f2a2012-02-03 15:37:14 -08001038 bool do_softlimit;
1039 bool do_numainfo __maybe_unused;
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001040
1041 do_softlimit = mem_cgroup_event_ratelimit(memcg,
1042 MEM_CGROUP_TARGET_SOFTLIMIT);
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001043#if MAX_NUMNODES > 1
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001044 do_numainfo = mem_cgroup_event_ratelimit(memcg,
1045 MEM_CGROUP_TARGET_NUMAINFO);
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001046#endif
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001047 preempt_enable();
1048
1049 mem_cgroup_threshold(memcg);
1050 if (unlikely(do_softlimit))
1051 mem_cgroup_update_tree(memcg, page);
1052#if MAX_NUMNODES > 1
1053 if (unlikely(do_numainfo))
1054 atomic_inc(&memcg->numainfo_events);
1055#endif
1056 } else
1057 preempt_enable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001058}
1059
Glauber Costad1a4c0b2011-12-11 21:47:04 +00001060struct mem_cgroup *mem_cgroup_from_cont(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001061{
Wanpeng Lib2145142012-07-31 16:46:01 -07001062 return mem_cgroup_from_css(
1063 cgroup_subsys_state(cont, mem_cgroup_subsys_id));
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001064}
1065
Balbir Singhcf475ad2008-04-29 01:00:16 -07001066struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p)
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001067{
Balbir Singh31a78f22008-09-28 23:09:31 +01001068 /*
1069 * mm_update_next_owner() may clear mm->owner to NULL
1070 * if it races with swapoff, page migration, etc.
1071 * So this can be called with p == NULL.
1072 */
1073 if (unlikely(!p))
1074 return NULL;
1075
Wanpeng Lib2145142012-07-31 16:46:01 -07001076 return mem_cgroup_from_css(task_subsys_state(p, mem_cgroup_subsys_id));
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001077}
1078
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07001079struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001080{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001081 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001082
1083 if (!mm)
1084 return NULL;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001085 /*
1086 * Because we have no locks, mm->owner's may be being moved to other
1087 * cgroup. We use css_tryget() here even if this looks
1088 * pessimistic (rather than adding locks here).
1089 */
1090 rcu_read_lock();
1091 do {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001092 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1093 if (unlikely(!memcg))
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001094 break;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001095 } while (!css_tryget(&memcg->css));
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001096 rcu_read_unlock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001097 return memcg;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001098}
1099
Michal Hocko16248d82013-04-29 15:07:19 -07001100/*
1101 * Returns a next (in a pre-order walk) alive memcg (with elevated css
1102 * ref. count) or NULL if the whole root's subtree has been visited.
1103 *
1104 * helper function to be used by mem_cgroup_iter
1105 */
1106static struct mem_cgroup *__mem_cgroup_iter_next(struct mem_cgroup *root,
1107 struct mem_cgroup *last_visited)
1108{
1109 struct cgroup *prev_cgroup, *next_cgroup;
1110
1111 /*
1112 * Root is not visited by cgroup iterators so it needs an
1113 * explicit visit.
1114 */
1115 if (!last_visited)
1116 return root;
1117
1118 prev_cgroup = (last_visited == root) ? NULL
1119 : last_visited->css.cgroup;
1120skip_node:
1121 next_cgroup = cgroup_next_descendant_pre(
1122 prev_cgroup, root->css.cgroup);
1123
1124 /*
1125 * Even if we found a group we have to make sure it is
1126 * alive. css && !memcg means that the groups should be
1127 * skipped and we should continue the tree walk.
1128 * last_visited css is safe to use because it is
1129 * protected by css_get and the tree walk is rcu safe.
1130 */
1131 if (next_cgroup) {
1132 struct mem_cgroup *mem = mem_cgroup_from_cont(
1133 next_cgroup);
1134 if (css_tryget(&mem->css))
1135 return mem;
1136 else {
1137 prev_cgroup = next_cgroup;
1138 goto skip_node;
1139 }
1140 }
1141
1142 return NULL;
1143}
1144
Johannes Weiner519ebea2013-07-03 15:04:51 -07001145static void mem_cgroup_iter_invalidate(struct mem_cgroup *root)
1146{
1147 /*
1148 * When a group in the hierarchy below root is destroyed, the
1149 * hierarchy iterator can no longer be trusted since it might
1150 * have pointed to the destroyed group. Invalidate it.
1151 */
1152 atomic_inc(&root->dead_count);
1153}
1154
1155static struct mem_cgroup *
1156mem_cgroup_iter_load(struct mem_cgroup_reclaim_iter *iter,
1157 struct mem_cgroup *root,
1158 int *sequence)
1159{
1160 struct mem_cgroup *position = NULL;
1161 /*
1162 * A cgroup destruction happens in two stages: offlining and
1163 * release. They are separated by a RCU grace period.
1164 *
1165 * If the iterator is valid, we may still race with an
1166 * offlining. The RCU lock ensures the object won't be
1167 * released, tryget will fail if we lost the race.
1168 */
1169 *sequence = atomic_read(&root->dead_count);
1170 if (iter->last_dead_count == *sequence) {
1171 smp_rmb();
1172 position = iter->last_visited;
1173 if (position && !css_tryget(&position->css))
1174 position = NULL;
1175 }
1176 return position;
1177}
1178
1179static void mem_cgroup_iter_update(struct mem_cgroup_reclaim_iter *iter,
1180 struct mem_cgroup *last_visited,
1181 struct mem_cgroup *new_position,
1182 int sequence)
1183{
1184 if (last_visited)
1185 css_put(&last_visited->css);
1186 /*
1187 * We store the sequence count from the time @last_visited was
1188 * loaded successfully instead of rereading it here so that we
1189 * don't lose destruction events in between. We could have
1190 * raced with the destruction of @new_position after all.
1191 */
1192 iter->last_visited = new_position;
1193 smp_wmb();
1194 iter->last_dead_count = sequence;
1195}
1196
Johannes Weiner56600482012-01-12 17:17:59 -08001197/**
1198 * mem_cgroup_iter - iterate over memory cgroup hierarchy
1199 * @root: hierarchy root
1200 * @prev: previously returned memcg, NULL on first invocation
1201 * @reclaim: cookie for shared reclaim walks, NULL for full walks
1202 *
1203 * Returns references to children of the hierarchy below @root, or
1204 * @root itself, or %NULL after a full round-trip.
1205 *
1206 * Caller must pass the return value in @prev on subsequent
1207 * invocations for reference counting, or use mem_cgroup_iter_break()
1208 * to cancel a hierarchy walk before the round-trip is complete.
1209 *
1210 * Reclaimers can specify a zone and a priority level in @reclaim to
1211 * divide up the memcgs in the hierarchy among all concurrent
1212 * reclaimers operating on the same zone and priority.
1213 */
1214struct mem_cgroup *mem_cgroup_iter(struct mem_cgroup *root,
1215 struct mem_cgroup *prev,
1216 struct mem_cgroup_reclaim_cookie *reclaim)
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07001217{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001218 struct mem_cgroup *memcg = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001219 struct mem_cgroup *last_visited = NULL;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001220
Johannes Weiner56600482012-01-12 17:17:59 -08001221 if (mem_cgroup_disabled())
1222 return NULL;
1223
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001224 if (!root)
1225 root = root_mem_cgroup;
1226
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001227 if (prev && !reclaim)
Michal Hocko542f85f2013-04-29 15:07:15 -07001228 last_visited = prev;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001229
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001230 if (!root->use_hierarchy && root != root_mem_cgroup) {
1231 if (prev)
Michal Hockoc40046f2013-04-29 15:07:14 -07001232 goto out_css_put;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001233 return root;
1234 }
1235
Michal Hocko542f85f2013-04-29 15:07:15 -07001236 rcu_read_lock();
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001237 while (!memcg) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001238 struct mem_cgroup_reclaim_iter *uninitialized_var(iter);
Johannes Weiner519ebea2013-07-03 15:04:51 -07001239 int uninitialized_var(seq);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001240
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001241 if (reclaim) {
1242 int nid = zone_to_nid(reclaim->zone);
1243 int zid = zone_idx(reclaim->zone);
1244 struct mem_cgroup_per_zone *mz;
1245
1246 mz = mem_cgroup_zoneinfo(root, nid, zid);
1247 iter = &mz->reclaim_iter[reclaim->priority];
Michal Hocko542f85f2013-04-29 15:07:15 -07001248 if (prev && reclaim->generation != iter->generation) {
Michal Hocko5f578162013-04-29 15:07:17 -07001249 iter->last_visited = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001250 goto out_unlock;
1251 }
Michal Hocko5f578162013-04-29 15:07:17 -07001252
Johannes Weiner519ebea2013-07-03 15:04:51 -07001253 last_visited = mem_cgroup_iter_load(iter, root, &seq);
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001254 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001255
Michal Hocko16248d82013-04-29 15:07:19 -07001256 memcg = __mem_cgroup_iter_next(root, last_visited);
Michal Hocko542f85f2013-04-29 15:07:15 -07001257
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001258 if (reclaim) {
Johannes Weiner519ebea2013-07-03 15:04:51 -07001259 mem_cgroup_iter_update(iter, last_visited, memcg, seq);
Michal Hocko542f85f2013-04-29 15:07:15 -07001260
Michal Hocko19f39402013-04-29 15:07:18 -07001261 if (!memcg)
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001262 iter->generation++;
1263 else if (!prev && memcg)
1264 reclaim->generation = iter->generation;
1265 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001266
Michal Hocko19f39402013-04-29 15:07:18 -07001267 if (prev && !memcg)
Michal Hocko542f85f2013-04-29 15:07:15 -07001268 goto out_unlock;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001269 }
Michal Hocko542f85f2013-04-29 15:07:15 -07001270out_unlock:
1271 rcu_read_unlock();
Michal Hockoc40046f2013-04-29 15:07:14 -07001272out_css_put:
1273 if (prev && prev != root)
1274 css_put(&prev->css);
1275
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001276 return memcg;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001277}
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001278
Johannes Weiner56600482012-01-12 17:17:59 -08001279/**
1280 * mem_cgroup_iter_break - abort a hierarchy walk prematurely
1281 * @root: hierarchy root
1282 * @prev: last visited hierarchy member as returned by mem_cgroup_iter()
1283 */
1284void mem_cgroup_iter_break(struct mem_cgroup *root,
1285 struct mem_cgroup *prev)
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001286{
1287 if (!root)
1288 root = root_mem_cgroup;
1289 if (prev && prev != root)
1290 css_put(&prev->css);
1291}
1292
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001293/*
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001294 * Iteration constructs for visiting all cgroups (under a tree). If
1295 * loops are exited prematurely (break), mem_cgroup_iter_break() must
1296 * be used for reference counting.
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001297 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001298#define for_each_mem_cgroup_tree(iter, root) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001299 for (iter = mem_cgroup_iter(root, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001300 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001301 iter = mem_cgroup_iter(root, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001302
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001303#define for_each_mem_cgroup(iter) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001304 for (iter = mem_cgroup_iter(NULL, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001305 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001306 iter = mem_cgroup_iter(NULL, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001307
David Rientjes68ae5642012-12-12 13:51:57 -08001308void __mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx)
Ying Han456f9982011-05-26 16:25:38 -07001309{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001310 struct mem_cgroup *memcg;
Ying Han456f9982011-05-26 16:25:38 -07001311
Ying Han456f9982011-05-26 16:25:38 -07001312 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001313 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1314 if (unlikely(!memcg))
Ying Han456f9982011-05-26 16:25:38 -07001315 goto out;
1316
1317 switch (idx) {
Ying Han456f9982011-05-26 16:25:38 -07001318 case PGFAULT:
Johannes Weiner0e574a92012-01-12 17:18:35 -08001319 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGFAULT]);
1320 break;
1321 case PGMAJFAULT:
1322 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGMAJFAULT]);
Ying Han456f9982011-05-26 16:25:38 -07001323 break;
1324 default:
1325 BUG();
1326 }
1327out:
1328 rcu_read_unlock();
1329}
David Rientjes68ae5642012-12-12 13:51:57 -08001330EXPORT_SYMBOL(__mem_cgroup_count_vm_event);
Ying Han456f9982011-05-26 16:25:38 -07001331
Johannes Weiner925b7672012-01-12 17:18:15 -08001332/**
1333 * mem_cgroup_zone_lruvec - get the lru list vector for a zone and memcg
1334 * @zone: zone of the wanted lruvec
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001335 * @memcg: memcg of the wanted lruvec
Johannes Weiner925b7672012-01-12 17:18:15 -08001336 *
1337 * Returns the lru list vector holding pages for the given @zone and
1338 * @mem. This can be the global zone lruvec, if the memory controller
1339 * is disabled.
1340 */
1341struct lruvec *mem_cgroup_zone_lruvec(struct zone *zone,
1342 struct mem_cgroup *memcg)
1343{
1344 struct mem_cgroup_per_zone *mz;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001345 struct lruvec *lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001346
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001347 if (mem_cgroup_disabled()) {
1348 lruvec = &zone->lruvec;
1349 goto out;
1350 }
Johannes Weiner925b7672012-01-12 17:18:15 -08001351
1352 mz = mem_cgroup_zoneinfo(memcg, zone_to_nid(zone), zone_idx(zone));
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001353 lruvec = &mz->lruvec;
1354out:
1355 /*
1356 * Since a node can be onlined after the mem_cgroup was created,
1357 * we have to be prepared to initialize lruvec->zone here;
1358 * and if offlined then reonlined, we need to reinitialize it.
1359 */
1360 if (unlikely(lruvec->zone != zone))
1361 lruvec->zone = zone;
1362 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001363}
1364
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001365/*
1366 * Following LRU functions are allowed to be used without PCG_LOCK.
1367 * Operations are called by routine of global LRU independently from memcg.
1368 * What we have to take care of here is validness of pc->mem_cgroup.
1369 *
1370 * Changes to pc->mem_cgroup happens when
1371 * 1. charge
1372 * 2. moving account
1373 * In typical case, "charge" is done before add-to-lru. Exception is SwapCache.
1374 * It is added to LRU before charge.
1375 * If PCG_USED bit is not set, page_cgroup is not added to this private LRU.
1376 * When moving account, the page is not on LRU. It's isolated.
1377 */
1378
Johannes Weiner925b7672012-01-12 17:18:15 -08001379/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001380 * mem_cgroup_page_lruvec - return lruvec for adding an lru page
Johannes Weiner925b7672012-01-12 17:18:15 -08001381 * @page: the page
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001382 * @zone: zone of the page
Minchan Kim3f58a822011-03-22 16:32:53 -07001383 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001384struct lruvec *mem_cgroup_page_lruvec(struct page *page, struct zone *zone)
Minchan Kim3f58a822011-03-22 16:32:53 -07001385{
1386 struct mem_cgroup_per_zone *mz;
Johannes Weiner925b7672012-01-12 17:18:15 -08001387 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001388 struct page_cgroup *pc;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001389 struct lruvec *lruvec;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08001390
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001391 if (mem_cgroup_disabled()) {
1392 lruvec = &zone->lruvec;
1393 goto out;
1394 }
Christoph Lameterb69408e2008-10-18 20:26:14 -07001395
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001396 pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08001397 memcg = pc->mem_cgroup;
Hugh Dickins75121022012-03-05 14:59:18 -08001398
1399 /*
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001400 * Surreptitiously switch any uncharged offlist page to root:
Hugh Dickins75121022012-03-05 14:59:18 -08001401 * an uncharged page off lru does nothing to secure
1402 * its former mem_cgroup from sudden removal.
1403 *
1404 * Our caller holds lru_lock, and PageCgroupUsed is updated
1405 * under page_cgroup lock: between them, they make all uses
1406 * of pc->mem_cgroup safe.
1407 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001408 if (!PageLRU(page) && !PageCgroupUsed(pc) && memcg != root_mem_cgroup)
Hugh Dickins75121022012-03-05 14:59:18 -08001409 pc->mem_cgroup = memcg = root_mem_cgroup;
1410
Johannes Weiner925b7672012-01-12 17:18:15 -08001411 mz = page_cgroup_zoneinfo(memcg, page);
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001412 lruvec = &mz->lruvec;
1413out:
1414 /*
1415 * Since a node can be onlined after the mem_cgroup was created,
1416 * we have to be prepared to initialize lruvec->zone here;
1417 * and if offlined then reonlined, we need to reinitialize it.
1418 */
1419 if (unlikely(lruvec->zone != zone))
1420 lruvec->zone = zone;
1421 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001422}
1423
1424/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001425 * mem_cgroup_update_lru_size - account for adding or removing an lru page
1426 * @lruvec: mem_cgroup per zone lru vector
1427 * @lru: index of lru list the page is sitting on
1428 * @nr_pages: positive when adding or negative when removing
Johannes Weiner925b7672012-01-12 17:18:15 -08001429 *
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001430 * This function must be called when a page is added to or removed from an
1431 * lru list.
Johannes Weiner925b7672012-01-12 17:18:15 -08001432 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001433void mem_cgroup_update_lru_size(struct lruvec *lruvec, enum lru_list lru,
1434 int nr_pages)
Johannes Weiner925b7672012-01-12 17:18:15 -08001435{
1436 struct mem_cgroup_per_zone *mz;
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001437 unsigned long *lru_size;
Johannes Weiner925b7672012-01-12 17:18:15 -08001438
1439 if (mem_cgroup_disabled())
1440 return;
1441
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001442 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
1443 lru_size = mz->lru_size + lru;
1444 *lru_size += nr_pages;
1445 VM_BUG_ON((long)(*lru_size) < 0);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001446}
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08001447
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001448/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001449 * Checks whether given mem is same or in the root_mem_cgroup's
Michal Hocko3e920412011-07-26 16:08:29 -07001450 * hierarchy subtree
1451 */
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001452bool __mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1453 struct mem_cgroup *memcg)
Michal Hocko3e920412011-07-26 16:08:29 -07001454{
Johannes Weiner91c637342012-05-29 15:06:24 -07001455 if (root_memcg == memcg)
1456 return true;
Hugh Dickins3a981f42012-06-20 12:52:58 -07001457 if (!root_memcg->use_hierarchy || !memcg)
Johannes Weiner91c637342012-05-29 15:06:24 -07001458 return false;
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001459 return css_is_ancestor(&memcg->css, &root_memcg->css);
1460}
1461
1462static bool mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1463 struct mem_cgroup *memcg)
1464{
1465 bool ret;
1466
Johannes Weiner91c637342012-05-29 15:06:24 -07001467 rcu_read_lock();
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001468 ret = __mem_cgroup_same_or_subtree(root_memcg, memcg);
Johannes Weiner91c637342012-05-29 15:06:24 -07001469 rcu_read_unlock();
1470 return ret;
Michal Hocko3e920412011-07-26 16:08:29 -07001471}
1472
David Rientjesffbdccf2013-07-03 15:01:23 -07001473bool task_in_mem_cgroup(struct task_struct *task,
1474 const struct mem_cgroup *memcg)
David Rientjes4c4a2212008-02-07 00:14:06 -08001475{
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001476 struct mem_cgroup *curr = NULL;
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001477 struct task_struct *p;
David Rientjesffbdccf2013-07-03 15:01:23 -07001478 bool ret;
David Rientjes4c4a2212008-02-07 00:14:06 -08001479
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001480 p = find_lock_task_mm(task);
David Rientjesde077d22012-01-12 17:18:52 -08001481 if (p) {
1482 curr = try_get_mem_cgroup_from_mm(p->mm);
1483 task_unlock(p);
1484 } else {
1485 /*
1486 * All threads may have already detached their mm's, but the oom
1487 * killer still needs to detect if they have already been oom
1488 * killed to prevent needlessly killing additional tasks.
1489 */
David Rientjesffbdccf2013-07-03 15:01:23 -07001490 rcu_read_lock();
David Rientjesde077d22012-01-12 17:18:52 -08001491 curr = mem_cgroup_from_task(task);
1492 if (curr)
1493 css_get(&curr->css);
David Rientjesffbdccf2013-07-03 15:01:23 -07001494 rcu_read_unlock();
David Rientjesde077d22012-01-12 17:18:52 -08001495 }
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001496 if (!curr)
David Rientjesffbdccf2013-07-03 15:01:23 -07001497 return false;
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001498 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001499 * We should check use_hierarchy of "memcg" not "curr". Because checking
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001500 * use_hierarchy of "curr" here make this function true if hierarchy is
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001501 * enabled in "curr" and "curr" is a child of "memcg" in *cgroup*
1502 * hierarchy(even if use_hierarchy is disabled in "memcg").
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001503 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001504 ret = mem_cgroup_same_or_subtree(memcg, curr);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001505 css_put(&curr->css);
David Rientjes4c4a2212008-02-07 00:14:06 -08001506 return ret;
1507}
1508
Konstantin Khlebnikovc56d5c72012-05-29 15:07:00 -07001509int mem_cgroup_inactive_anon_is_low(struct lruvec *lruvec)
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001510{
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001511 unsigned long inactive_ratio;
Johannes Weiner9b272972011-11-02 13:38:23 -07001512 unsigned long inactive;
1513 unsigned long active;
1514 unsigned long gb;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001515
Hugh Dickins4d7dcca2012-05-29 15:07:08 -07001516 inactive = mem_cgroup_get_lru_size(lruvec, LRU_INACTIVE_ANON);
1517 active = mem_cgroup_get_lru_size(lruvec, LRU_ACTIVE_ANON);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001518
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001519 gb = (inactive + active) >> (30 - PAGE_SHIFT);
1520 if (gb)
1521 inactive_ratio = int_sqrt(10 * gb);
1522 else
1523 inactive_ratio = 1;
1524
Johannes Weiner9b272972011-11-02 13:38:23 -07001525 return inactive * inactive_ratio < active;
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001526}
1527
Balbir Singh6d61ef42009-01-07 18:08:06 -08001528#define mem_cgroup_from_res_counter(counter, member) \
1529 container_of(counter, struct mem_cgroup, member)
1530
Johannes Weiner19942822011-02-01 15:52:43 -08001531/**
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001532 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
Wanpeng Lidad75572012-06-20 12:53:01 -07001533 * @memcg: the memory cgroup
Johannes Weiner19942822011-02-01 15:52:43 -08001534 *
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001535 * Returns the maximum amount of memory @mem can be charged with, in
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001536 * pages.
Johannes Weiner19942822011-02-01 15:52:43 -08001537 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001538static unsigned long mem_cgroup_margin(struct mem_cgroup *memcg)
Johannes Weiner19942822011-02-01 15:52:43 -08001539{
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001540 unsigned long long margin;
1541
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001542 margin = res_counter_margin(&memcg->res);
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001543 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001544 margin = min(margin, res_counter_margin(&memcg->memsw));
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001545 return margin >> PAGE_SHIFT;
Johannes Weiner19942822011-02-01 15:52:43 -08001546}
1547
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07001548int mem_cgroup_swappiness(struct mem_cgroup *memcg)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001549{
1550 struct cgroup *cgrp = memcg->css.cgroup;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001551
1552 /* root ? */
1553 if (cgrp->parent == NULL)
1554 return vm_swappiness;
1555
Johannes Weinerbf1ff262011-03-23 16:42:32 -07001556 return memcg->swappiness;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001557}
1558
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001559/*
1560 * memcg->moving_account is used for checking possibility that some thread is
1561 * calling move_account(). When a thread on CPU-A starts moving pages under
1562 * a memcg, other threads should check memcg->moving_account under
1563 * rcu_read_lock(), like this:
1564 *
1565 * CPU-A CPU-B
1566 * rcu_read_lock()
1567 * memcg->moving_account+1 if (memcg->mocing_account)
1568 * take heavy locks.
1569 * synchronize_rcu() update something.
1570 * rcu_read_unlock()
1571 * start move here.
1572 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001573
1574/* for quick checking without looking up memcg */
1575atomic_t memcg_moving __read_mostly;
1576
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001577static void mem_cgroup_start_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001578{
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001579 atomic_inc(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001580 atomic_inc(&memcg->moving_account);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001581 synchronize_rcu();
1582}
1583
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001584static void mem_cgroup_end_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001585{
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001586 /*
1587 * Now, mem_cgroup_clear_mc() may call this function with NULL.
1588 * We check NULL in callee rather than caller.
1589 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001590 if (memcg) {
1591 atomic_dec(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001592 atomic_dec(&memcg->moving_account);
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001593 }
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001594}
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001595
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001596/*
1597 * 2 routines for checking "mem" is under move_account() or not.
1598 *
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001599 * mem_cgroup_stolen() - checking whether a cgroup is mc.from or not. This
1600 * is used for avoiding races in accounting. If true,
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001601 * pc->mem_cgroup may be overwritten.
1602 *
1603 * mem_cgroup_under_move() - checking a cgroup is mc.from or mc.to or
1604 * under hierarchy of moving cgroups. This is for
1605 * waiting at hith-memory prressure caused by "move".
1606 */
1607
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001608static bool mem_cgroup_stolen(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001609{
1610 VM_BUG_ON(!rcu_read_lock_held());
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001611 return atomic_read(&memcg->moving_account) > 0;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001612}
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001613
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001614static bool mem_cgroup_under_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001615{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001616 struct mem_cgroup *from;
1617 struct mem_cgroup *to;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001618 bool ret = false;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001619 /*
1620 * Unlike task_move routines, we access mc.to, mc.from not under
1621 * mutual exclusion by cgroup_mutex. Here, we take spinlock instead.
1622 */
1623 spin_lock(&mc.lock);
1624 from = mc.from;
1625 to = mc.to;
1626 if (!from)
1627 goto unlock;
Michal Hocko3e920412011-07-26 16:08:29 -07001628
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001629 ret = mem_cgroup_same_or_subtree(memcg, from)
1630 || mem_cgroup_same_or_subtree(memcg, to);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001631unlock:
1632 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001633 return ret;
1634}
1635
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001636static bool mem_cgroup_wait_acct_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001637{
1638 if (mc.moving_task && current != mc.moving_task) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001639 if (mem_cgroup_under_move(memcg)) {
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001640 DEFINE_WAIT(wait);
1641 prepare_to_wait(&mc.waitq, &wait, TASK_INTERRUPTIBLE);
1642 /* moving charge context might have finished. */
1643 if (mc.moving_task)
1644 schedule();
1645 finish_wait(&mc.waitq, &wait);
1646 return true;
1647 }
1648 }
1649 return false;
1650}
1651
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001652/*
1653 * Take this lock when
1654 * - a code tries to modify page's memcg while it's USED.
1655 * - a code tries to modify page state accounting in a memcg.
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001656 * see mem_cgroup_stolen(), too.
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001657 */
1658static void move_lock_mem_cgroup(struct mem_cgroup *memcg,
1659 unsigned long *flags)
1660{
1661 spin_lock_irqsave(&memcg->move_lock, *flags);
1662}
1663
1664static void move_unlock_mem_cgroup(struct mem_cgroup *memcg,
1665 unsigned long *flags)
1666{
1667 spin_unlock_irqrestore(&memcg->move_lock, *flags);
1668}
1669
Sha Zhengju58cf1882013-02-22 16:32:05 -08001670#define K(x) ((x) << (PAGE_SHIFT-10))
Balbir Singhe2224322009-04-02 16:57:39 -07001671/**
Sha Zhengju58cf1882013-02-22 16:32:05 -08001672 * mem_cgroup_print_oom_info: Print OOM information relevant to memory controller.
Balbir Singhe2224322009-04-02 16:57:39 -07001673 * @memcg: The memory cgroup that went over limit
1674 * @p: Task that is going to be killed
1675 *
1676 * NOTE: @memcg and @p's mem_cgroup can be different when hierarchy is
1677 * enabled
1678 */
1679void mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
1680{
1681 struct cgroup *task_cgrp;
1682 struct cgroup *mem_cgrp;
1683 /*
1684 * Need a buffer in BSS, can't rely on allocations. The code relies
1685 * on the assumption that OOM is serialized for memory controller.
1686 * If this assumption is broken, revisit this code.
1687 */
1688 static char memcg_name[PATH_MAX];
1689 int ret;
Sha Zhengju58cf1882013-02-22 16:32:05 -08001690 struct mem_cgroup *iter;
1691 unsigned int i;
Balbir Singhe2224322009-04-02 16:57:39 -07001692
Sha Zhengju58cf1882013-02-22 16:32:05 -08001693 if (!p)
Balbir Singhe2224322009-04-02 16:57:39 -07001694 return;
1695
Balbir Singhe2224322009-04-02 16:57:39 -07001696 rcu_read_lock();
1697
1698 mem_cgrp = memcg->css.cgroup;
1699 task_cgrp = task_cgroup(p, mem_cgroup_subsys_id);
1700
1701 ret = cgroup_path(task_cgrp, memcg_name, PATH_MAX);
1702 if (ret < 0) {
1703 /*
1704 * Unfortunately, we are unable to convert to a useful name
1705 * But we'll still print out the usage information
1706 */
1707 rcu_read_unlock();
1708 goto done;
1709 }
1710 rcu_read_unlock();
1711
Andrew Mortond0451972013-02-22 16:32:06 -08001712 pr_info("Task in %s killed", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001713
1714 rcu_read_lock();
1715 ret = cgroup_path(mem_cgrp, memcg_name, PATH_MAX);
1716 if (ret < 0) {
1717 rcu_read_unlock();
1718 goto done;
1719 }
1720 rcu_read_unlock();
1721
1722 /*
1723 * Continues from above, so we don't need an KERN_ level
1724 */
Andrew Mortond0451972013-02-22 16:32:06 -08001725 pr_cont(" as a result of limit of %s\n", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001726done:
1727
Andrew Mortond0451972013-02-22 16:32:06 -08001728 pr_info("memory: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001729 res_counter_read_u64(&memcg->res, RES_USAGE) >> 10,
1730 res_counter_read_u64(&memcg->res, RES_LIMIT) >> 10,
1731 res_counter_read_u64(&memcg->res, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001732 pr_info("memory+swap: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001733 res_counter_read_u64(&memcg->memsw, RES_USAGE) >> 10,
1734 res_counter_read_u64(&memcg->memsw, RES_LIMIT) >> 10,
1735 res_counter_read_u64(&memcg->memsw, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001736 pr_info("kmem: usage %llukB, limit %llukB, failcnt %llu\n",
Glauber Costa510fc4e2012-12-18 14:21:47 -08001737 res_counter_read_u64(&memcg->kmem, RES_USAGE) >> 10,
1738 res_counter_read_u64(&memcg->kmem, RES_LIMIT) >> 10,
1739 res_counter_read_u64(&memcg->kmem, RES_FAILCNT));
Sha Zhengju58cf1882013-02-22 16:32:05 -08001740
1741 for_each_mem_cgroup_tree(iter, memcg) {
1742 pr_info("Memory cgroup stats");
1743
1744 rcu_read_lock();
1745 ret = cgroup_path(iter->css.cgroup, memcg_name, PATH_MAX);
1746 if (!ret)
1747 pr_cont(" for %s", memcg_name);
1748 rcu_read_unlock();
1749 pr_cont(":");
1750
1751 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
1752 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
1753 continue;
1754 pr_cont(" %s:%ldKB", mem_cgroup_stat_names[i],
1755 K(mem_cgroup_read_stat(iter, i)));
1756 }
1757
1758 for (i = 0; i < NR_LRU_LISTS; i++)
1759 pr_cont(" %s:%luKB", mem_cgroup_lru_names[i],
1760 K(mem_cgroup_nr_lru_pages(iter, BIT(i))));
1761
1762 pr_cont("\n");
1763 }
Balbir Singhe2224322009-04-02 16:57:39 -07001764}
1765
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001766/*
1767 * This function returns the number of memcg under hierarchy tree. Returns
1768 * 1(self count) if no children.
1769 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001770static int mem_cgroup_count_children(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001771{
1772 int num = 0;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001773 struct mem_cgroup *iter;
1774
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001775 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001776 num++;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001777 return num;
1778}
1779
Balbir Singh6d61ef42009-01-07 18:08:06 -08001780/*
David Rientjesa63d83f2010-08-09 17:19:46 -07001781 * Return the memory (and swap, if configured) limit for a memcg.
1782 */
David Rientjes9cbb78b2012-07-31 16:43:44 -07001783static u64 mem_cgroup_get_limit(struct mem_cgroup *memcg)
David Rientjesa63d83f2010-08-09 17:19:46 -07001784{
1785 u64 limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001786
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001787 limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001788
David Rientjesa63d83f2010-08-09 17:19:46 -07001789 /*
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001790 * Do not consider swap space if we cannot swap due to swappiness
David Rientjesa63d83f2010-08-09 17:19:46 -07001791 */
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001792 if (mem_cgroup_swappiness(memcg)) {
1793 u64 memsw;
1794
1795 limit += total_swap_pages << PAGE_SHIFT;
1796 memsw = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
1797
1798 /*
1799 * If memsw is finite and limits the amount of swap space
1800 * available to this memcg, return that limit.
1801 */
1802 limit = min(limit, memsw);
1803 }
1804
1805 return limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001806}
1807
David Rientjes19965462012-12-11 16:00:26 -08001808static void mem_cgroup_out_of_memory(struct mem_cgroup *memcg, gfp_t gfp_mask,
1809 int order)
David Rientjes9cbb78b2012-07-31 16:43:44 -07001810{
1811 struct mem_cgroup *iter;
1812 unsigned long chosen_points = 0;
1813 unsigned long totalpages;
1814 unsigned int points = 0;
1815 struct task_struct *chosen = NULL;
1816
David Rientjes876aafb2012-07-31 16:43:48 -07001817 /*
David Rientjes465adcf2013-04-29 15:08:45 -07001818 * If current has a pending SIGKILL or is exiting, then automatically
1819 * select it. The goal is to allow it to allocate so that it may
1820 * quickly exit and free its memory.
David Rientjes876aafb2012-07-31 16:43:48 -07001821 */
David Rientjes465adcf2013-04-29 15:08:45 -07001822 if (fatal_signal_pending(current) || current->flags & PF_EXITING) {
David Rientjes876aafb2012-07-31 16:43:48 -07001823 set_thread_flag(TIF_MEMDIE);
1824 return;
1825 }
1826
1827 check_panic_on_oom(CONSTRAINT_MEMCG, gfp_mask, order, NULL);
David Rientjes9cbb78b2012-07-31 16:43:44 -07001828 totalpages = mem_cgroup_get_limit(memcg) >> PAGE_SHIFT ? : 1;
1829 for_each_mem_cgroup_tree(iter, memcg) {
1830 struct cgroup *cgroup = iter->css.cgroup;
1831 struct cgroup_iter it;
1832 struct task_struct *task;
1833
1834 cgroup_iter_start(cgroup, &it);
1835 while ((task = cgroup_iter_next(cgroup, &it))) {
1836 switch (oom_scan_process_thread(task, totalpages, NULL,
1837 false)) {
1838 case OOM_SCAN_SELECT:
1839 if (chosen)
1840 put_task_struct(chosen);
1841 chosen = task;
1842 chosen_points = ULONG_MAX;
1843 get_task_struct(chosen);
1844 /* fall through */
1845 case OOM_SCAN_CONTINUE:
1846 continue;
1847 case OOM_SCAN_ABORT:
1848 cgroup_iter_end(cgroup, &it);
1849 mem_cgroup_iter_break(memcg, iter);
1850 if (chosen)
1851 put_task_struct(chosen);
1852 return;
1853 case OOM_SCAN_OK:
1854 break;
1855 };
1856 points = oom_badness(task, memcg, NULL, totalpages);
1857 if (points > chosen_points) {
1858 if (chosen)
1859 put_task_struct(chosen);
1860 chosen = task;
1861 chosen_points = points;
1862 get_task_struct(chosen);
1863 }
1864 }
1865 cgroup_iter_end(cgroup, &it);
1866 }
1867
1868 if (!chosen)
1869 return;
1870 points = chosen_points * 1000 / totalpages;
David Rientjes9cbb78b2012-07-31 16:43:44 -07001871 oom_kill_process(chosen, gfp_mask, order, points, totalpages, memcg,
1872 NULL, "Memory cgroup out of memory");
David Rientjes9cbb78b2012-07-31 16:43:44 -07001873}
1874
Johannes Weiner56600482012-01-12 17:17:59 -08001875static unsigned long mem_cgroup_reclaim(struct mem_cgroup *memcg,
1876 gfp_t gfp_mask,
1877 unsigned long flags)
1878{
1879 unsigned long total = 0;
1880 bool noswap = false;
1881 int loop;
1882
1883 if (flags & MEM_CGROUP_RECLAIM_NOSWAP)
1884 noswap = true;
1885 if (!(flags & MEM_CGROUP_RECLAIM_SHRINK) && memcg->memsw_is_minimum)
1886 noswap = true;
1887
1888 for (loop = 0; loop < MEM_CGROUP_MAX_RECLAIM_LOOPS; loop++) {
1889 if (loop)
1890 drain_all_stock_async(memcg);
1891 total += try_to_free_mem_cgroup_pages(memcg, gfp_mask, noswap);
1892 /*
1893 * Allow limit shrinkers, which are triggered directly
1894 * by userspace, to catch signals and stop reclaim
1895 * after minimal progress, regardless of the margin.
1896 */
1897 if (total && (flags & MEM_CGROUP_RECLAIM_SHRINK))
1898 break;
1899 if (mem_cgroup_margin(memcg))
1900 break;
1901 /*
1902 * If nothing was reclaimed after two attempts, there
1903 * may be no reclaimable pages in this hierarchy.
1904 */
1905 if (loop && !total)
1906 break;
1907 }
1908 return total;
1909}
1910
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001911/**
1912 * test_mem_cgroup_node_reclaimable
Wanpeng Lidad75572012-06-20 12:53:01 -07001913 * @memcg: the target memcg
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001914 * @nid: the node ID to be checked.
1915 * @noswap : specify true here if the user wants flle only information.
1916 *
1917 * This function returns whether the specified memcg contains any
1918 * reclaimable pages on a node. Returns true if there are any reclaimable
1919 * pages in the node.
1920 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001921static bool test_mem_cgroup_node_reclaimable(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001922 int nid, bool noswap)
1923{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001924 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_FILE))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001925 return true;
1926 if (noswap || !total_swap_pages)
1927 return false;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001928 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_ANON))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001929 return true;
1930 return false;
1931
1932}
Ying Han889976d2011-05-26 16:25:33 -07001933#if MAX_NUMNODES > 1
1934
1935/*
1936 * Always updating the nodemask is not very good - even if we have an empty
1937 * list or the wrong list here, we can start from some node and traverse all
1938 * nodes based on the zonelist. So update the list loosely once per 10 secs.
1939 *
1940 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001941static void mem_cgroup_may_update_nodemask(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001942{
1943 int nid;
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001944 /*
1945 * numainfo_events > 0 means there was at least NUMAINFO_EVENTS_TARGET
1946 * pagein/pageout changes since the last update.
1947 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001948 if (!atomic_read(&memcg->numainfo_events))
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001949 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001950 if (atomic_inc_return(&memcg->numainfo_updating) > 1)
Ying Han889976d2011-05-26 16:25:33 -07001951 return;
1952
Ying Han889976d2011-05-26 16:25:33 -07001953 /* make a nodemask where this memcg uses memory from */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001954 memcg->scan_nodes = node_states[N_MEMORY];
Ying Han889976d2011-05-26 16:25:33 -07001955
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001956 for_each_node_mask(nid, node_states[N_MEMORY]) {
Ying Han889976d2011-05-26 16:25:33 -07001957
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001958 if (!test_mem_cgroup_node_reclaimable(memcg, nid, false))
1959 node_clear(nid, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001960 }
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001961
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001962 atomic_set(&memcg->numainfo_events, 0);
1963 atomic_set(&memcg->numainfo_updating, 0);
Ying Han889976d2011-05-26 16:25:33 -07001964}
1965
1966/*
1967 * Selecting a node where we start reclaim from. Because what we need is just
1968 * reducing usage counter, start from anywhere is O,K. Considering
1969 * memory reclaim from current node, there are pros. and cons.
1970 *
1971 * Freeing memory from current node means freeing memory from a node which
1972 * we'll use or we've used. So, it may make LRU bad. And if several threads
1973 * hit limits, it will see a contention on a node. But freeing from remote
1974 * node means more costs for memory reclaim because of memory latency.
1975 *
1976 * Now, we use round-robin. Better algorithm is welcomed.
1977 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001978int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001979{
1980 int node;
1981
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001982 mem_cgroup_may_update_nodemask(memcg);
1983 node = memcg->last_scanned_node;
Ying Han889976d2011-05-26 16:25:33 -07001984
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001985 node = next_node(node, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001986 if (node == MAX_NUMNODES)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001987 node = first_node(memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001988 /*
1989 * We call this when we hit limit, not when pages are added to LRU.
1990 * No LRU may hold pages because all pages are UNEVICTABLE or
1991 * memcg is too small and all pages are not on LRU. In that case,
1992 * we use curret node.
1993 */
1994 if (unlikely(node == MAX_NUMNODES))
1995 node = numa_node_id();
1996
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001997 memcg->last_scanned_node = node;
Ying Han889976d2011-05-26 16:25:33 -07001998 return node;
1999}
2000
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002001/*
2002 * Check all nodes whether it contains reclaimable pages or not.
2003 * For quick scan, we make use of scan_nodes. This will allow us to skip
2004 * unused nodes. But scan_nodes is lazily updated and may not cotain
2005 * enough new information. We need to do double check.
2006 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002007static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002008{
2009 int nid;
2010
2011 /*
2012 * quick check...making use of scan_node.
2013 * We can skip unused nodes.
2014 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002015 if (!nodes_empty(memcg->scan_nodes)) {
2016 for (nid = first_node(memcg->scan_nodes);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002017 nid < MAX_NUMNODES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002018 nid = next_node(nid, memcg->scan_nodes)) {
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002019
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002020 if (test_mem_cgroup_node_reclaimable(memcg, nid, noswap))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002021 return true;
2022 }
2023 }
2024 /*
2025 * Check rest of nodes.
2026 */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08002027 for_each_node_state(nid, N_MEMORY) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002028 if (node_isset(nid, memcg->scan_nodes))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002029 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002030 if (test_mem_cgroup_node_reclaimable(memcg, nid, noswap))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002031 return true;
2032 }
2033 return false;
2034}
2035
Ying Han889976d2011-05-26 16:25:33 -07002036#else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002037int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07002038{
2039 return 0;
2040}
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002041
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002042static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002043{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002044 return test_mem_cgroup_node_reclaimable(memcg, 0, noswap);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002045}
Ying Han889976d2011-05-26 16:25:33 -07002046#endif
2047
Johannes Weiner56600482012-01-12 17:17:59 -08002048static int mem_cgroup_soft_reclaim(struct mem_cgroup *root_memcg,
2049 struct zone *zone,
2050 gfp_t gfp_mask,
2051 unsigned long *total_scanned)
Balbir Singh6d61ef42009-01-07 18:08:06 -08002052{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002053 struct mem_cgroup *victim = NULL;
Johannes Weiner56600482012-01-12 17:17:59 -08002054 int total = 0;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002055 int loop = 0;
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002056 unsigned long excess;
Johannes Weiner185efc02011-09-14 16:21:58 -07002057 unsigned long nr_scanned;
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002058 struct mem_cgroup_reclaim_cookie reclaim = {
2059 .zone = zone,
2060 .priority = 0,
2061 };
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002062
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002063 excess = res_counter_soft_limit_excess(&root_memcg->res) >> PAGE_SHIFT;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002064
Balbir Singh4e416952009-09-23 15:56:39 -07002065 while (1) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002066 victim = mem_cgroup_iter(root_memcg, victim, &reclaim);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002067 if (!victim) {
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002068 loop++;
Balbir Singh4e416952009-09-23 15:56:39 -07002069 if (loop >= 2) {
2070 /*
2071 * If we have not been able to reclaim
2072 * anything, it might because there are
2073 * no reclaimable pages under this hierarchy
2074 */
Johannes Weiner56600482012-01-12 17:17:59 -08002075 if (!total)
Balbir Singh4e416952009-09-23 15:56:39 -07002076 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002077 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002078 * We want to do more targeted reclaim.
Balbir Singh4e416952009-09-23 15:56:39 -07002079 * excess >> 2 is not to excessive so as to
2080 * reclaim too much, nor too less that we keep
2081 * coming back to reclaim from this cgroup
2082 */
2083 if (total >= (excess >> 2) ||
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002084 (loop > MEM_CGROUP_MAX_RECLAIM_LOOPS))
Balbir Singh4e416952009-09-23 15:56:39 -07002085 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002086 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002087 continue;
Balbir Singh4e416952009-09-23 15:56:39 -07002088 }
Johannes Weiner56600482012-01-12 17:17:59 -08002089 if (!mem_cgroup_reclaimable(victim, false))
Balbir Singh6d61ef42009-01-07 18:08:06 -08002090 continue;
Johannes Weiner56600482012-01-12 17:17:59 -08002091 total += mem_cgroup_shrink_node_zone(victim, gfp_mask, false,
2092 zone, &nr_scanned);
2093 *total_scanned += nr_scanned;
2094 if (!res_counter_soft_limit_excess(&root_memcg->res))
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002095 break;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002096 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002097 mem_cgroup_iter_break(root_memcg, victim);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002098 return total;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002099}
2100
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002101/*
2102 * Check OOM-Killer is already running under our hierarchy.
2103 * If someone is running, return false.
Michal Hocko1af8efe2011-07-26 16:08:24 -07002104 * Has to be called with memcg_oom_lock
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002105 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002106static bool mem_cgroup_oom_lock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002107{
Michal Hocko79dfdac2011-07-26 16:08:23 -07002108 struct mem_cgroup *iter, *failed = NULL;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002109
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002110 for_each_mem_cgroup_tree(iter, memcg) {
Johannes Weiner23751be2011-08-25 15:59:16 -07002111 if (iter->oom_lock) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002112 /*
2113 * this subtree of our hierarchy is already locked
2114 * so we cannot give a lock.
2115 */
Michal Hocko79dfdac2011-07-26 16:08:23 -07002116 failed = iter;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002117 mem_cgroup_iter_break(memcg, iter);
2118 break;
Johannes Weiner23751be2011-08-25 15:59:16 -07002119 } else
2120 iter->oom_lock = true;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002121 }
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002122
Michal Hocko79dfdac2011-07-26 16:08:23 -07002123 if (!failed)
Johannes Weiner23751be2011-08-25 15:59:16 -07002124 return true;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002125
2126 /*
2127 * OK, we failed to lock the whole subtree so we have to clean up
2128 * what we set up to the failing subtree
2129 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002130 for_each_mem_cgroup_tree(iter, memcg) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002131 if (iter == failed) {
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002132 mem_cgroup_iter_break(memcg, iter);
2133 break;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002134 }
2135 iter->oom_lock = false;
2136 }
Johannes Weiner23751be2011-08-25 15:59:16 -07002137 return false;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002138}
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002139
Michal Hocko79dfdac2011-07-26 16:08:23 -07002140/*
Michal Hocko1af8efe2011-07-26 16:08:24 -07002141 * Has to be called with memcg_oom_lock
Michal Hocko79dfdac2011-07-26 16:08:23 -07002142 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002143static int mem_cgroup_oom_unlock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002144{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002145 struct mem_cgroup *iter;
2146
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002147 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002148 iter->oom_lock = false;
2149 return 0;
2150}
2151
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002152static void mem_cgroup_mark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002153{
2154 struct mem_cgroup *iter;
2155
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002156 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002157 atomic_inc(&iter->under_oom);
2158}
2159
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002160static void mem_cgroup_unmark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002161{
2162 struct mem_cgroup *iter;
2163
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002164 /*
2165 * When a new child is created while the hierarchy is under oom,
2166 * mem_cgroup_oom_lock() may not be called. We have to use
2167 * atomic_add_unless() here.
2168 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002169 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002170 atomic_add_unless(&iter->under_oom, -1, 0);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002171}
2172
Michal Hocko1af8efe2011-07-26 16:08:24 -07002173static DEFINE_SPINLOCK(memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002174static DECLARE_WAIT_QUEUE_HEAD(memcg_oom_waitq);
2175
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002176struct oom_wait_info {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002177 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002178 wait_queue_t wait;
2179};
2180
2181static int memcg_oom_wake_function(wait_queue_t *wait,
2182 unsigned mode, int sync, void *arg)
2183{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002184 struct mem_cgroup *wake_memcg = (struct mem_cgroup *)arg;
2185 struct mem_cgroup *oom_wait_memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002186 struct oom_wait_info *oom_wait_info;
2187
2188 oom_wait_info = container_of(wait, struct oom_wait_info, wait);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002189 oom_wait_memcg = oom_wait_info->memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002190
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002191 /*
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002192 * Both of oom_wait_info->memcg and wake_memcg are stable under us.
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002193 * Then we can use css_is_ancestor without taking care of RCU.
2194 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002195 if (!mem_cgroup_same_or_subtree(oom_wait_memcg, wake_memcg)
2196 && !mem_cgroup_same_or_subtree(wake_memcg, oom_wait_memcg))
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002197 return 0;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002198 return autoremove_wake_function(wait, mode, sync, arg);
2199}
2200
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002201static void memcg_wakeup_oom(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002202{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002203 /* for filtering, pass "memcg" as argument. */
2204 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg);
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002205}
2206
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002207static void memcg_oom_recover(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002208{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002209 if (memcg && atomic_read(&memcg->under_oom))
2210 memcg_wakeup_oom(memcg);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002211}
2212
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002213/*
2214 * try to call OOM killer. returns false if we should exit memory-reclaim loop.
2215 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002216static bool mem_cgroup_handle_oom(struct mem_cgroup *memcg, gfp_t mask,
2217 int order)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002218{
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002219 struct oom_wait_info owait;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002220 bool locked, need_to_kill;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002221
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002222 owait.memcg = memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002223 owait.wait.flags = 0;
2224 owait.wait.func = memcg_oom_wake_function;
2225 owait.wait.private = current;
2226 INIT_LIST_HEAD(&owait.wait.task_list);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002227 need_to_kill = true;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002228 mem_cgroup_mark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002229
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002230 /* At first, try to OOM lock hierarchy under memcg.*/
Michal Hocko1af8efe2011-07-26 16:08:24 -07002231 spin_lock(&memcg_oom_lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002232 locked = mem_cgroup_oom_lock(memcg);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002233 /*
2234 * Even if signal_pending(), we can't quit charge() loop without
2235 * accounting. So, UNINTERRUPTIBLE is appropriate. But SIGKILL
2236 * under OOM is always welcomed, use TASK_KILLABLE here.
2237 */
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002238 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002239 if (!locked || memcg->oom_kill_disable)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002240 need_to_kill = false;
2241 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002242 mem_cgroup_oom_notify(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002243 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002244
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002245 if (need_to_kill) {
2246 finish_wait(&memcg_oom_waitq, &owait.wait);
David Rientjese845e192012-03-21 16:34:10 -07002247 mem_cgroup_out_of_memory(memcg, mask, order);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002248 } else {
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002249 schedule();
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002250 finish_wait(&memcg_oom_waitq, &owait.wait);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002251 }
Michal Hocko1af8efe2011-07-26 16:08:24 -07002252 spin_lock(&memcg_oom_lock);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002253 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002254 mem_cgroup_oom_unlock(memcg);
2255 memcg_wakeup_oom(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002256 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002257
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002258 mem_cgroup_unmark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002259
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002260 if (test_thread_flag(TIF_MEMDIE) || fatal_signal_pending(current))
2261 return false;
2262 /* Give chance to dying process */
KAMEZAWA Hiroyuki715a5ee2011-11-02 13:38:18 -07002263 schedule_timeout_uninterruptible(1);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002264 return true;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002265}
2266
Balbir Singhd69b0422009-06-17 16:26:34 -07002267/*
2268 * Currently used to update mapped file statistics, but the routine can be
2269 * generalized to update other statistics as well.
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002270 *
2271 * Notes: Race condition
2272 *
2273 * We usually use page_cgroup_lock() for accessing page_cgroup member but
2274 * it tends to be costly. But considering some conditions, we doesn't need
2275 * to do so _always_.
2276 *
2277 * Considering "charge", lock_page_cgroup() is not required because all
2278 * file-stat operations happen after a page is attached to radix-tree. There
2279 * are no race with "charge".
2280 *
2281 * Considering "uncharge", we know that memcg doesn't clear pc->mem_cgroup
2282 * at "uncharge" intentionally. So, we always see valid pc->mem_cgroup even
2283 * if there are race with "uncharge". Statistics itself is properly handled
2284 * by flags.
2285 *
2286 * Considering "move", this is an only case we see a race. To make the race
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002287 * small, we check mm->moving_account and detect there are possibility of race
2288 * If there is, we take a lock.
Balbir Singhd69b0422009-06-17 16:26:34 -07002289 */
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002290
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002291void __mem_cgroup_begin_update_page_stat(struct page *page,
2292 bool *locked, unsigned long *flags)
2293{
2294 struct mem_cgroup *memcg;
2295 struct page_cgroup *pc;
2296
2297 pc = lookup_page_cgroup(page);
2298again:
2299 memcg = pc->mem_cgroup;
2300 if (unlikely(!memcg || !PageCgroupUsed(pc)))
2301 return;
2302 /*
2303 * If this memory cgroup is not under account moving, we don't
Wanpeng Lida92c472012-07-31 16:43:26 -07002304 * need to take move_lock_mem_cgroup(). Because we already hold
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002305 * rcu_read_lock(), any calls to move_account will be delayed until
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002306 * rcu_read_unlock() if mem_cgroup_stolen() == true.
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002307 */
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002308 if (!mem_cgroup_stolen(memcg))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002309 return;
2310
2311 move_lock_mem_cgroup(memcg, flags);
2312 if (memcg != pc->mem_cgroup || !PageCgroupUsed(pc)) {
2313 move_unlock_mem_cgroup(memcg, flags);
2314 goto again;
2315 }
2316 *locked = true;
2317}
2318
2319void __mem_cgroup_end_update_page_stat(struct page *page, unsigned long *flags)
2320{
2321 struct page_cgroup *pc = lookup_page_cgroup(page);
2322
2323 /*
2324 * It's guaranteed that pc->mem_cgroup never changes while
2325 * lock is held because a routine modifies pc->mem_cgroup
Wanpeng Lida92c472012-07-31 16:43:26 -07002326 * should take move_lock_mem_cgroup().
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002327 */
2328 move_unlock_mem_cgroup(pc->mem_cgroup, flags);
2329}
2330
Greg Thelen2a7106f2011-01-13 15:47:37 -08002331void mem_cgroup_update_page_stat(struct page *page,
2332 enum mem_cgroup_page_stat_item idx, int val)
Balbir Singhd69b0422009-06-17 16:26:34 -07002333{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002334 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002335 struct page_cgroup *pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyukidbd4ea72011-01-13 15:47:38 -08002336 unsigned long uninitialized_var(flags);
Balbir Singhd69b0422009-06-17 16:26:34 -07002337
Johannes Weinercfa44942012-01-12 17:18:38 -08002338 if (mem_cgroup_disabled())
Balbir Singhd69b0422009-06-17 16:26:34 -07002339 return;
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002340
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002341 memcg = pc->mem_cgroup;
2342 if (unlikely(!memcg || !PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002343 return;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002344
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002345 switch (idx) {
Greg Thelen2a7106f2011-01-13 15:47:37 -08002346 case MEMCG_NR_FILE_MAPPED:
Greg Thelen2a7106f2011-01-13 15:47:37 -08002347 idx = MEM_CGROUP_STAT_FILE_MAPPED;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002348 break;
2349 default:
2350 BUG();
KAMEZAWA Hiroyuki8725d542010-04-06 14:35:05 -07002351 }
Balbir Singhd69b0422009-06-17 16:26:34 -07002352
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002353 this_cpu_add(memcg->stat->count[idx], val);
Balbir Singhd69b0422009-06-17 16:26:34 -07002354}
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002355
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002356/*
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002357 * size of first charge trial. "32" comes from vmscan.c's magic value.
2358 * TODO: maybe necessary to use big numbers in big irons.
2359 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002360#define CHARGE_BATCH 32U
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002361struct memcg_stock_pcp {
2362 struct mem_cgroup *cached; /* this never be root cgroup */
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002363 unsigned int nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002364 struct work_struct work;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002365 unsigned long flags;
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07002366#define FLUSHING_CACHED_CHARGE 0
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002367};
2368static DEFINE_PER_CPU(struct memcg_stock_pcp, memcg_stock);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002369static DEFINE_MUTEX(percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002370
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002371/**
2372 * consume_stock: Try to consume stocked charge on this cpu.
2373 * @memcg: memcg to consume from.
2374 * @nr_pages: how many pages to charge.
2375 *
2376 * The charges will only happen if @memcg matches the current cpu's memcg
2377 * stock, and at least @nr_pages are available in that stock. Failure to
2378 * service an allocation will refill the stock.
2379 *
2380 * returns true if successful, false otherwise.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002381 */
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002382static bool consume_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002383{
2384 struct memcg_stock_pcp *stock;
2385 bool ret = true;
2386
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002387 if (nr_pages > CHARGE_BATCH)
2388 return false;
2389
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002390 stock = &get_cpu_var(memcg_stock);
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002391 if (memcg == stock->cached && stock->nr_pages >= nr_pages)
2392 stock->nr_pages -= nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002393 else /* need to call res_counter_charge */
2394 ret = false;
2395 put_cpu_var(memcg_stock);
2396 return ret;
2397}
2398
2399/*
2400 * Returns stocks cached in percpu to res_counter and reset cached information.
2401 */
2402static void drain_stock(struct memcg_stock_pcp *stock)
2403{
2404 struct mem_cgroup *old = stock->cached;
2405
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002406 if (stock->nr_pages) {
2407 unsigned long bytes = stock->nr_pages * PAGE_SIZE;
2408
2409 res_counter_uncharge(&old->res, bytes);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002410 if (do_swap_account)
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002411 res_counter_uncharge(&old->memsw, bytes);
2412 stock->nr_pages = 0;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002413 }
2414 stock->cached = NULL;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002415}
2416
2417/*
2418 * This must be called under preempt disabled or must be called by
2419 * a thread which is pinned to local cpu.
2420 */
2421static void drain_local_stock(struct work_struct *dummy)
2422{
2423 struct memcg_stock_pcp *stock = &__get_cpu_var(memcg_stock);
2424 drain_stock(stock);
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002425 clear_bit(FLUSHING_CACHED_CHARGE, &stock->flags);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002426}
2427
Michal Hockoe4777492013-02-22 16:35:40 -08002428static void __init memcg_stock_init(void)
2429{
2430 int cpu;
2431
2432 for_each_possible_cpu(cpu) {
2433 struct memcg_stock_pcp *stock =
2434 &per_cpu(memcg_stock, cpu);
2435 INIT_WORK(&stock->work, drain_local_stock);
2436 }
2437}
2438
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002439/*
2440 * Cache charges(val) which is from res_counter, to local per_cpu area.
Greg Thelen320cc512010-03-15 15:27:28 +01002441 * This will be consumed by consume_stock() function, later.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002442 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002443static void refill_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002444{
2445 struct memcg_stock_pcp *stock = &get_cpu_var(memcg_stock);
2446
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002447 if (stock->cached != memcg) { /* reset if necessary */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002448 drain_stock(stock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002449 stock->cached = memcg;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002450 }
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002451 stock->nr_pages += nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002452 put_cpu_var(memcg_stock);
2453}
2454
2455/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002456 * Drains all per-CPU charge caches for given root_memcg resp. subtree
Michal Hockod38144b2011-07-26 16:08:28 -07002457 * of the hierarchy under it. sync flag says whether we should block
2458 * until the work is done.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002459 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002460static void drain_all_stock(struct mem_cgroup *root_memcg, bool sync)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002461{
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002462 int cpu, curcpu;
Michal Hockod38144b2011-07-26 16:08:28 -07002463
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002464 /* Notify other cpus that system-wide "drain" is running */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002465 get_online_cpus();
Johannes Weiner5af12d02011-08-25 15:59:07 -07002466 curcpu = get_cpu();
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002467 for_each_online_cpu(cpu) {
2468 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002469 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002470
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002471 memcg = stock->cached;
2472 if (!memcg || !stock->nr_pages)
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002473 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002474 if (!mem_cgroup_same_or_subtree(root_memcg, memcg))
Michal Hocko3e920412011-07-26 16:08:29 -07002475 continue;
Michal Hockod1a05b62011-07-26 16:08:27 -07002476 if (!test_and_set_bit(FLUSHING_CACHED_CHARGE, &stock->flags)) {
2477 if (cpu == curcpu)
2478 drain_local_stock(&stock->work);
2479 else
2480 schedule_work_on(cpu, &stock->work);
2481 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002482 }
Johannes Weiner5af12d02011-08-25 15:59:07 -07002483 put_cpu();
Michal Hockod38144b2011-07-26 16:08:28 -07002484
2485 if (!sync)
2486 goto out;
2487
2488 for_each_online_cpu(cpu) {
2489 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002490 if (test_bit(FLUSHING_CACHED_CHARGE, &stock->flags))
Michal Hockod38144b2011-07-26 16:08:28 -07002491 flush_work(&stock->work);
2492 }
2493out:
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002494 put_online_cpus();
Michal Hockod38144b2011-07-26 16:08:28 -07002495}
2496
2497/*
2498 * Tries to drain stocked charges in other cpus. This function is asynchronous
2499 * and just put a work per cpu for draining localy on each cpu. Caller can
2500 * expects some charges will be back to res_counter later but cannot wait for
2501 * it.
2502 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002503static void drain_all_stock_async(struct mem_cgroup *root_memcg)
Michal Hockod38144b2011-07-26 16:08:28 -07002504{
Michal Hocko9f50fad2011-08-09 11:56:26 +02002505 /*
2506 * If someone calls draining, avoid adding more kworker runs.
2507 */
2508 if (!mutex_trylock(&percpu_charge_mutex))
2509 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002510 drain_all_stock(root_memcg, false);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002511 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002512}
2513
2514/* This is a synchronous drain interface. */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002515static void drain_all_stock_sync(struct mem_cgroup *root_memcg)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002516{
2517 /* called when force_empty is called */
Michal Hocko9f50fad2011-08-09 11:56:26 +02002518 mutex_lock(&percpu_charge_mutex);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002519 drain_all_stock(root_memcg, true);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002520 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002521}
2522
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002523/*
2524 * This function drains percpu counter value from DEAD cpu and
2525 * move it to local cpu. Note that this function can be preempted.
2526 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002527static void mem_cgroup_drain_pcp_counter(struct mem_cgroup *memcg, int cpu)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002528{
2529 int i;
2530
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002531 spin_lock(&memcg->pcp_counter_lock);
Johannes Weiner61046212012-05-29 15:07:05 -07002532 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002533 long x = per_cpu(memcg->stat->count[i], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002534
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002535 per_cpu(memcg->stat->count[i], cpu) = 0;
2536 memcg->nocpu_base.count[i] += x;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002537 }
Johannes Weinere9f89742011-03-23 16:42:37 -07002538 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002539 unsigned long x = per_cpu(memcg->stat->events[i], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -07002540
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002541 per_cpu(memcg->stat->events[i], cpu) = 0;
2542 memcg->nocpu_base.events[i] += x;
Johannes Weinere9f89742011-03-23 16:42:37 -07002543 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002544 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002545}
2546
2547static int __cpuinit memcg_cpu_hotplug_callback(struct notifier_block *nb,
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002548 unsigned long action,
2549 void *hcpu)
2550{
2551 int cpu = (unsigned long)hcpu;
2552 struct memcg_stock_pcp *stock;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002553 struct mem_cgroup *iter;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002554
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002555 if (action == CPU_ONLINE)
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002556 return NOTIFY_OK;
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002557
Kirill A. Shutemovd8330492012-04-12 12:49:11 -07002558 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002559 return NOTIFY_OK;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002560
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002561 for_each_mem_cgroup(iter)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002562 mem_cgroup_drain_pcp_counter(iter, cpu);
2563
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002564 stock = &per_cpu(memcg_stock, cpu);
2565 drain_stock(stock);
2566 return NOTIFY_OK;
2567}
2568
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002569
2570/* See __mem_cgroup_try_charge() for details */
2571enum {
2572 CHARGE_OK, /* success */
2573 CHARGE_RETRY, /* need to retry but retry is not bad */
2574 CHARGE_NOMEM, /* we can't do more. return -ENOMEM */
2575 CHARGE_WOULDBLOCK, /* GFP_WAIT wasn't set and no enough res. */
2576 CHARGE_OOM_DIE, /* the current is killed because of OOM */
2577};
2578
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002579static int mem_cgroup_do_charge(struct mem_cgroup *memcg, gfp_t gfp_mask,
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002580 unsigned int nr_pages, unsigned int min_pages,
2581 bool oom_check)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002582{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002583 unsigned long csize = nr_pages * PAGE_SIZE;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002584 struct mem_cgroup *mem_over_limit;
2585 struct res_counter *fail_res;
2586 unsigned long flags = 0;
2587 int ret;
2588
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002589 ret = res_counter_charge(&memcg->res, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002590
2591 if (likely(!ret)) {
2592 if (!do_swap_account)
2593 return CHARGE_OK;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002594 ret = res_counter_charge(&memcg->memsw, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002595 if (likely(!ret))
2596 return CHARGE_OK;
2597
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002598 res_counter_uncharge(&memcg->res, csize);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002599 mem_over_limit = mem_cgroup_from_res_counter(fail_res, memsw);
2600 flags |= MEM_CGROUP_RECLAIM_NOSWAP;
2601 } else
2602 mem_over_limit = mem_cgroup_from_res_counter(fail_res, res);
Johannes Weiner9221edb2011-02-01 15:52:42 -08002603 /*
Johannes Weiner9221edb2011-02-01 15:52:42 -08002604 * Never reclaim on behalf of optional batching, retry with a
2605 * single page instead.
2606 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002607 if (nr_pages > min_pages)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002608 return CHARGE_RETRY;
2609
2610 if (!(gfp_mask & __GFP_WAIT))
2611 return CHARGE_WOULDBLOCK;
2612
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002613 if (gfp_mask & __GFP_NORETRY)
2614 return CHARGE_NOMEM;
2615
Johannes Weiner56600482012-01-12 17:17:59 -08002616 ret = mem_cgroup_reclaim(mem_over_limit, gfp_mask, flags);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002617 if (mem_cgroup_margin(mem_over_limit) >= nr_pages)
Johannes Weiner19942822011-02-01 15:52:43 -08002618 return CHARGE_RETRY;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002619 /*
Johannes Weiner19942822011-02-01 15:52:43 -08002620 * Even though the limit is exceeded at this point, reclaim
2621 * may have been able to free some pages. Retry the charge
2622 * before killing the task.
2623 *
2624 * Only for regular pages, though: huge pages are rather
2625 * unlikely to succeed so close to the limit, and we fall back
2626 * to regular pages anyway in case of failure.
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002627 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002628 if (nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER) && ret)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002629 return CHARGE_RETRY;
2630
2631 /*
2632 * At task move, charge accounts can be doubly counted. So, it's
2633 * better to wait until the end of task_move if something is going on.
2634 */
2635 if (mem_cgroup_wait_acct_move(mem_over_limit))
2636 return CHARGE_RETRY;
2637
2638 /* If we don't need to call oom-killer at el, return immediately */
2639 if (!oom_check)
2640 return CHARGE_NOMEM;
2641 /* check OOM */
David Rientjese845e192012-03-21 16:34:10 -07002642 if (!mem_cgroup_handle_oom(mem_over_limit, gfp_mask, get_order(csize)))
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002643 return CHARGE_OOM_DIE;
2644
2645 return CHARGE_RETRY;
2646}
2647
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002648/*
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002649 * __mem_cgroup_try_charge() does
2650 * 1. detect memcg to be charged against from passed *mm and *ptr,
2651 * 2. update res_counter
2652 * 3. call memory reclaim if necessary.
2653 *
2654 * In some special case, if the task is fatal, fatal_signal_pending() or
2655 * has TIF_MEMDIE, this function returns -EINTR while writing root_mem_cgroup
2656 * to *ptr. There are two reasons for this. 1: fatal threads should quit as soon
2657 * as possible without any hazards. 2: all pages should have a valid
2658 * pc->mem_cgroup. If mm is NULL and the caller doesn't pass a valid memcg
2659 * pointer, that is treated as a charge to root_mem_cgroup.
2660 *
2661 * So __mem_cgroup_try_charge() will return
2662 * 0 ... on success, filling *ptr with a valid memcg pointer.
2663 * -ENOMEM ... charge failure because of resource limits.
2664 * -EINTR ... if thread is fatal. *ptr is filled with root_mem_cgroup.
2665 *
2666 * Unlike the exported interface, an "oom" parameter is added. if oom==true,
2667 * the oom-killer can be invoked.
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002668 */
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002669static int __mem_cgroup_try_charge(struct mm_struct *mm,
Andrea Arcangeliec168512011-01-13 15:46:56 -08002670 gfp_t gfp_mask,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002671 unsigned int nr_pages,
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002672 struct mem_cgroup **ptr,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002673 bool oom)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002674{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002675 unsigned int batch = max(CHARGE_BATCH, nr_pages);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002676 int nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002677 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002678 int ret;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002679
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002680 /*
2681 * Unlike gloval-vm's OOM-kill, we're not in memory shortage
2682 * in system level. So, allow to go ahead dying process in addition to
2683 * MEMDIE process.
2684 */
2685 if (unlikely(test_thread_flag(TIF_MEMDIE)
2686 || fatal_signal_pending(current)))
2687 goto bypass;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002688
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002689 /*
Hugh Dickins3be912772008-02-07 00:14:19 -08002690 * We always charge the cgroup the mm_struct belongs to.
2691 * The mm_struct's mem_cgroup changes on task migration if the
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002692 * thread group leader migrates. It's possible that mm is not
Johannes Weiner24467ca2012-07-31 16:45:40 -07002693 * set, if so charge the root memcg (happens for pagecache usage).
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002694 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002695 if (!*ptr && !mm)
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002696 *ptr = root_mem_cgroup;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002697again:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002698 if (*ptr) { /* css should be a valid one */
2699 memcg = *ptr;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002700 if (mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002701 goto done;
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002702 if (consume_stock(memcg, nr_pages))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002703 goto done;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002704 css_get(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002705 } else {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002706 struct task_struct *p;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002707
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002708 rcu_read_lock();
2709 p = rcu_dereference(mm->owner);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002710 /*
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002711 * Because we don't have task_lock(), "p" can exit.
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002712 * In that case, "memcg" can point to root or p can be NULL with
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002713 * race with swapoff. Then, we have small risk of mis-accouning.
2714 * But such kind of mis-account by race always happens because
2715 * we don't have cgroup_mutex(). It's overkill and we allo that
2716 * small race, here.
2717 * (*) swapoff at el will charge against mm-struct not against
2718 * task-struct. So, mm->owner can be NULL.
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002719 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002720 memcg = mem_cgroup_from_task(p);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002721 if (!memcg)
2722 memcg = root_mem_cgroup;
2723 if (mem_cgroup_is_root(memcg)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002724 rcu_read_unlock();
2725 goto done;
2726 }
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002727 if (consume_stock(memcg, nr_pages)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002728 /*
2729 * It seems dagerous to access memcg without css_get().
2730 * But considering how consume_stok works, it's not
2731 * necessary. If consume_stock success, some charges
2732 * from this memcg are cached on this cpu. So, we
2733 * don't need to call css_get()/css_tryget() before
2734 * calling consume_stock().
2735 */
2736 rcu_read_unlock();
2737 goto done;
2738 }
2739 /* after here, we may be blocked. we need to get refcnt */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002740 if (!css_tryget(&memcg->css)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002741 rcu_read_unlock();
2742 goto again;
2743 }
2744 rcu_read_unlock();
2745 }
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002746
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002747 do {
2748 bool oom_check;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002749
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002750 /* If killed, bypass charge */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002751 if (fatal_signal_pending(current)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002752 css_put(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002753 goto bypass;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002754 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002755
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002756 oom_check = false;
2757 if (oom && !nr_oom_retries) {
2758 oom_check = true;
2759 nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
2760 }
Balbir Singh6d61ef42009-01-07 18:08:06 -08002761
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002762 ret = mem_cgroup_do_charge(memcg, gfp_mask, batch, nr_pages,
2763 oom_check);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002764 switch (ret) {
2765 case CHARGE_OK:
2766 break;
2767 case CHARGE_RETRY: /* not in OOM situation but retry */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002768 batch = nr_pages;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002769 css_put(&memcg->css);
2770 memcg = NULL;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002771 goto again;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002772 case CHARGE_WOULDBLOCK: /* !__GFP_WAIT */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002773 css_put(&memcg->css);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002774 goto nomem;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002775 case CHARGE_NOMEM: /* OOM routine works */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002776 if (!oom) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002777 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002778 goto nomem;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002779 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002780 /* If oom, we never return -ENOMEM */
2781 nr_oom_retries--;
2782 break;
2783 case CHARGE_OOM_DIE: /* Killed by OOM Killer */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002784 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002785 goto bypass;
Balbir Singh66e17072008-02-07 00:13:56 -08002786 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002787 } while (ret != CHARGE_OK);
2788
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002789 if (batch > nr_pages)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002790 refill_stock(memcg, batch - nr_pages);
2791 css_put(&memcg->css);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002792done:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002793 *ptr = memcg;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002794 return 0;
2795nomem:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002796 *ptr = NULL;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002797 return -ENOMEM;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002798bypass:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002799 *ptr = root_mem_cgroup;
2800 return -EINTR;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002801}
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002802
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002803/*
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002804 * Somemtimes we have to undo a charge we got by try_charge().
2805 * This function is for that and do uncharge, put css's refcnt.
2806 * gotten by try_charge().
2807 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002808static void __mem_cgroup_cancel_charge(struct mem_cgroup *memcg,
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002809 unsigned int nr_pages)
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002810{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002811 if (!mem_cgroup_is_root(memcg)) {
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002812 unsigned long bytes = nr_pages * PAGE_SIZE;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002813
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002814 res_counter_uncharge(&memcg->res, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002815 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002816 res_counter_uncharge(&memcg->memsw, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002817 }
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002818}
2819
2820/*
KAMEZAWA Hiroyukid01dd172012-05-29 15:07:03 -07002821 * Cancel chrages in this cgroup....doesn't propagate to parent cgroup.
2822 * This is useful when moving usage to parent cgroup.
2823 */
2824static void __mem_cgroup_cancel_local_charge(struct mem_cgroup *memcg,
2825 unsigned int nr_pages)
2826{
2827 unsigned long bytes = nr_pages * PAGE_SIZE;
2828
2829 if (mem_cgroup_is_root(memcg))
2830 return;
2831
2832 res_counter_uncharge_until(&memcg->res, memcg->res.parent, bytes);
2833 if (do_swap_account)
2834 res_counter_uncharge_until(&memcg->memsw,
2835 memcg->memsw.parent, bytes);
2836}
2837
2838/*
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002839 * A helper function to get mem_cgroup from ID. must be called under
Tejun Heoe9316082012-11-05 09:16:58 -08002840 * rcu_read_lock(). The caller is responsible for calling css_tryget if
2841 * the mem_cgroup is used for charging. (dropping refcnt from swap can be
2842 * called against removed memcg.)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002843 */
2844static struct mem_cgroup *mem_cgroup_lookup(unsigned short id)
2845{
2846 struct cgroup_subsys_state *css;
2847
2848 /* ID 0 is unused ID */
2849 if (!id)
2850 return NULL;
2851 css = css_lookup(&mem_cgroup_subsys, id);
2852 if (!css)
2853 return NULL;
Wanpeng Lib2145142012-07-31 16:46:01 -07002854 return mem_cgroup_from_css(css);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002855}
2856
Wu Fengguange42d9d52009-12-16 12:19:59 +01002857struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page)
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002858{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002859 struct mem_cgroup *memcg = NULL;
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002860 struct page_cgroup *pc;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002861 unsigned short id;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002862 swp_entry_t ent;
2863
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002864 VM_BUG_ON(!PageLocked(page));
2865
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002866 pc = lookup_page_cgroup(page);
Daisuke Nishimurac0bd3f632009-04-30 15:08:11 -07002867 lock_page_cgroup(pc);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002868 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002869 memcg = pc->mem_cgroup;
2870 if (memcg && !css_tryget(&memcg->css))
2871 memcg = NULL;
Wu Fengguange42d9d52009-12-16 12:19:59 +01002872 } else if (PageSwapCache(page)) {
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002873 ent.val = page_private(page);
Bob Liu9fb4b7c2012-01-12 17:18:48 -08002874 id = lookup_swap_cgroup_id(ent);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002875 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002876 memcg = mem_cgroup_lookup(id);
2877 if (memcg && !css_tryget(&memcg->css))
2878 memcg = NULL;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002879 rcu_read_unlock();
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002880 }
Daisuke Nishimurac0bd3f632009-04-30 15:08:11 -07002881 unlock_page_cgroup(pc);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002882 return memcg;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002883}
2884
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002885static void __mem_cgroup_commit_charge(struct mem_cgroup *memcg,
Johannes Weiner5564e882011-03-23 16:42:29 -07002886 struct page *page,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002887 unsigned int nr_pages,
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002888 enum charge_type ctype,
2889 bool lrucare)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002890{
Johannes Weinerce587e62012-04-24 20:22:33 +02002891 struct page_cgroup *pc = lookup_page_cgroup(page);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002892 struct zone *uninitialized_var(zone);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002893 struct lruvec *lruvec;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002894 bool was_on_lru = false;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002895 bool anon;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002896
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002897 lock_page_cgroup(pc);
Johannes Weiner90deb782012-07-31 16:45:47 -07002898 VM_BUG_ON(PageCgroupUsed(pc));
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002899 /*
2900 * we don't need page_cgroup_lock about tail pages, becase they are not
2901 * accessed by any other context at this point.
2902 */
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002903
2904 /*
2905 * In some cases, SwapCache and FUSE(splice_buf->radixtree), the page
2906 * may already be on some other mem_cgroup's LRU. Take care of it.
2907 */
2908 if (lrucare) {
2909 zone = page_zone(page);
2910 spin_lock_irq(&zone->lru_lock);
2911 if (PageLRU(page)) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002912 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002913 ClearPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002914 del_page_from_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002915 was_on_lru = true;
2916 }
2917 }
2918
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002919 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyuki261fb612009-09-23 15:56:33 -07002920 /*
2921 * We access a page_cgroup asynchronously without lock_page_cgroup().
2922 * Especially when a page_cgroup is taken from a page, pc->mem_cgroup
2923 * is accessed after testing USED bit. To make pc->mem_cgroup visible
2924 * before USED bit, we need memory barrier here.
2925 * See mem_cgroup_add_lru_list(), etc.
2926 */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002927 smp_wmb();
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002928 SetPageCgroupUsed(pc);
Hugh Dickins3be912772008-02-07 00:14:19 -08002929
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002930 if (lrucare) {
2931 if (was_on_lru) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002932 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002933 VM_BUG_ON(PageLRU(page));
2934 SetPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002935 add_page_to_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002936 }
2937 spin_unlock_irq(&zone->lru_lock);
2938 }
2939
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07002940 if (ctype == MEM_CGROUP_CHARGE_TYPE_ANON)
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002941 anon = true;
2942 else
2943 anon = false;
2944
David Rientjesb070e652013-05-07 16:18:09 -07002945 mem_cgroup_charge_statistics(memcg, page, anon, nr_pages);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002946 unlock_page_cgroup(pc);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002947
KAMEZAWA Hiroyuki430e48632010-03-10 15:22:30 -08002948 /*
2949 * "charge_statistics" updated event counter. Then, check it.
2950 * Insert ancestor (and ancestor's ancestors), to softlimit RB-tree.
2951 * if they exceeds softlimit.
2952 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002953 memcg_check_events(memcg, page);
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002954}
2955
Glauber Costa7cf27982012-12-18 14:22:55 -08002956static DEFINE_MUTEX(set_limit_mutex);
2957
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002958#ifdef CONFIG_MEMCG_KMEM
2959static inline bool memcg_can_account_kmem(struct mem_cgroup *memcg)
2960{
2961 return !mem_cgroup_disabled() && !mem_cgroup_is_root(memcg) &&
2962 (memcg->kmem_account_flags & KMEM_ACCOUNTED_MASK);
2963}
2964
Glauber Costa1f458cb2012-12-18 14:22:50 -08002965/*
2966 * This is a bit cumbersome, but it is rarely used and avoids a backpointer
2967 * in the memcg_cache_params struct.
2968 */
2969static struct kmem_cache *memcg_params_to_cache(struct memcg_cache_params *p)
2970{
2971 struct kmem_cache *cachep;
2972
2973 VM_BUG_ON(p->is_root_cache);
2974 cachep = p->root_cache;
2975 return cachep->memcg_params->memcg_caches[memcg_cache_id(p->memcg)];
2976}
2977
Glauber Costa749c5412012-12-18 14:23:01 -08002978#ifdef CONFIG_SLABINFO
2979static int mem_cgroup_slabinfo_read(struct cgroup *cont, struct cftype *cft,
2980 struct seq_file *m)
2981{
2982 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
2983 struct memcg_cache_params *params;
2984
2985 if (!memcg_can_account_kmem(memcg))
2986 return -EIO;
2987
2988 print_slabinfo_header(m);
2989
2990 mutex_lock(&memcg->slab_caches_mutex);
2991 list_for_each_entry(params, &memcg->memcg_slab_caches, list)
2992 cache_show(memcg_params_to_cache(params), m);
2993 mutex_unlock(&memcg->slab_caches_mutex);
2994
2995 return 0;
2996}
2997#endif
2998
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002999static int memcg_charge_kmem(struct mem_cgroup *memcg, gfp_t gfp, u64 size)
3000{
3001 struct res_counter *fail_res;
3002 struct mem_cgroup *_memcg;
3003 int ret = 0;
3004 bool may_oom;
3005
3006 ret = res_counter_charge(&memcg->kmem, size, &fail_res);
3007 if (ret)
3008 return ret;
3009
3010 /*
3011 * Conditions under which we can wait for the oom_killer. Those are
3012 * the same conditions tested by the core page allocator
3013 */
3014 may_oom = (gfp & __GFP_FS) && !(gfp & __GFP_NORETRY);
3015
3016 _memcg = memcg;
3017 ret = __mem_cgroup_try_charge(NULL, gfp, size >> PAGE_SHIFT,
3018 &_memcg, may_oom);
3019
3020 if (ret == -EINTR) {
3021 /*
3022 * __mem_cgroup_try_charge() chosed to bypass to root due to
3023 * OOM kill or fatal signal. Since our only options are to
3024 * either fail the allocation or charge it to this cgroup, do
3025 * it as a temporary condition. But we can't fail. From a
3026 * kmem/slab perspective, the cache has already been selected,
3027 * by mem_cgroup_kmem_get_cache(), so it is too late to change
3028 * our minds.
3029 *
3030 * This condition will only trigger if the task entered
3031 * memcg_charge_kmem in a sane state, but was OOM-killed during
3032 * __mem_cgroup_try_charge() above. Tasks that were already
3033 * dying when the allocation triggers should have been already
3034 * directed to the root cgroup in memcontrol.h
3035 */
3036 res_counter_charge_nofail(&memcg->res, size, &fail_res);
3037 if (do_swap_account)
3038 res_counter_charge_nofail(&memcg->memsw, size,
3039 &fail_res);
3040 ret = 0;
3041 } else if (ret)
3042 res_counter_uncharge(&memcg->kmem, size);
3043
3044 return ret;
3045}
3046
3047static void memcg_uncharge_kmem(struct mem_cgroup *memcg, u64 size)
3048{
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003049 res_counter_uncharge(&memcg->res, size);
3050 if (do_swap_account)
3051 res_counter_uncharge(&memcg->memsw, size);
Glauber Costa7de37682012-12-18 14:22:07 -08003052
3053 /* Not down to 0 */
3054 if (res_counter_uncharge(&memcg->kmem, size))
3055 return;
3056
Li Zefan10d5ebf2013-07-08 16:00:33 -07003057 /*
3058 * Releases a reference taken in kmem_cgroup_css_offline in case
3059 * this last uncharge is racing with the offlining code or it is
3060 * outliving the memcg existence.
3061 *
3062 * The memory barrier imposed by test&clear is paired with the
3063 * explicit one in memcg_kmem_mark_dead().
3064 */
Glauber Costa7de37682012-12-18 14:22:07 -08003065 if (memcg_kmem_test_and_clear_dead(memcg))
Li Zefan10d5ebf2013-07-08 16:00:33 -07003066 css_put(&memcg->css);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003067}
3068
Glauber Costa2633d7a2012-12-18 14:22:34 -08003069void memcg_cache_list_add(struct mem_cgroup *memcg, struct kmem_cache *cachep)
3070{
3071 if (!memcg)
3072 return;
3073
3074 mutex_lock(&memcg->slab_caches_mutex);
3075 list_add(&cachep->memcg_params->list, &memcg->memcg_slab_caches);
3076 mutex_unlock(&memcg->slab_caches_mutex);
3077}
3078
3079/*
3080 * helper for acessing a memcg's index. It will be used as an index in the
3081 * child cache array in kmem_cache, and also to derive its name. This function
3082 * will return -1 when this is not a kmem-limited memcg.
3083 */
3084int memcg_cache_id(struct mem_cgroup *memcg)
3085{
3086 return memcg ? memcg->kmemcg_id : -1;
3087}
3088
Glauber Costa55007d82012-12-18 14:22:38 -08003089/*
3090 * This ends up being protected by the set_limit mutex, during normal
3091 * operation, because that is its main call site.
3092 *
3093 * But when we create a new cache, we can call this as well if its parent
3094 * is kmem-limited. That will have to hold set_limit_mutex as well.
3095 */
3096int memcg_update_cache_sizes(struct mem_cgroup *memcg)
3097{
3098 int num, ret;
3099
3100 num = ida_simple_get(&kmem_limited_groups,
3101 0, MEMCG_CACHES_MAX_SIZE, GFP_KERNEL);
3102 if (num < 0)
3103 return num;
3104 /*
3105 * After this point, kmem_accounted (that we test atomically in
3106 * the beginning of this conditional), is no longer 0. This
3107 * guarantees only one process will set the following boolean
3108 * to true. We don't need test_and_set because we're protected
3109 * by the set_limit_mutex anyway.
3110 */
3111 memcg_kmem_set_activated(memcg);
3112
3113 ret = memcg_update_all_caches(num+1);
3114 if (ret) {
3115 ida_simple_remove(&kmem_limited_groups, num);
3116 memcg_kmem_clear_activated(memcg);
3117 return ret;
3118 }
3119
3120 memcg->kmemcg_id = num;
3121 INIT_LIST_HEAD(&memcg->memcg_slab_caches);
3122 mutex_init(&memcg->slab_caches_mutex);
3123 return 0;
3124}
3125
3126static size_t memcg_caches_array_size(int num_groups)
3127{
3128 ssize_t size;
3129 if (num_groups <= 0)
3130 return 0;
3131
3132 size = 2 * num_groups;
3133 if (size < MEMCG_CACHES_MIN_SIZE)
3134 size = MEMCG_CACHES_MIN_SIZE;
3135 else if (size > MEMCG_CACHES_MAX_SIZE)
3136 size = MEMCG_CACHES_MAX_SIZE;
3137
3138 return size;
3139}
3140
3141/*
3142 * We should update the current array size iff all caches updates succeed. This
3143 * can only be done from the slab side. The slab mutex needs to be held when
3144 * calling this.
3145 */
3146void memcg_update_array_size(int num)
3147{
3148 if (num > memcg_limited_groups_array_size)
3149 memcg_limited_groups_array_size = memcg_caches_array_size(num);
3150}
3151
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003152static void kmem_cache_destroy_work_func(struct work_struct *w);
3153
Glauber Costa55007d82012-12-18 14:22:38 -08003154int memcg_update_cache_size(struct kmem_cache *s, int num_groups)
3155{
3156 struct memcg_cache_params *cur_params = s->memcg_params;
3157
3158 VM_BUG_ON(s->memcg_params && !s->memcg_params->is_root_cache);
3159
3160 if (num_groups > memcg_limited_groups_array_size) {
3161 int i;
3162 ssize_t size = memcg_caches_array_size(num_groups);
3163
3164 size *= sizeof(void *);
3165 size += sizeof(struct memcg_cache_params);
3166
3167 s->memcg_params = kzalloc(size, GFP_KERNEL);
3168 if (!s->memcg_params) {
3169 s->memcg_params = cur_params;
3170 return -ENOMEM;
3171 }
3172
3173 s->memcg_params->is_root_cache = true;
3174
3175 /*
3176 * There is the chance it will be bigger than
3177 * memcg_limited_groups_array_size, if we failed an allocation
3178 * in a cache, in which case all caches updated before it, will
3179 * have a bigger array.
3180 *
3181 * But if that is the case, the data after
3182 * memcg_limited_groups_array_size is certainly unused
3183 */
3184 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3185 if (!cur_params->memcg_caches[i])
3186 continue;
3187 s->memcg_params->memcg_caches[i] =
3188 cur_params->memcg_caches[i];
3189 }
3190
3191 /*
3192 * Ideally, we would wait until all caches succeed, and only
3193 * then free the old one. But this is not worth the extra
3194 * pointer per-cache we'd have to have for this.
3195 *
3196 * It is not a big deal if some caches are left with a size
3197 * bigger than the others. And all updates will reset this
3198 * anyway.
3199 */
3200 kfree(cur_params);
3201 }
3202 return 0;
3203}
3204
Glauber Costa943a4512012-12-18 14:23:03 -08003205int memcg_register_cache(struct mem_cgroup *memcg, struct kmem_cache *s,
3206 struct kmem_cache *root_cache)
Glauber Costa2633d7a2012-12-18 14:22:34 -08003207{
3208 size_t size = sizeof(struct memcg_cache_params);
3209
3210 if (!memcg_kmem_enabled())
3211 return 0;
3212
Glauber Costa55007d82012-12-18 14:22:38 -08003213 if (!memcg)
3214 size += memcg_limited_groups_array_size * sizeof(void *);
3215
Glauber Costa2633d7a2012-12-18 14:22:34 -08003216 s->memcg_params = kzalloc(size, GFP_KERNEL);
3217 if (!s->memcg_params)
3218 return -ENOMEM;
3219
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003220 INIT_WORK(&s->memcg_params->destroy,
3221 kmem_cache_destroy_work_func);
Glauber Costa943a4512012-12-18 14:23:03 -08003222 if (memcg) {
Glauber Costa2633d7a2012-12-18 14:22:34 -08003223 s->memcg_params->memcg = memcg;
Glauber Costa943a4512012-12-18 14:23:03 -08003224 s->memcg_params->root_cache = root_cache;
Glauber Costa4ba902b2013-02-12 13:46:22 -08003225 } else
3226 s->memcg_params->is_root_cache = true;
3227
Glauber Costa2633d7a2012-12-18 14:22:34 -08003228 return 0;
3229}
3230
3231void memcg_release_cache(struct kmem_cache *s)
3232{
Glauber Costad7f25f82012-12-18 14:22:40 -08003233 struct kmem_cache *root;
3234 struct mem_cgroup *memcg;
3235 int id;
3236
3237 /*
3238 * This happens, for instance, when a root cache goes away before we
3239 * add any memcg.
3240 */
3241 if (!s->memcg_params)
3242 return;
3243
3244 if (s->memcg_params->is_root_cache)
3245 goto out;
3246
3247 memcg = s->memcg_params->memcg;
3248 id = memcg_cache_id(memcg);
3249
3250 root = s->memcg_params->root_cache;
3251 root->memcg_params->memcg_caches[id] = NULL;
Glauber Costad7f25f82012-12-18 14:22:40 -08003252
3253 mutex_lock(&memcg->slab_caches_mutex);
3254 list_del(&s->memcg_params->list);
3255 mutex_unlock(&memcg->slab_caches_mutex);
3256
Li Zefan20f05312013-07-08 16:00:31 -07003257 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003258out:
Glauber Costa2633d7a2012-12-18 14:22:34 -08003259 kfree(s->memcg_params);
3260}
3261
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003262/*
3263 * During the creation a new cache, we need to disable our accounting mechanism
3264 * altogether. This is true even if we are not creating, but rather just
3265 * enqueing new caches to be created.
3266 *
3267 * This is because that process will trigger allocations; some visible, like
3268 * explicit kmallocs to auxiliary data structures, name strings and internal
3269 * cache structures; some well concealed, like INIT_WORK() that can allocate
3270 * objects during debug.
3271 *
3272 * If any allocation happens during memcg_kmem_get_cache, we will recurse back
3273 * to it. This may not be a bounded recursion: since the first cache creation
3274 * failed to complete (waiting on the allocation), we'll just try to create the
3275 * cache again, failing at the same point.
3276 *
3277 * memcg_kmem_get_cache is prepared to abort after seeing a positive count of
3278 * memcg_kmem_skip_account. So we enclose anything that might allocate memory
3279 * inside the following two functions.
3280 */
3281static inline void memcg_stop_kmem_account(void)
3282{
3283 VM_BUG_ON(!current->mm);
3284 current->memcg_kmem_skip_account++;
3285}
3286
3287static inline void memcg_resume_kmem_account(void)
3288{
3289 VM_BUG_ON(!current->mm);
3290 current->memcg_kmem_skip_account--;
3291}
3292
Glauber Costa1f458cb2012-12-18 14:22:50 -08003293static void kmem_cache_destroy_work_func(struct work_struct *w)
3294{
3295 struct kmem_cache *cachep;
3296 struct memcg_cache_params *p;
3297
3298 p = container_of(w, struct memcg_cache_params, destroy);
3299
3300 cachep = memcg_params_to_cache(p);
3301
Glauber Costa22933152012-12-18 14:22:59 -08003302 /*
3303 * If we get down to 0 after shrink, we could delete right away.
3304 * However, memcg_release_pages() already puts us back in the workqueue
3305 * in that case. If we proceed deleting, we'll get a dangling
3306 * reference, and removing the object from the workqueue in that case
3307 * is unnecessary complication. We are not a fast path.
3308 *
3309 * Note that this case is fundamentally different from racing with
3310 * shrink_slab(): if memcg_cgroup_destroy_cache() is called in
3311 * kmem_cache_shrink, not only we would be reinserting a dead cache
3312 * into the queue, but doing so from inside the worker racing to
3313 * destroy it.
3314 *
3315 * So if we aren't down to zero, we'll just schedule a worker and try
3316 * again
3317 */
3318 if (atomic_read(&cachep->memcg_params->nr_pages) != 0) {
3319 kmem_cache_shrink(cachep);
3320 if (atomic_read(&cachep->memcg_params->nr_pages) == 0)
3321 return;
3322 } else
Glauber Costa1f458cb2012-12-18 14:22:50 -08003323 kmem_cache_destroy(cachep);
3324}
3325
3326void mem_cgroup_destroy_cache(struct kmem_cache *cachep)
3327{
3328 if (!cachep->memcg_params->dead)
3329 return;
3330
3331 /*
Glauber Costa22933152012-12-18 14:22:59 -08003332 * There are many ways in which we can get here.
3333 *
3334 * We can get to a memory-pressure situation while the delayed work is
3335 * still pending to run. The vmscan shrinkers can then release all
3336 * cache memory and get us to destruction. If this is the case, we'll
3337 * be executed twice, which is a bug (the second time will execute over
3338 * bogus data). In this case, cancelling the work should be fine.
3339 *
3340 * But we can also get here from the worker itself, if
3341 * kmem_cache_shrink is enough to shake all the remaining objects and
3342 * get the page count to 0. In this case, we'll deadlock if we try to
3343 * cancel the work (the worker runs with an internal lock held, which
3344 * is the same lock we would hold for cancel_work_sync().)
3345 *
3346 * Since we can't possibly know who got us here, just refrain from
3347 * running if there is already work pending
3348 */
3349 if (work_pending(&cachep->memcg_params->destroy))
3350 return;
3351 /*
Glauber Costa1f458cb2012-12-18 14:22:50 -08003352 * We have to defer the actual destroying to a workqueue, because
3353 * we might currently be in a context that cannot sleep.
3354 */
3355 schedule_work(&cachep->memcg_params->destroy);
3356}
3357
Glauber Costad7f25f82012-12-18 14:22:40 -08003358/*
3359 * This lock protects updaters, not readers. We want readers to be as fast as
3360 * they can, and they will either see NULL or a valid cache value. Our model
3361 * allow them to see NULL, in which case the root memcg will be selected.
3362 *
3363 * We need this lock because multiple allocations to the same cache from a non
3364 * will span more than one worker. Only one of them can create the cache.
3365 */
3366static DEFINE_MUTEX(memcg_cache_mutex);
Michal Hockod9c10dd2013-03-28 08:48:14 +01003367
3368/*
3369 * Called with memcg_cache_mutex held
3370 */
3371static struct kmem_cache *kmem_cache_dup(struct mem_cgroup *memcg,
3372 struct kmem_cache *s)
3373{
3374 struct kmem_cache *new;
3375 static char *tmp_name = NULL;
3376
3377 lockdep_assert_held(&memcg_cache_mutex);
3378
3379 /*
3380 * kmem_cache_create_memcg duplicates the given name and
3381 * cgroup_name for this name requires RCU context.
3382 * This static temporary buffer is used to prevent from
3383 * pointless shortliving allocation.
3384 */
3385 if (!tmp_name) {
3386 tmp_name = kmalloc(PATH_MAX, GFP_KERNEL);
3387 if (!tmp_name)
3388 return NULL;
3389 }
3390
3391 rcu_read_lock();
3392 snprintf(tmp_name, PATH_MAX, "%s(%d:%s)", s->name,
3393 memcg_cache_id(memcg), cgroup_name(memcg->css.cgroup));
3394 rcu_read_unlock();
3395
3396 new = kmem_cache_create_memcg(memcg, tmp_name, s->object_size, s->align,
3397 (s->flags & ~SLAB_PANIC), s->ctor, s);
3398
3399 if (new)
3400 new->allocflags |= __GFP_KMEMCG;
3401
3402 return new;
3403}
3404
Glauber Costad7f25f82012-12-18 14:22:40 -08003405static struct kmem_cache *memcg_create_kmem_cache(struct mem_cgroup *memcg,
3406 struct kmem_cache *cachep)
3407{
3408 struct kmem_cache *new_cachep;
3409 int idx;
3410
3411 BUG_ON(!memcg_can_account_kmem(memcg));
3412
3413 idx = memcg_cache_id(memcg);
3414
3415 mutex_lock(&memcg_cache_mutex);
3416 new_cachep = cachep->memcg_params->memcg_caches[idx];
Li Zefan20f05312013-07-08 16:00:31 -07003417 if (new_cachep) {
3418 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003419 goto out;
Li Zefan20f05312013-07-08 16:00:31 -07003420 }
Glauber Costad7f25f82012-12-18 14:22:40 -08003421
3422 new_cachep = kmem_cache_dup(memcg, cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003423 if (new_cachep == NULL) {
3424 new_cachep = cachep;
Li Zefan20f05312013-07-08 16:00:31 -07003425 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003426 goto out;
3427 }
3428
Glauber Costa1f458cb2012-12-18 14:22:50 -08003429 atomic_set(&new_cachep->memcg_params->nr_pages , 0);
Glauber Costad7f25f82012-12-18 14:22:40 -08003430
3431 cachep->memcg_params->memcg_caches[idx] = new_cachep;
3432 /*
3433 * the readers won't lock, make sure everybody sees the updated value,
3434 * so they won't put stuff in the queue again for no reason
3435 */
3436 wmb();
3437out:
3438 mutex_unlock(&memcg_cache_mutex);
3439 return new_cachep;
3440}
3441
Glauber Costa7cf27982012-12-18 14:22:55 -08003442void kmem_cache_destroy_memcg_children(struct kmem_cache *s)
3443{
3444 struct kmem_cache *c;
3445 int i;
3446
3447 if (!s->memcg_params)
3448 return;
3449 if (!s->memcg_params->is_root_cache)
3450 return;
3451
3452 /*
3453 * If the cache is being destroyed, we trust that there is no one else
3454 * requesting objects from it. Even if there are, the sanity checks in
3455 * kmem_cache_destroy should caught this ill-case.
3456 *
3457 * Still, we don't want anyone else freeing memcg_caches under our
3458 * noses, which can happen if a new memcg comes to life. As usual,
3459 * we'll take the set_limit_mutex to protect ourselves against this.
3460 */
3461 mutex_lock(&set_limit_mutex);
3462 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3463 c = s->memcg_params->memcg_caches[i];
3464 if (!c)
3465 continue;
3466
3467 /*
3468 * We will now manually delete the caches, so to avoid races
3469 * we need to cancel all pending destruction workers and
3470 * proceed with destruction ourselves.
3471 *
3472 * kmem_cache_destroy() will call kmem_cache_shrink internally,
3473 * and that could spawn the workers again: it is likely that
3474 * the cache still have active pages until this very moment.
3475 * This would lead us back to mem_cgroup_destroy_cache.
3476 *
3477 * But that will not execute at all if the "dead" flag is not
3478 * set, so flip it down to guarantee we are in control.
3479 */
3480 c->memcg_params->dead = false;
Glauber Costa22933152012-12-18 14:22:59 -08003481 cancel_work_sync(&c->memcg_params->destroy);
Glauber Costa7cf27982012-12-18 14:22:55 -08003482 kmem_cache_destroy(c);
3483 }
3484 mutex_unlock(&set_limit_mutex);
3485}
3486
Glauber Costad7f25f82012-12-18 14:22:40 -08003487struct create_work {
3488 struct mem_cgroup *memcg;
3489 struct kmem_cache *cachep;
3490 struct work_struct work;
3491};
3492
Glauber Costa1f458cb2012-12-18 14:22:50 -08003493static void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3494{
3495 struct kmem_cache *cachep;
3496 struct memcg_cache_params *params;
3497
3498 if (!memcg_kmem_is_active(memcg))
3499 return;
3500
3501 mutex_lock(&memcg->slab_caches_mutex);
3502 list_for_each_entry(params, &memcg->memcg_slab_caches, list) {
3503 cachep = memcg_params_to_cache(params);
3504 cachep->memcg_params->dead = true;
Glauber Costa1f458cb2012-12-18 14:22:50 -08003505 schedule_work(&cachep->memcg_params->destroy);
3506 }
3507 mutex_unlock(&memcg->slab_caches_mutex);
3508}
3509
Glauber Costad7f25f82012-12-18 14:22:40 -08003510static void memcg_create_cache_work_func(struct work_struct *w)
3511{
3512 struct create_work *cw;
3513
3514 cw = container_of(w, struct create_work, work);
3515 memcg_create_kmem_cache(cw->memcg, cw->cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003516 kfree(cw);
3517}
3518
3519/*
3520 * Enqueue the creation of a per-memcg kmem_cache.
Glauber Costad7f25f82012-12-18 14:22:40 -08003521 */
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003522static void __memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3523 struct kmem_cache *cachep)
Glauber Costad7f25f82012-12-18 14:22:40 -08003524{
3525 struct create_work *cw;
3526
3527 cw = kmalloc(sizeof(struct create_work), GFP_NOWAIT);
Li Zefanca0dde92013-04-29 15:08:57 -07003528 if (cw == NULL) {
3529 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003530 return;
3531 }
3532
3533 cw->memcg = memcg;
3534 cw->cachep = cachep;
3535
3536 INIT_WORK(&cw->work, memcg_create_cache_work_func);
3537 schedule_work(&cw->work);
3538}
3539
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003540static void memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3541 struct kmem_cache *cachep)
3542{
3543 /*
3544 * We need to stop accounting when we kmalloc, because if the
3545 * corresponding kmalloc cache is not yet created, the first allocation
3546 * in __memcg_create_cache_enqueue will recurse.
3547 *
3548 * However, it is better to enclose the whole function. Depending on
3549 * the debugging options enabled, INIT_WORK(), for instance, can
3550 * trigger an allocation. This too, will make us recurse. Because at
3551 * this point we can't allow ourselves back into memcg_kmem_get_cache,
3552 * the safest choice is to do it like this, wrapping the whole function.
3553 */
3554 memcg_stop_kmem_account();
3555 __memcg_create_cache_enqueue(memcg, cachep);
3556 memcg_resume_kmem_account();
3557}
Glauber Costad7f25f82012-12-18 14:22:40 -08003558/*
3559 * Return the kmem_cache we're supposed to use for a slab allocation.
3560 * We try to use the current memcg's version of the cache.
3561 *
3562 * If the cache does not exist yet, if we are the first user of it,
3563 * we either create it immediately, if possible, or create it asynchronously
3564 * in a workqueue.
3565 * In the latter case, we will let the current allocation go through with
3566 * the original cache.
3567 *
3568 * Can't be called in interrupt context or from kernel threads.
3569 * This function needs to be called with rcu_read_lock() held.
3570 */
3571struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep,
3572 gfp_t gfp)
3573{
3574 struct mem_cgroup *memcg;
3575 int idx;
3576
3577 VM_BUG_ON(!cachep->memcg_params);
3578 VM_BUG_ON(!cachep->memcg_params->is_root_cache);
3579
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003580 if (!current->mm || current->memcg_kmem_skip_account)
3581 return cachep;
3582
Glauber Costad7f25f82012-12-18 14:22:40 -08003583 rcu_read_lock();
3584 memcg = mem_cgroup_from_task(rcu_dereference(current->mm->owner));
Glauber Costad7f25f82012-12-18 14:22:40 -08003585
3586 if (!memcg_can_account_kmem(memcg))
Li Zefanca0dde92013-04-29 15:08:57 -07003587 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003588
3589 idx = memcg_cache_id(memcg);
3590
3591 /*
3592 * barrier to mare sure we're always seeing the up to date value. The
3593 * code updating memcg_caches will issue a write barrier to match this.
3594 */
3595 read_barrier_depends();
Li Zefanca0dde92013-04-29 15:08:57 -07003596 if (likely(cachep->memcg_params->memcg_caches[idx])) {
3597 cachep = cachep->memcg_params->memcg_caches[idx];
3598 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003599 }
3600
Li Zefanca0dde92013-04-29 15:08:57 -07003601 /* The corresponding put will be done in the workqueue. */
3602 if (!css_tryget(&memcg->css))
3603 goto out;
3604 rcu_read_unlock();
3605
3606 /*
3607 * If we are in a safe context (can wait, and not in interrupt
3608 * context), we could be be predictable and return right away.
3609 * This would guarantee that the allocation being performed
3610 * already belongs in the new cache.
3611 *
3612 * However, there are some clashes that can arrive from locking.
3613 * For instance, because we acquire the slab_mutex while doing
3614 * kmem_cache_dup, this means no further allocation could happen
3615 * with the slab_mutex held.
3616 *
3617 * Also, because cache creation issue get_online_cpus(), this
3618 * creates a lock chain: memcg_slab_mutex -> cpu_hotplug_mutex,
3619 * that ends up reversed during cpu hotplug. (cpuset allocates
3620 * a bunch of GFP_KERNEL memory during cpuup). Due to all that,
3621 * better to defer everything.
3622 */
3623 memcg_create_cache_enqueue(memcg, cachep);
3624 return cachep;
3625out:
3626 rcu_read_unlock();
3627 return cachep;
Glauber Costad7f25f82012-12-18 14:22:40 -08003628}
3629EXPORT_SYMBOL(__memcg_kmem_get_cache);
3630
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003631/*
3632 * We need to verify if the allocation against current->mm->owner's memcg is
3633 * possible for the given order. But the page is not allocated yet, so we'll
3634 * need a further commit step to do the final arrangements.
3635 *
3636 * It is possible for the task to switch cgroups in this mean time, so at
3637 * commit time, we can't rely on task conversion any longer. We'll then use
3638 * the handle argument to return to the caller which cgroup we should commit
3639 * against. We could also return the memcg directly and avoid the pointer
3640 * passing, but a boolean return value gives better semantics considering
3641 * the compiled-out case as well.
3642 *
3643 * Returning true means the allocation is possible.
3644 */
3645bool
3646__memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **_memcg, int order)
3647{
3648 struct mem_cgroup *memcg;
3649 int ret;
3650
3651 *_memcg = NULL;
Glauber Costa6d42c232013-07-08 16:00:00 -07003652
3653 /*
3654 * Disabling accounting is only relevant for some specific memcg
3655 * internal allocations. Therefore we would initially not have such
3656 * check here, since direct calls to the page allocator that are marked
3657 * with GFP_KMEMCG only happen outside memcg core. We are mostly
3658 * concerned with cache allocations, and by having this test at
3659 * memcg_kmem_get_cache, we are already able to relay the allocation to
3660 * the root cache and bypass the memcg cache altogether.
3661 *
3662 * There is one exception, though: the SLUB allocator does not create
3663 * large order caches, but rather service large kmallocs directly from
3664 * the page allocator. Therefore, the following sequence when backed by
3665 * the SLUB allocator:
3666 *
3667 * memcg_stop_kmem_account();
3668 * kmalloc(<large_number>)
3669 * memcg_resume_kmem_account();
3670 *
3671 * would effectively ignore the fact that we should skip accounting,
3672 * since it will drive us directly to this function without passing
3673 * through the cache selector memcg_kmem_get_cache. Such large
3674 * allocations are extremely rare but can happen, for instance, for the
3675 * cache arrays. We bring this test here.
3676 */
3677 if (!current->mm || current->memcg_kmem_skip_account)
3678 return true;
3679
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003680 memcg = try_get_mem_cgroup_from_mm(current->mm);
3681
3682 /*
3683 * very rare case described in mem_cgroup_from_task. Unfortunately there
3684 * isn't much we can do without complicating this too much, and it would
3685 * be gfp-dependent anyway. Just let it go
3686 */
3687 if (unlikely(!memcg))
3688 return true;
3689
3690 if (!memcg_can_account_kmem(memcg)) {
3691 css_put(&memcg->css);
3692 return true;
3693 }
3694
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003695 ret = memcg_charge_kmem(memcg, gfp, PAGE_SIZE << order);
3696 if (!ret)
3697 *_memcg = memcg;
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003698
3699 css_put(&memcg->css);
3700 return (ret == 0);
3701}
3702
3703void __memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg,
3704 int order)
3705{
3706 struct page_cgroup *pc;
3707
3708 VM_BUG_ON(mem_cgroup_is_root(memcg));
3709
3710 /* The page allocation failed. Revert */
3711 if (!page) {
3712 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003713 return;
3714 }
3715
3716 pc = lookup_page_cgroup(page);
3717 lock_page_cgroup(pc);
3718 pc->mem_cgroup = memcg;
3719 SetPageCgroupUsed(pc);
3720 unlock_page_cgroup(pc);
3721}
3722
3723void __memcg_kmem_uncharge_pages(struct page *page, int order)
3724{
3725 struct mem_cgroup *memcg = NULL;
3726 struct page_cgroup *pc;
3727
3728
3729 pc = lookup_page_cgroup(page);
3730 /*
3731 * Fast unlocked return. Theoretically might have changed, have to
3732 * check again after locking.
3733 */
3734 if (!PageCgroupUsed(pc))
3735 return;
3736
3737 lock_page_cgroup(pc);
3738 if (PageCgroupUsed(pc)) {
3739 memcg = pc->mem_cgroup;
3740 ClearPageCgroupUsed(pc);
3741 }
3742 unlock_page_cgroup(pc);
3743
3744 /*
3745 * We trust that only if there is a memcg associated with the page, it
3746 * is a valid allocation
3747 */
3748 if (!memcg)
3749 return;
3750
3751 VM_BUG_ON(mem_cgroup_is_root(memcg));
3752 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003753}
Glauber Costa1f458cb2012-12-18 14:22:50 -08003754#else
3755static inline void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3756{
3757}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003758#endif /* CONFIG_MEMCG_KMEM */
3759
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003760#ifdef CONFIG_TRANSPARENT_HUGEPAGE
3761
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07003762#define PCGF_NOCOPY_AT_SPLIT (1 << PCG_LOCK | 1 << PCG_MIGRATION)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003763/*
3764 * Because tail pages are not marked as "used", set it. We're under
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003765 * zone->lru_lock, 'splitting on pmd' and compound_lock.
3766 * charge/uncharge will be never happen and move_account() is done under
3767 * compound_lock(), so we don't have to take care of races.
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003768 */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003769void mem_cgroup_split_huge_fixup(struct page *head)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003770{
3771 struct page_cgroup *head_pc = lookup_page_cgroup(head);
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003772 struct page_cgroup *pc;
David Rientjesb070e652013-05-07 16:18:09 -07003773 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003774 int i;
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003775
KAMEZAWA Hiroyuki3d37c4a2011-01-25 15:07:28 -08003776 if (mem_cgroup_disabled())
3777 return;
David Rientjesb070e652013-05-07 16:18:09 -07003778
3779 memcg = head_pc->mem_cgroup;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003780 for (i = 1; i < HPAGE_PMD_NR; i++) {
3781 pc = head_pc + i;
David Rientjesb070e652013-05-07 16:18:09 -07003782 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003783 smp_wmb();/* see __commit_charge() */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003784 pc->flags = head_pc->flags & ~PCGF_NOCOPY_AT_SPLIT;
3785 }
David Rientjesb070e652013-05-07 16:18:09 -07003786 __this_cpu_sub(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
3787 HPAGE_PMD_NR);
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003788}
Hugh Dickins12d27102012-01-12 17:19:52 -08003789#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003790
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003791/**
Johannes Weinerde3638d2011-03-23 16:42:28 -07003792 * mem_cgroup_move_account - move account of the page
Johannes Weiner5564e882011-03-23 16:42:29 -07003793 * @page: the page
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003794 * @nr_pages: number of regular pages (>1 for huge pages)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003795 * @pc: page_cgroup of the page.
3796 * @from: mem_cgroup which the page is moved from.
3797 * @to: mem_cgroup which the page is moved to. @from != @to.
3798 *
3799 * The caller must confirm following.
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003800 * - page is not on LRU (isolate_page() is useful.)
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003801 * - compound_lock is held when nr_pages > 1
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003802 *
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003803 * This function doesn't do "charge" to new cgroup and doesn't do "uncharge"
3804 * from old cgroup.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003805 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003806static int mem_cgroup_move_account(struct page *page,
3807 unsigned int nr_pages,
3808 struct page_cgroup *pc,
3809 struct mem_cgroup *from,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003810 struct mem_cgroup *to)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003811{
Johannes Weinerde3638d2011-03-23 16:42:28 -07003812 unsigned long flags;
3813 int ret;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07003814 bool anon = PageAnon(page);
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003815
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003816 VM_BUG_ON(from == to);
Johannes Weiner5564e882011-03-23 16:42:29 -07003817 VM_BUG_ON(PageLRU(page));
Johannes Weinerde3638d2011-03-23 16:42:28 -07003818 /*
3819 * The page is isolated from LRU. So, collapse function
3820 * will not handle this page. But page splitting can happen.
3821 * Do this check under compound_page_lock(). The caller should
3822 * hold it.
3823 */
3824 ret = -EBUSY;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003825 if (nr_pages > 1 && !PageTransHuge(page))
Johannes Weinerde3638d2011-03-23 16:42:28 -07003826 goto out;
3827
3828 lock_page_cgroup(pc);
3829
3830 ret = -EINVAL;
3831 if (!PageCgroupUsed(pc) || pc->mem_cgroup != from)
3832 goto unlock;
3833
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003834 move_lock_mem_cgroup(from, &flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003835
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07003836 if (!anon && page_mapped(page)) {
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003837 /* Update mapped_file data for mem_cgroup */
3838 preempt_disable();
3839 __this_cpu_dec(from->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3840 __this_cpu_inc(to->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3841 preempt_enable();
Balbir Singhd69b0422009-06-17 16:26:34 -07003842 }
David Rientjesb070e652013-05-07 16:18:09 -07003843 mem_cgroup_charge_statistics(from, page, anon, -nr_pages);
Balbir Singhd69b0422009-06-17 16:26:34 -07003844
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08003845 /* caller should have done css_get */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003846 pc->mem_cgroup = to;
David Rientjesb070e652013-05-07 16:18:09 -07003847 mem_cgroup_charge_statistics(to, page, anon, nr_pages);
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003848 move_unlock_mem_cgroup(from, &flags);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003849 ret = 0;
3850unlock:
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003851 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08003852 /*
3853 * check events
3854 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003855 memcg_check_events(to, page);
3856 memcg_check_events(from, page);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003857out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003858 return ret;
3859}
3860
Michal Hocko2ef37d32012-10-26 13:37:30 +02003861/**
3862 * mem_cgroup_move_parent - moves page to the parent group
3863 * @page: the page to move
3864 * @pc: page_cgroup of the page
3865 * @child: page's cgroup
3866 *
3867 * move charges to its parent or the root cgroup if the group has no
3868 * parent (aka use_hierarchy==0).
3869 * Although this might fail (get_page_unless_zero, isolate_lru_page or
3870 * mem_cgroup_move_account fails) the failure is always temporary and
3871 * it signals a race with a page removal/uncharge or migration. In the
3872 * first case the page is on the way out and it will vanish from the LRU
3873 * on the next attempt and the call should be retried later.
3874 * Isolation from the LRU fails only if page has been isolated from
3875 * the LRU since we looked at it and that usually means either global
3876 * reclaim or migration going on. The page will either get back to the
3877 * LRU or vanish.
3878 * Finaly mem_cgroup_move_account fails only if the page got uncharged
3879 * (!PageCgroupUsed) or moved to a different group. The page will
3880 * disappear in the next attempt.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003881 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003882static int mem_cgroup_move_parent(struct page *page,
3883 struct page_cgroup *pc,
KAMEZAWA Hiroyuki6068bf02012-07-31 16:42:45 -07003884 struct mem_cgroup *child)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003885{
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003886 struct mem_cgroup *parent;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003887 unsigned int nr_pages;
Andrew Morton4be44892011-03-23 16:42:39 -07003888 unsigned long uninitialized_var(flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003889 int ret;
3890
Michal Hockod8423012012-10-26 13:37:29 +02003891 VM_BUG_ON(mem_cgroup_is_root(child));
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003892
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003893 ret = -EBUSY;
3894 if (!get_page_unless_zero(page))
3895 goto out;
3896 if (isolate_lru_page(page))
3897 goto put;
KAMEZAWA Hiroyuki52dbb902011-01-25 15:07:29 -08003898
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003899 nr_pages = hpage_nr_pages(page);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003900
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003901 parent = parent_mem_cgroup(child);
3902 /*
3903 * If no parent, move charges to root cgroup.
3904 */
3905 if (!parent)
3906 parent = root_mem_cgroup;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003907
Michal Hocko2ef37d32012-10-26 13:37:30 +02003908 if (nr_pages > 1) {
3909 VM_BUG_ON(!PageTransHuge(page));
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003910 flags = compound_lock_irqsave(page);
Michal Hocko2ef37d32012-10-26 13:37:30 +02003911 }
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003912
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003913 ret = mem_cgroup_move_account(page, nr_pages,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003914 pc, child, parent);
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003915 if (!ret)
3916 __mem_cgroup_cancel_local_charge(child, nr_pages);
Jesper Juhl8dba4742011-01-25 15:07:24 -08003917
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003918 if (nr_pages > 1)
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003919 compound_unlock_irqrestore(page, flags);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003920 putback_lru_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003921put:
Daisuke Nishimura40d58132009-01-15 13:51:12 -08003922 put_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003923out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003924 return ret;
3925}
3926
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003927/*
3928 * Charge the memory controller for page usage.
3929 * Return
3930 * 0 if the charge was successful
3931 * < 0 if the cgroup is over its limit
3932 */
3933static int mem_cgroup_charge_common(struct page *page, struct mm_struct *mm,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07003934 gfp_t gfp_mask, enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003935{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003936 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003937 unsigned int nr_pages = 1;
Johannes Weiner8493ae42011-02-01 15:52:44 -08003938 bool oom = true;
3939 int ret;
Andrea Arcangeliec168512011-01-13 15:46:56 -08003940
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003941 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003942 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003943 VM_BUG_ON(!PageTransHuge(page));
Johannes Weiner8493ae42011-02-01 15:52:44 -08003944 /*
3945 * Never OOM-kill a process for a huge page. The
3946 * fault handler will fall back to regular pages.
3947 */
3948 oom = false;
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003949 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003950
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003951 ret = __mem_cgroup_try_charge(mm, gfp_mask, nr_pages, &memcg, oom);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003952 if (ret == -ENOMEM)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003953 return ret;
Johannes Weinerce587e62012-04-24 20:22:33 +02003954 __mem_cgroup_commit_charge(memcg, page, nr_pages, ctype, false);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003955 return 0;
3956}
3957
3958int mem_cgroup_newpage_charge(struct page *page,
3959 struct mm_struct *mm, gfp_t gfp_mask)
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003960{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003961 if (mem_cgroup_disabled())
Li Zefancede86a2008-07-25 01:47:18 -07003962 return 0;
Johannes Weiner7a0524c2012-01-12 17:18:43 -08003963 VM_BUG_ON(page_mapped(page));
3964 VM_BUG_ON(page->mapping && !PageAnon(page));
3965 VM_BUG_ON(!mm);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003966 return mem_cgroup_charge_common(page, mm, gfp_mask,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07003967 MEM_CGROUP_CHARGE_TYPE_ANON);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003968}
3969
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003970/*
3971 * While swap-in, try_charge -> commit or cancel, the page is locked.
3972 * And when try_charge() successfully returns, one refcnt to memcg without
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02003973 * struct page_cgroup is acquired. This refcnt will be consumed by
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003974 * "commit()" or removed by "cancel()"
3975 */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003976static int __mem_cgroup_try_charge_swapin(struct mm_struct *mm,
3977 struct page *page,
3978 gfp_t mask,
3979 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003980{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003981 struct mem_cgroup *memcg;
Johannes Weiner90deb782012-07-31 16:45:47 -07003982 struct page_cgroup *pc;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003983 int ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003984
Johannes Weiner90deb782012-07-31 16:45:47 -07003985 pc = lookup_page_cgroup(page);
3986 /*
3987 * Every swap fault against a single page tries to charge the
3988 * page, bail as early as possible. shmem_unuse() encounters
3989 * already charged pages, too. The USED bit is protected by
3990 * the page lock, which serializes swap cache removal, which
3991 * in turn serializes uncharging.
3992 */
3993 if (PageCgroupUsed(pc))
3994 return 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003995 if (!do_swap_account)
3996 goto charge_cur_mm;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003997 memcg = try_get_mem_cgroup_from_page(page);
3998 if (!memcg)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003999 goto charge_cur_mm;
Johannes Weiner72835c82012-01-12 17:18:32 -08004000 *memcgp = memcg;
4001 ret = __mem_cgroup_try_charge(NULL, mask, 1, memcgp, true);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004002 css_put(&memcg->css);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08004003 if (ret == -EINTR)
4004 ret = 0;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08004005 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004006charge_cur_mm:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08004007 ret = __mem_cgroup_try_charge(mm, mask, 1, memcgp, true);
4008 if (ret == -EINTR)
4009 ret = 0;
4010 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004011}
4012
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004013int mem_cgroup_try_charge_swapin(struct mm_struct *mm, struct page *page,
4014 gfp_t gfp_mask, struct mem_cgroup **memcgp)
4015{
4016 *memcgp = NULL;
4017 if (mem_cgroup_disabled())
4018 return 0;
Johannes Weinerbdf4f4d2012-07-31 16:45:50 -07004019 /*
4020 * A racing thread's fault, or swapoff, may have already
4021 * updated the pte, and even removed page from swap cache: in
4022 * those cases unuse_pte()'s pte_same() test will fail; but
4023 * there's also a KSM case which does need to charge the page.
4024 */
4025 if (!PageSwapCache(page)) {
4026 int ret;
4027
4028 ret = __mem_cgroup_try_charge(mm, gfp_mask, 1, memcgp, true);
4029 if (ret == -EINTR)
4030 ret = 0;
4031 return ret;
4032 }
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004033 return __mem_cgroup_try_charge_swapin(mm, page, gfp_mask, memcgp);
4034}
4035
Johannes Weiner827a03d2012-07-31 16:45:36 -07004036void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg)
4037{
4038 if (mem_cgroup_disabled())
4039 return;
4040 if (!memcg)
4041 return;
4042 __mem_cgroup_cancel_charge(memcg, 1);
4043}
4044
Daisuke Nishimura83aae4c72009-04-02 16:57:48 -07004045static void
Johannes Weiner72835c82012-01-12 17:18:32 -08004046__mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *memcg,
Daisuke Nishimura83aae4c72009-04-02 16:57:48 -07004047 enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004048{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004049 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004050 return;
Johannes Weiner72835c82012-01-12 17:18:32 -08004051 if (!memcg)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004052 return;
KAMEZAWA Hiroyuki5a6475a2011-03-23 16:42:42 -07004053
Johannes Weinerce587e62012-04-24 20:22:33 +02004054 __mem_cgroup_commit_charge(memcg, page, 1, ctype, true);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004055 /*
4056 * Now swap is on-memory. This means this page may be
4057 * counted both as mem and swap....double count.
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004058 * Fix it by uncharging from memsw. Basically, this SwapCache is stable
4059 * under lock_page(). But in do_swap_page()::memory.c, reuse_swap_page()
4060 * may call delete_from_swap_cache() before reach here.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004061 */
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004062 if (do_swap_account && PageSwapCache(page)) {
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004063 swp_entry_t ent = {.val = page_private(page)};
Hugh Dickins86493002012-05-29 15:06:52 -07004064 mem_cgroup_uncharge_swap(ent);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004065 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004066}
4067
Johannes Weiner72835c82012-01-12 17:18:32 -08004068void mem_cgroup_commit_charge_swapin(struct page *page,
4069 struct mem_cgroup *memcg)
Daisuke Nishimura83aae4c72009-04-02 16:57:48 -07004070{
Johannes Weiner72835c82012-01-12 17:18:32 -08004071 __mem_cgroup_commit_charge_swapin(page, memcg,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004072 MEM_CGROUP_CHARGE_TYPE_ANON);
Daisuke Nishimura83aae4c72009-04-02 16:57:48 -07004073}
4074
Johannes Weiner827a03d2012-07-31 16:45:36 -07004075int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
4076 gfp_t gfp_mask)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004077{
Johannes Weiner827a03d2012-07-31 16:45:36 -07004078 struct mem_cgroup *memcg = NULL;
4079 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
4080 int ret;
4081
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004082 if (mem_cgroup_disabled())
Johannes Weiner827a03d2012-07-31 16:45:36 -07004083 return 0;
4084 if (PageCompound(page))
4085 return 0;
4086
Johannes Weiner827a03d2012-07-31 16:45:36 -07004087 if (!PageSwapCache(page))
4088 ret = mem_cgroup_charge_common(page, mm, gfp_mask, type);
4089 else { /* page is swapcache/shmem */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004090 ret = __mem_cgroup_try_charge_swapin(mm, page,
4091 gfp_mask, &memcg);
Johannes Weiner827a03d2012-07-31 16:45:36 -07004092 if (!ret)
4093 __mem_cgroup_commit_charge_swapin(page, memcg, type);
4094 }
4095 return ret;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004096}
4097
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004098static void mem_cgroup_do_uncharge(struct mem_cgroup *memcg,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004099 unsigned int nr_pages,
4100 const enum charge_type ctype)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004101{
4102 struct memcg_batch_info *batch = NULL;
4103 bool uncharge_memsw = true;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004104
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004105 /* If swapout, usage of swap doesn't decrease */
4106 if (!do_swap_account || ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT)
4107 uncharge_memsw = false;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004108
4109 batch = &current->memcg_batch;
4110 /*
4111 * In usual, we do css_get() when we remember memcg pointer.
4112 * But in this case, we keep res->usage until end of a series of
4113 * uncharges. Then, it's ok to ignore memcg's refcnt.
4114 */
4115 if (!batch->memcg)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004116 batch->memcg = memcg;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004117 /*
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004118 * do_batch > 0 when unmapping pages or inode invalidate/truncate.
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004119 * In those cases, all pages freed continuously can be expected to be in
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004120 * the same cgroup and we have chance to coalesce uncharges.
4121 * But we do uncharge one by one if this is killed by OOM(TIF_MEMDIE)
4122 * because we want to do uncharge as soon as possible.
4123 */
4124
4125 if (!batch->do_batch || test_thread_flag(TIF_MEMDIE))
4126 goto direct_uncharge;
4127
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004128 if (nr_pages > 1)
Andrea Arcangeliec168512011-01-13 15:46:56 -08004129 goto direct_uncharge;
4130
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004131 /*
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004132 * In typical case, batch->memcg == mem. This means we can
4133 * merge a series of uncharges to an uncharge of res_counter.
4134 * If not, we uncharge res_counter ony by one.
4135 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004136 if (batch->memcg != memcg)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004137 goto direct_uncharge;
4138 /* remember freed charge and uncharge it later */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004139 batch->nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004140 if (uncharge_memsw)
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004141 batch->memsw_nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004142 return;
4143direct_uncharge:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004144 res_counter_uncharge(&memcg->res, nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004145 if (uncharge_memsw)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004146 res_counter_uncharge(&memcg->memsw, nr_pages * PAGE_SIZE);
4147 if (unlikely(batch->memcg != memcg))
4148 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004149}
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004150
Balbir Singh8697d332008-02-07 00:13:59 -08004151/*
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004152 * uncharge if !page_mapped(page)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004153 */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004154static struct mem_cgroup *
Johannes Weiner0030f532012-07-31 16:45:25 -07004155__mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype,
4156 bool end_migration)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004157{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004158 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004159 unsigned int nr_pages = 1;
4160 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004161 bool anon;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004162
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004163 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004164 return NULL;
Balbir Singh40779602008-04-04 14:29:59 -07004165
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004166 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004167 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004168 VM_BUG_ON(!PageTransHuge(page));
4169 }
Balbir Singh8697d332008-02-07 00:13:59 -08004170 /*
Balbir Singh3c541e12008-02-07 00:14:41 -08004171 * Check if our page_cgroup is valid
Balbir Singh8697d332008-02-07 00:13:59 -08004172 */
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004173 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004174 if (unlikely(!PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004175 return NULL;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004176
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004177 lock_page_cgroup(pc);
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004178
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004179 memcg = pc->mem_cgroup;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004180
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004181 if (!PageCgroupUsed(pc))
4182 goto unlock_out;
4183
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004184 anon = PageAnon(page);
4185
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004186 switch (ctype) {
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004187 case MEM_CGROUP_CHARGE_TYPE_ANON:
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07004188 /*
4189 * Generally PageAnon tells if it's the anon statistics to be
4190 * updated; but sometimes e.g. mem_cgroup_uncharge_page() is
4191 * used before page reached the stage of being marked PageAnon.
4192 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004193 anon = true;
4194 /* fallthrough */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004195 case MEM_CGROUP_CHARGE_TYPE_DROP:
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004196 /* See mem_cgroup_prepare_migration() */
Johannes Weiner0030f532012-07-31 16:45:25 -07004197 if (page_mapped(page))
4198 goto unlock_out;
4199 /*
4200 * Pages under migration may not be uncharged. But
4201 * end_migration() /must/ be the one uncharging the
4202 * unused post-migration page and so it has to call
4203 * here with the migration bit still set. See the
4204 * res_counter handling below.
4205 */
4206 if (!end_migration && PageCgroupMigration(pc))
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004207 goto unlock_out;
4208 break;
4209 case MEM_CGROUP_CHARGE_TYPE_SWAPOUT:
4210 if (!PageAnon(page)) { /* Shared memory */
4211 if (page->mapping && !page_is_file_cache(page))
4212 goto unlock_out;
4213 } else if (page_mapped(page)) /* Anon */
4214 goto unlock_out;
4215 break;
4216 default:
4217 break;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004218 }
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004219
David Rientjesb070e652013-05-07 16:18:09 -07004220 mem_cgroup_charge_statistics(memcg, page, anon, -nr_pages);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004221
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004222 ClearPageCgroupUsed(pc);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08004223 /*
4224 * pc->mem_cgroup is not cleared here. It will be accessed when it's
4225 * freed from LRU. This is safe because uncharged page is expected not
4226 * to be reused (freed soon). Exception is SwapCache, it's handled by
4227 * special functions.
4228 */
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004229
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004230 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004231 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004232 * even after unlock, we have memcg->res.usage here and this memcg
Li Zefan40503772013-07-08 16:00:34 -07004233 * will never be freed, so it's safe to call css_get().
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004234 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004235 memcg_check_events(memcg, page);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004236 if (do_swap_account && ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004237 mem_cgroup_swap_statistics(memcg, true);
Li Zefan40503772013-07-08 16:00:34 -07004238 css_get(&memcg->css);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004239 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004240 /*
4241 * Migration does not charge the res_counter for the
4242 * replacement page, so leave it alone when phasing out the
4243 * page that is unused after the migration.
4244 */
4245 if (!end_migration && !mem_cgroup_is_root(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004246 mem_cgroup_do_uncharge(memcg, nr_pages, ctype);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004247
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004248 return memcg;
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004249
4250unlock_out:
4251 unlock_page_cgroup(pc);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004252 return NULL;
Balbir Singh3c541e12008-02-07 00:14:41 -08004253}
4254
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004255void mem_cgroup_uncharge_page(struct page *page)
4256{
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004257 /* early check. */
4258 if (page_mapped(page))
4259 return;
Johannes Weiner40f23a22012-01-12 17:18:45 -08004260 VM_BUG_ON(page->mapping && !PageAnon(page));
Johannes Weiner28ccddf2013-05-24 15:55:15 -07004261 /*
4262 * If the page is in swap cache, uncharge should be deferred
4263 * to the swap path, which also properly accounts swap usage
4264 * and handles memcg lifetime.
4265 *
4266 * Note that this check is not stable and reclaim may add the
4267 * page to swap cache at any time after this. However, if the
4268 * page is not in swap cache by the time page->mapcount hits
4269 * 0, there won't be any page table references to the swap
4270 * slot, and reclaim will free it and not actually write the
4271 * page to disk.
4272 */
Johannes Weiner0c59b892012-07-31 16:45:31 -07004273 if (PageSwapCache(page))
4274 return;
Johannes Weiner0030f532012-07-31 16:45:25 -07004275 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_ANON, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004276}
4277
4278void mem_cgroup_uncharge_cache_page(struct page *page)
4279{
4280 VM_BUG_ON(page_mapped(page));
KAMEZAWA Hiroyukib7abea92008-10-18 20:28:09 -07004281 VM_BUG_ON(page->mapping);
Johannes Weiner0030f532012-07-31 16:45:25 -07004282 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_CACHE, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004283}
4284
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004285/*
4286 * Batch_start/batch_end is called in unmap_page_range/invlidate/trucate.
4287 * In that cases, pages are freed continuously and we can expect pages
4288 * are in the same memcg. All these calls itself limits the number of
4289 * pages freed at once, then uncharge_start/end() is called properly.
4290 * This may be called prural(2) times in a context,
4291 */
4292
4293void mem_cgroup_uncharge_start(void)
4294{
4295 current->memcg_batch.do_batch++;
4296 /* We can do nest. */
4297 if (current->memcg_batch.do_batch == 1) {
4298 current->memcg_batch.memcg = NULL;
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004299 current->memcg_batch.nr_pages = 0;
4300 current->memcg_batch.memsw_nr_pages = 0;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004301 }
4302}
4303
4304void mem_cgroup_uncharge_end(void)
4305{
4306 struct memcg_batch_info *batch = &current->memcg_batch;
4307
4308 if (!batch->do_batch)
4309 return;
4310
4311 batch->do_batch--;
4312 if (batch->do_batch) /* If stacked, do nothing. */
4313 return;
4314
4315 if (!batch->memcg)
4316 return;
4317 /*
4318 * This "batch->memcg" is valid without any css_get/put etc...
4319 * bacause we hide charges behind us.
4320 */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004321 if (batch->nr_pages)
4322 res_counter_uncharge(&batch->memcg->res,
4323 batch->nr_pages * PAGE_SIZE);
4324 if (batch->memsw_nr_pages)
4325 res_counter_uncharge(&batch->memcg->memsw,
4326 batch->memsw_nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004327 memcg_oom_recover(batch->memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004328 /* forget this pointer (for sanity check) */
4329 batch->memcg = NULL;
4330}
4331
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004332#ifdef CONFIG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004333/*
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004334 * called after __delete_from_swap_cache() and drop "page" account.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004335 * memcg information is recorded to swap_cgroup of "ent"
4336 */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004337void
4338mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout)
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004339{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004340 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004341 int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004342
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004343 if (!swapout) /* this was a swap cache but the swap is unused ! */
4344 ctype = MEM_CGROUP_CHARGE_TYPE_DROP;
4345
Johannes Weiner0030f532012-07-31 16:45:25 -07004346 memcg = __mem_cgroup_uncharge_common(page, ctype, false);
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004347
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004348 /*
4349 * record memcg information, if swapout && memcg != NULL,
Li Zefan40503772013-07-08 16:00:34 -07004350 * css_get() was called in uncharge().
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004351 */
4352 if (do_swap_account && swapout && memcg)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004353 swap_cgroup_record(ent, css_id(&memcg->css));
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004354}
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004355#endif
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004356
Andrew Mortonc255a452012-07-31 16:43:02 -07004357#ifdef CONFIG_MEMCG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004358/*
4359 * called from swap_entry_free(). remove record in swap_cgroup and
4360 * uncharge "memsw" account.
4361 */
4362void mem_cgroup_uncharge_swap(swp_entry_t ent)
4363{
4364 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004365 unsigned short id;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004366
4367 if (!do_swap_account)
4368 return;
4369
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004370 id = swap_cgroup_record(ent, 0);
4371 rcu_read_lock();
4372 memcg = mem_cgroup_lookup(id);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004373 if (memcg) {
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004374 /*
4375 * We uncharge this because swap is freed.
4376 * This memcg can be obsolete one. We avoid calling css_tryget
4377 */
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004378 if (!mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -07004379 res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004380 mem_cgroup_swap_statistics(memcg, false);
Li Zefan40503772013-07-08 16:00:34 -07004381 css_put(&memcg->css);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004382 }
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004383 rcu_read_unlock();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004384}
Daisuke Nishimura02491442010-03-10 15:22:17 -08004385
4386/**
4387 * mem_cgroup_move_swap_account - move swap charge and swap_cgroup's record.
4388 * @entry: swap entry to be moved
4389 * @from: mem_cgroup which the entry is moved from
4390 * @to: mem_cgroup which the entry is moved to
4391 *
4392 * It succeeds only when the swap_cgroup's record for this entry is the same
4393 * as the mem_cgroup's id of @from.
4394 *
4395 * Returns 0 on success, -EINVAL on failure.
4396 *
4397 * The caller must have charged to @to, IOW, called res_counter_charge() about
4398 * both res and memsw, and called css_get().
4399 */
4400static int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004401 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004402{
4403 unsigned short old_id, new_id;
4404
4405 old_id = css_id(&from->css);
4406 new_id = css_id(&to->css);
4407
4408 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08004409 mem_cgroup_swap_statistics(from, false);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004410 mem_cgroup_swap_statistics(to, true);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004411 /*
4412 * This function is only called from task migration context now.
4413 * It postpones res_counter and refcount handling till the end
4414 * of task migration(mem_cgroup_clear_mc()) for performance
Li Zefan40503772013-07-08 16:00:34 -07004415 * improvement. But we cannot postpone css_get(to) because if
4416 * the process that has been moved to @to does swap-in, the
4417 * refcount of @to might be decreased to 0.
4418 *
4419 * We are in attach() phase, so the cgroup is guaranteed to be
4420 * alive, so we can just call css_get().
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004421 */
Li Zefan40503772013-07-08 16:00:34 -07004422 css_get(&to->css);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004423 return 0;
4424 }
4425 return -EINVAL;
4426}
4427#else
4428static inline int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004429 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004430{
4431 return -EINVAL;
4432}
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004433#endif
4434
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004435/*
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004436 * Before starting migration, account PAGE_SIZE to mem_cgroup that the old
4437 * page belongs to.
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004438 */
Johannes Weiner0030f532012-07-31 16:45:25 -07004439void mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
4440 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004441{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004442 struct mem_cgroup *memcg = NULL;
Mel Gormanb32967f2012-11-19 12:35:47 +00004443 unsigned int nr_pages = 1;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004444 struct page_cgroup *pc;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004445 enum charge_type ctype;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004446
Johannes Weiner72835c82012-01-12 17:18:32 -08004447 *memcgp = NULL;
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07004448
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004449 if (mem_cgroup_disabled())
Johannes Weiner0030f532012-07-31 16:45:25 -07004450 return;
Balbir Singh40779602008-04-04 14:29:59 -07004451
Mel Gormanb32967f2012-11-19 12:35:47 +00004452 if (PageTransHuge(page))
4453 nr_pages <<= compound_order(page);
4454
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004455 pc = lookup_page_cgroup(page);
4456 lock_page_cgroup(pc);
4457 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004458 memcg = pc->mem_cgroup;
4459 css_get(&memcg->css);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004460 /*
4461 * At migrating an anonymous page, its mapcount goes down
4462 * to 0 and uncharge() will be called. But, even if it's fully
4463 * unmapped, migration may fail and this page has to be
4464 * charged again. We set MIGRATION flag here and delay uncharge
4465 * until end_migration() is called
4466 *
4467 * Corner Case Thinking
4468 * A)
4469 * When the old page was mapped as Anon and it's unmap-and-freed
4470 * while migration was ongoing.
4471 * If unmap finds the old page, uncharge() of it will be delayed
4472 * until end_migration(). If unmap finds a new page, it's
4473 * uncharged when it make mapcount to be 1->0. If unmap code
4474 * finds swap_migration_entry, the new page will not be mapped
4475 * and end_migration() will find it(mapcount==0).
4476 *
4477 * B)
4478 * When the old page was mapped but migraion fails, the kernel
4479 * remaps it. A charge for it is kept by MIGRATION flag even
4480 * if mapcount goes down to 0. We can do remap successfully
4481 * without charging it again.
4482 *
4483 * C)
4484 * The "old" page is under lock_page() until the end of
4485 * migration, so, the old page itself will not be swapped-out.
4486 * If the new page is swapped out before end_migraton, our
4487 * hook to usual swap-out path will catch the event.
4488 */
4489 if (PageAnon(page))
4490 SetPageCgroupMigration(pc);
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004491 }
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004492 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004493 /*
4494 * If the page is not charged at this point,
4495 * we return here.
4496 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004497 if (!memcg)
Johannes Weiner0030f532012-07-31 16:45:25 -07004498 return;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004499
Johannes Weiner72835c82012-01-12 17:18:32 -08004500 *memcgp = memcg;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004501 /*
4502 * We charge new page before it's used/mapped. So, even if unlock_page()
4503 * is called before end_migration, we can catch all events on this new
4504 * page. In the case new page is migrated but not remapped, new page's
4505 * mapcount will be finally 0 and we call uncharge in end_migration().
4506 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004507 if (PageAnon(page))
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004508 ctype = MEM_CGROUP_CHARGE_TYPE_ANON;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004509 else
Johannes Weiner62ba7442012-07-31 16:45:39 -07004510 ctype = MEM_CGROUP_CHARGE_TYPE_CACHE;
Johannes Weiner0030f532012-07-31 16:45:25 -07004511 /*
4512 * The page is committed to the memcg, but it's not actually
4513 * charged to the res_counter since we plan on replacing the
4514 * old one and only one page is going to be left afterwards.
4515 */
Mel Gormanb32967f2012-11-19 12:35:47 +00004516 __mem_cgroup_commit_charge(memcg, newpage, nr_pages, ctype, false);
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004517}
Hugh Dickinsfb59e9f2008-03-04 14:29:16 -08004518
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004519/* remove redundant charge if migration failed*/
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004520void mem_cgroup_end_migration(struct mem_cgroup *memcg,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004521 struct page *oldpage, struct page *newpage, bool migration_ok)
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004522{
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004523 struct page *used, *unused;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004524 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004525 bool anon;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004526
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004527 if (!memcg)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004528 return;
Tejun Heob25ed602012-11-05 09:16:59 -08004529
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004530 if (!migration_ok) {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004531 used = oldpage;
4532 unused = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004533 } else {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004534 used = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004535 unused = oldpage;
4536 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004537 anon = PageAnon(used);
Johannes Weiner7d188952012-07-31 16:45:34 -07004538 __mem_cgroup_uncharge_common(unused,
4539 anon ? MEM_CGROUP_CHARGE_TYPE_ANON
4540 : MEM_CGROUP_CHARGE_TYPE_CACHE,
4541 true);
Johannes Weiner0030f532012-07-31 16:45:25 -07004542 css_put(&memcg->css);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004543 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004544 * We disallowed uncharge of pages under migration because mapcount
4545 * of the page goes down to zero, temporarly.
4546 * Clear the flag and check the page should be charged.
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004547 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004548 pc = lookup_page_cgroup(oldpage);
4549 lock_page_cgroup(pc);
4550 ClearPageCgroupMigration(pc);
4551 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004552
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004553 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004554 * If a page is a file cache, radix-tree replacement is very atomic
4555 * and we can skip this check. When it was an Anon page, its mapcount
4556 * goes down to 0. But because we added MIGRATION flage, it's not
4557 * uncharged yet. There are several case but page->mapcount check
4558 * and USED bit check in mem_cgroup_uncharge_page() will do enough
4559 * check. (see prepare_charge() also)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004560 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004561 if (anon)
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004562 mem_cgroup_uncharge_page(used);
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004563}
Pavel Emelianov78fb7462008-02-07 00:13:51 -08004564
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004565/*
4566 * At replace page cache, newpage is not under any memcg but it's on
4567 * LRU. So, this function doesn't touch res_counter but handles LRU
4568 * in correct way. Both pages are locked so we cannot race with uncharge.
4569 */
4570void mem_cgroup_replace_page_cache(struct page *oldpage,
4571 struct page *newpage)
4572{
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004573 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004574 struct page_cgroup *pc;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004575 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004576
4577 if (mem_cgroup_disabled())
4578 return;
4579
4580 pc = lookup_page_cgroup(oldpage);
4581 /* fix accounting on old pages */
4582 lock_page_cgroup(pc);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004583 if (PageCgroupUsed(pc)) {
4584 memcg = pc->mem_cgroup;
David Rientjesb070e652013-05-07 16:18:09 -07004585 mem_cgroup_charge_statistics(memcg, oldpage, false, -1);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004586 ClearPageCgroupUsed(pc);
4587 }
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004588 unlock_page_cgroup(pc);
4589
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004590 /*
4591 * When called from shmem_replace_page(), in some cases the
4592 * oldpage has already been charged, and in some cases not.
4593 */
4594 if (!memcg)
4595 return;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004596 /*
4597 * Even if newpage->mapping was NULL before starting replacement,
4598 * the newpage may be on LRU(or pagevec for LRU) already. We lock
4599 * LRU while we overwrite pc->mem_cgroup.
4600 */
Johannes Weinerce587e62012-04-24 20:22:33 +02004601 __mem_cgroup_commit_charge(memcg, newpage, 1, type, true);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004602}
4603
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004604#ifdef CONFIG_DEBUG_VM
4605static struct page_cgroup *lookup_page_cgroup_used(struct page *page)
4606{
4607 struct page_cgroup *pc;
4608
4609 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004610 /*
4611 * Can be NULL while feeding pages into the page allocator for
4612 * the first time, i.e. during boot or memory hotplug;
4613 * or when mem_cgroup_disabled().
4614 */
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004615 if (likely(pc) && PageCgroupUsed(pc))
4616 return pc;
4617 return NULL;
4618}
4619
4620bool mem_cgroup_bad_page_check(struct page *page)
4621{
4622 if (mem_cgroup_disabled())
4623 return false;
4624
4625 return lookup_page_cgroup_used(page) != NULL;
4626}
4627
4628void mem_cgroup_print_bad_page(struct page *page)
4629{
4630 struct page_cgroup *pc;
4631
4632 pc = lookup_page_cgroup_used(page);
4633 if (pc) {
Andrew Mortond0451972013-02-22 16:32:06 -08004634 pr_alert("pc:%p pc->flags:%lx pc->mem_cgroup:%p\n",
4635 pc, pc->flags, pc->mem_cgroup);
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004636 }
4637}
4638#endif
4639
KOSAKI Motohirod38d2a72009-01-06 14:39:44 -08004640static int mem_cgroup_resize_limit(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004641 unsigned long long val)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004642{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004643 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004644 u64 memswlimit, memlimit;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004645 int ret = 0;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004646 int children = mem_cgroup_count_children(memcg);
4647 u64 curusage, oldusage;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004648 int enlarge;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004649
4650 /*
4651 * For keeping hierarchical_reclaim simple, how long we should retry
4652 * is depends on callers. We set our retry-count to be function
4653 * of # of children which we should visit in this loop.
4654 */
4655 retry_count = MEM_CGROUP_RECLAIM_RETRIES * children;
4656
4657 oldusage = res_counter_read_u64(&memcg->res, RES_USAGE);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004658
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004659 enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004660 while (retry_count) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004661 if (signal_pending(current)) {
4662 ret = -EINTR;
4663 break;
4664 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004665 /*
4666 * Rather than hide all in some function, I do this in
4667 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004668 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004669 */
4670 mutex_lock(&set_limit_mutex);
4671 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4672 if (memswlimit < val) {
4673 ret = -EINVAL;
4674 mutex_unlock(&set_limit_mutex);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004675 break;
4676 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004677
4678 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4679 if (memlimit < val)
4680 enlarge = 1;
4681
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004682 ret = res_counter_set_limit(&memcg->res, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004683 if (!ret) {
4684 if (memswlimit == val)
4685 memcg->memsw_is_minimum = true;
4686 else
4687 memcg->memsw_is_minimum = false;
4688 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004689 mutex_unlock(&set_limit_mutex);
4690
4691 if (!ret)
4692 break;
4693
Johannes Weiner56600482012-01-12 17:17:59 -08004694 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4695 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004696 curusage = res_counter_read_u64(&memcg->res, RES_USAGE);
4697 /* Usage is reduced ? */
4698 if (curusage >= oldusage)
4699 retry_count--;
4700 else
4701 oldusage = curusage;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004702 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004703 if (!ret && enlarge)
4704 memcg_oom_recover(memcg);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08004705
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004706 return ret;
4707}
4708
Li Zefan338c8432009-06-17 16:27:15 -07004709static int mem_cgroup_resize_memsw_limit(struct mem_cgroup *memcg,
4710 unsigned long long val)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004711{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004712 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004713 u64 memlimit, memswlimit, oldusage, curusage;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004714 int children = mem_cgroup_count_children(memcg);
4715 int ret = -EBUSY;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004716 int enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004717
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004718 /* see mem_cgroup_resize_res_limit */
4719 retry_count = children * MEM_CGROUP_RECLAIM_RETRIES;
4720 oldusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004721 while (retry_count) {
4722 if (signal_pending(current)) {
4723 ret = -EINTR;
4724 break;
4725 }
4726 /*
4727 * Rather than hide all in some function, I do this in
4728 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004729 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004730 */
4731 mutex_lock(&set_limit_mutex);
4732 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4733 if (memlimit > val) {
4734 ret = -EINVAL;
4735 mutex_unlock(&set_limit_mutex);
4736 break;
4737 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004738 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4739 if (memswlimit < val)
4740 enlarge = 1;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004741 ret = res_counter_set_limit(&memcg->memsw, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004742 if (!ret) {
4743 if (memlimit == val)
4744 memcg->memsw_is_minimum = true;
4745 else
4746 memcg->memsw_is_minimum = false;
4747 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004748 mutex_unlock(&set_limit_mutex);
4749
4750 if (!ret)
4751 break;
4752
Johannes Weiner56600482012-01-12 17:17:59 -08004753 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4754 MEM_CGROUP_RECLAIM_NOSWAP |
4755 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004756 curusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004757 /* Usage is reduced ? */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004758 if (curusage >= oldusage)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004759 retry_count--;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004760 else
4761 oldusage = curusage;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004762 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004763 if (!ret && enlarge)
4764 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004765 return ret;
4766}
4767
Balbir Singh4e416952009-09-23 15:56:39 -07004768unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
Ying Han0ae5e892011-05-26 16:25:25 -07004769 gfp_t gfp_mask,
4770 unsigned long *total_scanned)
Balbir Singh4e416952009-09-23 15:56:39 -07004771{
4772 unsigned long nr_reclaimed = 0;
4773 struct mem_cgroup_per_zone *mz, *next_mz = NULL;
4774 unsigned long reclaimed;
4775 int loop = 0;
4776 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004777 unsigned long long excess;
Ying Han0ae5e892011-05-26 16:25:25 -07004778 unsigned long nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004779
4780 if (order > 0)
4781 return 0;
4782
KOSAKI Motohiro00918b62010-08-10 18:03:05 -07004783 mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
Balbir Singh4e416952009-09-23 15:56:39 -07004784 /*
4785 * This loop can run a while, specially if mem_cgroup's continuously
4786 * keep exceeding their soft limit and putting the system under
4787 * pressure
4788 */
4789 do {
4790 if (next_mz)
4791 mz = next_mz;
4792 else
4793 mz = mem_cgroup_largest_soft_limit_node(mctz);
4794 if (!mz)
4795 break;
4796
Ying Han0ae5e892011-05-26 16:25:25 -07004797 nr_scanned = 0;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004798 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, zone,
Johannes Weiner56600482012-01-12 17:17:59 -08004799 gfp_mask, &nr_scanned);
Balbir Singh4e416952009-09-23 15:56:39 -07004800 nr_reclaimed += reclaimed;
Ying Han0ae5e892011-05-26 16:25:25 -07004801 *total_scanned += nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004802 spin_lock(&mctz->lock);
4803
4804 /*
4805 * If we failed to reclaim anything from this memory cgroup
4806 * it is time to move on to the next cgroup
4807 */
4808 next_mz = NULL;
4809 if (!reclaimed) {
4810 do {
4811 /*
4812 * Loop until we find yet another one.
4813 *
4814 * By the time we get the soft_limit lock
4815 * again, someone might have aded the
4816 * group back on the RB tree. Iterate to
4817 * make sure we get a different mem.
4818 * mem_cgroup_largest_soft_limit_node returns
4819 * NULL if no other cgroup is present on
4820 * the tree
4821 */
4822 next_mz =
4823 __mem_cgroup_largest_soft_limit_node(mctz);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004824 if (next_mz == mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004825 css_put(&next_mz->memcg->css);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004826 else /* next_mz == NULL or other memcg */
Balbir Singh4e416952009-09-23 15:56:39 -07004827 break;
4828 } while (1);
4829 }
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004830 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
4831 excess = res_counter_soft_limit_excess(&mz->memcg->res);
Balbir Singh4e416952009-09-23 15:56:39 -07004832 /*
4833 * One school of thought says that we should not add
4834 * back the node to the tree if reclaim returns 0.
4835 * But our reclaim could return 0, simply because due
4836 * to priority we are exposing a smaller subset of
4837 * memory to reclaim from. Consider this as a longer
4838 * term TODO.
4839 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004840 /* If excess == 0, no tree ops */
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004841 __mem_cgroup_insert_exceeded(mz->memcg, mz, mctz, excess);
Balbir Singh4e416952009-09-23 15:56:39 -07004842 spin_unlock(&mctz->lock);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004843 css_put(&mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004844 loop++;
4845 /*
4846 * Could not reclaim anything and there are no more
4847 * mem cgroups to try or we seem to be looping without
4848 * reclaiming anything.
4849 */
4850 if (!nr_reclaimed &&
4851 (next_mz == NULL ||
4852 loop > MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS))
4853 break;
4854 } while (!nr_reclaimed);
4855 if (next_mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004856 css_put(&next_mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004857 return nr_reclaimed;
4858}
4859
Michal Hocko2ef37d32012-10-26 13:37:30 +02004860/**
4861 * mem_cgroup_force_empty_list - clears LRU of a group
4862 * @memcg: group to clear
4863 * @node: NUMA node
4864 * @zid: zone id
4865 * @lru: lru to to clear
4866 *
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004867 * Traverse a specified page_cgroup list and try to drop them all. This doesn't
Michal Hocko2ef37d32012-10-26 13:37:30 +02004868 * reclaim the pages page themselves - pages are moved to the parent (or root)
4869 * group.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004870 */
Michal Hocko2ef37d32012-10-26 13:37:30 +02004871static void mem_cgroup_force_empty_list(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004872 int node, int zid, enum lru_list lru)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004873{
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004874 struct lruvec *lruvec;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004875 unsigned long flags;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004876 struct list_head *list;
Johannes Weiner925b7672012-01-12 17:18:15 -08004877 struct page *busy;
4878 struct zone *zone;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004879
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004880 zone = &NODE_DATA(node)->node_zones[zid];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004881 lruvec = mem_cgroup_zone_lruvec(zone, memcg);
4882 list = &lruvec->lists[lru];
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004883
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004884 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004885 do {
Johannes Weiner925b7672012-01-12 17:18:15 -08004886 struct page_cgroup *pc;
Johannes Weiner5564e882011-03-23 16:42:29 -07004887 struct page *page;
4888
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004889 spin_lock_irqsave(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004890 if (list_empty(list)) {
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004891 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004892 break;
4893 }
Johannes Weiner925b7672012-01-12 17:18:15 -08004894 page = list_entry(list->prev, struct page, lru);
4895 if (busy == page) {
4896 list_move(&page->lru, list);
Thiago Farina648bcc72010-03-05 13:42:04 -08004897 busy = NULL;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004898 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004899 continue;
4900 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004901 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004902
Johannes Weiner925b7672012-01-12 17:18:15 -08004903 pc = lookup_page_cgroup(page);
Johannes Weiner5564e882011-03-23 16:42:29 -07004904
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004905 if (mem_cgroup_move_parent(page, pc, memcg)) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004906 /* found lock contention or "pc" is obsolete. */
Johannes Weiner925b7672012-01-12 17:18:15 -08004907 busy = page;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004908 cond_resched();
4909 } else
4910 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004911 } while (!list_empty(list));
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004912}
4913
4914/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004915 * make mem_cgroup's charge to be 0 if there is no task by moving
4916 * all the charges and pages to the parent.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004917 * This enables deleting this mem_cgroup.
Michal Hockoc26251f2012-10-26 13:37:28 +02004918 *
4919 * Caller is responsible for holding css reference on the memcg.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004920 */
Michal Hockoab5196c2012-10-26 13:37:32 +02004921static void mem_cgroup_reparent_charges(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004922{
Michal Hockoc26251f2012-10-26 13:37:28 +02004923 int node, zid;
Glauber Costabea207c2012-12-18 14:22:11 -08004924 u64 usage;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004925
Daisuke Nishimurafce66472010-01-15 17:01:30 -08004926 do {
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004927 /* This is for making all *used* pages to be on LRU. */
4928 lru_add_drain_all();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004929 drain_all_stock_sync(memcg);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004930 mem_cgroup_start_move(memcg);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08004931 for_each_node_state(node, N_MEMORY) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004932 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsf156ab932012-03-21 16:34:19 -07004933 enum lru_list lru;
4934 for_each_lru(lru) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004935 mem_cgroup_force_empty_list(memcg,
Hugh Dickinsf156ab932012-03-21 16:34:19 -07004936 node, zid, lru);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004937 }
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004938 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004939 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004940 mem_cgroup_end_move(memcg);
4941 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004942 cond_resched();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004943
Michal Hocko2ef37d32012-10-26 13:37:30 +02004944 /*
Glauber Costabea207c2012-12-18 14:22:11 -08004945 * Kernel memory may not necessarily be trackable to a specific
4946 * process. So they are not migrated, and therefore we can't
4947 * expect their value to drop to 0 here.
4948 * Having res filled up with kmem only is enough.
4949 *
Michal Hocko2ef37d32012-10-26 13:37:30 +02004950 * This is a safety check because mem_cgroup_force_empty_list
4951 * could have raced with mem_cgroup_replace_page_cache callers
4952 * so the lru seemed empty but the page could have been added
4953 * right after the check. RES_USAGE should be safe as we always
4954 * charge before adding to the LRU.
4955 */
Glauber Costabea207c2012-12-18 14:22:11 -08004956 usage = res_counter_read_u64(&memcg->res, RES_USAGE) -
4957 res_counter_read_u64(&memcg->kmem, RES_USAGE);
4958 } while (usage > 0);
Michal Hockoc26251f2012-10-26 13:37:28 +02004959}
4960
4961/*
Glauber Costab5f99b52013-02-22 16:34:53 -08004962 * This mainly exists for tests during the setting of set of use_hierarchy.
4963 * Since this is the very setting we are changing, the current hierarchy value
4964 * is meaningless
4965 */
4966static inline bool __memcg_has_children(struct mem_cgroup *memcg)
4967{
4968 struct cgroup *pos;
4969
4970 /* bounce at first found */
4971 cgroup_for_each_child(pos, memcg->css.cgroup)
4972 return true;
4973 return false;
4974}
4975
4976/*
Glauber Costa09998212013-02-22 16:34:55 -08004977 * Must be called with memcg_create_mutex held, unless the cgroup is guaranteed
4978 * to be already dead (as in mem_cgroup_force_empty, for instance). This is
Glauber Costab5f99b52013-02-22 16:34:53 -08004979 * from mem_cgroup_count_children(), in the sense that we don't really care how
4980 * many children we have; we only need to know if we have any. It also counts
4981 * any memcg without hierarchy as infertile.
4982 */
4983static inline bool memcg_has_children(struct mem_cgroup *memcg)
4984{
4985 return memcg->use_hierarchy && __memcg_has_children(memcg);
4986}
4987
4988/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004989 * Reclaims as many pages from the given memcg as possible and moves
4990 * the rest to the parent.
4991 *
4992 * Caller is responsible for holding css reference for memcg.
4993 */
4994static int mem_cgroup_force_empty(struct mem_cgroup *memcg)
4995{
4996 int nr_retries = MEM_CGROUP_RECLAIM_RETRIES;
4997 struct cgroup *cgrp = memcg->css.cgroup;
4998
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004999 /* returns EBUSY if there is a task or if we come here twice. */
Michal Hockoc26251f2012-10-26 13:37:28 +02005000 if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children))
5001 return -EBUSY;
5002
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005003 /* we call try-to-free pages for make this cgroup empty */
5004 lru_add_drain_all();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005005 /* try to free all pages in this cgroup */
Glauber Costa569530f2012-04-12 12:49:13 -07005006 while (nr_retries && res_counter_read_u64(&memcg->res, RES_USAGE) > 0) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005007 int progress;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005008
Michal Hockoc26251f2012-10-26 13:37:28 +02005009 if (signal_pending(current))
5010 return -EINTR;
5011
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005012 progress = try_to_free_mem_cgroup_pages(memcg, GFP_KERNEL,
Johannes Weiner185efc02011-09-14 16:21:58 -07005013 false);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005014 if (!progress) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005015 nr_retries--;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005016 /* maybe some writeback is necessary */
Jens Axboe8aa7e842009-07-09 14:52:32 +02005017 congestion_wait(BLK_RW_ASYNC, HZ/10);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005018 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005019
5020 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08005021 lru_add_drain();
Michal Hockoab5196c2012-10-26 13:37:32 +02005022 mem_cgroup_reparent_charges(memcg);
5023
5024 return 0;
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08005025}
5026
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07005027static int mem_cgroup_force_empty_write(struct cgroup *cont, unsigned int event)
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005028{
Michal Hockoc26251f2012-10-26 13:37:28 +02005029 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
5030 int ret;
5031
Michal Hockod8423012012-10-26 13:37:29 +02005032 if (mem_cgroup_is_root(memcg))
5033 return -EINVAL;
Michal Hockoc26251f2012-10-26 13:37:28 +02005034 css_get(&memcg->css);
5035 ret = mem_cgroup_force_empty(memcg);
5036 css_put(&memcg->css);
5037
5038 return ret;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005039}
5040
5041
Balbir Singh18f59ea2009-01-07 18:08:07 -08005042static u64 mem_cgroup_hierarchy_read(struct cgroup *cont, struct cftype *cft)
5043{
5044 return mem_cgroup_from_cont(cont)->use_hierarchy;
5045}
5046
5047static int mem_cgroup_hierarchy_write(struct cgroup *cont, struct cftype *cft,
5048 u64 val)
5049{
5050 int retval = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005051 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005052 struct cgroup *parent = cont->parent;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005053 struct mem_cgroup *parent_memcg = NULL;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005054
5055 if (parent)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005056 parent_memcg = mem_cgroup_from_cont(parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005057
Glauber Costa09998212013-02-22 16:34:55 -08005058 mutex_lock(&memcg_create_mutex);
Glauber Costa567fb432012-07-31 16:43:07 -07005059
5060 if (memcg->use_hierarchy == val)
5061 goto out;
5062
Balbir Singh18f59ea2009-01-07 18:08:07 -08005063 /*
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005064 * If parent's use_hierarchy is set, we can't make any modifications
Balbir Singh18f59ea2009-01-07 18:08:07 -08005065 * in the child subtrees. If it is unset, then the change can
5066 * occur, provided the current cgroup has no children.
5067 *
5068 * For the root cgroup, parent_mem is NULL, we allow value to be
5069 * set if there are no children.
5070 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005071 if ((!parent_memcg || !parent_memcg->use_hierarchy) &&
Balbir Singh18f59ea2009-01-07 18:08:07 -08005072 (val == 1 || val == 0)) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005073 if (!__memcg_has_children(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005074 memcg->use_hierarchy = val;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005075 else
5076 retval = -EBUSY;
5077 } else
5078 retval = -EINVAL;
Glauber Costa567fb432012-07-31 16:43:07 -07005079
5080out:
Glauber Costa09998212013-02-22 16:34:55 -08005081 mutex_unlock(&memcg_create_mutex);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005082
5083 return retval;
5084}
5085
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005086
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005087static unsigned long mem_cgroup_recursive_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005088 enum mem_cgroup_stat_index idx)
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005089{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005090 struct mem_cgroup *iter;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005091 long val = 0;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005092
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005093 /* Per-cpu values can be negative, use a signed accumulator */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005094 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005095 val += mem_cgroup_read_stat(iter, idx);
5096
5097 if (val < 0) /* race ? */
5098 val = 0;
5099 return val;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005100}
5101
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005102static inline u64 mem_cgroup_usage(struct mem_cgroup *memcg, bool swap)
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005103{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005104 u64 val;
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005105
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005106 if (!mem_cgroup_is_root(memcg)) {
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005107 if (!swap)
Glauber Costa65c64ce2011-12-22 01:02:27 +00005108 return res_counter_read_u64(&memcg->res, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005109 else
Glauber Costa65c64ce2011-12-22 01:02:27 +00005110 return res_counter_read_u64(&memcg->memsw, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005111 }
5112
David Rientjesb070e652013-05-07 16:18:09 -07005113 /*
5114 * Transparent hugepages are still accounted for in MEM_CGROUP_STAT_RSS
5115 * as well as in MEM_CGROUP_STAT_RSS_HUGE.
5116 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005117 val = mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_CACHE);
5118 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_RSS);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005119
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005120 if (swap)
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005121 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_SWAP);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005122
5123 return val << PAGE_SHIFT;
5124}
5125
Tejun Heoaf36f902012-04-01 12:09:55 -07005126static ssize_t mem_cgroup_read(struct cgroup *cont, struct cftype *cft,
5127 struct file *file, char __user *buf,
5128 size_t nbytes, loff_t *ppos)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005129{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005130 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Tejun Heoaf36f902012-04-01 12:09:55 -07005131 char str[64];
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005132 u64 val;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005133 int name, len;
5134 enum res_type type;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005135
5136 type = MEMFILE_TYPE(cft->private);
5137 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005138
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005139 switch (type) {
5140 case _MEM:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005141 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005142 val = mem_cgroup_usage(memcg, false);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005143 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005144 val = res_counter_read_u64(&memcg->res, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005145 break;
5146 case _MEMSWAP:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005147 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005148 val = mem_cgroup_usage(memcg, true);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005149 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005150 val = res_counter_read_u64(&memcg->memsw, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005151 break;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005152 case _KMEM:
5153 val = res_counter_read_u64(&memcg->kmem, name);
5154 break;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005155 default:
5156 BUG();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005157 }
Tejun Heoaf36f902012-04-01 12:09:55 -07005158
5159 len = scnprintf(str, sizeof(str), "%llu\n", (unsigned long long)val);
5160 return simple_read_from_buffer(buf, nbytes, ppos, str, len);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005161}
Glauber Costa510fc4e2012-12-18 14:21:47 -08005162
5163static int memcg_update_kmem_limit(struct cgroup *cont, u64 val)
5164{
5165 int ret = -EINVAL;
5166#ifdef CONFIG_MEMCG_KMEM
5167 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
5168 /*
5169 * For simplicity, we won't allow this to be disabled. It also can't
5170 * be changed if the cgroup has children already, or if tasks had
5171 * already joined.
5172 *
5173 * If tasks join before we set the limit, a person looking at
5174 * kmem.usage_in_bytes will have no way to determine when it took
5175 * place, which makes the value quite meaningless.
5176 *
5177 * After it first became limited, changes in the value of the limit are
5178 * of course permitted.
Glauber Costa510fc4e2012-12-18 14:21:47 -08005179 */
Glauber Costa09998212013-02-22 16:34:55 -08005180 mutex_lock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005181 mutex_lock(&set_limit_mutex);
5182 if (!memcg->kmem_account_flags && val != RESOURCE_MAX) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005183 if (cgroup_task_count(cont) || memcg_has_children(memcg)) {
Glauber Costa510fc4e2012-12-18 14:21:47 -08005184 ret = -EBUSY;
5185 goto out;
5186 }
5187 ret = res_counter_set_limit(&memcg->kmem, val);
5188 VM_BUG_ON(ret);
5189
Glauber Costa55007d82012-12-18 14:22:38 -08005190 ret = memcg_update_cache_sizes(memcg);
5191 if (ret) {
5192 res_counter_set_limit(&memcg->kmem, RESOURCE_MAX);
5193 goto out;
5194 }
Glauber Costa692e89a2013-02-22 16:34:56 -08005195 static_key_slow_inc(&memcg_kmem_enabled_key);
5196 /*
5197 * setting the active bit after the inc will guarantee no one
5198 * starts accounting before all call sites are patched
5199 */
5200 memcg_kmem_set_active(memcg);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005201 } else
5202 ret = res_counter_set_limit(&memcg->kmem, val);
5203out:
5204 mutex_unlock(&set_limit_mutex);
Glauber Costa09998212013-02-22 16:34:55 -08005205 mutex_unlock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005206#endif
5207 return ret;
5208}
5209
Hugh Dickins6d0439902013-02-22 16:35:50 -08005210#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -08005211static int memcg_propagate_kmem(struct mem_cgroup *memcg)
Glauber Costa510fc4e2012-12-18 14:21:47 -08005212{
Glauber Costa55007d82012-12-18 14:22:38 -08005213 int ret = 0;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005214 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
5215 if (!parent)
Glauber Costa55007d82012-12-18 14:22:38 -08005216 goto out;
5217
Glauber Costa510fc4e2012-12-18 14:21:47 -08005218 memcg->kmem_account_flags = parent->kmem_account_flags;
Glauber Costaa8964b92012-12-18 14:22:09 -08005219 /*
5220 * When that happen, we need to disable the static branch only on those
5221 * memcgs that enabled it. To achieve this, we would be forced to
5222 * complicate the code by keeping track of which memcgs were the ones
5223 * that actually enabled limits, and which ones got it from its
5224 * parents.
5225 *
5226 * It is a lot simpler just to do static_key_slow_inc() on every child
5227 * that is accounted.
5228 */
Glauber Costa55007d82012-12-18 14:22:38 -08005229 if (!memcg_kmem_is_active(memcg))
5230 goto out;
5231
5232 /*
Li Zefan10d5ebf2013-07-08 16:00:33 -07005233 * __mem_cgroup_free() will issue static_key_slow_dec() because this
5234 * memcg is active already. If the later initialization fails then the
5235 * cgroup core triggers the cleanup so we do not have to do it here.
Glauber Costa55007d82012-12-18 14:22:38 -08005236 */
Glauber Costa55007d82012-12-18 14:22:38 -08005237 static_key_slow_inc(&memcg_kmem_enabled_key);
5238
5239 mutex_lock(&set_limit_mutex);
Glauber Costa425c5982013-07-08 16:00:01 -07005240 memcg_stop_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08005241 ret = memcg_update_cache_sizes(memcg);
Glauber Costa425c5982013-07-08 16:00:01 -07005242 memcg_resume_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08005243 mutex_unlock(&set_limit_mutex);
Glauber Costa55007d82012-12-18 14:22:38 -08005244out:
5245 return ret;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005246}
Hugh Dickins6d0439902013-02-22 16:35:50 -08005247#endif /* CONFIG_MEMCG_KMEM */
Glauber Costa510fc4e2012-12-18 14:21:47 -08005248
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005249/*
5250 * The user of this function is...
5251 * RES_LIMIT.
5252 */
Paul Menage856c13a2008-07-25 01:47:04 -07005253static int mem_cgroup_write(struct cgroup *cont, struct cftype *cft,
5254 const char *buffer)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005255{
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005256 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005257 enum res_type type;
5258 int name;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005259 unsigned long long val;
5260 int ret;
5261
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005262 type = MEMFILE_TYPE(cft->private);
5263 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005264
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005265 switch (name) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005266 case RES_LIMIT:
Balbir Singh4b3bde42009-09-23 15:56:32 -07005267 if (mem_cgroup_is_root(memcg)) { /* Can't set limit on root */
5268 ret = -EINVAL;
5269 break;
5270 }
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005271 /* This function does all necessary parse...reuse it */
5272 ret = res_counter_memparse_write_strategy(buffer, &val);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005273 if (ret)
5274 break;
5275 if (type == _MEM)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005276 ret = mem_cgroup_resize_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005277 else if (type == _MEMSWAP)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005278 ret = mem_cgroup_resize_memsw_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005279 else if (type == _KMEM)
5280 ret = memcg_update_kmem_limit(cont, val);
5281 else
5282 return -EINVAL;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005283 break;
Balbir Singh296c81d2009-09-23 15:56:36 -07005284 case RES_SOFT_LIMIT:
5285 ret = res_counter_memparse_write_strategy(buffer, &val);
5286 if (ret)
5287 break;
5288 /*
5289 * For memsw, soft limits are hard to implement in terms
5290 * of semantics, for now, we support soft limits for
5291 * control without swap
5292 */
5293 if (type == _MEM)
5294 ret = res_counter_set_soft_limit(&memcg->res, val);
5295 else
5296 ret = -EINVAL;
5297 break;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005298 default:
5299 ret = -EINVAL; /* should be BUG() ? */
5300 break;
5301 }
5302 return ret;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005303}
5304
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005305static void memcg_get_hierarchical_limit(struct mem_cgroup *memcg,
5306 unsigned long long *mem_limit, unsigned long long *memsw_limit)
5307{
5308 struct cgroup *cgroup;
5309 unsigned long long min_limit, min_memsw_limit, tmp;
5310
5311 min_limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
5312 min_memsw_limit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5313 cgroup = memcg->css.cgroup;
5314 if (!memcg->use_hierarchy)
5315 goto out;
5316
5317 while (cgroup->parent) {
5318 cgroup = cgroup->parent;
5319 memcg = mem_cgroup_from_cont(cgroup);
5320 if (!memcg->use_hierarchy)
5321 break;
5322 tmp = res_counter_read_u64(&memcg->res, RES_LIMIT);
5323 min_limit = min(min_limit, tmp);
5324 tmp = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5325 min_memsw_limit = min(min_memsw_limit, tmp);
5326 }
5327out:
5328 *mem_limit = min_limit;
5329 *memsw_limit = min_memsw_limit;
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005330}
5331
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005332static int mem_cgroup_reset(struct cgroup *cont, unsigned int event)
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005333{
Tejun Heoaf36f902012-04-01 12:09:55 -07005334 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005335 int name;
5336 enum res_type type;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005337
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005338 type = MEMFILE_TYPE(event);
5339 name = MEMFILE_ATTR(event);
Tejun Heoaf36f902012-04-01 12:09:55 -07005340
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005341 switch (name) {
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005342 case RES_MAX_USAGE:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005343 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005344 res_counter_reset_max(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005345 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005346 res_counter_reset_max(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005347 else if (type == _KMEM)
5348 res_counter_reset_max(&memcg->kmem);
5349 else
5350 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005351 break;
5352 case RES_FAILCNT:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005353 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005354 res_counter_reset_failcnt(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005355 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005356 res_counter_reset_failcnt(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005357 else if (type == _KMEM)
5358 res_counter_reset_failcnt(&memcg->kmem);
5359 else
5360 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005361 break;
5362 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07005363
Pavel Emelyanov85cc59d2008-04-29 01:00:20 -07005364 return 0;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005365}
5366
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005367static u64 mem_cgroup_move_charge_read(struct cgroup *cgrp,
5368 struct cftype *cft)
5369{
5370 return mem_cgroup_from_cont(cgrp)->move_charge_at_immigrate;
5371}
5372
Daisuke Nishimura02491442010-03-10 15:22:17 -08005373#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005374static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5375 struct cftype *cft, u64 val)
5376{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005377 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005378
5379 if (val >= (1 << NR_MOVE_TYPE))
5380 return -EINVAL;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005381
Glauber Costaee5e8472013-02-22 16:34:50 -08005382 /*
5383 * No kind of locking is needed in here, because ->can_attach() will
5384 * check this value once in the beginning of the process, and then carry
5385 * on with stale data. This means that changes to this value will only
5386 * affect task migrations starting after the change.
5387 */
5388 memcg->move_charge_at_immigrate = val;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005389 return 0;
5390}
Daisuke Nishimura02491442010-03-10 15:22:17 -08005391#else
5392static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5393 struct cftype *cft, u64 val)
5394{
5395 return -ENOSYS;
5396}
5397#endif
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005398
Ying Han406eb0c2011-05-26 16:25:37 -07005399#ifdef CONFIG_NUMA
Wanpeng Liab215882012-07-31 16:43:09 -07005400static int memcg_numa_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weinerfada52c2012-05-29 15:07:06 -07005401 struct seq_file *m)
Ying Han406eb0c2011-05-26 16:25:37 -07005402{
5403 int nid;
5404 unsigned long total_nr, file_nr, anon_nr, unevictable_nr;
5405 unsigned long node_nr;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005406 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Ying Han406eb0c2011-05-26 16:25:37 -07005407
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005408 total_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005409 seq_printf(m, "total=%lu", total_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005410 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005411 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005412 seq_printf(m, " N%d=%lu", nid, node_nr);
5413 }
5414 seq_putc(m, '\n');
5415
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005416 file_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005417 seq_printf(m, "file=%lu", file_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005418 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005419 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005420 LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005421 seq_printf(m, " N%d=%lu", nid, node_nr);
5422 }
5423 seq_putc(m, '\n');
5424
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005425 anon_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005426 seq_printf(m, "anon=%lu", anon_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005427 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005428 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005429 LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005430 seq_printf(m, " N%d=%lu", nid, node_nr);
5431 }
5432 seq_putc(m, '\n');
5433
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005434 unevictable_nr = mem_cgroup_nr_lru_pages(memcg, BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005435 seq_printf(m, "unevictable=%lu", unevictable_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005436 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005437 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005438 BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005439 seq_printf(m, " N%d=%lu", nid, node_nr);
5440 }
5441 seq_putc(m, '\n');
5442 return 0;
5443}
5444#endif /* CONFIG_NUMA */
5445
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005446static inline void mem_cgroup_lru_names_not_uptodate(void)
5447{
5448 BUILD_BUG_ON(ARRAY_SIZE(mem_cgroup_lru_names) != NR_LRU_LISTS);
5449}
5450
Wanpeng Liab215882012-07-31 16:43:09 -07005451static int memcg_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005452 struct seq_file *m)
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005453{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005454 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005455 struct mem_cgroup *mi;
5456 unsigned int i;
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005457
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005458 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005459 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005460 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005461 seq_printf(m, "%s %ld\n", mem_cgroup_stat_names[i],
5462 mem_cgroup_read_stat(memcg, i) * PAGE_SIZE);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005463 }
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005464
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005465 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++)
5466 seq_printf(m, "%s %lu\n", mem_cgroup_events_names[i],
5467 mem_cgroup_read_events(memcg, i));
5468
5469 for (i = 0; i < NR_LRU_LISTS; i++)
5470 seq_printf(m, "%s %lu\n", mem_cgroup_lru_names[i],
5471 mem_cgroup_nr_lru_pages(memcg, BIT(i)) * PAGE_SIZE);
5472
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005473 /* Hierarchical information */
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005474 {
5475 unsigned long long limit, memsw_limit;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005476 memcg_get_hierarchical_limit(memcg, &limit, &memsw_limit);
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005477 seq_printf(m, "hierarchical_memory_limit %llu\n", limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005478 if (do_swap_account)
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005479 seq_printf(m, "hierarchical_memsw_limit %llu\n",
5480 memsw_limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005481 }
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005482
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005483 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
5484 long long val = 0;
5485
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005486 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005487 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005488 for_each_mem_cgroup_tree(mi, memcg)
5489 val += mem_cgroup_read_stat(mi, i) * PAGE_SIZE;
5490 seq_printf(m, "total_%s %lld\n", mem_cgroup_stat_names[i], val);
5491 }
5492
5493 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
5494 unsigned long long val = 0;
5495
5496 for_each_mem_cgroup_tree(mi, memcg)
5497 val += mem_cgroup_read_events(mi, i);
5498 seq_printf(m, "total_%s %llu\n",
5499 mem_cgroup_events_names[i], val);
5500 }
5501
5502 for (i = 0; i < NR_LRU_LISTS; i++) {
5503 unsigned long long val = 0;
5504
5505 for_each_mem_cgroup_tree(mi, memcg)
5506 val += mem_cgroup_nr_lru_pages(mi, BIT(i)) * PAGE_SIZE;
5507 seq_printf(m, "total_%s %llu\n", mem_cgroup_lru_names[i], val);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005508 }
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005509
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005510#ifdef CONFIG_DEBUG_VM
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005511 {
5512 int nid, zid;
5513 struct mem_cgroup_per_zone *mz;
Hugh Dickins89abfab2012-05-29 15:06:53 -07005514 struct zone_reclaim_stat *rstat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005515 unsigned long recent_rotated[2] = {0, 0};
5516 unsigned long recent_scanned[2] = {0, 0};
5517
5518 for_each_online_node(nid)
5519 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005520 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
Hugh Dickins89abfab2012-05-29 15:06:53 -07005521 rstat = &mz->lruvec.reclaim_stat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005522
Hugh Dickins89abfab2012-05-29 15:06:53 -07005523 recent_rotated[0] += rstat->recent_rotated[0];
5524 recent_rotated[1] += rstat->recent_rotated[1];
5525 recent_scanned[0] += rstat->recent_scanned[0];
5526 recent_scanned[1] += rstat->recent_scanned[1];
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005527 }
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005528 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]);
5529 seq_printf(m, "recent_rotated_file %lu\n", recent_rotated[1]);
5530 seq_printf(m, "recent_scanned_anon %lu\n", recent_scanned[0]);
5531 seq_printf(m, "recent_scanned_file %lu\n", recent_scanned[1]);
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005532 }
5533#endif
5534
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005535 return 0;
5536}
5537
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005538static u64 mem_cgroup_swappiness_read(struct cgroup *cgrp, struct cftype *cft)
5539{
5540 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5541
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07005542 return mem_cgroup_swappiness(memcg);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005543}
5544
5545static int mem_cgroup_swappiness_write(struct cgroup *cgrp, struct cftype *cft,
5546 u64 val)
5547{
5548 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5549 struct mem_cgroup *parent;
Li Zefan068b38c2009-01-15 13:51:26 -08005550
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005551 if (val > 100)
5552 return -EINVAL;
5553
5554 if (cgrp->parent == NULL)
5555 return -EINVAL;
5556
5557 parent = mem_cgroup_from_cont(cgrp->parent);
Li Zefan068b38c2009-01-15 13:51:26 -08005558
Glauber Costa09998212013-02-22 16:34:55 -08005559 mutex_lock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005560
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005561 /* If under hierarchy, only empty-root can set this value */
Glauber Costab5f99b52013-02-22 16:34:53 -08005562 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005563 mutex_unlock(&memcg_create_mutex);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005564 return -EINVAL;
Li Zefan068b38c2009-01-15 13:51:26 -08005565 }
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005566
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005567 memcg->swappiness = val;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005568
Glauber Costa09998212013-02-22 16:34:55 -08005569 mutex_unlock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005570
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005571 return 0;
5572}
5573
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005574static void __mem_cgroup_threshold(struct mem_cgroup *memcg, bool swap)
5575{
5576 struct mem_cgroup_threshold_ary *t;
5577 u64 usage;
5578 int i;
5579
5580 rcu_read_lock();
5581 if (!swap)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005582 t = rcu_dereference(memcg->thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005583 else
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005584 t = rcu_dereference(memcg->memsw_thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005585
5586 if (!t)
5587 goto unlock;
5588
5589 usage = mem_cgroup_usage(memcg, swap);
5590
5591 /*
Sha Zhengju748dad32012-05-29 15:06:57 -07005592 * current_threshold points to threshold just below or equal to usage.
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005593 * If it's not true, a threshold was crossed after last
5594 * call of __mem_cgroup_threshold().
5595 */
Phil Carmody5407a562010-05-26 14:42:42 -07005596 i = t->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005597
5598 /*
5599 * Iterate backward over array of thresholds starting from
5600 * current_threshold and check if a threshold is crossed.
5601 * If none of thresholds below usage is crossed, we read
5602 * only one element of the array here.
5603 */
5604 for (; i >= 0 && unlikely(t->entries[i].threshold > usage); i--)
5605 eventfd_signal(t->entries[i].eventfd, 1);
5606
5607 /* i = current_threshold + 1 */
5608 i++;
5609
5610 /*
5611 * Iterate forward over array of thresholds starting from
5612 * current_threshold+1 and check if a threshold is crossed.
5613 * If none of thresholds above usage is crossed, we read
5614 * only one element of the array here.
5615 */
5616 for (; i < t->size && unlikely(t->entries[i].threshold <= usage); i++)
5617 eventfd_signal(t->entries[i].eventfd, 1);
5618
5619 /* Update current_threshold */
Phil Carmody5407a562010-05-26 14:42:42 -07005620 t->current_threshold = i - 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005621unlock:
5622 rcu_read_unlock();
5623}
5624
5625static void mem_cgroup_threshold(struct mem_cgroup *memcg)
5626{
Kirill A. Shutemovad4ca5f2010-10-07 12:59:27 -07005627 while (memcg) {
5628 __mem_cgroup_threshold(memcg, false);
5629 if (do_swap_account)
5630 __mem_cgroup_threshold(memcg, true);
5631
5632 memcg = parent_mem_cgroup(memcg);
5633 }
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005634}
5635
5636static int compare_thresholds(const void *a, const void *b)
5637{
5638 const struct mem_cgroup_threshold *_a = a;
5639 const struct mem_cgroup_threshold *_b = b;
5640
5641 return _a->threshold - _b->threshold;
5642}
5643
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005644static int mem_cgroup_oom_notify_cb(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005645{
5646 struct mem_cgroup_eventfd_list *ev;
5647
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005648 list_for_each_entry(ev, &memcg->oom_notify, list)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005649 eventfd_signal(ev->eventfd, 1);
5650 return 0;
5651}
5652
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005653static void mem_cgroup_oom_notify(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005654{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005655 struct mem_cgroup *iter;
5656
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005657 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005658 mem_cgroup_oom_notify_cb(iter);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005659}
5660
5661static int mem_cgroup_usage_register_event(struct cgroup *cgrp,
5662 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005663{
5664 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005665 struct mem_cgroup_thresholds *thresholds;
5666 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005667 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005668 u64 threshold, usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005669 int i, size, ret;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005670
5671 ret = res_counter_memparse_write_strategy(args, &threshold);
5672 if (ret)
5673 return ret;
5674
5675 mutex_lock(&memcg->thresholds_lock);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005676
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005677 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005678 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005679 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005680 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005681 else
5682 BUG();
5683
5684 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5685
5686 /* Check if a threshold crossed before adding a new one */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005687 if (thresholds->primary)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005688 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5689
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005690 size = thresholds->primary ? thresholds->primary->size + 1 : 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005691
5692 /* Allocate memory for new array of thresholds */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005693 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005694 GFP_KERNEL);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005695 if (!new) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005696 ret = -ENOMEM;
5697 goto unlock;
5698 }
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005699 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005700
5701 /* Copy thresholds (if any) to new array */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005702 if (thresholds->primary) {
5703 memcpy(new->entries, thresholds->primary->entries, (size - 1) *
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005704 sizeof(struct mem_cgroup_threshold));
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005705 }
5706
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005707 /* Add new threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005708 new->entries[size - 1].eventfd = eventfd;
5709 new->entries[size - 1].threshold = threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005710
5711 /* Sort thresholds. Registering of new threshold isn't time-critical */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005712 sort(new->entries, size, sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005713 compare_thresholds, NULL);
5714
5715 /* Find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005716 new->current_threshold = -1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005717 for (i = 0; i < size; i++) {
Sha Zhengju748dad32012-05-29 15:06:57 -07005718 if (new->entries[i].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005719 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005720 * new->current_threshold will not be used until
5721 * rcu_assign_pointer(), so it's safe to increment
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005722 * it here.
5723 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005724 ++new->current_threshold;
Sha Zhengju748dad32012-05-29 15:06:57 -07005725 } else
5726 break;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005727 }
5728
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005729 /* Free old spare buffer and save old primary buffer as spare */
5730 kfree(thresholds->spare);
5731 thresholds->spare = thresholds->primary;
5732
5733 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005734
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005735 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005736 synchronize_rcu();
5737
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005738unlock:
5739 mutex_unlock(&memcg->thresholds_lock);
5740
5741 return ret;
5742}
5743
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005744static void mem_cgroup_usage_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005745 struct cftype *cft, struct eventfd_ctx *eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005746{
5747 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005748 struct mem_cgroup_thresholds *thresholds;
5749 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005750 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005751 u64 usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005752 int i, j, size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005753
5754 mutex_lock(&memcg->thresholds_lock);
5755 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005756 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005757 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005758 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005759 else
5760 BUG();
5761
Anton Vorontsov371528c2012-02-24 05:14:46 +04005762 if (!thresholds->primary)
5763 goto unlock;
5764
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005765 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5766
5767 /* Check if a threshold crossed before removing */
5768 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5769
5770 /* Calculate new number of threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005771 size = 0;
5772 for (i = 0; i < thresholds->primary->size; i++) {
5773 if (thresholds->primary->entries[i].eventfd != eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005774 size++;
5775 }
5776
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005777 new = thresholds->spare;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005778
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005779 /* Set thresholds array to NULL if we don't have thresholds */
5780 if (!size) {
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005781 kfree(new);
5782 new = NULL;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005783 goto swap_buffers;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005784 }
5785
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005786 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005787
5788 /* Copy thresholds and find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005789 new->current_threshold = -1;
5790 for (i = 0, j = 0; i < thresholds->primary->size; i++) {
5791 if (thresholds->primary->entries[i].eventfd == eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005792 continue;
5793
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005794 new->entries[j] = thresholds->primary->entries[i];
Sha Zhengju748dad32012-05-29 15:06:57 -07005795 if (new->entries[j].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005796 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005797 * new->current_threshold will not be used
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005798 * until rcu_assign_pointer(), so it's safe to increment
5799 * it here.
5800 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005801 ++new->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005802 }
5803 j++;
5804 }
5805
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005806swap_buffers:
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005807 /* Swap primary and spare array */
5808 thresholds->spare = thresholds->primary;
Sha Zhengju8c757762012-05-10 13:01:45 -07005809 /* If all events are unregistered, free the spare array */
5810 if (!new) {
5811 kfree(thresholds->spare);
5812 thresholds->spare = NULL;
5813 }
5814
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005815 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005816
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005817 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005818 synchronize_rcu();
Anton Vorontsov371528c2012-02-24 05:14:46 +04005819unlock:
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005820 mutex_unlock(&memcg->thresholds_lock);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005821}
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005822
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005823static int mem_cgroup_oom_register_event(struct cgroup *cgrp,
5824 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
5825{
5826 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5827 struct mem_cgroup_eventfd_list *event;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005828 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005829
5830 BUG_ON(type != _OOM_TYPE);
5831 event = kmalloc(sizeof(*event), GFP_KERNEL);
5832 if (!event)
5833 return -ENOMEM;
5834
Michal Hocko1af8efe2011-07-26 16:08:24 -07005835 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005836
5837 event->eventfd = eventfd;
5838 list_add(&event->list, &memcg->oom_notify);
5839
5840 /* already in OOM ? */
Michal Hocko79dfdac2011-07-26 16:08:23 -07005841 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005842 eventfd_signal(eventfd, 1);
Michal Hocko1af8efe2011-07-26 16:08:24 -07005843 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005844
5845 return 0;
5846}
5847
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005848static void mem_cgroup_oom_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005849 struct cftype *cft, struct eventfd_ctx *eventfd)
5850{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005851 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005852 struct mem_cgroup_eventfd_list *ev, *tmp;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005853 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005854
5855 BUG_ON(type != _OOM_TYPE);
5856
Michal Hocko1af8efe2011-07-26 16:08:24 -07005857 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005858
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005859 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) {
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005860 if (ev->eventfd == eventfd) {
5861 list_del(&ev->list);
5862 kfree(ev);
5863 }
5864 }
5865
Michal Hocko1af8efe2011-07-26 16:08:24 -07005866 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005867}
5868
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005869static int mem_cgroup_oom_control_read(struct cgroup *cgrp,
5870 struct cftype *cft, struct cgroup_map_cb *cb)
5871{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005872 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005873
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005874 cb->fill(cb, "oom_kill_disable", memcg->oom_kill_disable);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005875
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005876 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005877 cb->fill(cb, "under_oom", 1);
5878 else
5879 cb->fill(cb, "under_oom", 0);
5880 return 0;
5881}
5882
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005883static int mem_cgroup_oom_control_write(struct cgroup *cgrp,
5884 struct cftype *cft, u64 val)
5885{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005886 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005887 struct mem_cgroup *parent;
5888
5889 /* cannot set to root cgroup and only 0 and 1 are allowed */
5890 if (!cgrp->parent || !((val == 0) || (val == 1)))
5891 return -EINVAL;
5892
5893 parent = mem_cgroup_from_cont(cgrp->parent);
5894
Glauber Costa09998212013-02-22 16:34:55 -08005895 mutex_lock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005896 /* oom-kill-disable is a flag for subhierarchy. */
Glauber Costab5f99b52013-02-22 16:34:53 -08005897 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005898 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005899 return -EINVAL;
5900 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005901 memcg->oom_kill_disable = val;
KAMEZAWA Hiroyuki4d845eb2010-06-29 15:05:18 -07005902 if (!val)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005903 memcg_oom_recover(memcg);
Glauber Costa09998212013-02-22 16:34:55 -08005904 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005905 return 0;
5906}
5907
Andrew Mortonc255a452012-07-31 16:43:02 -07005908#ifdef CONFIG_MEMCG_KMEM
Glauber Costacbe128e32012-04-09 19:36:34 -03005909static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005910{
Glauber Costa55007d82012-12-18 14:22:38 -08005911 int ret;
5912
Glauber Costa2633d7a2012-12-18 14:22:34 -08005913 memcg->kmemcg_id = -1;
Glauber Costa55007d82012-12-18 14:22:38 -08005914 ret = memcg_propagate_kmem(memcg);
5915 if (ret)
5916 return ret;
Glauber Costa2633d7a2012-12-18 14:22:34 -08005917
Glauber Costa1d62e432012-04-09 19:36:33 -03005918 return mem_cgroup_sockets_init(memcg, ss);
Michel Lespinasse573b4002013-04-29 15:08:13 -07005919}
Glauber Costae5671df2011-12-11 21:47:01 +00005920
Li Zefan10d5ebf2013-07-08 16:00:33 -07005921static void memcg_destroy_kmem(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005922{
Glauber Costa1d62e432012-04-09 19:36:33 -03005923 mem_cgroup_sockets_destroy(memcg);
Li Zefan10d5ebf2013-07-08 16:00:33 -07005924}
5925
5926static void kmem_cgroup_css_offline(struct mem_cgroup *memcg)
5927{
5928 if (!memcg_kmem_is_active(memcg))
5929 return;
5930
5931 /*
5932 * kmem charges can outlive the cgroup. In the case of slab
5933 * pages, for instance, a page contain objects from various
5934 * processes. As we prevent from taking a reference for every
5935 * such allocation we have to be careful when doing uncharge
5936 * (see memcg_uncharge_kmem) and here during offlining.
5937 *
5938 * The idea is that that only the _last_ uncharge which sees
5939 * the dead memcg will drop the last reference. An additional
5940 * reference is taken here before the group is marked dead
5941 * which is then paired with css_put during uncharge resp. here.
5942 *
5943 * Although this might sound strange as this path is called from
5944 * css_offline() when the referencemight have dropped down to 0
5945 * and shouldn't be incremented anymore (css_tryget would fail)
5946 * we do not have other options because of the kmem allocations
5947 * lifetime.
5948 */
5949 css_get(&memcg->css);
Glauber Costa7de37682012-12-18 14:22:07 -08005950
5951 memcg_kmem_mark_dead(memcg);
5952
5953 if (res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0)
5954 return;
5955
Glauber Costa7de37682012-12-18 14:22:07 -08005956 if (memcg_kmem_test_and_clear_dead(memcg))
Li Zefan10d5ebf2013-07-08 16:00:33 -07005957 css_put(&memcg->css);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005958}
Glauber Costae5671df2011-12-11 21:47:01 +00005959#else
Glauber Costacbe128e32012-04-09 19:36:34 -03005960static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005961{
5962 return 0;
5963}
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005964
Li Zefan10d5ebf2013-07-08 16:00:33 -07005965static void memcg_destroy_kmem(struct mem_cgroup *memcg)
5966{
5967}
5968
5969static void kmem_cgroup_css_offline(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005970{
5971}
Glauber Costae5671df2011-12-11 21:47:01 +00005972#endif
5973
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005974static struct cftype mem_cgroup_files[] = {
5975 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005976 .name = "usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005977 .private = MEMFILE_PRIVATE(_MEM, RES_USAGE),
Tejun Heoaf36f902012-04-01 12:09:55 -07005978 .read = mem_cgroup_read,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005979 .register_event = mem_cgroup_usage_register_event,
5980 .unregister_event = mem_cgroup_usage_unregister_event,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005981 },
5982 {
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005983 .name = "max_usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005984 .private = MEMFILE_PRIVATE(_MEM, RES_MAX_USAGE),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005985 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005986 .read = mem_cgroup_read,
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005987 },
5988 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005989 .name = "limit_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005990 .private = MEMFILE_PRIVATE(_MEM, RES_LIMIT),
Paul Menage856c13a2008-07-25 01:47:04 -07005991 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005992 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005993 },
5994 {
Balbir Singh296c81d2009-09-23 15:56:36 -07005995 .name = "soft_limit_in_bytes",
5996 .private = MEMFILE_PRIVATE(_MEM, RES_SOFT_LIMIT),
5997 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005998 .read = mem_cgroup_read,
Balbir Singh296c81d2009-09-23 15:56:36 -07005999 },
6000 {
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006001 .name = "failcnt",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006002 .private = MEMFILE_PRIVATE(_MEM, RES_FAILCNT),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07006003 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07006004 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006005 },
Balbir Singh8697d332008-02-07 00:13:59 -08006006 {
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08006007 .name = "stat",
Wanpeng Liab215882012-07-31 16:43:09 -07006008 .read_seq_string = memcg_stat_show,
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08006009 },
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08006010 {
6011 .name = "force_empty",
6012 .trigger = mem_cgroup_force_empty_write,
6013 },
Balbir Singh18f59ea2009-01-07 18:08:07 -08006014 {
6015 .name = "use_hierarchy",
Tejun Heof00baae2013-04-15 13:41:15 -07006016 .flags = CFTYPE_INSANE,
Balbir Singh18f59ea2009-01-07 18:08:07 -08006017 .write_u64 = mem_cgroup_hierarchy_write,
6018 .read_u64 = mem_cgroup_hierarchy_read,
6019 },
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08006020 {
6021 .name = "swappiness",
6022 .read_u64 = mem_cgroup_swappiness_read,
6023 .write_u64 = mem_cgroup_swappiness_write,
6024 },
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006025 {
6026 .name = "move_charge_at_immigrate",
6027 .read_u64 = mem_cgroup_move_charge_read,
6028 .write_u64 = mem_cgroup_move_charge_write,
6029 },
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07006030 {
6031 .name = "oom_control",
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07006032 .read_map = mem_cgroup_oom_control_read,
6033 .write_u64 = mem_cgroup_oom_control_write,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07006034 .register_event = mem_cgroup_oom_register_event,
6035 .unregister_event = mem_cgroup_oom_unregister_event,
6036 .private = MEMFILE_PRIVATE(_OOM_TYPE, OOM_CONTROL),
6037 },
Anton Vorontsov70ddf632013-04-29 15:08:31 -07006038 {
6039 .name = "pressure_level",
6040 .register_event = vmpressure_register_event,
6041 .unregister_event = vmpressure_unregister_event,
6042 },
Ying Han406eb0c2011-05-26 16:25:37 -07006043#ifdef CONFIG_NUMA
6044 {
6045 .name = "numa_stat",
Wanpeng Liab215882012-07-31 16:43:09 -07006046 .read_seq_string = memcg_numa_stat_show,
Ying Han406eb0c2011-05-26 16:25:37 -07006047 },
6048#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006049#ifdef CONFIG_MEMCG_KMEM
6050 {
6051 .name = "kmem.limit_in_bytes",
6052 .private = MEMFILE_PRIVATE(_KMEM, RES_LIMIT),
6053 .write_string = mem_cgroup_write,
6054 .read = mem_cgroup_read,
6055 },
6056 {
6057 .name = "kmem.usage_in_bytes",
6058 .private = MEMFILE_PRIVATE(_KMEM, RES_USAGE),
6059 .read = mem_cgroup_read,
6060 },
6061 {
6062 .name = "kmem.failcnt",
6063 .private = MEMFILE_PRIVATE(_KMEM, RES_FAILCNT),
6064 .trigger = mem_cgroup_reset,
6065 .read = mem_cgroup_read,
6066 },
6067 {
6068 .name = "kmem.max_usage_in_bytes",
6069 .private = MEMFILE_PRIVATE(_KMEM, RES_MAX_USAGE),
6070 .trigger = mem_cgroup_reset,
6071 .read = mem_cgroup_read,
6072 },
Glauber Costa749c5412012-12-18 14:23:01 -08006073#ifdef CONFIG_SLABINFO
6074 {
6075 .name = "kmem.slabinfo",
6076 .read_seq_string = mem_cgroup_slabinfo_read,
6077 },
6078#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006079#endif
Tejun Heo6bc10342012-04-01 12:09:55 -07006080 { }, /* terminate */
Tejun Heoaf36f902012-04-01 12:09:55 -07006081};
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006082
Michal Hocko2d110852013-02-22 16:34:43 -08006083#ifdef CONFIG_MEMCG_SWAP
6084static struct cftype memsw_cgroup_files[] = {
6085 {
6086 .name = "memsw.usage_in_bytes",
6087 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_USAGE),
6088 .read = mem_cgroup_read,
6089 .register_event = mem_cgroup_usage_register_event,
6090 .unregister_event = mem_cgroup_usage_unregister_event,
6091 },
6092 {
6093 .name = "memsw.max_usage_in_bytes",
6094 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_MAX_USAGE),
6095 .trigger = mem_cgroup_reset,
6096 .read = mem_cgroup_read,
6097 },
6098 {
6099 .name = "memsw.limit_in_bytes",
6100 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_LIMIT),
6101 .write_string = mem_cgroup_write,
6102 .read = mem_cgroup_read,
6103 },
6104 {
6105 .name = "memsw.failcnt",
6106 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_FAILCNT),
6107 .trigger = mem_cgroup_reset,
6108 .read = mem_cgroup_read,
6109 },
6110 { }, /* terminate */
6111};
6112#endif
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006113static int alloc_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006114{
6115 struct mem_cgroup_per_node *pn;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006116 struct mem_cgroup_per_zone *mz;
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006117 int zone, tmp = node;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006118 /*
6119 * This routine is called against possible nodes.
6120 * But it's BUG to call kmalloc() against offline node.
6121 *
6122 * TODO: this routine can waste much memory for nodes which will
6123 * never be onlined. It's better to use memory hotplug callback
6124 * function.
6125 */
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006126 if (!node_state(node, N_NORMAL_MEMORY))
6127 tmp = -1;
Jesper Juhl17295c82011-01-13 15:47:42 -08006128 pn = kzalloc_node(sizeof(*pn), GFP_KERNEL, tmp);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006129 if (!pn)
6130 return 1;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006131
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006132 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6133 mz = &pn->zoneinfo[zone];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08006134 lruvec_init(&mz->lruvec);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006135 mz->usage_in_excess = 0;
Balbir Singh4e416952009-09-23 15:56:39 -07006136 mz->on_tree = false;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006137 mz->memcg = memcg;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006138 }
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006139 memcg->nodeinfo[node] = pn;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006140 return 0;
6141}
6142
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006143static void free_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006144{
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006145 kfree(memcg->nodeinfo[node]);
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006146}
6147
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006148static struct mem_cgroup *mem_cgroup_alloc(void)
6149{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006150 struct mem_cgroup *memcg;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006151 size_t size = memcg_size();
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006152
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006153 /* Can be very big if nr_node_ids is very big */
Jan Blunckc8dad2b2009-01-07 18:07:53 -08006154 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006155 memcg = kzalloc(size, GFP_KERNEL);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006156 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006157 memcg = vzalloc(size);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006158
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006159 if (!memcg)
Dan Carpentere7bbcdf2010-03-23 13:35:12 -07006160 return NULL;
6161
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006162 memcg->stat = alloc_percpu(struct mem_cgroup_stat_cpu);
6163 if (!memcg->stat)
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006164 goto out_free;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006165 spin_lock_init(&memcg->pcp_counter_lock);
6166 return memcg;
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006167
6168out_free:
6169 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006170 kfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006171 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006172 vfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006173 return NULL;
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006174}
6175
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006176/*
Glauber Costac8b2a362012-12-18 14:22:13 -08006177 * At destroying mem_cgroup, references from swap_cgroup can remain.
6178 * (scanning all at force_empty is too costly...)
6179 *
6180 * Instead of clearing all references at force_empty, we remember
6181 * the number of reference from swap_cgroup and free mem_cgroup when
6182 * it goes down to 0.
6183 *
6184 * Removal of cgroup itself succeeds regardless of refs from swap.
Hugh Dickins59927fb2012-03-15 15:17:07 -07006185 */
Glauber Costac8b2a362012-12-18 14:22:13 -08006186
6187static void __mem_cgroup_free(struct mem_cgroup *memcg)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006188{
Glauber Costac8b2a362012-12-18 14:22:13 -08006189 int node;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006190 size_t size = memcg_size();
Hugh Dickins59927fb2012-03-15 15:17:07 -07006191
Glauber Costac8b2a362012-12-18 14:22:13 -08006192 mem_cgroup_remove_from_trees(memcg);
6193 free_css_id(&mem_cgroup_subsys, &memcg->css);
6194
6195 for_each_node(node)
6196 free_mem_cgroup_per_zone_info(memcg, node);
6197
6198 free_percpu(memcg->stat);
6199
Glauber Costa3f134612012-05-29 15:07:11 -07006200 /*
6201 * We need to make sure that (at least for now), the jump label
6202 * destruction code runs outside of the cgroup lock. This is because
6203 * get_online_cpus(), which is called from the static_branch update,
6204 * can't be called inside the cgroup_lock. cpusets are the ones
6205 * enforcing this dependency, so if they ever change, we might as well.
6206 *
6207 * schedule_work() will guarantee this happens. Be careful if you need
6208 * to move this code around, and make sure it is outside
6209 * the cgroup_lock.
6210 */
Glauber Costaa8964b92012-12-18 14:22:09 -08006211 disarm_static_keys(memcg);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006212 if (size < PAGE_SIZE)
6213 kfree(memcg);
6214 else
6215 vfree(memcg);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006216}
Glauber Costa3afe36b2012-05-29 15:07:10 -07006217
Glauber Costac8b2a362012-12-18 14:22:13 -08006218
6219/*
6220 * Helpers for freeing a kmalloc()ed/vzalloc()ed mem_cgroup by RCU,
6221 * but in process context. The work_freeing structure is overlaid
6222 * on the rcu_freeing structure, which itself is overlaid on memsw.
6223 */
6224static void free_work(struct work_struct *work)
6225{
6226 struct mem_cgroup *memcg;
6227
6228 memcg = container_of(work, struct mem_cgroup, work_freeing);
6229 __mem_cgroup_free(memcg);
6230}
6231
Glauber Costa3afe36b2012-05-29 15:07:10 -07006232static void free_rcu(struct rcu_head *rcu_head)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006233{
6234 struct mem_cgroup *memcg;
6235
6236 memcg = container_of(rcu_head, struct mem_cgroup, rcu_freeing);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006237 INIT_WORK(&memcg->work_freeing, free_work);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006238 schedule_work(&memcg->work_freeing);
6239}
6240
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006241static void __mem_cgroup_put(struct mem_cgroup *memcg, int count)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006242{
Li Zefan8d76a972013-07-08 16:00:36 -07006243 if (atomic_sub_and_test(count, &memcg->refcnt))
Glauber Costac8b2a362012-12-18 14:22:13 -08006244 call_rcu(&memcg->rcu_freeing, free_rcu);
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)
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006248{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006249 __mem_cgroup_put(memcg, 1);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006250}
6251
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006252/*
6253 * Returns the parent mem_cgroup in memcgroup hierarchy with hierarchy enabled.
6254 */
Glauber Costae1aab162011-12-11 21:47:03 +00006255struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006256{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006257 if (!memcg->res.parent)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006258 return NULL;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006259 return mem_cgroup_from_res_counter(memcg->res.parent, res);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006260}
Glauber Costae1aab162011-12-11 21:47:03 +00006261EXPORT_SYMBOL(parent_mem_cgroup);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006262
Michal Hocko8787a1d2013-02-22 16:35:39 -08006263static void __init mem_cgroup_soft_limit_tree_init(void)
Balbir Singhf64c3f52009-09-23 15:56:37 -07006264{
6265 struct mem_cgroup_tree_per_node *rtpn;
6266 struct mem_cgroup_tree_per_zone *rtpz;
6267 int tmp, node, zone;
6268
Bob Liu3ed28fa2012-01-12 17:19:04 -08006269 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -07006270 tmp = node;
6271 if (!node_state(node, N_NORMAL_MEMORY))
6272 tmp = -1;
6273 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, tmp);
Michal Hocko8787a1d2013-02-22 16:35:39 -08006274 BUG_ON(!rtpn);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006275
6276 soft_limit_tree.rb_tree_per_node[node] = rtpn;
6277
6278 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6279 rtpz = &rtpn->rb_tree_per_zone[zone];
6280 rtpz->rb_root = RB_ROOT;
6281 spin_lock_init(&rtpz->lock);
6282 }
6283 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07006284}
6285
Li Zefan0eb253e2009-01-15 13:51:25 -08006286static struct cgroup_subsys_state * __ref
Tejun Heo92fb9742012-11-19 08:13:38 -08006287mem_cgroup_css_alloc(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006288{
Glauber Costad142e3e2013-02-22 16:34:52 -08006289 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006290 long error = -ENOMEM;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006291 int node;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006292
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006293 memcg = mem_cgroup_alloc();
6294 if (!memcg)
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006295 return ERR_PTR(error);
Pavel Emelianov78fb7462008-02-07 00:13:51 -08006296
Bob Liu3ed28fa2012-01-12 17:19:04 -08006297 for_each_node(node)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006298 if (alloc_mem_cgroup_per_zone_info(memcg, node))
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006299 goto free_out;
Balbir Singhf64c3f52009-09-23 15:56:37 -07006300
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006301 /* root ? */
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006302 if (cont->parent == NULL) {
Hillf Dantona41c58a2011-12-19 17:11:57 -08006303 root_mem_cgroup = memcg;
Glauber Costad142e3e2013-02-22 16:34:52 -08006304 res_counter_init(&memcg->res, NULL);
6305 res_counter_init(&memcg->memsw, NULL);
6306 res_counter_init(&memcg->kmem, NULL);
Balbir Singh18f59ea2009-01-07 18:08:07 -08006307 }
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006308
Glauber Costad142e3e2013-02-22 16:34:52 -08006309 memcg->last_scanned_node = MAX_NUMNODES;
6310 INIT_LIST_HEAD(&memcg->oom_notify);
6311 atomic_set(&memcg->refcnt, 1);
6312 memcg->move_charge_at_immigrate = 0;
6313 mutex_init(&memcg->thresholds_lock);
6314 spin_lock_init(&memcg->move_lock);
Anton Vorontsov70ddf632013-04-29 15:08:31 -07006315 vmpressure_init(&memcg->vmpressure);
Glauber Costad142e3e2013-02-22 16:34:52 -08006316
6317 return &memcg->css;
6318
6319free_out:
6320 __mem_cgroup_free(memcg);
6321 return ERR_PTR(error);
6322}
6323
6324static int
6325mem_cgroup_css_online(struct cgroup *cont)
6326{
6327 struct mem_cgroup *memcg, *parent;
6328 int error = 0;
6329
6330 if (!cont->parent)
6331 return 0;
6332
Glauber Costa09998212013-02-22 16:34:55 -08006333 mutex_lock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08006334 memcg = mem_cgroup_from_cont(cont);
6335 parent = mem_cgroup_from_cont(cont->parent);
6336
6337 memcg->use_hierarchy = parent->use_hierarchy;
6338 memcg->oom_kill_disable = parent->oom_kill_disable;
6339 memcg->swappiness = mem_cgroup_swappiness(parent);
6340
6341 if (parent->use_hierarchy) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006342 res_counter_init(&memcg->res, &parent->res);
6343 res_counter_init(&memcg->memsw, &parent->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006344 res_counter_init(&memcg->kmem, &parent->kmem);
Glauber Costa55007d82012-12-18 14:22:38 -08006345
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006346 /*
Li Zefan8d76a972013-07-08 16:00:36 -07006347 * No need to take a reference to the parent because cgroup
6348 * core guarantees its existence.
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006349 */
Balbir Singh18f59ea2009-01-07 18:08:07 -08006350 } else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006351 res_counter_init(&memcg->res, NULL);
6352 res_counter_init(&memcg->memsw, NULL);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006353 res_counter_init(&memcg->kmem, NULL);
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006354 /*
6355 * Deeper hierachy with use_hierarchy == false doesn't make
6356 * much sense so let cgroup subsystem know about this
6357 * unfortunate state in our controller.
6358 */
Glauber Costad142e3e2013-02-22 16:34:52 -08006359 if (parent != root_mem_cgroup)
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006360 mem_cgroup_subsys.broken_hierarchy = true;
Balbir Singh18f59ea2009-01-07 18:08:07 -08006361 }
Glauber Costacbe128e32012-04-09 19:36:34 -03006362
6363 error = memcg_init_kmem(memcg, &mem_cgroup_subsys);
Glauber Costa09998212013-02-22 16:34:55 -08006364 mutex_unlock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08006365 return error;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006366}
6367
Michal Hocko5f578162013-04-29 15:07:17 -07006368/*
6369 * Announce all parents that a group from their hierarchy is gone.
6370 */
6371static void mem_cgroup_invalidate_reclaim_iterators(struct mem_cgroup *memcg)
6372{
6373 struct mem_cgroup *parent = memcg;
6374
6375 while ((parent = parent_mem_cgroup(parent)))
Johannes Weiner519ebea2013-07-03 15:04:51 -07006376 mem_cgroup_iter_invalidate(parent);
Michal Hocko5f578162013-04-29 15:07:17 -07006377
6378 /*
6379 * if the root memcg is not hierarchical we have to check it
6380 * explicitely.
6381 */
6382 if (!root_mem_cgroup->use_hierarchy)
Johannes Weiner519ebea2013-07-03 15:04:51 -07006383 mem_cgroup_iter_invalidate(root_mem_cgroup);
Michal Hocko5f578162013-04-29 15:07:17 -07006384}
6385
Tejun Heo92fb9742012-11-19 08:13:38 -08006386static void mem_cgroup_css_offline(struct cgroup *cont)
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006387{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006388 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
KAMEZAWA Hiroyukiec64f512009-04-02 16:57:26 -07006389
Li Zefan10d5ebf2013-07-08 16:00:33 -07006390 kmem_cgroup_css_offline(memcg);
6391
Michal Hocko5f578162013-04-29 15:07:17 -07006392 mem_cgroup_invalidate_reclaim_iterators(memcg);
Michal Hockoab5196c2012-10-26 13:37:32 +02006393 mem_cgroup_reparent_charges(memcg);
Glauber Costa1f458cb2012-12-18 14:22:50 -08006394 mem_cgroup_destroy_all_caches(memcg);
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006395}
6396
Tejun Heo92fb9742012-11-19 08:13:38 -08006397static void mem_cgroup_css_free(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006398{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006399 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Daisuke Nishimurac268e992009-01-15 13:51:13 -08006400
Li Zefan10d5ebf2013-07-08 16:00:33 -07006401 memcg_destroy_kmem(memcg);
6402 __mem_cgroup_free(memcg);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006403}
6404
Daisuke Nishimura02491442010-03-10 15:22:17 -08006405#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006406/* Handlers for move charge at task migration. */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006407#define PRECHARGE_COUNT_AT_ONCE 256
6408static int mem_cgroup_do_precharge(unsigned long count)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006409{
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006410 int ret = 0;
6411 int batch_count = PRECHARGE_COUNT_AT_ONCE;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006412 struct mem_cgroup *memcg = mc.to;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006413
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006414 if (mem_cgroup_is_root(memcg)) {
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006415 mc.precharge += count;
6416 /* we don't need css_get for root */
6417 return ret;
6418 }
6419 /* try to charge at once */
6420 if (count > 1) {
6421 struct res_counter *dummy;
6422 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006423 * "memcg" cannot be under rmdir() because we've already checked
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006424 * by cgroup_lock_live_cgroup() that it is not removed and we
6425 * are still under the same cgroup_mutex. So we can postpone
6426 * css_get().
6427 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006428 if (res_counter_charge(&memcg->res, PAGE_SIZE * count, &dummy))
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006429 goto one_by_one;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006430 if (do_swap_account && res_counter_charge(&memcg->memsw,
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006431 PAGE_SIZE * count, &dummy)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006432 res_counter_uncharge(&memcg->res, PAGE_SIZE * count);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006433 goto one_by_one;
6434 }
6435 mc.precharge += count;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006436 return ret;
6437 }
6438one_by_one:
6439 /* fall back to one by one charge */
6440 while (count--) {
6441 if (signal_pending(current)) {
6442 ret = -EINTR;
6443 break;
6444 }
6445 if (!batch_count--) {
6446 batch_count = PRECHARGE_COUNT_AT_ONCE;
6447 cond_resched();
6448 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006449 ret = __mem_cgroup_try_charge(NULL,
6450 GFP_KERNEL, 1, &memcg, false);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006451 if (ret)
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006452 /* mem_cgroup_clear_mc() will do uncharge later */
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006453 return ret;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006454 mc.precharge++;
6455 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006456 return ret;
6457}
6458
6459/**
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006460 * get_mctgt_type - get target type of moving charge
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006461 * @vma: the vma the pte to be checked belongs
6462 * @addr: the address corresponding to the pte to be checked
6463 * @ptent: the pte to be checked
Daisuke Nishimura02491442010-03-10 15:22:17 -08006464 * @target: the pointer the target page or swap ent will be stored(can be NULL)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006465 *
6466 * Returns
6467 * 0(MC_TARGET_NONE): if the pte is not a target for move charge.
6468 * 1(MC_TARGET_PAGE): if the page corresponding to this pte is a target for
6469 * move charge. if @target is not NULL, the page is stored in target->page
6470 * with extra refcnt got(Callers should handle it).
Daisuke Nishimura02491442010-03-10 15:22:17 -08006471 * 2(MC_TARGET_SWAP): if the swap entry corresponding to this pte is a
6472 * target for charge migration. if @target is not NULL, the entry is stored
6473 * in target->ent.
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006474 *
6475 * Called with pte lock held.
6476 */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006477union mc_target {
6478 struct page *page;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006479 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006480};
6481
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006482enum mc_target_type {
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006483 MC_TARGET_NONE = 0,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006484 MC_TARGET_PAGE,
Daisuke Nishimura02491442010-03-10 15:22:17 -08006485 MC_TARGET_SWAP,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006486};
6487
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006488static struct page *mc_handle_present_pte(struct vm_area_struct *vma,
6489 unsigned long addr, pte_t ptent)
6490{
6491 struct page *page = vm_normal_page(vma, addr, ptent);
6492
6493 if (!page || !page_mapped(page))
6494 return NULL;
6495 if (PageAnon(page)) {
6496 /* we don't move shared anon */
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006497 if (!move_anon())
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006498 return NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006499 } else if (!move_file())
6500 /* we ignore mapcount for file pages */
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006501 return NULL;
6502 if (!get_page_unless_zero(page))
6503 return NULL;
6504
6505 return page;
6506}
6507
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006508#ifdef CONFIG_SWAP
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006509static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6510 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6511{
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006512 struct page *page = NULL;
6513 swp_entry_t ent = pte_to_swp_entry(ptent);
6514
6515 if (!move_anon() || non_swap_entry(ent))
6516 return NULL;
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006517 /*
6518 * Because lookup_swap_cache() updates some statistics counter,
6519 * we call find_get_page() with swapper_space directly.
6520 */
Shaohua Li33806f02013-02-22 16:34:37 -08006521 page = find_get_page(swap_address_space(ent), ent.val);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006522 if (do_swap_account)
6523 entry->val = ent.val;
6524
6525 return page;
6526}
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006527#else
6528static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6529 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6530{
6531 return NULL;
6532}
6533#endif
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006534
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006535static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
6536 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6537{
6538 struct page *page = NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006539 struct address_space *mapping;
6540 pgoff_t pgoff;
6541
6542 if (!vma->vm_file) /* anonymous vma */
6543 return NULL;
6544 if (!move_file())
6545 return NULL;
6546
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006547 mapping = vma->vm_file->f_mapping;
6548 if (pte_none(ptent))
6549 pgoff = linear_page_index(vma, addr);
6550 else /* pte_file(ptent) is true */
6551 pgoff = pte_to_pgoff(ptent);
6552
6553 /* page is moved even if it's not RSS of this task(page-faulted). */
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006554 page = find_get_page(mapping, pgoff);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006555
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006556#ifdef CONFIG_SWAP
6557 /* shmem/tmpfs may report page out on swap: account for that too. */
6558 if (radix_tree_exceptional_entry(page)) {
6559 swp_entry_t swap = radix_to_swp_entry(page);
6560 if (do_swap_account)
6561 *entry = swap;
Shaohua Li33806f02013-02-22 16:34:37 -08006562 page = find_get_page(swap_address_space(swap), swap.val);
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006563 }
6564#endif
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006565 return page;
6566}
6567
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006568static enum mc_target_type get_mctgt_type(struct vm_area_struct *vma,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006569 unsigned long addr, pte_t ptent, union mc_target *target)
6570{
Daisuke Nishimura02491442010-03-10 15:22:17 -08006571 struct page *page = NULL;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006572 struct page_cgroup *pc;
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006573 enum mc_target_type ret = MC_TARGET_NONE;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006574 swp_entry_t ent = { .val = 0 };
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006575
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006576 if (pte_present(ptent))
6577 page = mc_handle_present_pte(vma, addr, ptent);
6578 else if (is_swap_pte(ptent))
6579 page = mc_handle_swap_pte(vma, addr, ptent, &ent);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006580 else if (pte_none(ptent) || pte_file(ptent))
6581 page = mc_handle_file_pte(vma, addr, ptent, &ent);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006582
6583 if (!page && !ent.val)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006584 return ret;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006585 if (page) {
6586 pc = lookup_page_cgroup(page);
6587 /*
6588 * Do only loose check w/o page_cgroup lock.
6589 * mem_cgroup_move_account() checks the pc is valid or not under
6590 * the lock.
6591 */
6592 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6593 ret = MC_TARGET_PAGE;
6594 if (target)
6595 target->page = page;
6596 }
6597 if (!ret || !target)
6598 put_page(page);
6599 }
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006600 /* There is a swap entry and a page doesn't exist or isn't charged */
6601 if (ent.val && !ret &&
Bob Liu9fb4b7c2012-01-12 17:18:48 -08006602 css_id(&mc.from->css) == lookup_swap_cgroup_id(ent)) {
KAMEZAWA Hiroyuki7f0f1542010-05-11 14:06:58 -07006603 ret = MC_TARGET_SWAP;
6604 if (target)
6605 target->ent = ent;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006606 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006607 return ret;
6608}
6609
Naoya Horiguchi12724852012-03-21 16:34:28 -07006610#ifdef CONFIG_TRANSPARENT_HUGEPAGE
6611/*
6612 * We don't consider swapping or file mapped pages because THP does not
6613 * support them for now.
6614 * Caller should make sure that pmd_trans_huge(pmd) is true.
6615 */
6616static enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6617 unsigned long addr, pmd_t pmd, union mc_target *target)
6618{
6619 struct page *page = NULL;
6620 struct page_cgroup *pc;
6621 enum mc_target_type ret = MC_TARGET_NONE;
6622
6623 page = pmd_page(pmd);
6624 VM_BUG_ON(!page || !PageHead(page));
6625 if (!move_anon())
6626 return ret;
6627 pc = lookup_page_cgroup(page);
6628 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6629 ret = MC_TARGET_PAGE;
6630 if (target) {
6631 get_page(page);
6632 target->page = page;
6633 }
6634 }
6635 return ret;
6636}
6637#else
6638static inline enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6639 unsigned long addr, pmd_t pmd, union mc_target *target)
6640{
6641 return MC_TARGET_NONE;
6642}
6643#endif
6644
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006645static int mem_cgroup_count_precharge_pte_range(pmd_t *pmd,
6646 unsigned long addr, unsigned long end,
6647 struct mm_walk *walk)
6648{
6649 struct vm_area_struct *vma = walk->private;
6650 pte_t *pte;
6651 spinlock_t *ptl;
6652
Naoya Horiguchi12724852012-03-21 16:34:28 -07006653 if (pmd_trans_huge_lock(pmd, vma) == 1) {
6654 if (get_mctgt_type_thp(vma, addr, *pmd, NULL) == MC_TARGET_PAGE)
6655 mc.precharge += HPAGE_PMD_NR;
6656 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006657 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006658 }
Dave Hansen03319322011-03-22 16:32:56 -07006659
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006660 if (pmd_trans_unstable(pmd))
6661 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006662 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6663 for (; addr != end; pte++, addr += PAGE_SIZE)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006664 if (get_mctgt_type(vma, addr, *pte, NULL))
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006665 mc.precharge++; /* increment precharge temporarily */
6666 pte_unmap_unlock(pte - 1, ptl);
6667 cond_resched();
6668
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006669 return 0;
6670}
6671
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006672static unsigned long mem_cgroup_count_precharge(struct mm_struct *mm)
6673{
6674 unsigned long precharge;
6675 struct vm_area_struct *vma;
6676
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006677 down_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006678 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6679 struct mm_walk mem_cgroup_count_precharge_walk = {
6680 .pmd_entry = mem_cgroup_count_precharge_pte_range,
6681 .mm = mm,
6682 .private = vma,
6683 };
6684 if (is_vm_hugetlb_page(vma))
6685 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006686 walk_page_range(vma->vm_start, vma->vm_end,
6687 &mem_cgroup_count_precharge_walk);
6688 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006689 up_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006690
6691 precharge = mc.precharge;
6692 mc.precharge = 0;
6693
6694 return precharge;
6695}
6696
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006697static int mem_cgroup_precharge_mc(struct mm_struct *mm)
6698{
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006699 unsigned long precharge = mem_cgroup_count_precharge(mm);
6700
6701 VM_BUG_ON(mc.moving_task);
6702 mc.moving_task = current;
6703 return mem_cgroup_do_precharge(precharge);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006704}
6705
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006706/* cancels all extra charges on mc.from and mc.to, and wakes up all waiters. */
6707static void __mem_cgroup_clear_mc(void)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006708{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006709 struct mem_cgroup *from = mc.from;
6710 struct mem_cgroup *to = mc.to;
Li Zefan40503772013-07-08 16:00:34 -07006711 int i;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006712
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006713 /* we must uncharge all the leftover precharges from mc.to */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006714 if (mc.precharge) {
6715 __mem_cgroup_cancel_charge(mc.to, mc.precharge);
6716 mc.precharge = 0;
6717 }
6718 /*
6719 * we didn't uncharge from mc.from at mem_cgroup_move_account(), so
6720 * we must uncharge here.
6721 */
6722 if (mc.moved_charge) {
6723 __mem_cgroup_cancel_charge(mc.from, mc.moved_charge);
6724 mc.moved_charge = 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006725 }
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006726 /* we must fixup refcnts and charges */
6727 if (mc.moved_swap) {
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006728 /* uncharge swap account from the old cgroup */
6729 if (!mem_cgroup_is_root(mc.from))
6730 res_counter_uncharge(&mc.from->memsw,
6731 PAGE_SIZE * mc.moved_swap);
Li Zefan40503772013-07-08 16:00:34 -07006732
6733 for (i = 0; i < mc.moved_swap; i++)
6734 css_put(&mc.from->css);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006735
6736 if (!mem_cgroup_is_root(mc.to)) {
6737 /*
6738 * we charged both to->res and to->memsw, so we should
6739 * uncharge to->res.
6740 */
6741 res_counter_uncharge(&mc.to->res,
6742 PAGE_SIZE * mc.moved_swap);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006743 }
Li Zefan40503772013-07-08 16:00:34 -07006744 /* we've already done css_get(mc.to) */
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006745 mc.moved_swap = 0;
6746 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006747 memcg_oom_recover(from);
6748 memcg_oom_recover(to);
6749 wake_up_all(&mc.waitq);
6750}
6751
6752static void mem_cgroup_clear_mc(void)
6753{
6754 struct mem_cgroup *from = mc.from;
6755
6756 /*
6757 * we must clear moving_task before waking up waiters at the end of
6758 * task migration.
6759 */
6760 mc.moving_task = NULL;
6761 __mem_cgroup_clear_mc();
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006762 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006763 mc.from = NULL;
6764 mc.to = NULL;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006765 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006766 mem_cgroup_end_move(from);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006767}
6768
Li Zefan761b3ef52012-01-31 13:47:36 +08006769static int mem_cgroup_can_attach(struct cgroup *cgroup,
6770 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006771{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006772 struct task_struct *p = cgroup_taskset_first(tset);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006773 int ret = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006774 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgroup);
Glauber Costaee5e8472013-02-22 16:34:50 -08006775 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006776
Glauber Costaee5e8472013-02-22 16:34:50 -08006777 /*
6778 * We are now commited to this value whatever it is. Changes in this
6779 * tunable will only affect upcoming migrations, not the current one.
6780 * So we need to save it, and keep it going.
6781 */
6782 move_charge_at_immigrate = memcg->move_charge_at_immigrate;
6783 if (move_charge_at_immigrate) {
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006784 struct mm_struct *mm;
6785 struct mem_cgroup *from = mem_cgroup_from_task(p);
6786
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006787 VM_BUG_ON(from == memcg);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006788
6789 mm = get_task_mm(p);
6790 if (!mm)
6791 return 0;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006792 /* We move charges only when we move a owner of the mm */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006793 if (mm->owner == p) {
6794 VM_BUG_ON(mc.from);
6795 VM_BUG_ON(mc.to);
6796 VM_BUG_ON(mc.precharge);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006797 VM_BUG_ON(mc.moved_charge);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006798 VM_BUG_ON(mc.moved_swap);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006799 mem_cgroup_start_move(from);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006800 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006801 mc.from = from;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006802 mc.to = memcg;
Glauber Costaee5e8472013-02-22 16:34:50 -08006803 mc.immigrate_flags = move_charge_at_immigrate;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006804 spin_unlock(&mc.lock);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006805 /* We set mc.moving_task later */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006806
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006807 ret = mem_cgroup_precharge_mc(mm);
6808 if (ret)
6809 mem_cgroup_clear_mc();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006810 }
6811 mmput(mm);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006812 }
6813 return ret;
6814}
6815
Li Zefan761b3ef52012-01-31 13:47:36 +08006816static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6817 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006818{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006819 mem_cgroup_clear_mc();
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006820}
6821
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006822static int mem_cgroup_move_charge_pte_range(pmd_t *pmd,
6823 unsigned long addr, unsigned long end,
6824 struct mm_walk *walk)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006825{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006826 int ret = 0;
6827 struct vm_area_struct *vma = walk->private;
6828 pte_t *pte;
6829 spinlock_t *ptl;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006830 enum mc_target_type target_type;
6831 union mc_target target;
6832 struct page *page;
6833 struct page_cgroup *pc;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006834
Naoya Horiguchi12724852012-03-21 16:34:28 -07006835 /*
6836 * We don't take compound_lock() here but no race with splitting thp
6837 * happens because:
6838 * - if pmd_trans_huge_lock() returns 1, the relevant thp is not
6839 * under splitting, which means there's no concurrent thp split,
6840 * - if another thread runs into split_huge_page() just after we
6841 * entered this if-block, the thread must wait for page table lock
6842 * to be unlocked in __split_huge_page_splitting(), where the main
6843 * part of thp split is not executed yet.
6844 */
6845 if (pmd_trans_huge_lock(pmd, vma) == 1) {
Hugh Dickins62ade862012-05-18 11:28:34 -07006846 if (mc.precharge < HPAGE_PMD_NR) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006847 spin_unlock(&vma->vm_mm->page_table_lock);
6848 return 0;
6849 }
6850 target_type = get_mctgt_type_thp(vma, addr, *pmd, &target);
6851 if (target_type == MC_TARGET_PAGE) {
6852 page = target.page;
6853 if (!isolate_lru_page(page)) {
6854 pc = lookup_page_cgroup(page);
6855 if (!mem_cgroup_move_account(page, HPAGE_PMD_NR,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006856 pc, mc.from, mc.to)) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006857 mc.precharge -= HPAGE_PMD_NR;
6858 mc.moved_charge += HPAGE_PMD_NR;
6859 }
6860 putback_lru_page(page);
6861 }
6862 put_page(page);
6863 }
6864 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006865 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006866 }
6867
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006868 if (pmd_trans_unstable(pmd))
6869 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006870retry:
6871 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6872 for (; addr != end; addr += PAGE_SIZE) {
6873 pte_t ptent = *(pte++);
Daisuke Nishimura02491442010-03-10 15:22:17 -08006874 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006875
6876 if (!mc.precharge)
6877 break;
6878
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006879 switch (get_mctgt_type(vma, addr, ptent, &target)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006880 case MC_TARGET_PAGE:
6881 page = target.page;
6882 if (isolate_lru_page(page))
6883 goto put;
6884 pc = lookup_page_cgroup(page);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07006885 if (!mem_cgroup_move_account(page, 1, pc,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006886 mc.from, mc.to)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006887 mc.precharge--;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006888 /* we uncharge from mc.from later. */
6889 mc.moved_charge++;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006890 }
6891 putback_lru_page(page);
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006892put: /* get_mctgt_type() gets the page */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006893 put_page(page);
6894 break;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006895 case MC_TARGET_SWAP:
6896 ent = target.ent;
Hugh Dickinse91cbb42012-05-29 15:06:51 -07006897 if (!mem_cgroup_move_swap_account(ent, mc.from, mc.to)) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08006898 mc.precharge--;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006899 /* we fixup refcnts and charges later. */
6900 mc.moved_swap++;
6901 }
Daisuke Nishimura02491442010-03-10 15:22:17 -08006902 break;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006903 default:
6904 break;
6905 }
6906 }
6907 pte_unmap_unlock(pte - 1, ptl);
6908 cond_resched();
6909
6910 if (addr != end) {
6911 /*
6912 * We have consumed all precharges we got in can_attach().
6913 * We try charge one by one, but don't do any additional
6914 * charges to mc.to if we have failed in charge once in attach()
6915 * phase.
6916 */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006917 ret = mem_cgroup_do_precharge(1);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006918 if (!ret)
6919 goto retry;
6920 }
6921
6922 return ret;
6923}
6924
6925static void mem_cgroup_move_charge(struct mm_struct *mm)
6926{
6927 struct vm_area_struct *vma;
6928
6929 lru_add_drain_all();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006930retry:
6931 if (unlikely(!down_read_trylock(&mm->mmap_sem))) {
6932 /*
6933 * Someone who are holding the mmap_sem might be waiting in
6934 * waitq. So we cancel all extra charges, wake up all waiters,
6935 * and retry. Because we cancel precharges, we might not be able
6936 * to move enough charges, but moving charge is a best-effort
6937 * feature anyway, so it wouldn't be a big problem.
6938 */
6939 __mem_cgroup_clear_mc();
6940 cond_resched();
6941 goto retry;
6942 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006943 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6944 int ret;
6945 struct mm_walk mem_cgroup_move_charge_walk = {
6946 .pmd_entry = mem_cgroup_move_charge_pte_range,
6947 .mm = mm,
6948 .private = vma,
6949 };
6950 if (is_vm_hugetlb_page(vma))
6951 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006952 ret = walk_page_range(vma->vm_start, vma->vm_end,
6953 &mem_cgroup_move_charge_walk);
6954 if (ret)
6955 /*
6956 * means we have consumed all precharges and failed in
6957 * doing additional charge. Just abandon here.
6958 */
6959 break;
6960 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006961 up_read(&mm->mmap_sem);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006962}
6963
Li Zefan761b3ef52012-01-31 13:47:36 +08006964static void mem_cgroup_move_task(struct cgroup *cont,
6965 struct cgroup_taskset *tset)
Balbir Singh67e465a2008-02-07 00:13:54 -08006966{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006967 struct task_struct *p = cgroup_taskset_first(tset);
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006968 struct mm_struct *mm = get_task_mm(p);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006969
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006970 if (mm) {
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006971 if (mc.to)
6972 mem_cgroup_move_charge(mm);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006973 mmput(mm);
6974 }
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006975 if (mc.to)
6976 mem_cgroup_clear_mc();
Balbir Singh67e465a2008-02-07 00:13:54 -08006977}
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006978#else /* !CONFIG_MMU */
Li Zefan761b3ef52012-01-31 13:47:36 +08006979static int mem_cgroup_can_attach(struct cgroup *cgroup,
6980 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006981{
6982 return 0;
6983}
Li Zefan761b3ef52012-01-31 13:47:36 +08006984static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6985 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006986{
6987}
Li Zefan761b3ef52012-01-31 13:47:36 +08006988static void mem_cgroup_move_task(struct cgroup *cont,
6989 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006990{
6991}
6992#endif
Balbir Singh67e465a2008-02-07 00:13:54 -08006993
Tejun Heof00baae2013-04-15 13:41:15 -07006994/*
6995 * Cgroup retains root cgroups across [un]mount cycles making it necessary
6996 * to verify sane_behavior flag on each mount attempt.
6997 */
6998static void mem_cgroup_bind(struct cgroup *root)
6999{
7000 /*
7001 * use_hierarchy is forced with sane_behavior. cgroup core
7002 * guarantees that @root doesn't have any children, so turning it
7003 * on for the root memcg is enough.
7004 */
7005 if (cgroup_sane_behavior(root))
7006 mem_cgroup_from_cont(root)->use_hierarchy = true;
7007}
7008
Balbir Singh8cdea7c2008-02-07 00:13:50 -08007009struct cgroup_subsys mem_cgroup_subsys = {
7010 .name = "memory",
7011 .subsys_id = mem_cgroup_subsys_id,
Tejun Heo92fb9742012-11-19 08:13:38 -08007012 .css_alloc = mem_cgroup_css_alloc,
Glauber Costad142e3e2013-02-22 16:34:52 -08007013 .css_online = mem_cgroup_css_online,
Tejun Heo92fb9742012-11-19 08:13:38 -08007014 .css_offline = mem_cgroup_css_offline,
7015 .css_free = mem_cgroup_css_free,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08007016 .can_attach = mem_cgroup_can_attach,
7017 .cancel_attach = mem_cgroup_cancel_attach,
Balbir Singh67e465a2008-02-07 00:13:54 -08007018 .attach = mem_cgroup_move_task,
Tejun Heof00baae2013-04-15 13:41:15 -07007019 .bind = mem_cgroup_bind,
Tejun Heo6bc10342012-04-01 12:09:55 -07007020 .base_cftypes = mem_cgroup_files,
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08007021 .early_init = 0,
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07007022 .use_id = 1,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08007023};
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007024
Andrew Mortonc255a452012-07-31 16:43:02 -07007025#ifdef CONFIG_MEMCG_SWAP
Michal Hockoa42c3902010-11-24 12:57:08 -08007026static int __init enable_swap_account(char *s)
7027{
7028 /* consider enabled if no parameter or 1 is given */
Michal Hockoa2c89902011-05-24 17:12:50 -07007029 if (!strcmp(s, "1"))
Michal Hockoa42c3902010-11-24 12:57:08 -08007030 really_do_swap_account = 1;
Michal Hockoa2c89902011-05-24 17:12:50 -07007031 else if (!strcmp(s, "0"))
Michal Hockoa42c3902010-11-24 12:57:08 -08007032 really_do_swap_account = 0;
7033 return 1;
7034}
Michal Hockoa2c89902011-05-24 17:12:50 -07007035__setup("swapaccount=", enable_swap_account);
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007036
Michal Hocko2d110852013-02-22 16:34:43 -08007037static void __init memsw_file_init(void)
7038{
Michal Hocko6acc8b02013-02-22 16:34:45 -08007039 WARN_ON(cgroup_add_cftypes(&mem_cgroup_subsys, memsw_cgroup_files));
Michal Hocko2d110852013-02-22 16:34:43 -08007040}
Michal Hocko6acc8b02013-02-22 16:34:45 -08007041
7042static void __init enable_swap_cgroup(void)
7043{
7044 if (!mem_cgroup_disabled() && really_do_swap_account) {
7045 do_swap_account = 1;
7046 memsw_file_init();
7047 }
7048}
7049
Michal Hocko2d110852013-02-22 16:34:43 -08007050#else
Michal Hocko6acc8b02013-02-22 16:34:45 -08007051static void __init enable_swap_cgroup(void)
Michal Hocko2d110852013-02-22 16:34:43 -08007052{
7053}
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007054#endif
Michal Hocko2d110852013-02-22 16:34:43 -08007055
7056/*
Michal Hocko10813122013-02-22 16:35:41 -08007057 * subsys_initcall() for memory controller.
7058 *
7059 * Some parts like hotcpu_notifier() have to be initialized from this context
7060 * because of lock dependencies (cgroup_lock -> cpu hotplug) but basically
7061 * everything that doesn't depend on a specific mem_cgroup structure should
7062 * be initialized from here.
Michal Hocko2d110852013-02-22 16:34:43 -08007063 */
7064static int __init mem_cgroup_init(void)
7065{
7066 hotcpu_notifier(memcg_cpu_hotplug_callback, 0);
Michal Hocko6acc8b02013-02-22 16:34:45 -08007067 enable_swap_cgroup();
Michal Hocko8787a1d2013-02-22 16:35:39 -08007068 mem_cgroup_soft_limit_tree_init();
Michal Hockoe4777492013-02-22 16:35:40 -08007069 memcg_stock_init();
Michal Hocko2d110852013-02-22 16:34:43 -08007070 return 0;
7071}
7072subsys_initcall(mem_cgroup_init);