blob: fa521a2f4bf630adddc9a008bbcf2df86095a80b [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 Hiroyuki1f4c0252011-07-26 16:08:21 -0700302 int swappiness;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -0700303 /* OOM-Killer disable */
304 int oom_kill_disable;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -0800305
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -0700306 /* set when res.limit == memsw.limit */
307 bool memsw_is_minimum;
308
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800309 /* protect arrays of thresholds */
310 struct mutex thresholds_lock;
311
312 /* thresholds for memory usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700313 struct mem_cgroup_thresholds thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700314
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800315 /* thresholds for mem+swap usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700316 struct mem_cgroup_thresholds memsw_thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700317
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700318 /* For oom notifier event fd */
319 struct list_head oom_notify;
Johannes Weiner185efc02011-09-14 16:21:58 -0700320
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800321 /*
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800322 * Should we move charges of a task when a task is moved into this
323 * mem_cgroup ? And what type of charges should we move ?
324 */
325 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800326 /*
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700327 * set > 0 if pages under this cgroup are moving to other cgroup.
328 */
329 atomic_t moving_account;
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -0700330 /* taken only while moving_account > 0 */
331 spinlock_t move_lock;
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700332 /*
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800333 * percpu counter.
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800334 */
Kirill A. Shutemov3a7951b2012-05-29 15:06:56 -0700335 struct mem_cgroup_stat_cpu __percpu *stat;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700336 /*
337 * used when a cpu is offlined or other synchronizations
338 * See mem_cgroup_read_stat().
339 */
340 struct mem_cgroup_stat_cpu nocpu_base;
341 spinlock_t pcp_counter_lock;
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000342
Michal Hocko5f578162013-04-29 15:07:17 -0700343 atomic_t dead_count;
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700344#if defined(CONFIG_MEMCG_KMEM) && defined(CONFIG_INET)
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000345 struct tcp_memcontrol tcp_mem;
346#endif
Glauber Costa2633d7a2012-12-18 14:22:34 -0800347#if defined(CONFIG_MEMCG_KMEM)
348 /* analogous to slab_common's slab_caches list. per-memcg */
349 struct list_head memcg_slab_caches;
350 /* Not a spinlock, we can take a lot of time walking the list */
351 struct mutex slab_caches_mutex;
352 /* Index in the kmem_cache->memcg_params->memcg_caches array */
353 int kmemcg_id;
354#endif
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800355
356 int last_scanned_node;
357#if MAX_NUMNODES > 1
358 nodemask_t scan_nodes;
359 atomic_t numainfo_events;
360 atomic_t numainfo_updating;
361#endif
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700362
Johannes Weiner54f72fe2013-07-08 15:59:49 -0700363 struct mem_cgroup_per_node *nodeinfo[0];
364 /* WARNING: nodeinfo must be the last member here */
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800365};
366
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800367static size_t memcg_size(void)
368{
369 return sizeof(struct mem_cgroup) +
370 nr_node_ids * sizeof(struct mem_cgroup_per_node);
371}
372
Glauber Costa510fc4e2012-12-18 14:21:47 -0800373/* internal only representation about the status of kmem accounting. */
374enum {
375 KMEM_ACCOUNTED_ACTIVE = 0, /* accounted by this cgroup itself */
Glauber Costaa8964b92012-12-18 14:22:09 -0800376 KMEM_ACCOUNTED_ACTIVATED, /* static key enabled. */
Glauber Costa7de37682012-12-18 14:22:07 -0800377 KMEM_ACCOUNTED_DEAD, /* dead memcg with pending kmem charges */
Glauber Costa510fc4e2012-12-18 14:21:47 -0800378};
379
Glauber Costaa8964b92012-12-18 14:22:09 -0800380/* We account when limit is on, but only after call sites are patched */
381#define KMEM_ACCOUNTED_MASK \
382 ((1 << KMEM_ACCOUNTED_ACTIVE) | (1 << KMEM_ACCOUNTED_ACTIVATED))
Glauber Costa510fc4e2012-12-18 14:21:47 -0800383
384#ifdef CONFIG_MEMCG_KMEM
385static inline void memcg_kmem_set_active(struct mem_cgroup *memcg)
386{
387 set_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
388}
Glauber Costa7de37682012-12-18 14:22:07 -0800389
390static bool memcg_kmem_is_active(struct mem_cgroup *memcg)
391{
392 return test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
393}
394
Glauber Costaa8964b92012-12-18 14:22:09 -0800395static void memcg_kmem_set_activated(struct mem_cgroup *memcg)
396{
397 set_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
398}
399
Glauber Costa55007d82012-12-18 14:22:38 -0800400static void memcg_kmem_clear_activated(struct mem_cgroup *memcg)
401{
402 clear_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
403}
404
Glauber Costa7de37682012-12-18 14:22:07 -0800405static void memcg_kmem_mark_dead(struct mem_cgroup *memcg)
406{
Li Zefan10d5ebf2013-07-08 16:00:33 -0700407 /*
408 * Our caller must use css_get() first, because memcg_uncharge_kmem()
409 * will call css_put() if it sees the memcg is dead.
410 */
411 smp_wmb();
Glauber Costa7de37682012-12-18 14:22:07 -0800412 if (test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags))
413 set_bit(KMEM_ACCOUNTED_DEAD, &memcg->kmem_account_flags);
414}
415
416static bool memcg_kmem_test_and_clear_dead(struct mem_cgroup *memcg)
417{
418 return test_and_clear_bit(KMEM_ACCOUNTED_DEAD,
419 &memcg->kmem_account_flags);
420}
Glauber Costa510fc4e2012-12-18 14:21:47 -0800421#endif
422
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800423/* Stuffs for move charges at task migration. */
424/*
Glauber Costaee5e8472013-02-22 16:34:50 -0800425 * Types of charges to be moved. "move_charge_at_immitgrate" and
426 * "immigrate_flags" are treated as a left-shifted bitmap of these types.
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800427 */
428enum move_type {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800429 MOVE_CHARGE_TYPE_ANON, /* private anonymous page and swap of it */
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700430 MOVE_CHARGE_TYPE_FILE, /* file page(including tmpfs) and swap of it */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800431 NR_MOVE_TYPE,
432};
433
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800434/* "mc" and its members are protected by cgroup_mutex */
435static struct move_charge_struct {
Daisuke Nishimurab1dd6932010-11-24 12:57:06 -0800436 spinlock_t lock; /* for from, to */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800437 struct mem_cgroup *from;
438 struct mem_cgroup *to;
Glauber Costaee5e8472013-02-22 16:34:50 -0800439 unsigned long immigrate_flags;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800440 unsigned long precharge;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -0800441 unsigned long moved_charge;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -0800442 unsigned long moved_swap;
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800443 struct task_struct *moving_task; /* a task moving charges */
444 wait_queue_head_t waitq; /* a waitq for other context */
445} mc = {
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -0700446 .lock = __SPIN_LOCK_UNLOCKED(mc.lock),
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800447 .waitq = __WAIT_QUEUE_HEAD_INITIALIZER(mc.waitq),
448};
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800449
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700450static bool move_anon(void)
451{
Glauber Costaee5e8472013-02-22 16:34:50 -0800452 return test_bit(MOVE_CHARGE_TYPE_ANON, &mc.immigrate_flags);
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700453}
454
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700455static bool move_file(void)
456{
Glauber Costaee5e8472013-02-22 16:34:50 -0800457 return test_bit(MOVE_CHARGE_TYPE_FILE, &mc.immigrate_flags);
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700458}
459
Balbir Singh4e416952009-09-23 15:56:39 -0700460/*
461 * Maximum loops in mem_cgroup_hierarchical_reclaim(), used for soft
462 * limit reclaim to prevent infinite loops, if they ever occur.
463 */
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700464#define MEM_CGROUP_MAX_RECLAIM_LOOPS 100
465#define MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS 2
Balbir Singh4e416952009-09-23 15:56:39 -0700466
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -0800467enum charge_type {
468 MEM_CGROUP_CHARGE_TYPE_CACHE = 0,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -0700469 MEM_CGROUP_CHARGE_TYPE_ANON,
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -0800470 MEM_CGROUP_CHARGE_TYPE_SWAPOUT, /* for accounting swapcache */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -0700471 MEM_CGROUP_CHARGE_TYPE_DROP, /* a page was unused swap cache */
KAMEZAWA Hiroyukic05555b2008-10-18 20:28:11 -0700472 NR_CHARGE_TYPE,
473};
474
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800475/* for encoding cft->private value on file */
Glauber Costa86ae53e2012-12-18 14:21:45 -0800476enum res_type {
477 _MEM,
478 _MEMSWAP,
479 _OOM_TYPE,
Glauber Costa510fc4e2012-12-18 14:21:47 -0800480 _KMEM,
Glauber Costa86ae53e2012-12-18 14:21:45 -0800481};
482
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700483#define MEMFILE_PRIVATE(x, val) ((x) << 16 | (val))
484#define MEMFILE_TYPE(val) ((val) >> 16 & 0xffff)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800485#define MEMFILE_ATTR(val) ((val) & 0xffff)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700486/* Used for OOM nofiier */
487#define OOM_CONTROL (0)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800488
Balbir Singh75822b42009-09-23 15:56:38 -0700489/*
490 * Reclaim flags for mem_cgroup_hierarchical_reclaim
491 */
492#define MEM_CGROUP_RECLAIM_NOSWAP_BIT 0x0
493#define MEM_CGROUP_RECLAIM_NOSWAP (1 << MEM_CGROUP_RECLAIM_NOSWAP_BIT)
494#define MEM_CGROUP_RECLAIM_SHRINK_BIT 0x1
495#define MEM_CGROUP_RECLAIM_SHRINK (1 << MEM_CGROUP_RECLAIM_SHRINK_BIT)
496
Glauber Costa09998212013-02-22 16:34:55 -0800497/*
498 * The memcg_create_mutex will be held whenever a new cgroup is created.
499 * As a consequence, any change that needs to protect against new child cgroups
500 * appearing has to hold it as well.
501 */
502static DEFINE_MUTEX(memcg_create_mutex);
503
Wanpeng Lib2145142012-07-31 16:46:01 -0700504static inline
505struct mem_cgroup *mem_cgroup_from_css(struct cgroup_subsys_state *s)
506{
507 return container_of(s, struct mem_cgroup, css);
508}
509
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700510/* Some nice accessors for the vmpressure. */
511struct vmpressure *memcg_to_vmpressure(struct mem_cgroup *memcg)
512{
513 if (!memcg)
514 memcg = root_mem_cgroup;
515 return &memcg->vmpressure;
516}
517
518struct cgroup_subsys_state *vmpressure_to_css(struct vmpressure *vmpr)
519{
520 return &container_of(vmpr, struct mem_cgroup, vmpressure)->css;
521}
522
523struct vmpressure *css_to_vmpressure(struct cgroup_subsys_state *css)
524{
525 return &mem_cgroup_from_css(css)->vmpressure;
526}
527
Michal Hocko7ffc0ed2012-10-08 16:33:13 -0700528static inline bool mem_cgroup_is_root(struct mem_cgroup *memcg)
529{
530 return (memcg == root_mem_cgroup);
531}
532
Glauber Costae1aab162011-12-11 21:47:03 +0000533/* Writing them here to avoid exposing memcg's inner layout */
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700534#if defined(CONFIG_INET) && defined(CONFIG_MEMCG_KMEM)
Glauber Costae1aab162011-12-11 21:47:03 +0000535
Glauber Costae1aab162011-12-11 21:47:03 +0000536void sock_update_memcg(struct sock *sk)
537{
Glauber Costa376be5f2012-01-20 04:57:14 +0000538 if (mem_cgroup_sockets_enabled) {
Glauber Costae1aab162011-12-11 21:47:03 +0000539 struct mem_cgroup *memcg;
Glauber Costa3f134612012-05-29 15:07:11 -0700540 struct cg_proto *cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000541
542 BUG_ON(!sk->sk_prot->proto_cgroup);
543
Glauber Costaf3f511e2012-01-05 20:16:39 +0000544 /* Socket cloning can throw us here with sk_cgrp already
545 * filled. It won't however, necessarily happen from
546 * process context. So the test for root memcg given
547 * the current task's memcg won't help us in this case.
548 *
549 * Respecting the original socket's memcg is a better
550 * decision in this case.
551 */
552 if (sk->sk_cgrp) {
553 BUG_ON(mem_cgroup_is_root(sk->sk_cgrp->memcg));
Li Zefan5347e5a2013-07-08 16:00:30 -0700554 css_get(&sk->sk_cgrp->memcg->css);
Glauber Costaf3f511e2012-01-05 20:16:39 +0000555 return;
556 }
557
Glauber Costae1aab162011-12-11 21:47:03 +0000558 rcu_read_lock();
559 memcg = mem_cgroup_from_task(current);
Glauber Costa3f134612012-05-29 15:07:11 -0700560 cg_proto = sk->sk_prot->proto_cgroup(memcg);
Li Zefan5347e5a2013-07-08 16:00:30 -0700561 if (!mem_cgroup_is_root(memcg) &&
562 memcg_proto_active(cg_proto) && css_tryget(&memcg->css)) {
Glauber Costa3f134612012-05-29 15:07:11 -0700563 sk->sk_cgrp = cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000564 }
565 rcu_read_unlock();
566 }
567}
568EXPORT_SYMBOL(sock_update_memcg);
569
570void sock_release_memcg(struct sock *sk)
571{
Glauber Costa376be5f2012-01-20 04:57:14 +0000572 if (mem_cgroup_sockets_enabled && sk->sk_cgrp) {
Glauber Costae1aab162011-12-11 21:47:03 +0000573 struct mem_cgroup *memcg;
574 WARN_ON(!sk->sk_cgrp->memcg);
575 memcg = sk->sk_cgrp->memcg;
Li Zefan5347e5a2013-07-08 16:00:30 -0700576 css_put(&sk->sk_cgrp->memcg->css);
Glauber Costae1aab162011-12-11 21:47:03 +0000577 }
578}
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000579
580struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg)
581{
582 if (!memcg || mem_cgroup_is_root(memcg))
583 return NULL;
584
585 return &memcg->tcp_mem.cg_proto;
586}
587EXPORT_SYMBOL(tcp_proto_cgroup);
Glauber Costae1aab162011-12-11 21:47:03 +0000588
Glauber Costa3f134612012-05-29 15:07:11 -0700589static void disarm_sock_keys(struct mem_cgroup *memcg)
590{
591 if (!memcg_proto_activated(&memcg->tcp_mem.cg_proto))
592 return;
593 static_key_slow_dec(&memcg_socket_limit_enabled);
594}
595#else
596static void disarm_sock_keys(struct mem_cgroup *memcg)
597{
598}
599#endif
600
Glauber Costaa8964b92012-12-18 14:22:09 -0800601#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -0800602/*
603 * This will be the memcg's index in each cache's ->memcg_params->memcg_caches.
604 * There are two main reasons for not using the css_id for this:
605 * 1) this works better in sparse environments, where we have a lot of memcgs,
606 * but only a few kmem-limited. Or also, if we have, for instance, 200
607 * memcgs, and none but the 200th is kmem-limited, we'd have to have a
608 * 200 entry array for that.
609 *
610 * 2) In order not to violate the cgroup API, we would like to do all memory
611 * allocation in ->create(). At that point, we haven't yet allocated the
612 * css_id. Having a separate index prevents us from messing with the cgroup
613 * core for this
614 *
615 * The current size of the caches array is stored in
616 * memcg_limited_groups_array_size. It will double each time we have to
617 * increase it.
618 */
619static DEFINE_IDA(kmem_limited_groups);
Glauber Costa749c5412012-12-18 14:23:01 -0800620int memcg_limited_groups_array_size;
621
Glauber Costa55007d82012-12-18 14:22:38 -0800622/*
623 * MIN_SIZE is different than 1, because we would like to avoid going through
624 * the alloc/free process all the time. In a small machine, 4 kmem-limited
625 * cgroups is a reasonable guess. In the future, it could be a parameter or
626 * tunable, but that is strictly not necessary.
627 *
628 * MAX_SIZE should be as large as the number of css_ids. Ideally, we could get
629 * this constant directly from cgroup, but it is understandable that this is
630 * better kept as an internal representation in cgroup.c. In any case, the
631 * css_id space is not getting any smaller, and we don't have to necessarily
632 * increase ours as well if it increases.
633 */
634#define MEMCG_CACHES_MIN_SIZE 4
635#define MEMCG_CACHES_MAX_SIZE 65535
636
Glauber Costad7f25f82012-12-18 14:22:40 -0800637/*
638 * A lot of the calls to the cache allocation functions are expected to be
639 * inlined by the compiler. Since the calls to memcg_kmem_get_cache are
640 * conditional to this static branch, we'll have to allow modules that does
641 * kmem_cache_alloc and the such to see this symbol as well
642 */
Glauber Costaa8964b92012-12-18 14:22:09 -0800643struct static_key memcg_kmem_enabled_key;
Glauber Costad7f25f82012-12-18 14:22:40 -0800644EXPORT_SYMBOL(memcg_kmem_enabled_key);
Glauber Costaa8964b92012-12-18 14:22:09 -0800645
646static void disarm_kmem_keys(struct mem_cgroup *memcg)
647{
Glauber Costa55007d82012-12-18 14:22:38 -0800648 if (memcg_kmem_is_active(memcg)) {
Glauber Costaa8964b92012-12-18 14:22:09 -0800649 static_key_slow_dec(&memcg_kmem_enabled_key);
Glauber Costa55007d82012-12-18 14:22:38 -0800650 ida_simple_remove(&kmem_limited_groups, memcg->kmemcg_id);
651 }
Glauber Costabea207c2012-12-18 14:22:11 -0800652 /*
653 * This check can't live in kmem destruction function,
654 * since the charges will outlive the cgroup
655 */
656 WARN_ON(res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0);
Glauber Costaa8964b92012-12-18 14:22:09 -0800657}
658#else
659static void disarm_kmem_keys(struct mem_cgroup *memcg)
660{
661}
662#endif /* CONFIG_MEMCG_KMEM */
663
664static void disarm_static_keys(struct mem_cgroup *memcg)
665{
666 disarm_sock_keys(memcg);
667 disarm_kmem_keys(memcg);
668}
669
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700670static void drain_all_stock_async(struct mem_cgroup *memcg);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800671
Balbir Singhf64c3f52009-09-23 15:56:37 -0700672static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700673mem_cgroup_zoneinfo(struct mem_cgroup *memcg, int nid, int zid)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700674{
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800675 VM_BUG_ON((unsigned)nid >= nr_node_ids);
Johannes Weiner54f72fe2013-07-08 15:59:49 -0700676 return &memcg->nodeinfo[nid]->zoneinfo[zid];
Balbir Singhf64c3f52009-09-23 15:56:37 -0700677}
678
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700679struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *memcg)
Wu Fengguangd3242362009-12-16 12:19:59 +0100680{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700681 return &memcg->css;
Wu Fengguangd3242362009-12-16 12:19:59 +0100682}
683
Balbir Singhf64c3f52009-09-23 15:56:37 -0700684static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700685page_cgroup_zoneinfo(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700686{
Johannes Weiner97a6c372011-03-23 16:42:27 -0700687 int nid = page_to_nid(page);
688 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700689
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700690 return mem_cgroup_zoneinfo(memcg, nid, zid);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700691}
692
693static struct mem_cgroup_tree_per_zone *
694soft_limit_tree_node_zone(int nid, int zid)
695{
696 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
697}
698
699static struct mem_cgroup_tree_per_zone *
700soft_limit_tree_from_page(struct page *page)
701{
702 int nid = page_to_nid(page);
703 int zid = page_zonenum(page);
704
705 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
706}
707
708static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700709__mem_cgroup_insert_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700710 struct mem_cgroup_per_zone *mz,
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700711 struct mem_cgroup_tree_per_zone *mctz,
712 unsigned long long new_usage_in_excess)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700713{
714 struct rb_node **p = &mctz->rb_root.rb_node;
715 struct rb_node *parent = NULL;
716 struct mem_cgroup_per_zone *mz_node;
717
718 if (mz->on_tree)
719 return;
720
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700721 mz->usage_in_excess = new_usage_in_excess;
722 if (!mz->usage_in_excess)
723 return;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700724 while (*p) {
725 parent = *p;
726 mz_node = rb_entry(parent, struct mem_cgroup_per_zone,
727 tree_node);
728 if (mz->usage_in_excess < mz_node->usage_in_excess)
729 p = &(*p)->rb_left;
730 /*
731 * We can't avoid mem cgroups that are over their soft
732 * limit by the same amount
733 */
734 else if (mz->usage_in_excess >= mz_node->usage_in_excess)
735 p = &(*p)->rb_right;
736 }
737 rb_link_node(&mz->tree_node, parent, p);
738 rb_insert_color(&mz->tree_node, &mctz->rb_root);
739 mz->on_tree = true;
Balbir Singh4e416952009-09-23 15:56:39 -0700740}
741
742static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700743__mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singh4e416952009-09-23 15:56:39 -0700744 struct mem_cgroup_per_zone *mz,
745 struct mem_cgroup_tree_per_zone *mctz)
746{
747 if (!mz->on_tree)
748 return;
749 rb_erase(&mz->tree_node, &mctz->rb_root);
750 mz->on_tree = false;
751}
752
753static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700754mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700755 struct mem_cgroup_per_zone *mz,
756 struct mem_cgroup_tree_per_zone *mctz)
757{
758 spin_lock(&mctz->lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700759 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700760 spin_unlock(&mctz->lock);
761}
762
Balbir Singhf64c3f52009-09-23 15:56:37 -0700763
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700764static void mem_cgroup_update_tree(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700765{
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700766 unsigned long long excess;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700767 struct mem_cgroup_per_zone *mz;
768 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700769 int nid = page_to_nid(page);
770 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700771 mctz = soft_limit_tree_from_page(page);
772
773 /*
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700774 * Necessary to update all ancestors when hierarchy is used.
775 * because their event counter is not touched.
Balbir Singhf64c3f52009-09-23 15:56:37 -0700776 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700777 for (; memcg; memcg = parent_mem_cgroup(memcg)) {
778 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
779 excess = res_counter_soft_limit_excess(&memcg->res);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700780 /*
781 * We have to update the tree if mz is on RB-tree or
782 * mem is over its softlimit.
783 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700784 if (excess || mz->on_tree) {
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700785 spin_lock(&mctz->lock);
786 /* if on-tree, remove it */
787 if (mz->on_tree)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700788 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700789 /*
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700790 * Insert again. mz->usage_in_excess will be updated.
791 * If excess is 0, no tree ops.
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700792 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700793 __mem_cgroup_insert_exceeded(memcg, mz, mctz, excess);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700794 spin_unlock(&mctz->lock);
795 }
Balbir Singhf64c3f52009-09-23 15:56:37 -0700796 }
797}
798
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700799static void mem_cgroup_remove_from_trees(struct mem_cgroup *memcg)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700800{
801 int node, zone;
802 struct mem_cgroup_per_zone *mz;
803 struct mem_cgroup_tree_per_zone *mctz;
804
Bob Liu3ed28fa2012-01-12 17:19:04 -0800805 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -0700806 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700807 mz = mem_cgroup_zoneinfo(memcg, node, zone);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700808 mctz = soft_limit_tree_node_zone(node, zone);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700809 mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700810 }
811 }
812}
813
Balbir Singh4e416952009-09-23 15:56:39 -0700814static struct mem_cgroup_per_zone *
815__mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
816{
817 struct rb_node *rightmost = NULL;
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700818 struct mem_cgroup_per_zone *mz;
Balbir Singh4e416952009-09-23 15:56:39 -0700819
820retry:
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700821 mz = NULL;
Balbir Singh4e416952009-09-23 15:56:39 -0700822 rightmost = rb_last(&mctz->rb_root);
823 if (!rightmost)
824 goto done; /* Nothing to reclaim from */
825
826 mz = rb_entry(rightmost, struct mem_cgroup_per_zone, tree_node);
827 /*
828 * Remove the node now but someone else can add it back,
829 * we will to add it back at the end of reclaim to its correct
830 * position in the tree.
831 */
Hugh Dickinsd79154b2012-03-21 16:34:18 -0700832 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
833 if (!res_counter_soft_limit_excess(&mz->memcg->res) ||
834 !css_tryget(&mz->memcg->css))
Balbir Singh4e416952009-09-23 15:56:39 -0700835 goto retry;
836done:
837 return mz;
838}
839
840static struct mem_cgroup_per_zone *
841mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
842{
843 struct mem_cgroup_per_zone *mz;
844
845 spin_lock(&mctz->lock);
846 mz = __mem_cgroup_largest_soft_limit_node(mctz);
847 spin_unlock(&mctz->lock);
848 return mz;
849}
850
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700851/*
852 * Implementation Note: reading percpu statistics for memcg.
853 *
854 * Both of vmstat[] and percpu_counter has threshold and do periodic
855 * synchronization to implement "quick" read. There are trade-off between
856 * reading cost and precision of value. Then, we may have a chance to implement
857 * a periodic synchronizion of counter in memcg's counter.
858 *
859 * But this _read() function is used for user interface now. The user accounts
860 * memory usage by memory cgroup and he _always_ requires exact value because
861 * he accounts memory. Even if we provide quick-and-fuzzy read, we always
862 * have to visit all online cpus and make sum. So, for now, unnecessary
863 * synchronization is not implemented. (just implemented for cpu hotplug)
864 *
865 * If there are kernel internal actions which can make use of some not-exact
866 * value, and reading all cpu value can be performance bottleneck in some
867 * common workload, threashold and synchonization as vmstat[] should be
868 * implemented.
869 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700870static long mem_cgroup_read_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700871 enum mem_cgroup_stat_index idx)
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800872{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700873 long val = 0;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800874 int cpu;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800875
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700876 get_online_cpus();
877 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700878 val += per_cpu(memcg->stat->count[idx], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700879#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700880 spin_lock(&memcg->pcp_counter_lock);
881 val += memcg->nocpu_base.count[idx];
882 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700883#endif
884 put_online_cpus();
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800885 return val;
886}
887
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700888static void mem_cgroup_swap_statistics(struct mem_cgroup *memcg,
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700889 bool charge)
890{
891 int val = (charge) ? 1 : -1;
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -0700892 this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_SWAP], val);
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700893}
894
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700895static unsigned long mem_cgroup_read_events(struct mem_cgroup *memcg,
Johannes Weinere9f89742011-03-23 16:42:37 -0700896 enum mem_cgroup_events_index idx)
897{
898 unsigned long val = 0;
899 int cpu;
900
901 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700902 val += per_cpu(memcg->stat->events[idx], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -0700903#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700904 spin_lock(&memcg->pcp_counter_lock);
905 val += memcg->nocpu_base.events[idx];
906 spin_unlock(&memcg->pcp_counter_lock);
Johannes Weinere9f89742011-03-23 16:42:37 -0700907#endif
908 return val;
909}
910
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700911static void mem_cgroup_charge_statistics(struct mem_cgroup *memcg,
David Rientjesb070e652013-05-07 16:18:09 -0700912 struct page *page,
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700913 bool anon, int nr_pages)
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800914{
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800915 preempt_disable();
916
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700917 /*
918 * Here, RSS means 'mapped anon' and anon's SwapCache. Shmem/tmpfs is
919 * counted as CACHE even if it's on ANON LRU.
920 */
921 if (anon)
922 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700923 nr_pages);
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800924 else
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700925 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_CACHE],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700926 nr_pages);
Balaji Rao55e462b2008-05-01 04:35:12 -0700927
David Rientjesb070e652013-05-07 16:18:09 -0700928 if (PageTransHuge(page))
929 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
930 nr_pages);
931
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800932 /* pagein of a big page is an event. So, ignore page size */
933 if (nr_pages > 0)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700934 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGIN]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800935 else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700936 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGOUT]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800937 nr_pages = -nr_pages; /* for event */
938 }
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800939
Johannes Weiner13114712012-05-29 15:07:07 -0700940 __this_cpu_add(memcg->stat->nr_page_events, nr_pages);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800941
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800942 preempt_enable();
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800943}
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800944
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700945unsigned long
Hugh Dickins4d7dcca2012-05-29 15:07:08 -0700946mem_cgroup_get_lru_size(struct lruvec *lruvec, enum lru_list lru)
Konstantin Khlebnikov074291f2012-05-29 15:07:00 -0700947{
948 struct mem_cgroup_per_zone *mz;
949
950 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
951 return mz->lru_size[lru];
952}
953
954static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700955mem_cgroup_zone_nr_lru_pages(struct mem_cgroup *memcg, int nid, int zid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700956 unsigned int lru_mask)
Ying Han889976d2011-05-26 16:25:33 -0700957{
958 struct mem_cgroup_per_zone *mz;
Hugh Dickinsf156ab932012-03-21 16:34:19 -0700959 enum lru_list lru;
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700960 unsigned long ret = 0;
961
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700962 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700963
Hugh Dickinsf156ab932012-03-21 16:34:19 -0700964 for_each_lru(lru) {
965 if (BIT(lru) & lru_mask)
966 ret += mz->lru_size[lru];
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700967 }
968 return ret;
969}
970
971static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700972mem_cgroup_node_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700973 int nid, unsigned int lru_mask)
974{
Ying Han889976d2011-05-26 16:25:33 -0700975 u64 total = 0;
976 int zid;
977
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700978 for (zid = 0; zid < MAX_NR_ZONES; zid++)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700979 total += mem_cgroup_zone_nr_lru_pages(memcg,
980 nid, zid, lru_mask);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700981
Ying Han889976d2011-05-26 16:25:33 -0700982 return total;
983}
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700984
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700985static unsigned long mem_cgroup_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700986 unsigned int lru_mask)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800987{
Ying Han889976d2011-05-26 16:25:33 -0700988 int nid;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800989 u64 total = 0;
990
Lai Jiangshan31aaea42012-12-12 13:51:27 -0800991 for_each_node_state(nid, N_MEMORY)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700992 total += mem_cgroup_node_nr_lru_pages(memcg, nid, lru_mask);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800993 return total;
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800994}
995
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800996static bool mem_cgroup_event_ratelimit(struct mem_cgroup *memcg,
997 enum mem_cgroup_events_target target)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800998{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700999 unsigned long val, next;
1000
Johannes Weiner13114712012-05-29 15:07:07 -07001001 val = __this_cpu_read(memcg->stat->nr_page_events);
Steven Rostedt47994012011-11-02 13:38:33 -07001002 next = __this_cpu_read(memcg->stat->targets[target]);
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001003 /* from time_after() in jiffies.h */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001004 if ((long)next - (long)val < 0) {
1005 switch (target) {
1006 case MEM_CGROUP_TARGET_THRESH:
1007 next = val + THRESHOLDS_EVENTS_TARGET;
1008 break;
1009 case MEM_CGROUP_TARGET_SOFTLIMIT:
1010 next = val + SOFTLIMIT_EVENTS_TARGET;
1011 break;
1012 case MEM_CGROUP_TARGET_NUMAINFO:
1013 next = val + NUMAINFO_EVENTS_TARGET;
1014 break;
1015 default:
1016 break;
1017 }
1018 __this_cpu_write(memcg->stat->targets[target], next);
1019 return true;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001020 }
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001021 return false;
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001022}
1023
1024/*
1025 * Check events in order.
1026 *
1027 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001028static void memcg_check_events(struct mem_cgroup *memcg, struct page *page)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001029{
Steven Rostedt47994012011-11-02 13:38:33 -07001030 preempt_disable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001031 /* threshold event is triggered in finer grain than soft limit */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001032 if (unlikely(mem_cgroup_event_ratelimit(memcg,
1033 MEM_CGROUP_TARGET_THRESH))) {
Andrew Morton82b3f2a2012-02-03 15:37:14 -08001034 bool do_softlimit;
1035 bool do_numainfo __maybe_unused;
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001036
1037 do_softlimit = mem_cgroup_event_ratelimit(memcg,
1038 MEM_CGROUP_TARGET_SOFTLIMIT);
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001039#if MAX_NUMNODES > 1
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001040 do_numainfo = mem_cgroup_event_ratelimit(memcg,
1041 MEM_CGROUP_TARGET_NUMAINFO);
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001042#endif
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001043 preempt_enable();
1044
1045 mem_cgroup_threshold(memcg);
1046 if (unlikely(do_softlimit))
1047 mem_cgroup_update_tree(memcg, page);
1048#if MAX_NUMNODES > 1
1049 if (unlikely(do_numainfo))
1050 atomic_inc(&memcg->numainfo_events);
1051#endif
1052 } else
1053 preempt_enable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001054}
1055
Glauber Costad1a4c0b2011-12-11 21:47:04 +00001056struct mem_cgroup *mem_cgroup_from_cont(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001057{
Wanpeng Lib2145142012-07-31 16:46:01 -07001058 return mem_cgroup_from_css(
1059 cgroup_subsys_state(cont, mem_cgroup_subsys_id));
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001060}
1061
Balbir Singhcf475ad2008-04-29 01:00:16 -07001062struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p)
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001063{
Balbir Singh31a78f22008-09-28 23:09:31 +01001064 /*
1065 * mm_update_next_owner() may clear mm->owner to NULL
1066 * if it races with swapoff, page migration, etc.
1067 * So this can be called with p == NULL.
1068 */
1069 if (unlikely(!p))
1070 return NULL;
1071
Wanpeng Lib2145142012-07-31 16:46:01 -07001072 return mem_cgroup_from_css(task_subsys_state(p, mem_cgroup_subsys_id));
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001073}
1074
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07001075struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001076{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001077 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001078
1079 if (!mm)
1080 return NULL;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001081 /*
1082 * Because we have no locks, mm->owner's may be being moved to other
1083 * cgroup. We use css_tryget() here even if this looks
1084 * pessimistic (rather than adding locks here).
1085 */
1086 rcu_read_lock();
1087 do {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001088 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1089 if (unlikely(!memcg))
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001090 break;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001091 } while (!css_tryget(&memcg->css));
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001092 rcu_read_unlock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001093 return memcg;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001094}
1095
Michal Hocko16248d82013-04-29 15:07:19 -07001096/*
1097 * Returns a next (in a pre-order walk) alive memcg (with elevated css
1098 * ref. count) or NULL if the whole root's subtree has been visited.
1099 *
1100 * helper function to be used by mem_cgroup_iter
1101 */
1102static struct mem_cgroup *__mem_cgroup_iter_next(struct mem_cgroup *root,
1103 struct mem_cgroup *last_visited)
1104{
1105 struct cgroup *prev_cgroup, *next_cgroup;
1106
1107 /*
1108 * Root is not visited by cgroup iterators so it needs an
1109 * explicit visit.
1110 */
1111 if (!last_visited)
1112 return root;
1113
1114 prev_cgroup = (last_visited == root) ? NULL
1115 : last_visited->css.cgroup;
1116skip_node:
1117 next_cgroup = cgroup_next_descendant_pre(
1118 prev_cgroup, root->css.cgroup);
1119
1120 /*
1121 * Even if we found a group we have to make sure it is
1122 * alive. css && !memcg means that the groups should be
1123 * skipped and we should continue the tree walk.
1124 * last_visited css is safe to use because it is
1125 * protected by css_get and the tree walk is rcu safe.
1126 */
1127 if (next_cgroup) {
1128 struct mem_cgroup *mem = mem_cgroup_from_cont(
1129 next_cgroup);
1130 if (css_tryget(&mem->css))
1131 return mem;
1132 else {
1133 prev_cgroup = next_cgroup;
1134 goto skip_node;
1135 }
1136 }
1137
1138 return NULL;
1139}
1140
Johannes Weiner519ebea2013-07-03 15:04:51 -07001141static void mem_cgroup_iter_invalidate(struct mem_cgroup *root)
1142{
1143 /*
1144 * When a group in the hierarchy below root is destroyed, the
1145 * hierarchy iterator can no longer be trusted since it might
1146 * have pointed to the destroyed group. Invalidate it.
1147 */
1148 atomic_inc(&root->dead_count);
1149}
1150
1151static struct mem_cgroup *
1152mem_cgroup_iter_load(struct mem_cgroup_reclaim_iter *iter,
1153 struct mem_cgroup *root,
1154 int *sequence)
1155{
1156 struct mem_cgroup *position = NULL;
1157 /*
1158 * A cgroup destruction happens in two stages: offlining and
1159 * release. They are separated by a RCU grace period.
1160 *
1161 * If the iterator is valid, we may still race with an
1162 * offlining. The RCU lock ensures the object won't be
1163 * released, tryget will fail if we lost the race.
1164 */
1165 *sequence = atomic_read(&root->dead_count);
1166 if (iter->last_dead_count == *sequence) {
1167 smp_rmb();
1168 position = iter->last_visited;
1169 if (position && !css_tryget(&position->css))
1170 position = NULL;
1171 }
1172 return position;
1173}
1174
1175static void mem_cgroup_iter_update(struct mem_cgroup_reclaim_iter *iter,
1176 struct mem_cgroup *last_visited,
1177 struct mem_cgroup *new_position,
1178 int sequence)
1179{
1180 if (last_visited)
1181 css_put(&last_visited->css);
1182 /*
1183 * We store the sequence count from the time @last_visited was
1184 * loaded successfully instead of rereading it here so that we
1185 * don't lose destruction events in between. We could have
1186 * raced with the destruction of @new_position after all.
1187 */
1188 iter->last_visited = new_position;
1189 smp_wmb();
1190 iter->last_dead_count = sequence;
1191}
1192
Johannes Weiner56600482012-01-12 17:17:59 -08001193/**
1194 * mem_cgroup_iter - iterate over memory cgroup hierarchy
1195 * @root: hierarchy root
1196 * @prev: previously returned memcg, NULL on first invocation
1197 * @reclaim: cookie for shared reclaim walks, NULL for full walks
1198 *
1199 * Returns references to children of the hierarchy below @root, or
1200 * @root itself, or %NULL after a full round-trip.
1201 *
1202 * Caller must pass the return value in @prev on subsequent
1203 * invocations for reference counting, or use mem_cgroup_iter_break()
1204 * to cancel a hierarchy walk before the round-trip is complete.
1205 *
1206 * Reclaimers can specify a zone and a priority level in @reclaim to
1207 * divide up the memcgs in the hierarchy among all concurrent
1208 * reclaimers operating on the same zone and priority.
1209 */
1210struct mem_cgroup *mem_cgroup_iter(struct mem_cgroup *root,
1211 struct mem_cgroup *prev,
1212 struct mem_cgroup_reclaim_cookie *reclaim)
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07001213{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001214 struct mem_cgroup *memcg = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001215 struct mem_cgroup *last_visited = NULL;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001216
Johannes Weiner56600482012-01-12 17:17:59 -08001217 if (mem_cgroup_disabled())
1218 return NULL;
1219
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001220 if (!root)
1221 root = root_mem_cgroup;
1222
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001223 if (prev && !reclaim)
Michal Hocko542f85f2013-04-29 15:07:15 -07001224 last_visited = prev;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001225
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001226 if (!root->use_hierarchy && root != root_mem_cgroup) {
1227 if (prev)
Michal Hockoc40046f2013-04-29 15:07:14 -07001228 goto out_css_put;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001229 return root;
1230 }
1231
Michal Hocko542f85f2013-04-29 15:07:15 -07001232 rcu_read_lock();
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001233 while (!memcg) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001234 struct mem_cgroup_reclaim_iter *uninitialized_var(iter);
Johannes Weiner519ebea2013-07-03 15:04:51 -07001235 int uninitialized_var(seq);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001236
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001237 if (reclaim) {
1238 int nid = zone_to_nid(reclaim->zone);
1239 int zid = zone_idx(reclaim->zone);
1240 struct mem_cgroup_per_zone *mz;
1241
1242 mz = mem_cgroup_zoneinfo(root, nid, zid);
1243 iter = &mz->reclaim_iter[reclaim->priority];
Michal Hocko542f85f2013-04-29 15:07:15 -07001244 if (prev && reclaim->generation != iter->generation) {
Michal Hocko5f578162013-04-29 15:07:17 -07001245 iter->last_visited = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001246 goto out_unlock;
1247 }
Michal Hocko5f578162013-04-29 15:07:17 -07001248
Johannes Weiner519ebea2013-07-03 15:04:51 -07001249 last_visited = mem_cgroup_iter_load(iter, root, &seq);
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001250 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001251
Michal Hocko16248d82013-04-29 15:07:19 -07001252 memcg = __mem_cgroup_iter_next(root, last_visited);
Michal Hocko542f85f2013-04-29 15:07:15 -07001253
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001254 if (reclaim) {
Johannes Weiner519ebea2013-07-03 15:04:51 -07001255 mem_cgroup_iter_update(iter, last_visited, memcg, seq);
Michal Hocko542f85f2013-04-29 15:07:15 -07001256
Michal Hocko19f39402013-04-29 15:07:18 -07001257 if (!memcg)
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001258 iter->generation++;
1259 else if (!prev && memcg)
1260 reclaim->generation = iter->generation;
1261 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001262
Michal Hocko19f39402013-04-29 15:07:18 -07001263 if (prev && !memcg)
Michal Hocko542f85f2013-04-29 15:07:15 -07001264 goto out_unlock;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001265 }
Michal Hocko542f85f2013-04-29 15:07:15 -07001266out_unlock:
1267 rcu_read_unlock();
Michal Hockoc40046f2013-04-29 15:07:14 -07001268out_css_put:
1269 if (prev && prev != root)
1270 css_put(&prev->css);
1271
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001272 return memcg;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001273}
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001274
Johannes Weiner56600482012-01-12 17:17:59 -08001275/**
1276 * mem_cgroup_iter_break - abort a hierarchy walk prematurely
1277 * @root: hierarchy root
1278 * @prev: last visited hierarchy member as returned by mem_cgroup_iter()
1279 */
1280void mem_cgroup_iter_break(struct mem_cgroup *root,
1281 struct mem_cgroup *prev)
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001282{
1283 if (!root)
1284 root = root_mem_cgroup;
1285 if (prev && prev != root)
1286 css_put(&prev->css);
1287}
1288
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001289/*
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001290 * Iteration constructs for visiting all cgroups (under a tree). If
1291 * loops are exited prematurely (break), mem_cgroup_iter_break() must
1292 * be used for reference counting.
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001293 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001294#define for_each_mem_cgroup_tree(iter, root) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001295 for (iter = mem_cgroup_iter(root, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001296 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001297 iter = mem_cgroup_iter(root, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001298
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001299#define for_each_mem_cgroup(iter) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001300 for (iter = mem_cgroup_iter(NULL, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001301 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001302 iter = mem_cgroup_iter(NULL, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001303
David Rientjes68ae5642012-12-12 13:51:57 -08001304void __mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx)
Ying Han456f9982011-05-26 16:25:38 -07001305{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001306 struct mem_cgroup *memcg;
Ying Han456f9982011-05-26 16:25:38 -07001307
Ying Han456f9982011-05-26 16:25:38 -07001308 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001309 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1310 if (unlikely(!memcg))
Ying Han456f9982011-05-26 16:25:38 -07001311 goto out;
1312
1313 switch (idx) {
Ying Han456f9982011-05-26 16:25:38 -07001314 case PGFAULT:
Johannes Weiner0e574a92012-01-12 17:18:35 -08001315 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGFAULT]);
1316 break;
1317 case PGMAJFAULT:
1318 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGMAJFAULT]);
Ying Han456f9982011-05-26 16:25:38 -07001319 break;
1320 default:
1321 BUG();
1322 }
1323out:
1324 rcu_read_unlock();
1325}
David Rientjes68ae5642012-12-12 13:51:57 -08001326EXPORT_SYMBOL(__mem_cgroup_count_vm_event);
Ying Han456f9982011-05-26 16:25:38 -07001327
Johannes Weiner925b7672012-01-12 17:18:15 -08001328/**
1329 * mem_cgroup_zone_lruvec - get the lru list vector for a zone and memcg
1330 * @zone: zone of the wanted lruvec
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001331 * @memcg: memcg of the wanted lruvec
Johannes Weiner925b7672012-01-12 17:18:15 -08001332 *
1333 * Returns the lru list vector holding pages for the given @zone and
1334 * @mem. This can be the global zone lruvec, if the memory controller
1335 * is disabled.
1336 */
1337struct lruvec *mem_cgroup_zone_lruvec(struct zone *zone,
1338 struct mem_cgroup *memcg)
1339{
1340 struct mem_cgroup_per_zone *mz;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001341 struct lruvec *lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001342
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001343 if (mem_cgroup_disabled()) {
1344 lruvec = &zone->lruvec;
1345 goto out;
1346 }
Johannes Weiner925b7672012-01-12 17:18:15 -08001347
1348 mz = mem_cgroup_zoneinfo(memcg, zone_to_nid(zone), zone_idx(zone));
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001349 lruvec = &mz->lruvec;
1350out:
1351 /*
1352 * Since a node can be onlined after the mem_cgroup was created,
1353 * we have to be prepared to initialize lruvec->zone here;
1354 * and if offlined then reonlined, we need to reinitialize it.
1355 */
1356 if (unlikely(lruvec->zone != zone))
1357 lruvec->zone = zone;
1358 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001359}
1360
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001361/*
1362 * Following LRU functions are allowed to be used without PCG_LOCK.
1363 * Operations are called by routine of global LRU independently from memcg.
1364 * What we have to take care of here is validness of pc->mem_cgroup.
1365 *
1366 * Changes to pc->mem_cgroup happens when
1367 * 1. charge
1368 * 2. moving account
1369 * In typical case, "charge" is done before add-to-lru. Exception is SwapCache.
1370 * It is added to LRU before charge.
1371 * If PCG_USED bit is not set, page_cgroup is not added to this private LRU.
1372 * When moving account, the page is not on LRU. It's isolated.
1373 */
1374
Johannes Weiner925b7672012-01-12 17:18:15 -08001375/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001376 * mem_cgroup_page_lruvec - return lruvec for adding an lru page
Johannes Weiner925b7672012-01-12 17:18:15 -08001377 * @page: the page
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001378 * @zone: zone of the page
Minchan Kim3f58a822011-03-22 16:32:53 -07001379 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001380struct lruvec *mem_cgroup_page_lruvec(struct page *page, struct zone *zone)
Minchan Kim3f58a822011-03-22 16:32:53 -07001381{
1382 struct mem_cgroup_per_zone *mz;
Johannes Weiner925b7672012-01-12 17:18:15 -08001383 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001384 struct page_cgroup *pc;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001385 struct lruvec *lruvec;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08001386
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001387 if (mem_cgroup_disabled()) {
1388 lruvec = &zone->lruvec;
1389 goto out;
1390 }
Christoph Lameterb69408e2008-10-18 20:26:14 -07001391
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001392 pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08001393 memcg = pc->mem_cgroup;
Hugh Dickins75121022012-03-05 14:59:18 -08001394
1395 /*
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001396 * Surreptitiously switch any uncharged offlist page to root:
Hugh Dickins75121022012-03-05 14:59:18 -08001397 * an uncharged page off lru does nothing to secure
1398 * its former mem_cgroup from sudden removal.
1399 *
1400 * Our caller holds lru_lock, and PageCgroupUsed is updated
1401 * under page_cgroup lock: between them, they make all uses
1402 * of pc->mem_cgroup safe.
1403 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001404 if (!PageLRU(page) && !PageCgroupUsed(pc) && memcg != root_mem_cgroup)
Hugh Dickins75121022012-03-05 14:59:18 -08001405 pc->mem_cgroup = memcg = root_mem_cgroup;
1406
Johannes Weiner925b7672012-01-12 17:18:15 -08001407 mz = page_cgroup_zoneinfo(memcg, page);
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001408 lruvec = &mz->lruvec;
1409out:
1410 /*
1411 * Since a node can be onlined after the mem_cgroup was created,
1412 * we have to be prepared to initialize lruvec->zone here;
1413 * and if offlined then reonlined, we need to reinitialize it.
1414 */
1415 if (unlikely(lruvec->zone != zone))
1416 lruvec->zone = zone;
1417 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001418}
1419
1420/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001421 * mem_cgroup_update_lru_size - account for adding or removing an lru page
1422 * @lruvec: mem_cgroup per zone lru vector
1423 * @lru: index of lru list the page is sitting on
1424 * @nr_pages: positive when adding or negative when removing
Johannes Weiner925b7672012-01-12 17:18:15 -08001425 *
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001426 * This function must be called when a page is added to or removed from an
1427 * lru list.
Johannes Weiner925b7672012-01-12 17:18:15 -08001428 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001429void mem_cgroup_update_lru_size(struct lruvec *lruvec, enum lru_list lru,
1430 int nr_pages)
Johannes Weiner925b7672012-01-12 17:18:15 -08001431{
1432 struct mem_cgroup_per_zone *mz;
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001433 unsigned long *lru_size;
Johannes Weiner925b7672012-01-12 17:18:15 -08001434
1435 if (mem_cgroup_disabled())
1436 return;
1437
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001438 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
1439 lru_size = mz->lru_size + lru;
1440 *lru_size += nr_pages;
1441 VM_BUG_ON((long)(*lru_size) < 0);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001442}
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08001443
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001444/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001445 * Checks whether given mem is same or in the root_mem_cgroup's
Michal Hocko3e920412011-07-26 16:08:29 -07001446 * hierarchy subtree
1447 */
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001448bool __mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1449 struct mem_cgroup *memcg)
Michal Hocko3e920412011-07-26 16:08:29 -07001450{
Johannes Weiner91c637342012-05-29 15:06:24 -07001451 if (root_memcg == memcg)
1452 return true;
Hugh Dickins3a981f42012-06-20 12:52:58 -07001453 if (!root_memcg->use_hierarchy || !memcg)
Johannes Weiner91c637342012-05-29 15:06:24 -07001454 return false;
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001455 return css_is_ancestor(&memcg->css, &root_memcg->css);
1456}
1457
1458static bool mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1459 struct mem_cgroup *memcg)
1460{
1461 bool ret;
1462
Johannes Weiner91c637342012-05-29 15:06:24 -07001463 rcu_read_lock();
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001464 ret = __mem_cgroup_same_or_subtree(root_memcg, memcg);
Johannes Weiner91c637342012-05-29 15:06:24 -07001465 rcu_read_unlock();
1466 return ret;
Michal Hocko3e920412011-07-26 16:08:29 -07001467}
1468
David Rientjesffbdccf2013-07-03 15:01:23 -07001469bool task_in_mem_cgroup(struct task_struct *task,
1470 const struct mem_cgroup *memcg)
David Rientjes4c4a2212008-02-07 00:14:06 -08001471{
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001472 struct mem_cgroup *curr = NULL;
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001473 struct task_struct *p;
David Rientjesffbdccf2013-07-03 15:01:23 -07001474 bool ret;
David Rientjes4c4a2212008-02-07 00:14:06 -08001475
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001476 p = find_lock_task_mm(task);
David Rientjesde077d22012-01-12 17:18:52 -08001477 if (p) {
1478 curr = try_get_mem_cgroup_from_mm(p->mm);
1479 task_unlock(p);
1480 } else {
1481 /*
1482 * All threads may have already detached their mm's, but the oom
1483 * killer still needs to detect if they have already been oom
1484 * killed to prevent needlessly killing additional tasks.
1485 */
David Rientjesffbdccf2013-07-03 15:01:23 -07001486 rcu_read_lock();
David Rientjesde077d22012-01-12 17:18:52 -08001487 curr = mem_cgroup_from_task(task);
1488 if (curr)
1489 css_get(&curr->css);
David Rientjesffbdccf2013-07-03 15:01:23 -07001490 rcu_read_unlock();
David Rientjesde077d22012-01-12 17:18:52 -08001491 }
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001492 if (!curr)
David Rientjesffbdccf2013-07-03 15:01:23 -07001493 return false;
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001494 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001495 * We should check use_hierarchy of "memcg" not "curr". Because checking
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001496 * use_hierarchy of "curr" here make this function true if hierarchy is
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001497 * enabled in "curr" and "curr" is a child of "memcg" in *cgroup*
1498 * hierarchy(even if use_hierarchy is disabled in "memcg").
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001499 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001500 ret = mem_cgroup_same_or_subtree(memcg, curr);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001501 css_put(&curr->css);
David Rientjes4c4a2212008-02-07 00:14:06 -08001502 return ret;
1503}
1504
Konstantin Khlebnikovc56d5c72012-05-29 15:07:00 -07001505int mem_cgroup_inactive_anon_is_low(struct lruvec *lruvec)
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001506{
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001507 unsigned long inactive_ratio;
Johannes Weiner9b272972011-11-02 13:38:23 -07001508 unsigned long inactive;
1509 unsigned long active;
1510 unsigned long gb;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001511
Hugh Dickins4d7dcca2012-05-29 15:07:08 -07001512 inactive = mem_cgroup_get_lru_size(lruvec, LRU_INACTIVE_ANON);
1513 active = mem_cgroup_get_lru_size(lruvec, LRU_ACTIVE_ANON);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001514
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001515 gb = (inactive + active) >> (30 - PAGE_SHIFT);
1516 if (gb)
1517 inactive_ratio = int_sqrt(10 * gb);
1518 else
1519 inactive_ratio = 1;
1520
Johannes Weiner9b272972011-11-02 13:38:23 -07001521 return inactive * inactive_ratio < active;
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001522}
1523
Balbir Singh6d61ef42009-01-07 18:08:06 -08001524#define mem_cgroup_from_res_counter(counter, member) \
1525 container_of(counter, struct mem_cgroup, member)
1526
Johannes Weiner19942822011-02-01 15:52:43 -08001527/**
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001528 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
Wanpeng Lidad75572012-06-20 12:53:01 -07001529 * @memcg: the memory cgroup
Johannes Weiner19942822011-02-01 15:52:43 -08001530 *
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001531 * Returns the maximum amount of memory @mem can be charged with, in
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001532 * pages.
Johannes Weiner19942822011-02-01 15:52:43 -08001533 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001534static unsigned long mem_cgroup_margin(struct mem_cgroup *memcg)
Johannes Weiner19942822011-02-01 15:52:43 -08001535{
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001536 unsigned long long margin;
1537
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001538 margin = res_counter_margin(&memcg->res);
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001539 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001540 margin = min(margin, res_counter_margin(&memcg->memsw));
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001541 return margin >> PAGE_SHIFT;
Johannes Weiner19942822011-02-01 15:52:43 -08001542}
1543
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07001544int mem_cgroup_swappiness(struct mem_cgroup *memcg)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001545{
1546 struct cgroup *cgrp = memcg->css.cgroup;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001547
1548 /* root ? */
1549 if (cgrp->parent == NULL)
1550 return vm_swappiness;
1551
Johannes Weinerbf1ff262011-03-23 16:42:32 -07001552 return memcg->swappiness;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001553}
1554
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001555/*
1556 * memcg->moving_account is used for checking possibility that some thread is
1557 * calling move_account(). When a thread on CPU-A starts moving pages under
1558 * a memcg, other threads should check memcg->moving_account under
1559 * rcu_read_lock(), like this:
1560 *
1561 * CPU-A CPU-B
1562 * rcu_read_lock()
1563 * memcg->moving_account+1 if (memcg->mocing_account)
1564 * take heavy locks.
1565 * synchronize_rcu() update something.
1566 * rcu_read_unlock()
1567 * start move here.
1568 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001569
1570/* for quick checking without looking up memcg */
1571atomic_t memcg_moving __read_mostly;
1572
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001573static void mem_cgroup_start_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001574{
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001575 atomic_inc(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001576 atomic_inc(&memcg->moving_account);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001577 synchronize_rcu();
1578}
1579
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001580static void mem_cgroup_end_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001581{
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001582 /*
1583 * Now, mem_cgroup_clear_mc() may call this function with NULL.
1584 * We check NULL in callee rather than caller.
1585 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001586 if (memcg) {
1587 atomic_dec(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001588 atomic_dec(&memcg->moving_account);
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001589 }
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001590}
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001591
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001592/*
1593 * 2 routines for checking "mem" is under move_account() or not.
1594 *
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001595 * mem_cgroup_stolen() - checking whether a cgroup is mc.from or not. This
1596 * is used for avoiding races in accounting. If true,
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001597 * pc->mem_cgroup may be overwritten.
1598 *
1599 * mem_cgroup_under_move() - checking a cgroup is mc.from or mc.to or
1600 * under hierarchy of moving cgroups. This is for
1601 * waiting at hith-memory prressure caused by "move".
1602 */
1603
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001604static bool mem_cgroup_stolen(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001605{
1606 VM_BUG_ON(!rcu_read_lock_held());
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001607 return atomic_read(&memcg->moving_account) > 0;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001608}
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001609
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001610static bool mem_cgroup_under_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001611{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001612 struct mem_cgroup *from;
1613 struct mem_cgroup *to;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001614 bool ret = false;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001615 /*
1616 * Unlike task_move routines, we access mc.to, mc.from not under
1617 * mutual exclusion by cgroup_mutex. Here, we take spinlock instead.
1618 */
1619 spin_lock(&mc.lock);
1620 from = mc.from;
1621 to = mc.to;
1622 if (!from)
1623 goto unlock;
Michal Hocko3e920412011-07-26 16:08:29 -07001624
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001625 ret = mem_cgroup_same_or_subtree(memcg, from)
1626 || mem_cgroup_same_or_subtree(memcg, to);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001627unlock:
1628 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001629 return ret;
1630}
1631
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001632static bool mem_cgroup_wait_acct_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001633{
1634 if (mc.moving_task && current != mc.moving_task) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001635 if (mem_cgroup_under_move(memcg)) {
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001636 DEFINE_WAIT(wait);
1637 prepare_to_wait(&mc.waitq, &wait, TASK_INTERRUPTIBLE);
1638 /* moving charge context might have finished. */
1639 if (mc.moving_task)
1640 schedule();
1641 finish_wait(&mc.waitq, &wait);
1642 return true;
1643 }
1644 }
1645 return false;
1646}
1647
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001648/*
1649 * Take this lock when
1650 * - a code tries to modify page's memcg while it's USED.
1651 * - a code tries to modify page state accounting in a memcg.
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001652 * see mem_cgroup_stolen(), too.
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001653 */
1654static void move_lock_mem_cgroup(struct mem_cgroup *memcg,
1655 unsigned long *flags)
1656{
1657 spin_lock_irqsave(&memcg->move_lock, *flags);
1658}
1659
1660static void move_unlock_mem_cgroup(struct mem_cgroup *memcg,
1661 unsigned long *flags)
1662{
1663 spin_unlock_irqrestore(&memcg->move_lock, *flags);
1664}
1665
Sha Zhengju58cf1882013-02-22 16:32:05 -08001666#define K(x) ((x) << (PAGE_SHIFT-10))
Balbir Singhe2224322009-04-02 16:57:39 -07001667/**
Sha Zhengju58cf1882013-02-22 16:32:05 -08001668 * mem_cgroup_print_oom_info: Print OOM information relevant to memory controller.
Balbir Singhe2224322009-04-02 16:57:39 -07001669 * @memcg: The memory cgroup that went over limit
1670 * @p: Task that is going to be killed
1671 *
1672 * NOTE: @memcg and @p's mem_cgroup can be different when hierarchy is
1673 * enabled
1674 */
1675void mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
1676{
1677 struct cgroup *task_cgrp;
1678 struct cgroup *mem_cgrp;
1679 /*
1680 * Need a buffer in BSS, can't rely on allocations. The code relies
1681 * on the assumption that OOM is serialized for memory controller.
1682 * If this assumption is broken, revisit this code.
1683 */
1684 static char memcg_name[PATH_MAX];
1685 int ret;
Sha Zhengju58cf1882013-02-22 16:32:05 -08001686 struct mem_cgroup *iter;
1687 unsigned int i;
Balbir Singhe2224322009-04-02 16:57:39 -07001688
Sha Zhengju58cf1882013-02-22 16:32:05 -08001689 if (!p)
Balbir Singhe2224322009-04-02 16:57:39 -07001690 return;
1691
Balbir Singhe2224322009-04-02 16:57:39 -07001692 rcu_read_lock();
1693
1694 mem_cgrp = memcg->css.cgroup;
1695 task_cgrp = task_cgroup(p, mem_cgroup_subsys_id);
1696
1697 ret = cgroup_path(task_cgrp, memcg_name, PATH_MAX);
1698 if (ret < 0) {
1699 /*
1700 * Unfortunately, we are unable to convert to a useful name
1701 * But we'll still print out the usage information
1702 */
1703 rcu_read_unlock();
1704 goto done;
1705 }
1706 rcu_read_unlock();
1707
Andrew Mortond0451972013-02-22 16:32:06 -08001708 pr_info("Task in %s killed", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001709
1710 rcu_read_lock();
1711 ret = cgroup_path(mem_cgrp, memcg_name, PATH_MAX);
1712 if (ret < 0) {
1713 rcu_read_unlock();
1714 goto done;
1715 }
1716 rcu_read_unlock();
1717
1718 /*
1719 * Continues from above, so we don't need an KERN_ level
1720 */
Andrew Mortond0451972013-02-22 16:32:06 -08001721 pr_cont(" as a result of limit of %s\n", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001722done:
1723
Andrew Mortond0451972013-02-22 16:32:06 -08001724 pr_info("memory: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001725 res_counter_read_u64(&memcg->res, RES_USAGE) >> 10,
1726 res_counter_read_u64(&memcg->res, RES_LIMIT) >> 10,
1727 res_counter_read_u64(&memcg->res, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001728 pr_info("memory+swap: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001729 res_counter_read_u64(&memcg->memsw, RES_USAGE) >> 10,
1730 res_counter_read_u64(&memcg->memsw, RES_LIMIT) >> 10,
1731 res_counter_read_u64(&memcg->memsw, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001732 pr_info("kmem: usage %llukB, limit %llukB, failcnt %llu\n",
Glauber Costa510fc4e2012-12-18 14:21:47 -08001733 res_counter_read_u64(&memcg->kmem, RES_USAGE) >> 10,
1734 res_counter_read_u64(&memcg->kmem, RES_LIMIT) >> 10,
1735 res_counter_read_u64(&memcg->kmem, RES_FAILCNT));
Sha Zhengju58cf1882013-02-22 16:32:05 -08001736
1737 for_each_mem_cgroup_tree(iter, memcg) {
1738 pr_info("Memory cgroup stats");
1739
1740 rcu_read_lock();
1741 ret = cgroup_path(iter->css.cgroup, memcg_name, PATH_MAX);
1742 if (!ret)
1743 pr_cont(" for %s", memcg_name);
1744 rcu_read_unlock();
1745 pr_cont(":");
1746
1747 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
1748 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
1749 continue;
1750 pr_cont(" %s:%ldKB", mem_cgroup_stat_names[i],
1751 K(mem_cgroup_read_stat(iter, i)));
1752 }
1753
1754 for (i = 0; i < NR_LRU_LISTS; i++)
1755 pr_cont(" %s:%luKB", mem_cgroup_lru_names[i],
1756 K(mem_cgroup_nr_lru_pages(iter, BIT(i))));
1757
1758 pr_cont("\n");
1759 }
Balbir Singhe2224322009-04-02 16:57:39 -07001760}
1761
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001762/*
1763 * This function returns the number of memcg under hierarchy tree. Returns
1764 * 1(self count) if no children.
1765 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001766static int mem_cgroup_count_children(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001767{
1768 int num = 0;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001769 struct mem_cgroup *iter;
1770
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001771 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001772 num++;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001773 return num;
1774}
1775
Balbir Singh6d61ef42009-01-07 18:08:06 -08001776/*
David Rientjesa63d83f2010-08-09 17:19:46 -07001777 * Return the memory (and swap, if configured) limit for a memcg.
1778 */
David Rientjes9cbb78b2012-07-31 16:43:44 -07001779static u64 mem_cgroup_get_limit(struct mem_cgroup *memcg)
David Rientjesa63d83f2010-08-09 17:19:46 -07001780{
1781 u64 limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001782
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001783 limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001784
David Rientjesa63d83f2010-08-09 17:19:46 -07001785 /*
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001786 * Do not consider swap space if we cannot swap due to swappiness
David Rientjesa63d83f2010-08-09 17:19:46 -07001787 */
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001788 if (mem_cgroup_swappiness(memcg)) {
1789 u64 memsw;
1790
1791 limit += total_swap_pages << PAGE_SHIFT;
1792 memsw = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
1793
1794 /*
1795 * If memsw is finite and limits the amount of swap space
1796 * available to this memcg, return that limit.
1797 */
1798 limit = min(limit, memsw);
1799 }
1800
1801 return limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001802}
1803
David Rientjes19965462012-12-11 16:00:26 -08001804static void mem_cgroup_out_of_memory(struct mem_cgroup *memcg, gfp_t gfp_mask,
1805 int order)
David Rientjes9cbb78b2012-07-31 16:43:44 -07001806{
1807 struct mem_cgroup *iter;
1808 unsigned long chosen_points = 0;
1809 unsigned long totalpages;
1810 unsigned int points = 0;
1811 struct task_struct *chosen = NULL;
1812
David Rientjes876aafb2012-07-31 16:43:48 -07001813 /*
David Rientjes465adcf2013-04-29 15:08:45 -07001814 * If current has a pending SIGKILL or is exiting, then automatically
1815 * select it. The goal is to allow it to allocate so that it may
1816 * quickly exit and free its memory.
David Rientjes876aafb2012-07-31 16:43:48 -07001817 */
David Rientjes465adcf2013-04-29 15:08:45 -07001818 if (fatal_signal_pending(current) || current->flags & PF_EXITING) {
David Rientjes876aafb2012-07-31 16:43:48 -07001819 set_thread_flag(TIF_MEMDIE);
1820 return;
1821 }
1822
1823 check_panic_on_oom(CONSTRAINT_MEMCG, gfp_mask, order, NULL);
David Rientjes9cbb78b2012-07-31 16:43:44 -07001824 totalpages = mem_cgroup_get_limit(memcg) >> PAGE_SHIFT ? : 1;
1825 for_each_mem_cgroup_tree(iter, memcg) {
1826 struct cgroup *cgroup = iter->css.cgroup;
1827 struct cgroup_iter it;
1828 struct task_struct *task;
1829
1830 cgroup_iter_start(cgroup, &it);
1831 while ((task = cgroup_iter_next(cgroup, &it))) {
1832 switch (oom_scan_process_thread(task, totalpages, NULL,
1833 false)) {
1834 case OOM_SCAN_SELECT:
1835 if (chosen)
1836 put_task_struct(chosen);
1837 chosen = task;
1838 chosen_points = ULONG_MAX;
1839 get_task_struct(chosen);
1840 /* fall through */
1841 case OOM_SCAN_CONTINUE:
1842 continue;
1843 case OOM_SCAN_ABORT:
1844 cgroup_iter_end(cgroup, &it);
1845 mem_cgroup_iter_break(memcg, iter);
1846 if (chosen)
1847 put_task_struct(chosen);
1848 return;
1849 case OOM_SCAN_OK:
1850 break;
1851 };
1852 points = oom_badness(task, memcg, NULL, totalpages);
1853 if (points > chosen_points) {
1854 if (chosen)
1855 put_task_struct(chosen);
1856 chosen = task;
1857 chosen_points = points;
1858 get_task_struct(chosen);
1859 }
1860 }
1861 cgroup_iter_end(cgroup, &it);
1862 }
1863
1864 if (!chosen)
1865 return;
1866 points = chosen_points * 1000 / totalpages;
David Rientjes9cbb78b2012-07-31 16:43:44 -07001867 oom_kill_process(chosen, gfp_mask, order, points, totalpages, memcg,
1868 NULL, "Memory cgroup out of memory");
David Rientjes9cbb78b2012-07-31 16:43:44 -07001869}
1870
Johannes Weiner56600482012-01-12 17:17:59 -08001871static unsigned long mem_cgroup_reclaim(struct mem_cgroup *memcg,
1872 gfp_t gfp_mask,
1873 unsigned long flags)
1874{
1875 unsigned long total = 0;
1876 bool noswap = false;
1877 int loop;
1878
1879 if (flags & MEM_CGROUP_RECLAIM_NOSWAP)
1880 noswap = true;
1881 if (!(flags & MEM_CGROUP_RECLAIM_SHRINK) && memcg->memsw_is_minimum)
1882 noswap = true;
1883
1884 for (loop = 0; loop < MEM_CGROUP_MAX_RECLAIM_LOOPS; loop++) {
1885 if (loop)
1886 drain_all_stock_async(memcg);
1887 total += try_to_free_mem_cgroup_pages(memcg, gfp_mask, noswap);
1888 /*
1889 * Allow limit shrinkers, which are triggered directly
1890 * by userspace, to catch signals and stop reclaim
1891 * after minimal progress, regardless of the margin.
1892 */
1893 if (total && (flags & MEM_CGROUP_RECLAIM_SHRINK))
1894 break;
1895 if (mem_cgroup_margin(memcg))
1896 break;
1897 /*
1898 * If nothing was reclaimed after two attempts, there
1899 * may be no reclaimable pages in this hierarchy.
1900 */
1901 if (loop && !total)
1902 break;
1903 }
1904 return total;
1905}
1906
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001907/**
1908 * test_mem_cgroup_node_reclaimable
Wanpeng Lidad75572012-06-20 12:53:01 -07001909 * @memcg: the target memcg
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001910 * @nid: the node ID to be checked.
1911 * @noswap : specify true here if the user wants flle only information.
1912 *
1913 * This function returns whether the specified memcg contains any
1914 * reclaimable pages on a node. Returns true if there are any reclaimable
1915 * pages in the node.
1916 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001917static bool test_mem_cgroup_node_reclaimable(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001918 int nid, bool noswap)
1919{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001920 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_FILE))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001921 return true;
1922 if (noswap || !total_swap_pages)
1923 return false;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001924 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_ANON))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001925 return true;
1926 return false;
1927
1928}
Ying Han889976d2011-05-26 16:25:33 -07001929#if MAX_NUMNODES > 1
1930
1931/*
1932 * Always updating the nodemask is not very good - even if we have an empty
1933 * list or the wrong list here, we can start from some node and traverse all
1934 * nodes based on the zonelist. So update the list loosely once per 10 secs.
1935 *
1936 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001937static void mem_cgroup_may_update_nodemask(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001938{
1939 int nid;
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001940 /*
1941 * numainfo_events > 0 means there was at least NUMAINFO_EVENTS_TARGET
1942 * pagein/pageout changes since the last update.
1943 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001944 if (!atomic_read(&memcg->numainfo_events))
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001945 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001946 if (atomic_inc_return(&memcg->numainfo_updating) > 1)
Ying Han889976d2011-05-26 16:25:33 -07001947 return;
1948
Ying Han889976d2011-05-26 16:25:33 -07001949 /* make a nodemask where this memcg uses memory from */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001950 memcg->scan_nodes = node_states[N_MEMORY];
Ying Han889976d2011-05-26 16:25:33 -07001951
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001952 for_each_node_mask(nid, node_states[N_MEMORY]) {
Ying Han889976d2011-05-26 16:25:33 -07001953
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001954 if (!test_mem_cgroup_node_reclaimable(memcg, nid, false))
1955 node_clear(nid, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001956 }
KAMEZAWA Hiroyuki453a9bf32011-07-08 15:39:43 -07001957
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001958 atomic_set(&memcg->numainfo_events, 0);
1959 atomic_set(&memcg->numainfo_updating, 0);
Ying Han889976d2011-05-26 16:25:33 -07001960}
1961
1962/*
1963 * Selecting a node where we start reclaim from. Because what we need is just
1964 * reducing usage counter, start from anywhere is O,K. Considering
1965 * memory reclaim from current node, there are pros. and cons.
1966 *
1967 * Freeing memory from current node means freeing memory from a node which
1968 * we'll use or we've used. So, it may make LRU bad. And if several threads
1969 * hit limits, it will see a contention on a node. But freeing from remote
1970 * node means more costs for memory reclaim because of memory latency.
1971 *
1972 * Now, we use round-robin. Better algorithm is welcomed.
1973 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001974int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001975{
1976 int node;
1977
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001978 mem_cgroup_may_update_nodemask(memcg);
1979 node = memcg->last_scanned_node;
Ying Han889976d2011-05-26 16:25:33 -07001980
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001981 node = next_node(node, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001982 if (node == MAX_NUMNODES)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001983 node = first_node(memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001984 /*
1985 * We call this when we hit limit, not when pages are added to LRU.
1986 * No LRU may hold pages because all pages are UNEVICTABLE or
1987 * memcg is too small and all pages are not on LRU. In that case,
1988 * we use curret node.
1989 */
1990 if (unlikely(node == MAX_NUMNODES))
1991 node = numa_node_id();
1992
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001993 memcg->last_scanned_node = node;
Ying Han889976d2011-05-26 16:25:33 -07001994 return node;
1995}
1996
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001997/*
1998 * Check all nodes whether it contains reclaimable pages or not.
1999 * For quick scan, we make use of scan_nodes. This will allow us to skip
2000 * unused nodes. But scan_nodes is lazily updated and may not cotain
2001 * enough new information. We need to do double check.
2002 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002003static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002004{
2005 int nid;
2006
2007 /*
2008 * quick check...making use of scan_node.
2009 * We can skip unused nodes.
2010 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002011 if (!nodes_empty(memcg->scan_nodes)) {
2012 for (nid = first_node(memcg->scan_nodes);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002013 nid < MAX_NUMNODES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002014 nid = next_node(nid, memcg->scan_nodes)) {
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002015
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002016 if (test_mem_cgroup_node_reclaimable(memcg, nid, noswap))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002017 return true;
2018 }
2019 }
2020 /*
2021 * Check rest of nodes.
2022 */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08002023 for_each_node_state(nid, N_MEMORY) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002024 if (node_isset(nid, memcg->scan_nodes))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002025 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002026 if (test_mem_cgroup_node_reclaimable(memcg, nid, noswap))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002027 return true;
2028 }
2029 return false;
2030}
2031
Ying Han889976d2011-05-26 16:25:33 -07002032#else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002033int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07002034{
2035 return 0;
2036}
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002037
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002038static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002039{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002040 return test_mem_cgroup_node_reclaimable(memcg, 0, noswap);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002041}
Ying Han889976d2011-05-26 16:25:33 -07002042#endif
2043
Johannes Weiner56600482012-01-12 17:17:59 -08002044static int mem_cgroup_soft_reclaim(struct mem_cgroup *root_memcg,
2045 struct zone *zone,
2046 gfp_t gfp_mask,
2047 unsigned long *total_scanned)
Balbir Singh6d61ef42009-01-07 18:08:06 -08002048{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002049 struct mem_cgroup *victim = NULL;
Johannes Weiner56600482012-01-12 17:17:59 -08002050 int total = 0;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002051 int loop = 0;
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002052 unsigned long excess;
Johannes Weiner185efc02011-09-14 16:21:58 -07002053 unsigned long nr_scanned;
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002054 struct mem_cgroup_reclaim_cookie reclaim = {
2055 .zone = zone,
2056 .priority = 0,
2057 };
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002058
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002059 excess = res_counter_soft_limit_excess(&root_memcg->res) >> PAGE_SHIFT;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002060
Balbir Singh4e416952009-09-23 15:56:39 -07002061 while (1) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002062 victim = mem_cgroup_iter(root_memcg, victim, &reclaim);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002063 if (!victim) {
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002064 loop++;
Balbir Singh4e416952009-09-23 15:56:39 -07002065 if (loop >= 2) {
2066 /*
2067 * If we have not been able to reclaim
2068 * anything, it might because there are
2069 * no reclaimable pages under this hierarchy
2070 */
Johannes Weiner56600482012-01-12 17:17:59 -08002071 if (!total)
Balbir Singh4e416952009-09-23 15:56:39 -07002072 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002073 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002074 * We want to do more targeted reclaim.
Balbir Singh4e416952009-09-23 15:56:39 -07002075 * excess >> 2 is not to excessive so as to
2076 * reclaim too much, nor too less that we keep
2077 * coming back to reclaim from this cgroup
2078 */
2079 if (total >= (excess >> 2) ||
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002080 (loop > MEM_CGROUP_MAX_RECLAIM_LOOPS))
Balbir Singh4e416952009-09-23 15:56:39 -07002081 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002082 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002083 continue;
Balbir Singh4e416952009-09-23 15:56:39 -07002084 }
Johannes Weiner56600482012-01-12 17:17:59 -08002085 if (!mem_cgroup_reclaimable(victim, false))
Balbir Singh6d61ef42009-01-07 18:08:06 -08002086 continue;
Johannes Weiner56600482012-01-12 17:17:59 -08002087 total += mem_cgroup_shrink_node_zone(victim, gfp_mask, false,
2088 zone, &nr_scanned);
2089 *total_scanned += nr_scanned;
2090 if (!res_counter_soft_limit_excess(&root_memcg->res))
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002091 break;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002092 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002093 mem_cgroup_iter_break(root_memcg, victim);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002094 return total;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002095}
2096
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002097/*
2098 * Check OOM-Killer is already running under our hierarchy.
2099 * If someone is running, return false.
Michal Hocko1af8efe2011-07-26 16:08:24 -07002100 * Has to be called with memcg_oom_lock
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002101 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002102static bool mem_cgroup_oom_lock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002103{
Michal Hocko79dfdac2011-07-26 16:08:23 -07002104 struct mem_cgroup *iter, *failed = NULL;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002105
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002106 for_each_mem_cgroup_tree(iter, memcg) {
Johannes Weiner23751be2011-08-25 15:59:16 -07002107 if (iter->oom_lock) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002108 /*
2109 * this subtree of our hierarchy is already locked
2110 * so we cannot give a lock.
2111 */
Michal Hocko79dfdac2011-07-26 16:08:23 -07002112 failed = iter;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002113 mem_cgroup_iter_break(memcg, iter);
2114 break;
Johannes Weiner23751be2011-08-25 15:59:16 -07002115 } else
2116 iter->oom_lock = true;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002117 }
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002118
Michal Hocko79dfdac2011-07-26 16:08:23 -07002119 if (!failed)
Johannes Weiner23751be2011-08-25 15:59:16 -07002120 return true;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002121
2122 /*
2123 * OK, we failed to lock the whole subtree so we have to clean up
2124 * what we set up to the failing subtree
2125 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002126 for_each_mem_cgroup_tree(iter, memcg) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002127 if (iter == failed) {
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002128 mem_cgroup_iter_break(memcg, iter);
2129 break;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002130 }
2131 iter->oom_lock = false;
2132 }
Johannes Weiner23751be2011-08-25 15:59:16 -07002133 return false;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002134}
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002135
Michal Hocko79dfdac2011-07-26 16:08:23 -07002136/*
Michal Hocko1af8efe2011-07-26 16:08:24 -07002137 * Has to be called with memcg_oom_lock
Michal Hocko79dfdac2011-07-26 16:08:23 -07002138 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002139static int mem_cgroup_oom_unlock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002140{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002141 struct mem_cgroup *iter;
2142
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002143 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002144 iter->oom_lock = false;
2145 return 0;
2146}
2147
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002148static void mem_cgroup_mark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002149{
2150 struct mem_cgroup *iter;
2151
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002152 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002153 atomic_inc(&iter->under_oom);
2154}
2155
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002156static void mem_cgroup_unmark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002157{
2158 struct mem_cgroup *iter;
2159
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002160 /*
2161 * When a new child is created while the hierarchy is under oom,
2162 * mem_cgroup_oom_lock() may not be called. We have to use
2163 * atomic_add_unless() here.
2164 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002165 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002166 atomic_add_unless(&iter->under_oom, -1, 0);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002167}
2168
Michal Hocko1af8efe2011-07-26 16:08:24 -07002169static DEFINE_SPINLOCK(memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002170static DECLARE_WAIT_QUEUE_HEAD(memcg_oom_waitq);
2171
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002172struct oom_wait_info {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002173 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002174 wait_queue_t wait;
2175};
2176
2177static int memcg_oom_wake_function(wait_queue_t *wait,
2178 unsigned mode, int sync, void *arg)
2179{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002180 struct mem_cgroup *wake_memcg = (struct mem_cgroup *)arg;
2181 struct mem_cgroup *oom_wait_memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002182 struct oom_wait_info *oom_wait_info;
2183
2184 oom_wait_info = container_of(wait, struct oom_wait_info, wait);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002185 oom_wait_memcg = oom_wait_info->memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002186
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002187 /*
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002188 * Both of oom_wait_info->memcg and wake_memcg are stable under us.
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002189 * Then we can use css_is_ancestor without taking care of RCU.
2190 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002191 if (!mem_cgroup_same_or_subtree(oom_wait_memcg, wake_memcg)
2192 && !mem_cgroup_same_or_subtree(wake_memcg, oom_wait_memcg))
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002193 return 0;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002194 return autoremove_wake_function(wait, mode, sync, arg);
2195}
2196
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002197static void memcg_wakeup_oom(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002198{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002199 /* for filtering, pass "memcg" as argument. */
2200 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg);
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002201}
2202
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002203static void memcg_oom_recover(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002204{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002205 if (memcg && atomic_read(&memcg->under_oom))
2206 memcg_wakeup_oom(memcg);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002207}
2208
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002209/*
2210 * try to call OOM killer. returns false if we should exit memory-reclaim loop.
2211 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002212static bool mem_cgroup_handle_oom(struct mem_cgroup *memcg, gfp_t mask,
2213 int order)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002214{
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002215 struct oom_wait_info owait;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002216 bool locked, need_to_kill;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002217
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002218 owait.memcg = memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002219 owait.wait.flags = 0;
2220 owait.wait.func = memcg_oom_wake_function;
2221 owait.wait.private = current;
2222 INIT_LIST_HEAD(&owait.wait.task_list);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002223 need_to_kill = true;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002224 mem_cgroup_mark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002225
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002226 /* At first, try to OOM lock hierarchy under memcg.*/
Michal Hocko1af8efe2011-07-26 16:08:24 -07002227 spin_lock(&memcg_oom_lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002228 locked = mem_cgroup_oom_lock(memcg);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002229 /*
2230 * Even if signal_pending(), we can't quit charge() loop without
2231 * accounting. So, UNINTERRUPTIBLE is appropriate. But SIGKILL
2232 * under OOM is always welcomed, use TASK_KILLABLE here.
2233 */
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002234 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002235 if (!locked || memcg->oom_kill_disable)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002236 need_to_kill = false;
2237 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002238 mem_cgroup_oom_notify(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002239 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002240
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002241 if (need_to_kill) {
2242 finish_wait(&memcg_oom_waitq, &owait.wait);
David Rientjese845e192012-03-21 16:34:10 -07002243 mem_cgroup_out_of_memory(memcg, mask, order);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002244 } else {
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002245 schedule();
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002246 finish_wait(&memcg_oom_waitq, &owait.wait);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002247 }
Michal Hocko1af8efe2011-07-26 16:08:24 -07002248 spin_lock(&memcg_oom_lock);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002249 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002250 mem_cgroup_oom_unlock(memcg);
2251 memcg_wakeup_oom(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002252 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002253
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002254 mem_cgroup_unmark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002255
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002256 if (test_thread_flag(TIF_MEMDIE) || fatal_signal_pending(current))
2257 return false;
2258 /* Give chance to dying process */
KAMEZAWA Hiroyuki715a5ee2011-11-02 13:38:18 -07002259 schedule_timeout_uninterruptible(1);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002260 return true;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002261}
2262
Balbir Singhd69b0422009-06-17 16:26:34 -07002263/*
2264 * Currently used to update mapped file statistics, but the routine can be
2265 * generalized to update other statistics as well.
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002266 *
2267 * Notes: Race condition
2268 *
2269 * We usually use page_cgroup_lock() for accessing page_cgroup member but
2270 * it tends to be costly. But considering some conditions, we doesn't need
2271 * to do so _always_.
2272 *
2273 * Considering "charge", lock_page_cgroup() is not required because all
2274 * file-stat operations happen after a page is attached to radix-tree. There
2275 * are no race with "charge".
2276 *
2277 * Considering "uncharge", we know that memcg doesn't clear pc->mem_cgroup
2278 * at "uncharge" intentionally. So, we always see valid pc->mem_cgroup even
2279 * if there are race with "uncharge". Statistics itself is properly handled
2280 * by flags.
2281 *
2282 * Considering "move", this is an only case we see a race. To make the race
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002283 * small, we check mm->moving_account and detect there are possibility of race
2284 * If there is, we take a lock.
Balbir Singhd69b0422009-06-17 16:26:34 -07002285 */
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002286
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002287void __mem_cgroup_begin_update_page_stat(struct page *page,
2288 bool *locked, unsigned long *flags)
2289{
2290 struct mem_cgroup *memcg;
2291 struct page_cgroup *pc;
2292
2293 pc = lookup_page_cgroup(page);
2294again:
2295 memcg = pc->mem_cgroup;
2296 if (unlikely(!memcg || !PageCgroupUsed(pc)))
2297 return;
2298 /*
2299 * If this memory cgroup is not under account moving, we don't
Wanpeng Lida92c472012-07-31 16:43:26 -07002300 * need to take move_lock_mem_cgroup(). Because we already hold
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002301 * rcu_read_lock(), any calls to move_account will be delayed until
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002302 * rcu_read_unlock() if mem_cgroup_stolen() == true.
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002303 */
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002304 if (!mem_cgroup_stolen(memcg))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002305 return;
2306
2307 move_lock_mem_cgroup(memcg, flags);
2308 if (memcg != pc->mem_cgroup || !PageCgroupUsed(pc)) {
2309 move_unlock_mem_cgroup(memcg, flags);
2310 goto again;
2311 }
2312 *locked = true;
2313}
2314
2315void __mem_cgroup_end_update_page_stat(struct page *page, unsigned long *flags)
2316{
2317 struct page_cgroup *pc = lookup_page_cgroup(page);
2318
2319 /*
2320 * It's guaranteed that pc->mem_cgroup never changes while
2321 * lock is held because a routine modifies pc->mem_cgroup
Wanpeng Lida92c472012-07-31 16:43:26 -07002322 * should take move_lock_mem_cgroup().
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002323 */
2324 move_unlock_mem_cgroup(pc->mem_cgroup, flags);
2325}
2326
Greg Thelen2a7106f2011-01-13 15:47:37 -08002327void mem_cgroup_update_page_stat(struct page *page,
2328 enum mem_cgroup_page_stat_item idx, int val)
Balbir Singhd69b0422009-06-17 16:26:34 -07002329{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002330 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002331 struct page_cgroup *pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyukidbd4ea72011-01-13 15:47:38 -08002332 unsigned long uninitialized_var(flags);
Balbir Singhd69b0422009-06-17 16:26:34 -07002333
Johannes Weinercfa44942012-01-12 17:18:38 -08002334 if (mem_cgroup_disabled())
Balbir Singhd69b0422009-06-17 16:26:34 -07002335 return;
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002336
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002337 memcg = pc->mem_cgroup;
2338 if (unlikely(!memcg || !PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002339 return;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002340
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002341 switch (idx) {
Greg Thelen2a7106f2011-01-13 15:47:37 -08002342 case MEMCG_NR_FILE_MAPPED:
Greg Thelen2a7106f2011-01-13 15:47:37 -08002343 idx = MEM_CGROUP_STAT_FILE_MAPPED;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002344 break;
2345 default:
2346 BUG();
KAMEZAWA Hiroyuki8725d542010-04-06 14:35:05 -07002347 }
Balbir Singhd69b0422009-06-17 16:26:34 -07002348
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002349 this_cpu_add(memcg->stat->count[idx], val);
Balbir Singhd69b0422009-06-17 16:26:34 -07002350}
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002351
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002352/*
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002353 * size of first charge trial. "32" comes from vmscan.c's magic value.
2354 * TODO: maybe necessary to use big numbers in big irons.
2355 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002356#define CHARGE_BATCH 32U
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002357struct memcg_stock_pcp {
2358 struct mem_cgroup *cached; /* this never be root cgroup */
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002359 unsigned int nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002360 struct work_struct work;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002361 unsigned long flags;
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07002362#define FLUSHING_CACHED_CHARGE 0
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002363};
2364static DEFINE_PER_CPU(struct memcg_stock_pcp, memcg_stock);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002365static DEFINE_MUTEX(percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002366
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002367/**
2368 * consume_stock: Try to consume stocked charge on this cpu.
2369 * @memcg: memcg to consume from.
2370 * @nr_pages: how many pages to charge.
2371 *
2372 * The charges will only happen if @memcg matches the current cpu's memcg
2373 * stock, and at least @nr_pages are available in that stock. Failure to
2374 * service an allocation will refill the stock.
2375 *
2376 * returns true if successful, false otherwise.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002377 */
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002378static bool consume_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002379{
2380 struct memcg_stock_pcp *stock;
2381 bool ret = true;
2382
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002383 if (nr_pages > CHARGE_BATCH)
2384 return false;
2385
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002386 stock = &get_cpu_var(memcg_stock);
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002387 if (memcg == stock->cached && stock->nr_pages >= nr_pages)
2388 stock->nr_pages -= nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002389 else /* need to call res_counter_charge */
2390 ret = false;
2391 put_cpu_var(memcg_stock);
2392 return ret;
2393}
2394
2395/*
2396 * Returns stocks cached in percpu to res_counter and reset cached information.
2397 */
2398static void drain_stock(struct memcg_stock_pcp *stock)
2399{
2400 struct mem_cgroup *old = stock->cached;
2401
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002402 if (stock->nr_pages) {
2403 unsigned long bytes = stock->nr_pages * PAGE_SIZE;
2404
2405 res_counter_uncharge(&old->res, bytes);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002406 if (do_swap_account)
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002407 res_counter_uncharge(&old->memsw, bytes);
2408 stock->nr_pages = 0;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002409 }
2410 stock->cached = NULL;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002411}
2412
2413/*
2414 * This must be called under preempt disabled or must be called by
2415 * a thread which is pinned to local cpu.
2416 */
2417static void drain_local_stock(struct work_struct *dummy)
2418{
2419 struct memcg_stock_pcp *stock = &__get_cpu_var(memcg_stock);
2420 drain_stock(stock);
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002421 clear_bit(FLUSHING_CACHED_CHARGE, &stock->flags);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002422}
2423
Michal Hockoe4777492013-02-22 16:35:40 -08002424static void __init memcg_stock_init(void)
2425{
2426 int cpu;
2427
2428 for_each_possible_cpu(cpu) {
2429 struct memcg_stock_pcp *stock =
2430 &per_cpu(memcg_stock, cpu);
2431 INIT_WORK(&stock->work, drain_local_stock);
2432 }
2433}
2434
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002435/*
2436 * Cache charges(val) which is from res_counter, to local per_cpu area.
Greg Thelen320cc512010-03-15 15:27:28 +01002437 * This will be consumed by consume_stock() function, later.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002438 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002439static void refill_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002440{
2441 struct memcg_stock_pcp *stock = &get_cpu_var(memcg_stock);
2442
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002443 if (stock->cached != memcg) { /* reset if necessary */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002444 drain_stock(stock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002445 stock->cached = memcg;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002446 }
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002447 stock->nr_pages += nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002448 put_cpu_var(memcg_stock);
2449}
2450
2451/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002452 * Drains all per-CPU charge caches for given root_memcg resp. subtree
Michal Hockod38144b2011-07-26 16:08:28 -07002453 * of the hierarchy under it. sync flag says whether we should block
2454 * until the work is done.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002455 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002456static void drain_all_stock(struct mem_cgroup *root_memcg, bool sync)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002457{
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002458 int cpu, curcpu;
Michal Hockod38144b2011-07-26 16:08:28 -07002459
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002460 /* Notify other cpus that system-wide "drain" is running */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002461 get_online_cpus();
Johannes Weiner5af12d02011-08-25 15:59:07 -07002462 curcpu = get_cpu();
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002463 for_each_online_cpu(cpu) {
2464 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002465 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002466
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002467 memcg = stock->cached;
2468 if (!memcg || !stock->nr_pages)
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002469 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002470 if (!mem_cgroup_same_or_subtree(root_memcg, memcg))
Michal Hocko3e920412011-07-26 16:08:29 -07002471 continue;
Michal Hockod1a05b62011-07-26 16:08:27 -07002472 if (!test_and_set_bit(FLUSHING_CACHED_CHARGE, &stock->flags)) {
2473 if (cpu == curcpu)
2474 drain_local_stock(&stock->work);
2475 else
2476 schedule_work_on(cpu, &stock->work);
2477 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002478 }
Johannes Weiner5af12d02011-08-25 15:59:07 -07002479 put_cpu();
Michal Hockod38144b2011-07-26 16:08:28 -07002480
2481 if (!sync)
2482 goto out;
2483
2484 for_each_online_cpu(cpu) {
2485 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002486 if (test_bit(FLUSHING_CACHED_CHARGE, &stock->flags))
Michal Hockod38144b2011-07-26 16:08:28 -07002487 flush_work(&stock->work);
2488 }
2489out:
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002490 put_online_cpus();
Michal Hockod38144b2011-07-26 16:08:28 -07002491}
2492
2493/*
2494 * Tries to drain stocked charges in other cpus. This function is asynchronous
2495 * and just put a work per cpu for draining localy on each cpu. Caller can
2496 * expects some charges will be back to res_counter later but cannot wait for
2497 * it.
2498 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002499static void drain_all_stock_async(struct mem_cgroup *root_memcg)
Michal Hockod38144b2011-07-26 16:08:28 -07002500{
Michal Hocko9f50fad2011-08-09 11:56:26 +02002501 /*
2502 * If someone calls draining, avoid adding more kworker runs.
2503 */
2504 if (!mutex_trylock(&percpu_charge_mutex))
2505 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002506 drain_all_stock(root_memcg, false);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002507 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002508}
2509
2510/* This is a synchronous drain interface. */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002511static void drain_all_stock_sync(struct mem_cgroup *root_memcg)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002512{
2513 /* called when force_empty is called */
Michal Hocko9f50fad2011-08-09 11:56:26 +02002514 mutex_lock(&percpu_charge_mutex);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002515 drain_all_stock(root_memcg, true);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002516 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002517}
2518
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002519/*
2520 * This function drains percpu counter value from DEAD cpu and
2521 * move it to local cpu. Note that this function can be preempted.
2522 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002523static void mem_cgroup_drain_pcp_counter(struct mem_cgroup *memcg, int cpu)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002524{
2525 int i;
2526
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002527 spin_lock(&memcg->pcp_counter_lock);
Johannes Weiner61046212012-05-29 15:07:05 -07002528 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002529 long x = per_cpu(memcg->stat->count[i], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002530
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002531 per_cpu(memcg->stat->count[i], cpu) = 0;
2532 memcg->nocpu_base.count[i] += x;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002533 }
Johannes Weinere9f89742011-03-23 16:42:37 -07002534 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002535 unsigned long x = per_cpu(memcg->stat->events[i], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -07002536
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002537 per_cpu(memcg->stat->events[i], cpu) = 0;
2538 memcg->nocpu_base.events[i] += x;
Johannes Weinere9f89742011-03-23 16:42:37 -07002539 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002540 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002541}
2542
2543static int __cpuinit memcg_cpu_hotplug_callback(struct notifier_block *nb,
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002544 unsigned long action,
2545 void *hcpu)
2546{
2547 int cpu = (unsigned long)hcpu;
2548 struct memcg_stock_pcp *stock;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002549 struct mem_cgroup *iter;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002550
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002551 if (action == CPU_ONLINE)
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002552 return NOTIFY_OK;
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002553
Kirill A. Shutemovd8330492012-04-12 12:49:11 -07002554 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002555 return NOTIFY_OK;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002556
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002557 for_each_mem_cgroup(iter)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002558 mem_cgroup_drain_pcp_counter(iter, cpu);
2559
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002560 stock = &per_cpu(memcg_stock, cpu);
2561 drain_stock(stock);
2562 return NOTIFY_OK;
2563}
2564
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002565
2566/* See __mem_cgroup_try_charge() for details */
2567enum {
2568 CHARGE_OK, /* success */
2569 CHARGE_RETRY, /* need to retry but retry is not bad */
2570 CHARGE_NOMEM, /* we can't do more. return -ENOMEM */
2571 CHARGE_WOULDBLOCK, /* GFP_WAIT wasn't set and no enough res. */
2572 CHARGE_OOM_DIE, /* the current is killed because of OOM */
2573};
2574
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002575static int mem_cgroup_do_charge(struct mem_cgroup *memcg, gfp_t gfp_mask,
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002576 unsigned int nr_pages, unsigned int min_pages,
2577 bool oom_check)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002578{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002579 unsigned long csize = nr_pages * PAGE_SIZE;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002580 struct mem_cgroup *mem_over_limit;
2581 struct res_counter *fail_res;
2582 unsigned long flags = 0;
2583 int ret;
2584
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002585 ret = res_counter_charge(&memcg->res, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002586
2587 if (likely(!ret)) {
2588 if (!do_swap_account)
2589 return CHARGE_OK;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002590 ret = res_counter_charge(&memcg->memsw, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002591 if (likely(!ret))
2592 return CHARGE_OK;
2593
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002594 res_counter_uncharge(&memcg->res, csize);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002595 mem_over_limit = mem_cgroup_from_res_counter(fail_res, memsw);
2596 flags |= MEM_CGROUP_RECLAIM_NOSWAP;
2597 } else
2598 mem_over_limit = mem_cgroup_from_res_counter(fail_res, res);
Johannes Weiner9221edb2011-02-01 15:52:42 -08002599 /*
Johannes Weiner9221edb2011-02-01 15:52:42 -08002600 * Never reclaim on behalf of optional batching, retry with a
2601 * single page instead.
2602 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002603 if (nr_pages > min_pages)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002604 return CHARGE_RETRY;
2605
2606 if (!(gfp_mask & __GFP_WAIT))
2607 return CHARGE_WOULDBLOCK;
2608
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002609 if (gfp_mask & __GFP_NORETRY)
2610 return CHARGE_NOMEM;
2611
Johannes Weiner56600482012-01-12 17:17:59 -08002612 ret = mem_cgroup_reclaim(mem_over_limit, gfp_mask, flags);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002613 if (mem_cgroup_margin(mem_over_limit) >= nr_pages)
Johannes Weiner19942822011-02-01 15:52:43 -08002614 return CHARGE_RETRY;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002615 /*
Johannes Weiner19942822011-02-01 15:52:43 -08002616 * Even though the limit is exceeded at this point, reclaim
2617 * may have been able to free some pages. Retry the charge
2618 * before killing the task.
2619 *
2620 * Only for regular pages, though: huge pages are rather
2621 * unlikely to succeed so close to the limit, and we fall back
2622 * to regular pages anyway in case of failure.
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002623 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002624 if (nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER) && ret)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002625 return CHARGE_RETRY;
2626
2627 /*
2628 * At task move, charge accounts can be doubly counted. So, it's
2629 * better to wait until the end of task_move if something is going on.
2630 */
2631 if (mem_cgroup_wait_acct_move(mem_over_limit))
2632 return CHARGE_RETRY;
2633
2634 /* If we don't need to call oom-killer at el, return immediately */
2635 if (!oom_check)
2636 return CHARGE_NOMEM;
2637 /* check OOM */
David Rientjese845e192012-03-21 16:34:10 -07002638 if (!mem_cgroup_handle_oom(mem_over_limit, gfp_mask, get_order(csize)))
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002639 return CHARGE_OOM_DIE;
2640
2641 return CHARGE_RETRY;
2642}
2643
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002644/*
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002645 * __mem_cgroup_try_charge() does
2646 * 1. detect memcg to be charged against from passed *mm and *ptr,
2647 * 2. update res_counter
2648 * 3. call memory reclaim if necessary.
2649 *
2650 * In some special case, if the task is fatal, fatal_signal_pending() or
2651 * has TIF_MEMDIE, this function returns -EINTR while writing root_mem_cgroup
2652 * to *ptr. There are two reasons for this. 1: fatal threads should quit as soon
2653 * as possible without any hazards. 2: all pages should have a valid
2654 * pc->mem_cgroup. If mm is NULL and the caller doesn't pass a valid memcg
2655 * pointer, that is treated as a charge to root_mem_cgroup.
2656 *
2657 * So __mem_cgroup_try_charge() will return
2658 * 0 ... on success, filling *ptr with a valid memcg pointer.
2659 * -ENOMEM ... charge failure because of resource limits.
2660 * -EINTR ... if thread is fatal. *ptr is filled with root_mem_cgroup.
2661 *
2662 * Unlike the exported interface, an "oom" parameter is added. if oom==true,
2663 * the oom-killer can be invoked.
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002664 */
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002665static int __mem_cgroup_try_charge(struct mm_struct *mm,
Andrea Arcangeliec168512011-01-13 15:46:56 -08002666 gfp_t gfp_mask,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002667 unsigned int nr_pages,
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002668 struct mem_cgroup **ptr,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002669 bool oom)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002670{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002671 unsigned int batch = max(CHARGE_BATCH, nr_pages);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002672 int nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002673 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002674 int ret;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002675
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002676 /*
2677 * Unlike gloval-vm's OOM-kill, we're not in memory shortage
2678 * in system level. So, allow to go ahead dying process in addition to
2679 * MEMDIE process.
2680 */
2681 if (unlikely(test_thread_flag(TIF_MEMDIE)
2682 || fatal_signal_pending(current)))
2683 goto bypass;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002684
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002685 /*
Hugh Dickins3be912772008-02-07 00:14:19 -08002686 * We always charge the cgroup the mm_struct belongs to.
2687 * The mm_struct's mem_cgroup changes on task migration if the
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002688 * thread group leader migrates. It's possible that mm is not
Johannes Weiner24467ca2012-07-31 16:45:40 -07002689 * set, if so charge the root memcg (happens for pagecache usage).
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002690 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002691 if (!*ptr && !mm)
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002692 *ptr = root_mem_cgroup;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002693again:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002694 if (*ptr) { /* css should be a valid one */
2695 memcg = *ptr;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002696 if (mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002697 goto done;
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002698 if (consume_stock(memcg, nr_pages))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002699 goto done;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002700 css_get(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002701 } else {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002702 struct task_struct *p;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002703
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002704 rcu_read_lock();
2705 p = rcu_dereference(mm->owner);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002706 /*
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002707 * Because we don't have task_lock(), "p" can exit.
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002708 * In that case, "memcg" can point to root or p can be NULL with
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002709 * race with swapoff. Then, we have small risk of mis-accouning.
2710 * But such kind of mis-account by race always happens because
2711 * we don't have cgroup_mutex(). It's overkill and we allo that
2712 * small race, here.
2713 * (*) swapoff at el will charge against mm-struct not against
2714 * task-struct. So, mm->owner can be NULL.
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002715 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002716 memcg = mem_cgroup_from_task(p);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002717 if (!memcg)
2718 memcg = root_mem_cgroup;
2719 if (mem_cgroup_is_root(memcg)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002720 rcu_read_unlock();
2721 goto done;
2722 }
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002723 if (consume_stock(memcg, nr_pages)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002724 /*
2725 * It seems dagerous to access memcg without css_get().
2726 * But considering how consume_stok works, it's not
2727 * necessary. If consume_stock success, some charges
2728 * from this memcg are cached on this cpu. So, we
2729 * don't need to call css_get()/css_tryget() before
2730 * calling consume_stock().
2731 */
2732 rcu_read_unlock();
2733 goto done;
2734 }
2735 /* after here, we may be blocked. we need to get refcnt */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002736 if (!css_tryget(&memcg->css)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002737 rcu_read_unlock();
2738 goto again;
2739 }
2740 rcu_read_unlock();
2741 }
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002742
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002743 do {
2744 bool oom_check;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002745
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002746 /* If killed, bypass charge */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002747 if (fatal_signal_pending(current)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002748 css_put(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002749 goto bypass;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002750 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002751
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002752 oom_check = false;
2753 if (oom && !nr_oom_retries) {
2754 oom_check = true;
2755 nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
2756 }
Balbir Singh6d61ef42009-01-07 18:08:06 -08002757
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002758 ret = mem_cgroup_do_charge(memcg, gfp_mask, batch, nr_pages,
2759 oom_check);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002760 switch (ret) {
2761 case CHARGE_OK:
2762 break;
2763 case CHARGE_RETRY: /* not in OOM situation but retry */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002764 batch = nr_pages;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002765 css_put(&memcg->css);
2766 memcg = NULL;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002767 goto again;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002768 case CHARGE_WOULDBLOCK: /* !__GFP_WAIT */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002769 css_put(&memcg->css);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002770 goto nomem;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002771 case CHARGE_NOMEM: /* OOM routine works */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002772 if (!oom) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002773 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002774 goto nomem;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002775 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002776 /* If oom, we never return -ENOMEM */
2777 nr_oom_retries--;
2778 break;
2779 case CHARGE_OOM_DIE: /* Killed by OOM Killer */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002780 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002781 goto bypass;
Balbir Singh66e17072008-02-07 00:13:56 -08002782 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002783 } while (ret != CHARGE_OK);
2784
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002785 if (batch > nr_pages)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002786 refill_stock(memcg, batch - nr_pages);
2787 css_put(&memcg->css);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002788done:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002789 *ptr = memcg;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002790 return 0;
2791nomem:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002792 *ptr = NULL;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002793 return -ENOMEM;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002794bypass:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002795 *ptr = root_mem_cgroup;
2796 return -EINTR;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002797}
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002798
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002799/*
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002800 * Somemtimes we have to undo a charge we got by try_charge().
2801 * This function is for that and do uncharge, put css's refcnt.
2802 * gotten by try_charge().
2803 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002804static void __mem_cgroup_cancel_charge(struct mem_cgroup *memcg,
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002805 unsigned int nr_pages)
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002806{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002807 if (!mem_cgroup_is_root(memcg)) {
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002808 unsigned long bytes = nr_pages * PAGE_SIZE;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002809
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002810 res_counter_uncharge(&memcg->res, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002811 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002812 res_counter_uncharge(&memcg->memsw, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002813 }
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002814}
2815
2816/*
KAMEZAWA Hiroyukid01dd172012-05-29 15:07:03 -07002817 * Cancel chrages in this cgroup....doesn't propagate to parent cgroup.
2818 * This is useful when moving usage to parent cgroup.
2819 */
2820static void __mem_cgroup_cancel_local_charge(struct mem_cgroup *memcg,
2821 unsigned int nr_pages)
2822{
2823 unsigned long bytes = nr_pages * PAGE_SIZE;
2824
2825 if (mem_cgroup_is_root(memcg))
2826 return;
2827
2828 res_counter_uncharge_until(&memcg->res, memcg->res.parent, bytes);
2829 if (do_swap_account)
2830 res_counter_uncharge_until(&memcg->memsw,
2831 memcg->memsw.parent, bytes);
2832}
2833
2834/*
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002835 * A helper function to get mem_cgroup from ID. must be called under
Tejun Heoe9316082012-11-05 09:16:58 -08002836 * rcu_read_lock(). The caller is responsible for calling css_tryget if
2837 * the mem_cgroup is used for charging. (dropping refcnt from swap can be
2838 * called against removed memcg.)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002839 */
2840static struct mem_cgroup *mem_cgroup_lookup(unsigned short id)
2841{
2842 struct cgroup_subsys_state *css;
2843
2844 /* ID 0 is unused ID */
2845 if (!id)
2846 return NULL;
2847 css = css_lookup(&mem_cgroup_subsys, id);
2848 if (!css)
2849 return NULL;
Wanpeng Lib2145142012-07-31 16:46:01 -07002850 return mem_cgroup_from_css(css);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002851}
2852
Wu Fengguange42d9d52009-12-16 12:19:59 +01002853struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page)
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002854{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002855 struct mem_cgroup *memcg = NULL;
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002856 struct page_cgroup *pc;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002857 unsigned short id;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002858 swp_entry_t ent;
2859
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002860 VM_BUG_ON(!PageLocked(page));
2861
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002862 pc = lookup_page_cgroup(page);
Daisuke Nishimurac0bd3f632009-04-30 15:08:11 -07002863 lock_page_cgroup(pc);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002864 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002865 memcg = pc->mem_cgroup;
2866 if (memcg && !css_tryget(&memcg->css))
2867 memcg = NULL;
Wu Fengguange42d9d52009-12-16 12:19:59 +01002868 } else if (PageSwapCache(page)) {
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002869 ent.val = page_private(page);
Bob Liu9fb4b7c2012-01-12 17:18:48 -08002870 id = lookup_swap_cgroup_id(ent);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002871 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002872 memcg = mem_cgroup_lookup(id);
2873 if (memcg && !css_tryget(&memcg->css))
2874 memcg = NULL;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002875 rcu_read_unlock();
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002876 }
Daisuke Nishimurac0bd3f632009-04-30 15:08:11 -07002877 unlock_page_cgroup(pc);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002878 return memcg;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002879}
2880
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002881static void __mem_cgroup_commit_charge(struct mem_cgroup *memcg,
Johannes Weiner5564e882011-03-23 16:42:29 -07002882 struct page *page,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002883 unsigned int nr_pages,
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002884 enum charge_type ctype,
2885 bool lrucare)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002886{
Johannes Weinerce587e62012-04-24 20:22:33 +02002887 struct page_cgroup *pc = lookup_page_cgroup(page);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002888 struct zone *uninitialized_var(zone);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002889 struct lruvec *lruvec;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002890 bool was_on_lru = false;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002891 bool anon;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002892
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002893 lock_page_cgroup(pc);
Johannes Weiner90deb782012-07-31 16:45:47 -07002894 VM_BUG_ON(PageCgroupUsed(pc));
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002895 /*
2896 * we don't need page_cgroup_lock about tail pages, becase they are not
2897 * accessed by any other context at this point.
2898 */
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002899
2900 /*
2901 * In some cases, SwapCache and FUSE(splice_buf->radixtree), the page
2902 * may already be on some other mem_cgroup's LRU. Take care of it.
2903 */
2904 if (lrucare) {
2905 zone = page_zone(page);
2906 spin_lock_irq(&zone->lru_lock);
2907 if (PageLRU(page)) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002908 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002909 ClearPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002910 del_page_from_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002911 was_on_lru = true;
2912 }
2913 }
2914
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002915 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyuki261fb612009-09-23 15:56:33 -07002916 /*
2917 * We access a page_cgroup asynchronously without lock_page_cgroup().
2918 * Especially when a page_cgroup is taken from a page, pc->mem_cgroup
2919 * is accessed after testing USED bit. To make pc->mem_cgroup visible
2920 * before USED bit, we need memory barrier here.
2921 * See mem_cgroup_add_lru_list(), etc.
2922 */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002923 smp_wmb();
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002924 SetPageCgroupUsed(pc);
Hugh Dickins3be912772008-02-07 00:14:19 -08002925
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002926 if (lrucare) {
2927 if (was_on_lru) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002928 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002929 VM_BUG_ON(PageLRU(page));
2930 SetPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002931 add_page_to_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002932 }
2933 spin_unlock_irq(&zone->lru_lock);
2934 }
2935
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07002936 if (ctype == MEM_CGROUP_CHARGE_TYPE_ANON)
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002937 anon = true;
2938 else
2939 anon = false;
2940
David Rientjesb070e652013-05-07 16:18:09 -07002941 mem_cgroup_charge_statistics(memcg, page, anon, nr_pages);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002942 unlock_page_cgroup(pc);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002943
KAMEZAWA Hiroyuki430e48632010-03-10 15:22:30 -08002944 /*
2945 * "charge_statistics" updated event counter. Then, check it.
2946 * Insert ancestor (and ancestor's ancestors), to softlimit RB-tree.
2947 * if they exceeds softlimit.
2948 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002949 memcg_check_events(memcg, page);
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002950}
2951
Glauber Costa7cf27982012-12-18 14:22:55 -08002952static DEFINE_MUTEX(set_limit_mutex);
2953
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002954#ifdef CONFIG_MEMCG_KMEM
2955static inline bool memcg_can_account_kmem(struct mem_cgroup *memcg)
2956{
2957 return !mem_cgroup_disabled() && !mem_cgroup_is_root(memcg) &&
2958 (memcg->kmem_account_flags & KMEM_ACCOUNTED_MASK);
2959}
2960
Glauber Costa1f458cb2012-12-18 14:22:50 -08002961/*
2962 * This is a bit cumbersome, but it is rarely used and avoids a backpointer
2963 * in the memcg_cache_params struct.
2964 */
2965static struct kmem_cache *memcg_params_to_cache(struct memcg_cache_params *p)
2966{
2967 struct kmem_cache *cachep;
2968
2969 VM_BUG_ON(p->is_root_cache);
2970 cachep = p->root_cache;
2971 return cachep->memcg_params->memcg_caches[memcg_cache_id(p->memcg)];
2972}
2973
Glauber Costa749c5412012-12-18 14:23:01 -08002974#ifdef CONFIG_SLABINFO
2975static int mem_cgroup_slabinfo_read(struct cgroup *cont, struct cftype *cft,
2976 struct seq_file *m)
2977{
2978 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
2979 struct memcg_cache_params *params;
2980
2981 if (!memcg_can_account_kmem(memcg))
2982 return -EIO;
2983
2984 print_slabinfo_header(m);
2985
2986 mutex_lock(&memcg->slab_caches_mutex);
2987 list_for_each_entry(params, &memcg->memcg_slab_caches, list)
2988 cache_show(memcg_params_to_cache(params), m);
2989 mutex_unlock(&memcg->slab_caches_mutex);
2990
2991 return 0;
2992}
2993#endif
2994
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002995static int memcg_charge_kmem(struct mem_cgroup *memcg, gfp_t gfp, u64 size)
2996{
2997 struct res_counter *fail_res;
2998 struct mem_cgroup *_memcg;
2999 int ret = 0;
3000 bool may_oom;
3001
3002 ret = res_counter_charge(&memcg->kmem, size, &fail_res);
3003 if (ret)
3004 return ret;
3005
3006 /*
3007 * Conditions under which we can wait for the oom_killer. Those are
3008 * the same conditions tested by the core page allocator
3009 */
3010 may_oom = (gfp & __GFP_FS) && !(gfp & __GFP_NORETRY);
3011
3012 _memcg = memcg;
3013 ret = __mem_cgroup_try_charge(NULL, gfp, size >> PAGE_SHIFT,
3014 &_memcg, may_oom);
3015
3016 if (ret == -EINTR) {
3017 /*
3018 * __mem_cgroup_try_charge() chosed to bypass to root due to
3019 * OOM kill or fatal signal. Since our only options are to
3020 * either fail the allocation or charge it to this cgroup, do
3021 * it as a temporary condition. But we can't fail. From a
3022 * kmem/slab perspective, the cache has already been selected,
3023 * by mem_cgroup_kmem_get_cache(), so it is too late to change
3024 * our minds.
3025 *
3026 * This condition will only trigger if the task entered
3027 * memcg_charge_kmem in a sane state, but was OOM-killed during
3028 * __mem_cgroup_try_charge() above. Tasks that were already
3029 * dying when the allocation triggers should have been already
3030 * directed to the root cgroup in memcontrol.h
3031 */
3032 res_counter_charge_nofail(&memcg->res, size, &fail_res);
3033 if (do_swap_account)
3034 res_counter_charge_nofail(&memcg->memsw, size,
3035 &fail_res);
3036 ret = 0;
3037 } else if (ret)
3038 res_counter_uncharge(&memcg->kmem, size);
3039
3040 return ret;
3041}
3042
3043static void memcg_uncharge_kmem(struct mem_cgroup *memcg, u64 size)
3044{
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003045 res_counter_uncharge(&memcg->res, size);
3046 if (do_swap_account)
3047 res_counter_uncharge(&memcg->memsw, size);
Glauber Costa7de37682012-12-18 14:22:07 -08003048
3049 /* Not down to 0 */
3050 if (res_counter_uncharge(&memcg->kmem, size))
3051 return;
3052
Li Zefan10d5ebf2013-07-08 16:00:33 -07003053 /*
3054 * Releases a reference taken in kmem_cgroup_css_offline in case
3055 * this last uncharge is racing with the offlining code or it is
3056 * outliving the memcg existence.
3057 *
3058 * The memory barrier imposed by test&clear is paired with the
3059 * explicit one in memcg_kmem_mark_dead().
3060 */
Glauber Costa7de37682012-12-18 14:22:07 -08003061 if (memcg_kmem_test_and_clear_dead(memcg))
Li Zefan10d5ebf2013-07-08 16:00:33 -07003062 css_put(&memcg->css);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003063}
3064
Glauber Costa2633d7a2012-12-18 14:22:34 -08003065void memcg_cache_list_add(struct mem_cgroup *memcg, struct kmem_cache *cachep)
3066{
3067 if (!memcg)
3068 return;
3069
3070 mutex_lock(&memcg->slab_caches_mutex);
3071 list_add(&cachep->memcg_params->list, &memcg->memcg_slab_caches);
3072 mutex_unlock(&memcg->slab_caches_mutex);
3073}
3074
3075/*
3076 * helper for acessing a memcg's index. It will be used as an index in the
3077 * child cache array in kmem_cache, and also to derive its name. This function
3078 * will return -1 when this is not a kmem-limited memcg.
3079 */
3080int memcg_cache_id(struct mem_cgroup *memcg)
3081{
3082 return memcg ? memcg->kmemcg_id : -1;
3083}
3084
Glauber Costa55007d82012-12-18 14:22:38 -08003085/*
3086 * This ends up being protected by the set_limit mutex, during normal
3087 * operation, because that is its main call site.
3088 *
3089 * But when we create a new cache, we can call this as well if its parent
3090 * is kmem-limited. That will have to hold set_limit_mutex as well.
3091 */
3092int memcg_update_cache_sizes(struct mem_cgroup *memcg)
3093{
3094 int num, ret;
3095
3096 num = ida_simple_get(&kmem_limited_groups,
3097 0, MEMCG_CACHES_MAX_SIZE, GFP_KERNEL);
3098 if (num < 0)
3099 return num;
3100 /*
3101 * After this point, kmem_accounted (that we test atomically in
3102 * the beginning of this conditional), is no longer 0. This
3103 * guarantees only one process will set the following boolean
3104 * to true. We don't need test_and_set because we're protected
3105 * by the set_limit_mutex anyway.
3106 */
3107 memcg_kmem_set_activated(memcg);
3108
3109 ret = memcg_update_all_caches(num+1);
3110 if (ret) {
3111 ida_simple_remove(&kmem_limited_groups, num);
3112 memcg_kmem_clear_activated(memcg);
3113 return ret;
3114 }
3115
3116 memcg->kmemcg_id = num;
3117 INIT_LIST_HEAD(&memcg->memcg_slab_caches);
3118 mutex_init(&memcg->slab_caches_mutex);
3119 return 0;
3120}
3121
3122static size_t memcg_caches_array_size(int num_groups)
3123{
3124 ssize_t size;
3125 if (num_groups <= 0)
3126 return 0;
3127
3128 size = 2 * num_groups;
3129 if (size < MEMCG_CACHES_MIN_SIZE)
3130 size = MEMCG_CACHES_MIN_SIZE;
3131 else if (size > MEMCG_CACHES_MAX_SIZE)
3132 size = MEMCG_CACHES_MAX_SIZE;
3133
3134 return size;
3135}
3136
3137/*
3138 * We should update the current array size iff all caches updates succeed. This
3139 * can only be done from the slab side. The slab mutex needs to be held when
3140 * calling this.
3141 */
3142void memcg_update_array_size(int num)
3143{
3144 if (num > memcg_limited_groups_array_size)
3145 memcg_limited_groups_array_size = memcg_caches_array_size(num);
3146}
3147
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003148static void kmem_cache_destroy_work_func(struct work_struct *w);
3149
Glauber Costa55007d82012-12-18 14:22:38 -08003150int memcg_update_cache_size(struct kmem_cache *s, int num_groups)
3151{
3152 struct memcg_cache_params *cur_params = s->memcg_params;
3153
3154 VM_BUG_ON(s->memcg_params && !s->memcg_params->is_root_cache);
3155
3156 if (num_groups > memcg_limited_groups_array_size) {
3157 int i;
3158 ssize_t size = memcg_caches_array_size(num_groups);
3159
3160 size *= sizeof(void *);
3161 size += sizeof(struct memcg_cache_params);
3162
3163 s->memcg_params = kzalloc(size, GFP_KERNEL);
3164 if (!s->memcg_params) {
3165 s->memcg_params = cur_params;
3166 return -ENOMEM;
3167 }
3168
3169 s->memcg_params->is_root_cache = true;
3170
3171 /*
3172 * There is the chance it will be bigger than
3173 * memcg_limited_groups_array_size, if we failed an allocation
3174 * in a cache, in which case all caches updated before it, will
3175 * have a bigger array.
3176 *
3177 * But if that is the case, the data after
3178 * memcg_limited_groups_array_size is certainly unused
3179 */
3180 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3181 if (!cur_params->memcg_caches[i])
3182 continue;
3183 s->memcg_params->memcg_caches[i] =
3184 cur_params->memcg_caches[i];
3185 }
3186
3187 /*
3188 * Ideally, we would wait until all caches succeed, and only
3189 * then free the old one. But this is not worth the extra
3190 * pointer per-cache we'd have to have for this.
3191 *
3192 * It is not a big deal if some caches are left with a size
3193 * bigger than the others. And all updates will reset this
3194 * anyway.
3195 */
3196 kfree(cur_params);
3197 }
3198 return 0;
3199}
3200
Glauber Costa943a4512012-12-18 14:23:03 -08003201int memcg_register_cache(struct mem_cgroup *memcg, struct kmem_cache *s,
3202 struct kmem_cache *root_cache)
Glauber Costa2633d7a2012-12-18 14:22:34 -08003203{
3204 size_t size = sizeof(struct memcg_cache_params);
3205
3206 if (!memcg_kmem_enabled())
3207 return 0;
3208
Glauber Costa55007d82012-12-18 14:22:38 -08003209 if (!memcg)
3210 size += memcg_limited_groups_array_size * sizeof(void *);
3211
Glauber Costa2633d7a2012-12-18 14:22:34 -08003212 s->memcg_params = kzalloc(size, GFP_KERNEL);
3213 if (!s->memcg_params)
3214 return -ENOMEM;
3215
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003216 INIT_WORK(&s->memcg_params->destroy,
3217 kmem_cache_destroy_work_func);
Glauber Costa943a4512012-12-18 14:23:03 -08003218 if (memcg) {
Glauber Costa2633d7a2012-12-18 14:22:34 -08003219 s->memcg_params->memcg = memcg;
Glauber Costa943a4512012-12-18 14:23:03 -08003220 s->memcg_params->root_cache = root_cache;
Glauber Costa4ba902b2013-02-12 13:46:22 -08003221 } else
3222 s->memcg_params->is_root_cache = true;
3223
Glauber Costa2633d7a2012-12-18 14:22:34 -08003224 return 0;
3225}
3226
3227void memcg_release_cache(struct kmem_cache *s)
3228{
Glauber Costad7f25f82012-12-18 14:22:40 -08003229 struct kmem_cache *root;
3230 struct mem_cgroup *memcg;
3231 int id;
3232
3233 /*
3234 * This happens, for instance, when a root cache goes away before we
3235 * add any memcg.
3236 */
3237 if (!s->memcg_params)
3238 return;
3239
3240 if (s->memcg_params->is_root_cache)
3241 goto out;
3242
3243 memcg = s->memcg_params->memcg;
3244 id = memcg_cache_id(memcg);
3245
3246 root = s->memcg_params->root_cache;
3247 root->memcg_params->memcg_caches[id] = NULL;
Glauber Costad7f25f82012-12-18 14:22:40 -08003248
3249 mutex_lock(&memcg->slab_caches_mutex);
3250 list_del(&s->memcg_params->list);
3251 mutex_unlock(&memcg->slab_caches_mutex);
3252
Li Zefan20f05312013-07-08 16:00:31 -07003253 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003254out:
Glauber Costa2633d7a2012-12-18 14:22:34 -08003255 kfree(s->memcg_params);
3256}
3257
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003258/*
3259 * During the creation a new cache, we need to disable our accounting mechanism
3260 * altogether. This is true even if we are not creating, but rather just
3261 * enqueing new caches to be created.
3262 *
3263 * This is because that process will trigger allocations; some visible, like
3264 * explicit kmallocs to auxiliary data structures, name strings and internal
3265 * cache structures; some well concealed, like INIT_WORK() that can allocate
3266 * objects during debug.
3267 *
3268 * If any allocation happens during memcg_kmem_get_cache, we will recurse back
3269 * to it. This may not be a bounded recursion: since the first cache creation
3270 * failed to complete (waiting on the allocation), we'll just try to create the
3271 * cache again, failing at the same point.
3272 *
3273 * memcg_kmem_get_cache is prepared to abort after seeing a positive count of
3274 * memcg_kmem_skip_account. So we enclose anything that might allocate memory
3275 * inside the following two functions.
3276 */
3277static inline void memcg_stop_kmem_account(void)
3278{
3279 VM_BUG_ON(!current->mm);
3280 current->memcg_kmem_skip_account++;
3281}
3282
3283static inline void memcg_resume_kmem_account(void)
3284{
3285 VM_BUG_ON(!current->mm);
3286 current->memcg_kmem_skip_account--;
3287}
3288
Glauber Costa1f458cb2012-12-18 14:22:50 -08003289static void kmem_cache_destroy_work_func(struct work_struct *w)
3290{
3291 struct kmem_cache *cachep;
3292 struct memcg_cache_params *p;
3293
3294 p = container_of(w, struct memcg_cache_params, destroy);
3295
3296 cachep = memcg_params_to_cache(p);
3297
Glauber Costa22933152012-12-18 14:22:59 -08003298 /*
3299 * If we get down to 0 after shrink, we could delete right away.
3300 * However, memcg_release_pages() already puts us back in the workqueue
3301 * in that case. If we proceed deleting, we'll get a dangling
3302 * reference, and removing the object from the workqueue in that case
3303 * is unnecessary complication. We are not a fast path.
3304 *
3305 * Note that this case is fundamentally different from racing with
3306 * shrink_slab(): if memcg_cgroup_destroy_cache() is called in
3307 * kmem_cache_shrink, not only we would be reinserting a dead cache
3308 * into the queue, but doing so from inside the worker racing to
3309 * destroy it.
3310 *
3311 * So if we aren't down to zero, we'll just schedule a worker and try
3312 * again
3313 */
3314 if (atomic_read(&cachep->memcg_params->nr_pages) != 0) {
3315 kmem_cache_shrink(cachep);
3316 if (atomic_read(&cachep->memcg_params->nr_pages) == 0)
3317 return;
3318 } else
Glauber Costa1f458cb2012-12-18 14:22:50 -08003319 kmem_cache_destroy(cachep);
3320}
3321
3322void mem_cgroup_destroy_cache(struct kmem_cache *cachep)
3323{
3324 if (!cachep->memcg_params->dead)
3325 return;
3326
3327 /*
Glauber Costa22933152012-12-18 14:22:59 -08003328 * There are many ways in which we can get here.
3329 *
3330 * We can get to a memory-pressure situation while the delayed work is
3331 * still pending to run. The vmscan shrinkers can then release all
3332 * cache memory and get us to destruction. If this is the case, we'll
3333 * be executed twice, which is a bug (the second time will execute over
3334 * bogus data). In this case, cancelling the work should be fine.
3335 *
3336 * But we can also get here from the worker itself, if
3337 * kmem_cache_shrink is enough to shake all the remaining objects and
3338 * get the page count to 0. In this case, we'll deadlock if we try to
3339 * cancel the work (the worker runs with an internal lock held, which
3340 * is the same lock we would hold for cancel_work_sync().)
3341 *
3342 * Since we can't possibly know who got us here, just refrain from
3343 * running if there is already work pending
3344 */
3345 if (work_pending(&cachep->memcg_params->destroy))
3346 return;
3347 /*
Glauber Costa1f458cb2012-12-18 14:22:50 -08003348 * We have to defer the actual destroying to a workqueue, because
3349 * we might currently be in a context that cannot sleep.
3350 */
3351 schedule_work(&cachep->memcg_params->destroy);
3352}
3353
Glauber Costad7f25f82012-12-18 14:22:40 -08003354/*
3355 * This lock protects updaters, not readers. We want readers to be as fast as
3356 * they can, and they will either see NULL or a valid cache value. Our model
3357 * allow them to see NULL, in which case the root memcg will be selected.
3358 *
3359 * We need this lock because multiple allocations to the same cache from a non
3360 * will span more than one worker. Only one of them can create the cache.
3361 */
3362static DEFINE_MUTEX(memcg_cache_mutex);
Michal Hockod9c10dd2013-03-28 08:48:14 +01003363
3364/*
3365 * Called with memcg_cache_mutex held
3366 */
3367static struct kmem_cache *kmem_cache_dup(struct mem_cgroup *memcg,
3368 struct kmem_cache *s)
3369{
3370 struct kmem_cache *new;
3371 static char *tmp_name = NULL;
3372
3373 lockdep_assert_held(&memcg_cache_mutex);
3374
3375 /*
3376 * kmem_cache_create_memcg duplicates the given name and
3377 * cgroup_name for this name requires RCU context.
3378 * This static temporary buffer is used to prevent from
3379 * pointless shortliving allocation.
3380 */
3381 if (!tmp_name) {
3382 tmp_name = kmalloc(PATH_MAX, GFP_KERNEL);
3383 if (!tmp_name)
3384 return NULL;
3385 }
3386
3387 rcu_read_lock();
3388 snprintf(tmp_name, PATH_MAX, "%s(%d:%s)", s->name,
3389 memcg_cache_id(memcg), cgroup_name(memcg->css.cgroup));
3390 rcu_read_unlock();
3391
3392 new = kmem_cache_create_memcg(memcg, tmp_name, s->object_size, s->align,
3393 (s->flags & ~SLAB_PANIC), s->ctor, s);
3394
3395 if (new)
3396 new->allocflags |= __GFP_KMEMCG;
3397
3398 return new;
3399}
3400
Glauber Costad7f25f82012-12-18 14:22:40 -08003401static struct kmem_cache *memcg_create_kmem_cache(struct mem_cgroup *memcg,
3402 struct kmem_cache *cachep)
3403{
3404 struct kmem_cache *new_cachep;
3405 int idx;
3406
3407 BUG_ON(!memcg_can_account_kmem(memcg));
3408
3409 idx = memcg_cache_id(memcg);
3410
3411 mutex_lock(&memcg_cache_mutex);
3412 new_cachep = cachep->memcg_params->memcg_caches[idx];
Li Zefan20f05312013-07-08 16:00:31 -07003413 if (new_cachep) {
3414 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003415 goto out;
Li Zefan20f05312013-07-08 16:00:31 -07003416 }
Glauber Costad7f25f82012-12-18 14:22:40 -08003417
3418 new_cachep = kmem_cache_dup(memcg, cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003419 if (new_cachep == NULL) {
3420 new_cachep = cachep;
Li Zefan20f05312013-07-08 16:00:31 -07003421 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003422 goto out;
3423 }
3424
Glauber Costa1f458cb2012-12-18 14:22:50 -08003425 atomic_set(&new_cachep->memcg_params->nr_pages , 0);
Glauber Costad7f25f82012-12-18 14:22:40 -08003426
3427 cachep->memcg_params->memcg_caches[idx] = new_cachep;
3428 /*
3429 * the readers won't lock, make sure everybody sees the updated value,
3430 * so they won't put stuff in the queue again for no reason
3431 */
3432 wmb();
3433out:
3434 mutex_unlock(&memcg_cache_mutex);
3435 return new_cachep;
3436}
3437
Glauber Costa7cf27982012-12-18 14:22:55 -08003438void kmem_cache_destroy_memcg_children(struct kmem_cache *s)
3439{
3440 struct kmem_cache *c;
3441 int i;
3442
3443 if (!s->memcg_params)
3444 return;
3445 if (!s->memcg_params->is_root_cache)
3446 return;
3447
3448 /*
3449 * If the cache is being destroyed, we trust that there is no one else
3450 * requesting objects from it. Even if there are, the sanity checks in
3451 * kmem_cache_destroy should caught this ill-case.
3452 *
3453 * Still, we don't want anyone else freeing memcg_caches under our
3454 * noses, which can happen if a new memcg comes to life. As usual,
3455 * we'll take the set_limit_mutex to protect ourselves against this.
3456 */
3457 mutex_lock(&set_limit_mutex);
3458 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3459 c = s->memcg_params->memcg_caches[i];
3460 if (!c)
3461 continue;
3462
3463 /*
3464 * We will now manually delete the caches, so to avoid races
3465 * we need to cancel all pending destruction workers and
3466 * proceed with destruction ourselves.
3467 *
3468 * kmem_cache_destroy() will call kmem_cache_shrink internally,
3469 * and that could spawn the workers again: it is likely that
3470 * the cache still have active pages until this very moment.
3471 * This would lead us back to mem_cgroup_destroy_cache.
3472 *
3473 * But that will not execute at all if the "dead" flag is not
3474 * set, so flip it down to guarantee we are in control.
3475 */
3476 c->memcg_params->dead = false;
Glauber Costa22933152012-12-18 14:22:59 -08003477 cancel_work_sync(&c->memcg_params->destroy);
Glauber Costa7cf27982012-12-18 14:22:55 -08003478 kmem_cache_destroy(c);
3479 }
3480 mutex_unlock(&set_limit_mutex);
3481}
3482
Glauber Costad7f25f82012-12-18 14:22:40 -08003483struct create_work {
3484 struct mem_cgroup *memcg;
3485 struct kmem_cache *cachep;
3486 struct work_struct work;
3487};
3488
Glauber Costa1f458cb2012-12-18 14:22:50 -08003489static void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3490{
3491 struct kmem_cache *cachep;
3492 struct memcg_cache_params *params;
3493
3494 if (!memcg_kmem_is_active(memcg))
3495 return;
3496
3497 mutex_lock(&memcg->slab_caches_mutex);
3498 list_for_each_entry(params, &memcg->memcg_slab_caches, list) {
3499 cachep = memcg_params_to_cache(params);
3500 cachep->memcg_params->dead = true;
Glauber Costa1f458cb2012-12-18 14:22:50 -08003501 schedule_work(&cachep->memcg_params->destroy);
3502 }
3503 mutex_unlock(&memcg->slab_caches_mutex);
3504}
3505
Glauber Costad7f25f82012-12-18 14:22:40 -08003506static void memcg_create_cache_work_func(struct work_struct *w)
3507{
3508 struct create_work *cw;
3509
3510 cw = container_of(w, struct create_work, work);
3511 memcg_create_kmem_cache(cw->memcg, cw->cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003512 kfree(cw);
3513}
3514
3515/*
3516 * Enqueue the creation of a per-memcg kmem_cache.
Glauber Costad7f25f82012-12-18 14:22:40 -08003517 */
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003518static void __memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3519 struct kmem_cache *cachep)
Glauber Costad7f25f82012-12-18 14:22:40 -08003520{
3521 struct create_work *cw;
3522
3523 cw = kmalloc(sizeof(struct create_work), GFP_NOWAIT);
Li Zefanca0dde92013-04-29 15:08:57 -07003524 if (cw == NULL) {
3525 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003526 return;
3527 }
3528
3529 cw->memcg = memcg;
3530 cw->cachep = cachep;
3531
3532 INIT_WORK(&cw->work, memcg_create_cache_work_func);
3533 schedule_work(&cw->work);
3534}
3535
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003536static void memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3537 struct kmem_cache *cachep)
3538{
3539 /*
3540 * We need to stop accounting when we kmalloc, because if the
3541 * corresponding kmalloc cache is not yet created, the first allocation
3542 * in __memcg_create_cache_enqueue will recurse.
3543 *
3544 * However, it is better to enclose the whole function. Depending on
3545 * the debugging options enabled, INIT_WORK(), for instance, can
3546 * trigger an allocation. This too, will make us recurse. Because at
3547 * this point we can't allow ourselves back into memcg_kmem_get_cache,
3548 * the safest choice is to do it like this, wrapping the whole function.
3549 */
3550 memcg_stop_kmem_account();
3551 __memcg_create_cache_enqueue(memcg, cachep);
3552 memcg_resume_kmem_account();
3553}
Glauber Costad7f25f82012-12-18 14:22:40 -08003554/*
3555 * Return the kmem_cache we're supposed to use for a slab allocation.
3556 * We try to use the current memcg's version of the cache.
3557 *
3558 * If the cache does not exist yet, if we are the first user of it,
3559 * we either create it immediately, if possible, or create it asynchronously
3560 * in a workqueue.
3561 * In the latter case, we will let the current allocation go through with
3562 * the original cache.
3563 *
3564 * Can't be called in interrupt context or from kernel threads.
3565 * This function needs to be called with rcu_read_lock() held.
3566 */
3567struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep,
3568 gfp_t gfp)
3569{
3570 struct mem_cgroup *memcg;
3571 int idx;
3572
3573 VM_BUG_ON(!cachep->memcg_params);
3574 VM_BUG_ON(!cachep->memcg_params->is_root_cache);
3575
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003576 if (!current->mm || current->memcg_kmem_skip_account)
3577 return cachep;
3578
Glauber Costad7f25f82012-12-18 14:22:40 -08003579 rcu_read_lock();
3580 memcg = mem_cgroup_from_task(rcu_dereference(current->mm->owner));
Glauber Costad7f25f82012-12-18 14:22:40 -08003581
3582 if (!memcg_can_account_kmem(memcg))
Li Zefanca0dde92013-04-29 15:08:57 -07003583 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003584
3585 idx = memcg_cache_id(memcg);
3586
3587 /*
3588 * barrier to mare sure we're always seeing the up to date value. The
3589 * code updating memcg_caches will issue a write barrier to match this.
3590 */
3591 read_barrier_depends();
Li Zefanca0dde92013-04-29 15:08:57 -07003592 if (likely(cachep->memcg_params->memcg_caches[idx])) {
3593 cachep = cachep->memcg_params->memcg_caches[idx];
3594 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003595 }
3596
Li Zefanca0dde92013-04-29 15:08:57 -07003597 /* The corresponding put will be done in the workqueue. */
3598 if (!css_tryget(&memcg->css))
3599 goto out;
3600 rcu_read_unlock();
3601
3602 /*
3603 * If we are in a safe context (can wait, and not in interrupt
3604 * context), we could be be predictable and return right away.
3605 * This would guarantee that the allocation being performed
3606 * already belongs in the new cache.
3607 *
3608 * However, there are some clashes that can arrive from locking.
3609 * For instance, because we acquire the slab_mutex while doing
3610 * kmem_cache_dup, this means no further allocation could happen
3611 * with the slab_mutex held.
3612 *
3613 * Also, because cache creation issue get_online_cpus(), this
3614 * creates a lock chain: memcg_slab_mutex -> cpu_hotplug_mutex,
3615 * that ends up reversed during cpu hotplug. (cpuset allocates
3616 * a bunch of GFP_KERNEL memory during cpuup). Due to all that,
3617 * better to defer everything.
3618 */
3619 memcg_create_cache_enqueue(memcg, cachep);
3620 return cachep;
3621out:
3622 rcu_read_unlock();
3623 return cachep;
Glauber Costad7f25f82012-12-18 14:22:40 -08003624}
3625EXPORT_SYMBOL(__memcg_kmem_get_cache);
3626
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003627/*
3628 * We need to verify if the allocation against current->mm->owner's memcg is
3629 * possible for the given order. But the page is not allocated yet, so we'll
3630 * need a further commit step to do the final arrangements.
3631 *
3632 * It is possible for the task to switch cgroups in this mean time, so at
3633 * commit time, we can't rely on task conversion any longer. We'll then use
3634 * the handle argument to return to the caller which cgroup we should commit
3635 * against. We could also return the memcg directly and avoid the pointer
3636 * passing, but a boolean return value gives better semantics considering
3637 * the compiled-out case as well.
3638 *
3639 * Returning true means the allocation is possible.
3640 */
3641bool
3642__memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **_memcg, int order)
3643{
3644 struct mem_cgroup *memcg;
3645 int ret;
3646
3647 *_memcg = NULL;
Glauber Costa6d42c232013-07-08 16:00:00 -07003648
3649 /*
3650 * Disabling accounting is only relevant for some specific memcg
3651 * internal allocations. Therefore we would initially not have such
3652 * check here, since direct calls to the page allocator that are marked
3653 * with GFP_KMEMCG only happen outside memcg core. We are mostly
3654 * concerned with cache allocations, and by having this test at
3655 * memcg_kmem_get_cache, we are already able to relay the allocation to
3656 * the root cache and bypass the memcg cache altogether.
3657 *
3658 * There is one exception, though: the SLUB allocator does not create
3659 * large order caches, but rather service large kmallocs directly from
3660 * the page allocator. Therefore, the following sequence when backed by
3661 * the SLUB allocator:
3662 *
3663 * memcg_stop_kmem_account();
3664 * kmalloc(<large_number>)
3665 * memcg_resume_kmem_account();
3666 *
3667 * would effectively ignore the fact that we should skip accounting,
3668 * since it will drive us directly to this function without passing
3669 * through the cache selector memcg_kmem_get_cache. Such large
3670 * allocations are extremely rare but can happen, for instance, for the
3671 * cache arrays. We bring this test here.
3672 */
3673 if (!current->mm || current->memcg_kmem_skip_account)
3674 return true;
3675
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003676 memcg = try_get_mem_cgroup_from_mm(current->mm);
3677
3678 /*
3679 * very rare case described in mem_cgroup_from_task. Unfortunately there
3680 * isn't much we can do without complicating this too much, and it would
3681 * be gfp-dependent anyway. Just let it go
3682 */
3683 if (unlikely(!memcg))
3684 return true;
3685
3686 if (!memcg_can_account_kmem(memcg)) {
3687 css_put(&memcg->css);
3688 return true;
3689 }
3690
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003691 ret = memcg_charge_kmem(memcg, gfp, PAGE_SIZE << order);
3692 if (!ret)
3693 *_memcg = memcg;
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003694
3695 css_put(&memcg->css);
3696 return (ret == 0);
3697}
3698
3699void __memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg,
3700 int order)
3701{
3702 struct page_cgroup *pc;
3703
3704 VM_BUG_ON(mem_cgroup_is_root(memcg));
3705
3706 /* The page allocation failed. Revert */
3707 if (!page) {
3708 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003709 return;
3710 }
3711
3712 pc = lookup_page_cgroup(page);
3713 lock_page_cgroup(pc);
3714 pc->mem_cgroup = memcg;
3715 SetPageCgroupUsed(pc);
3716 unlock_page_cgroup(pc);
3717}
3718
3719void __memcg_kmem_uncharge_pages(struct page *page, int order)
3720{
3721 struct mem_cgroup *memcg = NULL;
3722 struct page_cgroup *pc;
3723
3724
3725 pc = lookup_page_cgroup(page);
3726 /*
3727 * Fast unlocked return. Theoretically might have changed, have to
3728 * check again after locking.
3729 */
3730 if (!PageCgroupUsed(pc))
3731 return;
3732
3733 lock_page_cgroup(pc);
3734 if (PageCgroupUsed(pc)) {
3735 memcg = pc->mem_cgroup;
3736 ClearPageCgroupUsed(pc);
3737 }
3738 unlock_page_cgroup(pc);
3739
3740 /*
3741 * We trust that only if there is a memcg associated with the page, it
3742 * is a valid allocation
3743 */
3744 if (!memcg)
3745 return;
3746
3747 VM_BUG_ON(mem_cgroup_is_root(memcg));
3748 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003749}
Glauber Costa1f458cb2012-12-18 14:22:50 -08003750#else
3751static inline void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3752{
3753}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003754#endif /* CONFIG_MEMCG_KMEM */
3755
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003756#ifdef CONFIG_TRANSPARENT_HUGEPAGE
3757
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07003758#define PCGF_NOCOPY_AT_SPLIT (1 << PCG_LOCK | 1 << PCG_MIGRATION)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003759/*
3760 * Because tail pages are not marked as "used", set it. We're under
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003761 * zone->lru_lock, 'splitting on pmd' and compound_lock.
3762 * charge/uncharge will be never happen and move_account() is done under
3763 * compound_lock(), so we don't have to take care of races.
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003764 */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003765void mem_cgroup_split_huge_fixup(struct page *head)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003766{
3767 struct page_cgroup *head_pc = lookup_page_cgroup(head);
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003768 struct page_cgroup *pc;
David Rientjesb070e652013-05-07 16:18:09 -07003769 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003770 int i;
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003771
KAMEZAWA Hiroyuki3d37c4a2011-01-25 15:07:28 -08003772 if (mem_cgroup_disabled())
3773 return;
David Rientjesb070e652013-05-07 16:18:09 -07003774
3775 memcg = head_pc->mem_cgroup;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003776 for (i = 1; i < HPAGE_PMD_NR; i++) {
3777 pc = head_pc + i;
David Rientjesb070e652013-05-07 16:18:09 -07003778 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003779 smp_wmb();/* see __commit_charge() */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003780 pc->flags = head_pc->flags & ~PCGF_NOCOPY_AT_SPLIT;
3781 }
David Rientjesb070e652013-05-07 16:18:09 -07003782 __this_cpu_sub(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
3783 HPAGE_PMD_NR);
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003784}
Hugh Dickins12d27102012-01-12 17:19:52 -08003785#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003786
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003787/**
Johannes Weinerde3638d2011-03-23 16:42:28 -07003788 * mem_cgroup_move_account - move account of the page
Johannes Weiner5564e882011-03-23 16:42:29 -07003789 * @page: the page
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003790 * @nr_pages: number of regular pages (>1 for huge pages)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003791 * @pc: page_cgroup of the page.
3792 * @from: mem_cgroup which the page is moved from.
3793 * @to: mem_cgroup which the page is moved to. @from != @to.
3794 *
3795 * The caller must confirm following.
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003796 * - page is not on LRU (isolate_page() is useful.)
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003797 * - compound_lock is held when nr_pages > 1
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003798 *
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003799 * This function doesn't do "charge" to new cgroup and doesn't do "uncharge"
3800 * from old cgroup.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003801 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003802static int mem_cgroup_move_account(struct page *page,
3803 unsigned int nr_pages,
3804 struct page_cgroup *pc,
3805 struct mem_cgroup *from,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003806 struct mem_cgroup *to)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003807{
Johannes Weinerde3638d2011-03-23 16:42:28 -07003808 unsigned long flags;
3809 int ret;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07003810 bool anon = PageAnon(page);
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003811
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003812 VM_BUG_ON(from == to);
Johannes Weiner5564e882011-03-23 16:42:29 -07003813 VM_BUG_ON(PageLRU(page));
Johannes Weinerde3638d2011-03-23 16:42:28 -07003814 /*
3815 * The page is isolated from LRU. So, collapse function
3816 * will not handle this page. But page splitting can happen.
3817 * Do this check under compound_page_lock(). The caller should
3818 * hold it.
3819 */
3820 ret = -EBUSY;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003821 if (nr_pages > 1 && !PageTransHuge(page))
Johannes Weinerde3638d2011-03-23 16:42:28 -07003822 goto out;
3823
3824 lock_page_cgroup(pc);
3825
3826 ret = -EINVAL;
3827 if (!PageCgroupUsed(pc) || pc->mem_cgroup != from)
3828 goto unlock;
3829
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003830 move_lock_mem_cgroup(from, &flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003831
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07003832 if (!anon && page_mapped(page)) {
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003833 /* Update mapped_file data for mem_cgroup */
3834 preempt_disable();
3835 __this_cpu_dec(from->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3836 __this_cpu_inc(to->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3837 preempt_enable();
Balbir Singhd69b0422009-06-17 16:26:34 -07003838 }
David Rientjesb070e652013-05-07 16:18:09 -07003839 mem_cgroup_charge_statistics(from, page, anon, -nr_pages);
Balbir Singhd69b0422009-06-17 16:26:34 -07003840
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08003841 /* caller should have done css_get */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003842 pc->mem_cgroup = to;
David Rientjesb070e652013-05-07 16:18:09 -07003843 mem_cgroup_charge_statistics(to, page, anon, nr_pages);
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003844 move_unlock_mem_cgroup(from, &flags);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003845 ret = 0;
3846unlock:
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003847 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08003848 /*
3849 * check events
3850 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003851 memcg_check_events(to, page);
3852 memcg_check_events(from, page);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003853out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003854 return ret;
3855}
3856
Michal Hocko2ef37d32012-10-26 13:37:30 +02003857/**
3858 * mem_cgroup_move_parent - moves page to the parent group
3859 * @page: the page to move
3860 * @pc: page_cgroup of the page
3861 * @child: page's cgroup
3862 *
3863 * move charges to its parent or the root cgroup if the group has no
3864 * parent (aka use_hierarchy==0).
3865 * Although this might fail (get_page_unless_zero, isolate_lru_page or
3866 * mem_cgroup_move_account fails) the failure is always temporary and
3867 * it signals a race with a page removal/uncharge or migration. In the
3868 * first case the page is on the way out and it will vanish from the LRU
3869 * on the next attempt and the call should be retried later.
3870 * Isolation from the LRU fails only if page has been isolated from
3871 * the LRU since we looked at it and that usually means either global
3872 * reclaim or migration going on. The page will either get back to the
3873 * LRU or vanish.
3874 * Finaly mem_cgroup_move_account fails only if the page got uncharged
3875 * (!PageCgroupUsed) or moved to a different group. The page will
3876 * disappear in the next attempt.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003877 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003878static int mem_cgroup_move_parent(struct page *page,
3879 struct page_cgroup *pc,
KAMEZAWA Hiroyuki6068bf02012-07-31 16:42:45 -07003880 struct mem_cgroup *child)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003881{
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003882 struct mem_cgroup *parent;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003883 unsigned int nr_pages;
Andrew Morton4be44892011-03-23 16:42:39 -07003884 unsigned long uninitialized_var(flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003885 int ret;
3886
Michal Hockod8423012012-10-26 13:37:29 +02003887 VM_BUG_ON(mem_cgroup_is_root(child));
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003888
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003889 ret = -EBUSY;
3890 if (!get_page_unless_zero(page))
3891 goto out;
3892 if (isolate_lru_page(page))
3893 goto put;
KAMEZAWA Hiroyuki52dbb902011-01-25 15:07:29 -08003894
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003895 nr_pages = hpage_nr_pages(page);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003896
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003897 parent = parent_mem_cgroup(child);
3898 /*
3899 * If no parent, move charges to root cgroup.
3900 */
3901 if (!parent)
3902 parent = root_mem_cgroup;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003903
Michal Hocko2ef37d32012-10-26 13:37:30 +02003904 if (nr_pages > 1) {
3905 VM_BUG_ON(!PageTransHuge(page));
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003906 flags = compound_lock_irqsave(page);
Michal Hocko2ef37d32012-10-26 13:37:30 +02003907 }
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003908
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003909 ret = mem_cgroup_move_account(page, nr_pages,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003910 pc, child, parent);
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003911 if (!ret)
3912 __mem_cgroup_cancel_local_charge(child, nr_pages);
Jesper Juhl8dba4742011-01-25 15:07:24 -08003913
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003914 if (nr_pages > 1)
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003915 compound_unlock_irqrestore(page, flags);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003916 putback_lru_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003917put:
Daisuke Nishimura40d58132009-01-15 13:51:12 -08003918 put_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003919out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003920 return ret;
3921}
3922
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003923/*
3924 * Charge the memory controller for page usage.
3925 * Return
3926 * 0 if the charge was successful
3927 * < 0 if the cgroup is over its limit
3928 */
3929static int mem_cgroup_charge_common(struct page *page, struct mm_struct *mm,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07003930 gfp_t gfp_mask, enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003931{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003932 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003933 unsigned int nr_pages = 1;
Johannes Weiner8493ae42011-02-01 15:52:44 -08003934 bool oom = true;
3935 int ret;
Andrea Arcangeliec168512011-01-13 15:46:56 -08003936
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003937 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003938 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003939 VM_BUG_ON(!PageTransHuge(page));
Johannes Weiner8493ae42011-02-01 15:52:44 -08003940 /*
3941 * Never OOM-kill a process for a huge page. The
3942 * fault handler will fall back to regular pages.
3943 */
3944 oom = false;
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003945 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003946
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003947 ret = __mem_cgroup_try_charge(mm, gfp_mask, nr_pages, &memcg, oom);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003948 if (ret == -ENOMEM)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003949 return ret;
Johannes Weinerce587e62012-04-24 20:22:33 +02003950 __mem_cgroup_commit_charge(memcg, page, nr_pages, ctype, false);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003951 return 0;
3952}
3953
3954int mem_cgroup_newpage_charge(struct page *page,
3955 struct mm_struct *mm, gfp_t gfp_mask)
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003956{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003957 if (mem_cgroup_disabled())
Li Zefancede86a2008-07-25 01:47:18 -07003958 return 0;
Johannes Weiner7a0524c2012-01-12 17:18:43 -08003959 VM_BUG_ON(page_mapped(page));
3960 VM_BUG_ON(page->mapping && !PageAnon(page));
3961 VM_BUG_ON(!mm);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003962 return mem_cgroup_charge_common(page, mm, gfp_mask,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07003963 MEM_CGROUP_CHARGE_TYPE_ANON);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003964}
3965
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003966/*
3967 * While swap-in, try_charge -> commit or cancel, the page is locked.
3968 * And when try_charge() successfully returns, one refcnt to memcg without
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02003969 * struct page_cgroup is acquired. This refcnt will be consumed by
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003970 * "commit()" or removed by "cancel()"
3971 */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003972static int __mem_cgroup_try_charge_swapin(struct mm_struct *mm,
3973 struct page *page,
3974 gfp_t mask,
3975 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003976{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003977 struct mem_cgroup *memcg;
Johannes Weiner90deb782012-07-31 16:45:47 -07003978 struct page_cgroup *pc;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003979 int ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003980
Johannes Weiner90deb782012-07-31 16:45:47 -07003981 pc = lookup_page_cgroup(page);
3982 /*
3983 * Every swap fault against a single page tries to charge the
3984 * page, bail as early as possible. shmem_unuse() encounters
3985 * already charged pages, too. The USED bit is protected by
3986 * the page lock, which serializes swap cache removal, which
3987 * in turn serializes uncharging.
3988 */
3989 if (PageCgroupUsed(pc))
3990 return 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003991 if (!do_swap_account)
3992 goto charge_cur_mm;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003993 memcg = try_get_mem_cgroup_from_page(page);
3994 if (!memcg)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003995 goto charge_cur_mm;
Johannes Weiner72835c82012-01-12 17:18:32 -08003996 *memcgp = memcg;
3997 ret = __mem_cgroup_try_charge(NULL, mask, 1, memcgp, true);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003998 css_put(&memcg->css);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003999 if (ret == -EINTR)
4000 ret = 0;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08004001 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004002charge_cur_mm:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08004003 ret = __mem_cgroup_try_charge(mm, mask, 1, memcgp, true);
4004 if (ret == -EINTR)
4005 ret = 0;
4006 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004007}
4008
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004009int mem_cgroup_try_charge_swapin(struct mm_struct *mm, struct page *page,
4010 gfp_t gfp_mask, struct mem_cgroup **memcgp)
4011{
4012 *memcgp = NULL;
4013 if (mem_cgroup_disabled())
4014 return 0;
Johannes Weinerbdf4f4d2012-07-31 16:45:50 -07004015 /*
4016 * A racing thread's fault, or swapoff, may have already
4017 * updated the pte, and even removed page from swap cache: in
4018 * those cases unuse_pte()'s pte_same() test will fail; but
4019 * there's also a KSM case which does need to charge the page.
4020 */
4021 if (!PageSwapCache(page)) {
4022 int ret;
4023
4024 ret = __mem_cgroup_try_charge(mm, gfp_mask, 1, memcgp, true);
4025 if (ret == -EINTR)
4026 ret = 0;
4027 return ret;
4028 }
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004029 return __mem_cgroup_try_charge_swapin(mm, page, gfp_mask, memcgp);
4030}
4031
Johannes Weiner827a03d2012-07-31 16:45:36 -07004032void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg)
4033{
4034 if (mem_cgroup_disabled())
4035 return;
4036 if (!memcg)
4037 return;
4038 __mem_cgroup_cancel_charge(memcg, 1);
4039}
4040
Daisuke Nishimura83aae4c72009-04-02 16:57:48 -07004041static void
Johannes Weiner72835c82012-01-12 17:18:32 -08004042__mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *memcg,
Daisuke Nishimura83aae4c72009-04-02 16:57:48 -07004043 enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004044{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004045 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004046 return;
Johannes Weiner72835c82012-01-12 17:18:32 -08004047 if (!memcg)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004048 return;
KAMEZAWA Hiroyuki5a6475a2011-03-23 16:42:42 -07004049
Johannes Weinerce587e62012-04-24 20:22:33 +02004050 __mem_cgroup_commit_charge(memcg, page, 1, ctype, true);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004051 /*
4052 * Now swap is on-memory. This means this page may be
4053 * counted both as mem and swap....double count.
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004054 * Fix it by uncharging from memsw. Basically, this SwapCache is stable
4055 * under lock_page(). But in do_swap_page()::memory.c, reuse_swap_page()
4056 * may call delete_from_swap_cache() before reach here.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004057 */
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004058 if (do_swap_account && PageSwapCache(page)) {
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004059 swp_entry_t ent = {.val = page_private(page)};
Hugh Dickins86493002012-05-29 15:06:52 -07004060 mem_cgroup_uncharge_swap(ent);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004061 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004062}
4063
Johannes Weiner72835c82012-01-12 17:18:32 -08004064void mem_cgroup_commit_charge_swapin(struct page *page,
4065 struct mem_cgroup *memcg)
Daisuke Nishimura83aae4c72009-04-02 16:57:48 -07004066{
Johannes Weiner72835c82012-01-12 17:18:32 -08004067 __mem_cgroup_commit_charge_swapin(page, memcg,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004068 MEM_CGROUP_CHARGE_TYPE_ANON);
Daisuke Nishimura83aae4c72009-04-02 16:57:48 -07004069}
4070
Johannes Weiner827a03d2012-07-31 16:45:36 -07004071int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
4072 gfp_t gfp_mask)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004073{
Johannes Weiner827a03d2012-07-31 16:45:36 -07004074 struct mem_cgroup *memcg = NULL;
4075 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
4076 int ret;
4077
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004078 if (mem_cgroup_disabled())
Johannes Weiner827a03d2012-07-31 16:45:36 -07004079 return 0;
4080 if (PageCompound(page))
4081 return 0;
4082
Johannes Weiner827a03d2012-07-31 16:45:36 -07004083 if (!PageSwapCache(page))
4084 ret = mem_cgroup_charge_common(page, mm, gfp_mask, type);
4085 else { /* page is swapcache/shmem */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004086 ret = __mem_cgroup_try_charge_swapin(mm, page,
4087 gfp_mask, &memcg);
Johannes Weiner827a03d2012-07-31 16:45:36 -07004088 if (!ret)
4089 __mem_cgroup_commit_charge_swapin(page, memcg, type);
4090 }
4091 return ret;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004092}
4093
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004094static void mem_cgroup_do_uncharge(struct mem_cgroup *memcg,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004095 unsigned int nr_pages,
4096 const enum charge_type ctype)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004097{
4098 struct memcg_batch_info *batch = NULL;
4099 bool uncharge_memsw = true;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004100
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004101 /* If swapout, usage of swap doesn't decrease */
4102 if (!do_swap_account || ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT)
4103 uncharge_memsw = false;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004104
4105 batch = &current->memcg_batch;
4106 /*
4107 * In usual, we do css_get() when we remember memcg pointer.
4108 * But in this case, we keep res->usage until end of a series of
4109 * uncharges. Then, it's ok to ignore memcg's refcnt.
4110 */
4111 if (!batch->memcg)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004112 batch->memcg = memcg;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004113 /*
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004114 * do_batch > 0 when unmapping pages or inode invalidate/truncate.
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004115 * In those cases, all pages freed continuously can be expected to be in
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004116 * the same cgroup and we have chance to coalesce uncharges.
4117 * But we do uncharge one by one if this is killed by OOM(TIF_MEMDIE)
4118 * because we want to do uncharge as soon as possible.
4119 */
4120
4121 if (!batch->do_batch || test_thread_flag(TIF_MEMDIE))
4122 goto direct_uncharge;
4123
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004124 if (nr_pages > 1)
Andrea Arcangeliec168512011-01-13 15:46:56 -08004125 goto direct_uncharge;
4126
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004127 /*
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004128 * In typical case, batch->memcg == mem. This means we can
4129 * merge a series of uncharges to an uncharge of res_counter.
4130 * If not, we uncharge res_counter ony by one.
4131 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004132 if (batch->memcg != memcg)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004133 goto direct_uncharge;
4134 /* remember freed charge and uncharge it later */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004135 batch->nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004136 if (uncharge_memsw)
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004137 batch->memsw_nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004138 return;
4139direct_uncharge:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004140 res_counter_uncharge(&memcg->res, nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004141 if (uncharge_memsw)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004142 res_counter_uncharge(&memcg->memsw, nr_pages * PAGE_SIZE);
4143 if (unlikely(batch->memcg != memcg))
4144 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004145}
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004146
Balbir Singh8697d332008-02-07 00:13:59 -08004147/*
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004148 * uncharge if !page_mapped(page)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004149 */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004150static struct mem_cgroup *
Johannes Weiner0030f532012-07-31 16:45:25 -07004151__mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype,
4152 bool end_migration)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004153{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004154 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004155 unsigned int nr_pages = 1;
4156 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004157 bool anon;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004158
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004159 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004160 return NULL;
Balbir Singh40779602008-04-04 14:29:59 -07004161
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004162 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004163 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004164 VM_BUG_ON(!PageTransHuge(page));
4165 }
Balbir Singh8697d332008-02-07 00:13:59 -08004166 /*
Balbir Singh3c541e12008-02-07 00:14:41 -08004167 * Check if our page_cgroup is valid
Balbir Singh8697d332008-02-07 00:13:59 -08004168 */
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004169 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004170 if (unlikely(!PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004171 return NULL;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004172
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004173 lock_page_cgroup(pc);
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004174
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004175 memcg = pc->mem_cgroup;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004176
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004177 if (!PageCgroupUsed(pc))
4178 goto unlock_out;
4179
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004180 anon = PageAnon(page);
4181
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004182 switch (ctype) {
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004183 case MEM_CGROUP_CHARGE_TYPE_ANON:
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07004184 /*
4185 * Generally PageAnon tells if it's the anon statistics to be
4186 * updated; but sometimes e.g. mem_cgroup_uncharge_page() is
4187 * used before page reached the stage of being marked PageAnon.
4188 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004189 anon = true;
4190 /* fallthrough */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004191 case MEM_CGROUP_CHARGE_TYPE_DROP:
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004192 /* See mem_cgroup_prepare_migration() */
Johannes Weiner0030f532012-07-31 16:45:25 -07004193 if (page_mapped(page))
4194 goto unlock_out;
4195 /*
4196 * Pages under migration may not be uncharged. But
4197 * end_migration() /must/ be the one uncharging the
4198 * unused post-migration page and so it has to call
4199 * here with the migration bit still set. See the
4200 * res_counter handling below.
4201 */
4202 if (!end_migration && PageCgroupMigration(pc))
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004203 goto unlock_out;
4204 break;
4205 case MEM_CGROUP_CHARGE_TYPE_SWAPOUT:
4206 if (!PageAnon(page)) { /* Shared memory */
4207 if (page->mapping && !page_is_file_cache(page))
4208 goto unlock_out;
4209 } else if (page_mapped(page)) /* Anon */
4210 goto unlock_out;
4211 break;
4212 default:
4213 break;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004214 }
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004215
David Rientjesb070e652013-05-07 16:18:09 -07004216 mem_cgroup_charge_statistics(memcg, page, anon, -nr_pages);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004217
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004218 ClearPageCgroupUsed(pc);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08004219 /*
4220 * pc->mem_cgroup is not cleared here. It will be accessed when it's
4221 * freed from LRU. This is safe because uncharged page is expected not
4222 * to be reused (freed soon). Exception is SwapCache, it's handled by
4223 * special functions.
4224 */
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004225
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004226 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004227 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004228 * even after unlock, we have memcg->res.usage here and this memcg
Li Zefan40503772013-07-08 16:00:34 -07004229 * will never be freed, so it's safe to call css_get().
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004230 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004231 memcg_check_events(memcg, page);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004232 if (do_swap_account && ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004233 mem_cgroup_swap_statistics(memcg, true);
Li Zefan40503772013-07-08 16:00:34 -07004234 css_get(&memcg->css);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004235 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004236 /*
4237 * Migration does not charge the res_counter for the
4238 * replacement page, so leave it alone when phasing out the
4239 * page that is unused after the migration.
4240 */
4241 if (!end_migration && !mem_cgroup_is_root(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004242 mem_cgroup_do_uncharge(memcg, nr_pages, ctype);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004243
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004244 return memcg;
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004245
4246unlock_out:
4247 unlock_page_cgroup(pc);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004248 return NULL;
Balbir Singh3c541e12008-02-07 00:14:41 -08004249}
4250
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004251void mem_cgroup_uncharge_page(struct page *page)
4252{
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004253 /* early check. */
4254 if (page_mapped(page))
4255 return;
Johannes Weiner40f23a22012-01-12 17:18:45 -08004256 VM_BUG_ON(page->mapping && !PageAnon(page));
Johannes Weiner28ccddf2013-05-24 15:55:15 -07004257 /*
4258 * If the page is in swap cache, uncharge should be deferred
4259 * to the swap path, which also properly accounts swap usage
4260 * and handles memcg lifetime.
4261 *
4262 * Note that this check is not stable and reclaim may add the
4263 * page to swap cache at any time after this. However, if the
4264 * page is not in swap cache by the time page->mapcount hits
4265 * 0, there won't be any page table references to the swap
4266 * slot, and reclaim will free it and not actually write the
4267 * page to disk.
4268 */
Johannes Weiner0c59b892012-07-31 16:45:31 -07004269 if (PageSwapCache(page))
4270 return;
Johannes Weiner0030f532012-07-31 16:45:25 -07004271 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_ANON, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004272}
4273
4274void mem_cgroup_uncharge_cache_page(struct page *page)
4275{
4276 VM_BUG_ON(page_mapped(page));
KAMEZAWA Hiroyukib7abea92008-10-18 20:28:09 -07004277 VM_BUG_ON(page->mapping);
Johannes Weiner0030f532012-07-31 16:45:25 -07004278 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_CACHE, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004279}
4280
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004281/*
4282 * Batch_start/batch_end is called in unmap_page_range/invlidate/trucate.
4283 * In that cases, pages are freed continuously and we can expect pages
4284 * are in the same memcg. All these calls itself limits the number of
4285 * pages freed at once, then uncharge_start/end() is called properly.
4286 * This may be called prural(2) times in a context,
4287 */
4288
4289void mem_cgroup_uncharge_start(void)
4290{
4291 current->memcg_batch.do_batch++;
4292 /* We can do nest. */
4293 if (current->memcg_batch.do_batch == 1) {
4294 current->memcg_batch.memcg = NULL;
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004295 current->memcg_batch.nr_pages = 0;
4296 current->memcg_batch.memsw_nr_pages = 0;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004297 }
4298}
4299
4300void mem_cgroup_uncharge_end(void)
4301{
4302 struct memcg_batch_info *batch = &current->memcg_batch;
4303
4304 if (!batch->do_batch)
4305 return;
4306
4307 batch->do_batch--;
4308 if (batch->do_batch) /* If stacked, do nothing. */
4309 return;
4310
4311 if (!batch->memcg)
4312 return;
4313 /*
4314 * This "batch->memcg" is valid without any css_get/put etc...
4315 * bacause we hide charges behind us.
4316 */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004317 if (batch->nr_pages)
4318 res_counter_uncharge(&batch->memcg->res,
4319 batch->nr_pages * PAGE_SIZE);
4320 if (batch->memsw_nr_pages)
4321 res_counter_uncharge(&batch->memcg->memsw,
4322 batch->memsw_nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004323 memcg_oom_recover(batch->memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004324 /* forget this pointer (for sanity check) */
4325 batch->memcg = NULL;
4326}
4327
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004328#ifdef CONFIG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004329/*
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004330 * called after __delete_from_swap_cache() and drop "page" account.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004331 * memcg information is recorded to swap_cgroup of "ent"
4332 */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004333void
4334mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout)
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004335{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004336 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004337 int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004338
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004339 if (!swapout) /* this was a swap cache but the swap is unused ! */
4340 ctype = MEM_CGROUP_CHARGE_TYPE_DROP;
4341
Johannes Weiner0030f532012-07-31 16:45:25 -07004342 memcg = __mem_cgroup_uncharge_common(page, ctype, false);
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004343
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004344 /*
4345 * record memcg information, if swapout && memcg != NULL,
Li Zefan40503772013-07-08 16:00:34 -07004346 * css_get() was called in uncharge().
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004347 */
4348 if (do_swap_account && swapout && memcg)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004349 swap_cgroup_record(ent, css_id(&memcg->css));
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004350}
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004351#endif
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004352
Andrew Mortonc255a452012-07-31 16:43:02 -07004353#ifdef CONFIG_MEMCG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004354/*
4355 * called from swap_entry_free(). remove record in swap_cgroup and
4356 * uncharge "memsw" account.
4357 */
4358void mem_cgroup_uncharge_swap(swp_entry_t ent)
4359{
4360 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004361 unsigned short id;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004362
4363 if (!do_swap_account)
4364 return;
4365
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004366 id = swap_cgroup_record(ent, 0);
4367 rcu_read_lock();
4368 memcg = mem_cgroup_lookup(id);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004369 if (memcg) {
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004370 /*
4371 * We uncharge this because swap is freed.
4372 * This memcg can be obsolete one. We avoid calling css_tryget
4373 */
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004374 if (!mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -07004375 res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004376 mem_cgroup_swap_statistics(memcg, false);
Li Zefan40503772013-07-08 16:00:34 -07004377 css_put(&memcg->css);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004378 }
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004379 rcu_read_unlock();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004380}
Daisuke Nishimura02491442010-03-10 15:22:17 -08004381
4382/**
4383 * mem_cgroup_move_swap_account - move swap charge and swap_cgroup's record.
4384 * @entry: swap entry to be moved
4385 * @from: mem_cgroup which the entry is moved from
4386 * @to: mem_cgroup which the entry is moved to
4387 *
4388 * It succeeds only when the swap_cgroup's record for this entry is the same
4389 * as the mem_cgroup's id of @from.
4390 *
4391 * Returns 0 on success, -EINVAL on failure.
4392 *
4393 * The caller must have charged to @to, IOW, called res_counter_charge() about
4394 * both res and memsw, and called css_get().
4395 */
4396static int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004397 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004398{
4399 unsigned short old_id, new_id;
4400
4401 old_id = css_id(&from->css);
4402 new_id = css_id(&to->css);
4403
4404 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08004405 mem_cgroup_swap_statistics(from, false);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004406 mem_cgroup_swap_statistics(to, true);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004407 /*
4408 * This function is only called from task migration context now.
4409 * It postpones res_counter and refcount handling till the end
4410 * of task migration(mem_cgroup_clear_mc()) for performance
Li Zefan40503772013-07-08 16:00:34 -07004411 * improvement. But we cannot postpone css_get(to) because if
4412 * the process that has been moved to @to does swap-in, the
4413 * refcount of @to might be decreased to 0.
4414 *
4415 * We are in attach() phase, so the cgroup is guaranteed to be
4416 * alive, so we can just call css_get().
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004417 */
Li Zefan40503772013-07-08 16:00:34 -07004418 css_get(&to->css);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004419 return 0;
4420 }
4421 return -EINVAL;
4422}
4423#else
4424static inline int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004425 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004426{
4427 return -EINVAL;
4428}
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004429#endif
4430
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004431/*
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004432 * Before starting migration, account PAGE_SIZE to mem_cgroup that the old
4433 * page belongs to.
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004434 */
Johannes Weiner0030f532012-07-31 16:45:25 -07004435void mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
4436 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004437{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004438 struct mem_cgroup *memcg = NULL;
Mel Gormanb32967f2012-11-19 12:35:47 +00004439 unsigned int nr_pages = 1;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004440 struct page_cgroup *pc;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004441 enum charge_type ctype;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004442
Johannes Weiner72835c82012-01-12 17:18:32 -08004443 *memcgp = NULL;
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07004444
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004445 if (mem_cgroup_disabled())
Johannes Weiner0030f532012-07-31 16:45:25 -07004446 return;
Balbir Singh40779602008-04-04 14:29:59 -07004447
Mel Gormanb32967f2012-11-19 12:35:47 +00004448 if (PageTransHuge(page))
4449 nr_pages <<= compound_order(page);
4450
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004451 pc = lookup_page_cgroup(page);
4452 lock_page_cgroup(pc);
4453 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004454 memcg = pc->mem_cgroup;
4455 css_get(&memcg->css);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004456 /*
4457 * At migrating an anonymous page, its mapcount goes down
4458 * to 0 and uncharge() will be called. But, even if it's fully
4459 * unmapped, migration may fail and this page has to be
4460 * charged again. We set MIGRATION flag here and delay uncharge
4461 * until end_migration() is called
4462 *
4463 * Corner Case Thinking
4464 * A)
4465 * When the old page was mapped as Anon and it's unmap-and-freed
4466 * while migration was ongoing.
4467 * If unmap finds the old page, uncharge() of it will be delayed
4468 * until end_migration(). If unmap finds a new page, it's
4469 * uncharged when it make mapcount to be 1->0. If unmap code
4470 * finds swap_migration_entry, the new page will not be mapped
4471 * and end_migration() will find it(mapcount==0).
4472 *
4473 * B)
4474 * When the old page was mapped but migraion fails, the kernel
4475 * remaps it. A charge for it is kept by MIGRATION flag even
4476 * if mapcount goes down to 0. We can do remap successfully
4477 * without charging it again.
4478 *
4479 * C)
4480 * The "old" page is under lock_page() until the end of
4481 * migration, so, the old page itself will not be swapped-out.
4482 * If the new page is swapped out before end_migraton, our
4483 * hook to usual swap-out path will catch the event.
4484 */
4485 if (PageAnon(page))
4486 SetPageCgroupMigration(pc);
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004487 }
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004488 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004489 /*
4490 * If the page is not charged at this point,
4491 * we return here.
4492 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004493 if (!memcg)
Johannes Weiner0030f532012-07-31 16:45:25 -07004494 return;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004495
Johannes Weiner72835c82012-01-12 17:18:32 -08004496 *memcgp = memcg;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004497 /*
4498 * We charge new page before it's used/mapped. So, even if unlock_page()
4499 * is called before end_migration, we can catch all events on this new
4500 * page. In the case new page is migrated but not remapped, new page's
4501 * mapcount will be finally 0 and we call uncharge in end_migration().
4502 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004503 if (PageAnon(page))
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004504 ctype = MEM_CGROUP_CHARGE_TYPE_ANON;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004505 else
Johannes Weiner62ba7442012-07-31 16:45:39 -07004506 ctype = MEM_CGROUP_CHARGE_TYPE_CACHE;
Johannes Weiner0030f532012-07-31 16:45:25 -07004507 /*
4508 * The page is committed to the memcg, but it's not actually
4509 * charged to the res_counter since we plan on replacing the
4510 * old one and only one page is going to be left afterwards.
4511 */
Mel Gormanb32967f2012-11-19 12:35:47 +00004512 __mem_cgroup_commit_charge(memcg, newpage, nr_pages, ctype, false);
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004513}
Hugh Dickinsfb59e9f2008-03-04 14:29:16 -08004514
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004515/* remove redundant charge if migration failed*/
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004516void mem_cgroup_end_migration(struct mem_cgroup *memcg,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004517 struct page *oldpage, struct page *newpage, bool migration_ok)
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004518{
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004519 struct page *used, *unused;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004520 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004521 bool anon;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004522
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004523 if (!memcg)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004524 return;
Tejun Heob25ed602012-11-05 09:16:59 -08004525
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004526 if (!migration_ok) {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004527 used = oldpage;
4528 unused = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004529 } else {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004530 used = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004531 unused = oldpage;
4532 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004533 anon = PageAnon(used);
Johannes Weiner7d188952012-07-31 16:45:34 -07004534 __mem_cgroup_uncharge_common(unused,
4535 anon ? MEM_CGROUP_CHARGE_TYPE_ANON
4536 : MEM_CGROUP_CHARGE_TYPE_CACHE,
4537 true);
Johannes Weiner0030f532012-07-31 16:45:25 -07004538 css_put(&memcg->css);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004539 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004540 * We disallowed uncharge of pages under migration because mapcount
4541 * of the page goes down to zero, temporarly.
4542 * Clear the flag and check the page should be charged.
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004543 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004544 pc = lookup_page_cgroup(oldpage);
4545 lock_page_cgroup(pc);
4546 ClearPageCgroupMigration(pc);
4547 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004548
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004549 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004550 * If a page is a file cache, radix-tree replacement is very atomic
4551 * and we can skip this check. When it was an Anon page, its mapcount
4552 * goes down to 0. But because we added MIGRATION flage, it's not
4553 * uncharged yet. There are several case but page->mapcount check
4554 * and USED bit check in mem_cgroup_uncharge_page() will do enough
4555 * check. (see prepare_charge() also)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004556 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004557 if (anon)
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004558 mem_cgroup_uncharge_page(used);
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004559}
Pavel Emelianov78fb7462008-02-07 00:13:51 -08004560
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004561/*
4562 * At replace page cache, newpage is not under any memcg but it's on
4563 * LRU. So, this function doesn't touch res_counter but handles LRU
4564 * in correct way. Both pages are locked so we cannot race with uncharge.
4565 */
4566void mem_cgroup_replace_page_cache(struct page *oldpage,
4567 struct page *newpage)
4568{
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004569 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004570 struct page_cgroup *pc;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004571 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004572
4573 if (mem_cgroup_disabled())
4574 return;
4575
4576 pc = lookup_page_cgroup(oldpage);
4577 /* fix accounting on old pages */
4578 lock_page_cgroup(pc);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004579 if (PageCgroupUsed(pc)) {
4580 memcg = pc->mem_cgroup;
David Rientjesb070e652013-05-07 16:18:09 -07004581 mem_cgroup_charge_statistics(memcg, oldpage, false, -1);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004582 ClearPageCgroupUsed(pc);
4583 }
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004584 unlock_page_cgroup(pc);
4585
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004586 /*
4587 * When called from shmem_replace_page(), in some cases the
4588 * oldpage has already been charged, and in some cases not.
4589 */
4590 if (!memcg)
4591 return;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004592 /*
4593 * Even if newpage->mapping was NULL before starting replacement,
4594 * the newpage may be on LRU(or pagevec for LRU) already. We lock
4595 * LRU while we overwrite pc->mem_cgroup.
4596 */
Johannes Weinerce587e62012-04-24 20:22:33 +02004597 __mem_cgroup_commit_charge(memcg, newpage, 1, type, true);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004598}
4599
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004600#ifdef CONFIG_DEBUG_VM
4601static struct page_cgroup *lookup_page_cgroup_used(struct page *page)
4602{
4603 struct page_cgroup *pc;
4604
4605 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004606 /*
4607 * Can be NULL while feeding pages into the page allocator for
4608 * the first time, i.e. during boot or memory hotplug;
4609 * or when mem_cgroup_disabled().
4610 */
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004611 if (likely(pc) && PageCgroupUsed(pc))
4612 return pc;
4613 return NULL;
4614}
4615
4616bool mem_cgroup_bad_page_check(struct page *page)
4617{
4618 if (mem_cgroup_disabled())
4619 return false;
4620
4621 return lookup_page_cgroup_used(page) != NULL;
4622}
4623
4624void mem_cgroup_print_bad_page(struct page *page)
4625{
4626 struct page_cgroup *pc;
4627
4628 pc = lookup_page_cgroup_used(page);
4629 if (pc) {
Andrew Mortond0451972013-02-22 16:32:06 -08004630 pr_alert("pc:%p pc->flags:%lx pc->mem_cgroup:%p\n",
4631 pc, pc->flags, pc->mem_cgroup);
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004632 }
4633}
4634#endif
4635
KOSAKI Motohirod38d2a72009-01-06 14:39:44 -08004636static int mem_cgroup_resize_limit(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004637 unsigned long long val)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004638{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004639 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004640 u64 memswlimit, memlimit;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004641 int ret = 0;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004642 int children = mem_cgroup_count_children(memcg);
4643 u64 curusage, oldusage;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004644 int enlarge;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004645
4646 /*
4647 * For keeping hierarchical_reclaim simple, how long we should retry
4648 * is depends on callers. We set our retry-count to be function
4649 * of # of children which we should visit in this loop.
4650 */
4651 retry_count = MEM_CGROUP_RECLAIM_RETRIES * children;
4652
4653 oldusage = res_counter_read_u64(&memcg->res, RES_USAGE);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004654
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004655 enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004656 while (retry_count) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004657 if (signal_pending(current)) {
4658 ret = -EINTR;
4659 break;
4660 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004661 /*
4662 * Rather than hide all in some function, I do this in
4663 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004664 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004665 */
4666 mutex_lock(&set_limit_mutex);
4667 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4668 if (memswlimit < val) {
4669 ret = -EINVAL;
4670 mutex_unlock(&set_limit_mutex);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004671 break;
4672 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004673
4674 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4675 if (memlimit < val)
4676 enlarge = 1;
4677
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004678 ret = res_counter_set_limit(&memcg->res, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004679 if (!ret) {
4680 if (memswlimit == val)
4681 memcg->memsw_is_minimum = true;
4682 else
4683 memcg->memsw_is_minimum = false;
4684 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004685 mutex_unlock(&set_limit_mutex);
4686
4687 if (!ret)
4688 break;
4689
Johannes Weiner56600482012-01-12 17:17:59 -08004690 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4691 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004692 curusage = res_counter_read_u64(&memcg->res, RES_USAGE);
4693 /* Usage is reduced ? */
4694 if (curusage >= oldusage)
4695 retry_count--;
4696 else
4697 oldusage = curusage;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004698 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004699 if (!ret && enlarge)
4700 memcg_oom_recover(memcg);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08004701
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004702 return ret;
4703}
4704
Li Zefan338c8432009-06-17 16:27:15 -07004705static int mem_cgroup_resize_memsw_limit(struct mem_cgroup *memcg,
4706 unsigned long long val)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004707{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004708 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004709 u64 memlimit, memswlimit, oldusage, curusage;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004710 int children = mem_cgroup_count_children(memcg);
4711 int ret = -EBUSY;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004712 int enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004713
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004714 /* see mem_cgroup_resize_res_limit */
4715 retry_count = children * MEM_CGROUP_RECLAIM_RETRIES;
4716 oldusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004717 while (retry_count) {
4718 if (signal_pending(current)) {
4719 ret = -EINTR;
4720 break;
4721 }
4722 /*
4723 * Rather than hide all in some function, I do this in
4724 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004725 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004726 */
4727 mutex_lock(&set_limit_mutex);
4728 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4729 if (memlimit > val) {
4730 ret = -EINVAL;
4731 mutex_unlock(&set_limit_mutex);
4732 break;
4733 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004734 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4735 if (memswlimit < val)
4736 enlarge = 1;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004737 ret = res_counter_set_limit(&memcg->memsw, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004738 if (!ret) {
4739 if (memlimit == val)
4740 memcg->memsw_is_minimum = true;
4741 else
4742 memcg->memsw_is_minimum = false;
4743 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004744 mutex_unlock(&set_limit_mutex);
4745
4746 if (!ret)
4747 break;
4748
Johannes Weiner56600482012-01-12 17:17:59 -08004749 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4750 MEM_CGROUP_RECLAIM_NOSWAP |
4751 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004752 curusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004753 /* Usage is reduced ? */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004754 if (curusage >= oldusage)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004755 retry_count--;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004756 else
4757 oldusage = curusage;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004758 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004759 if (!ret && enlarge)
4760 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004761 return ret;
4762}
4763
Balbir Singh4e416952009-09-23 15:56:39 -07004764unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
Ying Han0ae5e892011-05-26 16:25:25 -07004765 gfp_t gfp_mask,
4766 unsigned long *total_scanned)
Balbir Singh4e416952009-09-23 15:56:39 -07004767{
4768 unsigned long nr_reclaimed = 0;
4769 struct mem_cgroup_per_zone *mz, *next_mz = NULL;
4770 unsigned long reclaimed;
4771 int loop = 0;
4772 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004773 unsigned long long excess;
Ying Han0ae5e892011-05-26 16:25:25 -07004774 unsigned long nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004775
4776 if (order > 0)
4777 return 0;
4778
KOSAKI Motohiro00918b62010-08-10 18:03:05 -07004779 mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
Balbir Singh4e416952009-09-23 15:56:39 -07004780 /*
4781 * This loop can run a while, specially if mem_cgroup's continuously
4782 * keep exceeding their soft limit and putting the system under
4783 * pressure
4784 */
4785 do {
4786 if (next_mz)
4787 mz = next_mz;
4788 else
4789 mz = mem_cgroup_largest_soft_limit_node(mctz);
4790 if (!mz)
4791 break;
4792
Ying Han0ae5e892011-05-26 16:25:25 -07004793 nr_scanned = 0;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004794 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, zone,
Johannes Weiner56600482012-01-12 17:17:59 -08004795 gfp_mask, &nr_scanned);
Balbir Singh4e416952009-09-23 15:56:39 -07004796 nr_reclaimed += reclaimed;
Ying Han0ae5e892011-05-26 16:25:25 -07004797 *total_scanned += nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004798 spin_lock(&mctz->lock);
4799
4800 /*
4801 * If we failed to reclaim anything from this memory cgroup
4802 * it is time to move on to the next cgroup
4803 */
4804 next_mz = NULL;
4805 if (!reclaimed) {
4806 do {
4807 /*
4808 * Loop until we find yet another one.
4809 *
4810 * By the time we get the soft_limit lock
4811 * again, someone might have aded the
4812 * group back on the RB tree. Iterate to
4813 * make sure we get a different mem.
4814 * mem_cgroup_largest_soft_limit_node returns
4815 * NULL if no other cgroup is present on
4816 * the tree
4817 */
4818 next_mz =
4819 __mem_cgroup_largest_soft_limit_node(mctz);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004820 if (next_mz == mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004821 css_put(&next_mz->memcg->css);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004822 else /* next_mz == NULL or other memcg */
Balbir Singh4e416952009-09-23 15:56:39 -07004823 break;
4824 } while (1);
4825 }
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004826 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
4827 excess = res_counter_soft_limit_excess(&mz->memcg->res);
Balbir Singh4e416952009-09-23 15:56:39 -07004828 /*
4829 * One school of thought says that we should not add
4830 * back the node to the tree if reclaim returns 0.
4831 * But our reclaim could return 0, simply because due
4832 * to priority we are exposing a smaller subset of
4833 * memory to reclaim from. Consider this as a longer
4834 * term TODO.
4835 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004836 /* If excess == 0, no tree ops */
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004837 __mem_cgroup_insert_exceeded(mz->memcg, mz, mctz, excess);
Balbir Singh4e416952009-09-23 15:56:39 -07004838 spin_unlock(&mctz->lock);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004839 css_put(&mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004840 loop++;
4841 /*
4842 * Could not reclaim anything and there are no more
4843 * mem cgroups to try or we seem to be looping without
4844 * reclaiming anything.
4845 */
4846 if (!nr_reclaimed &&
4847 (next_mz == NULL ||
4848 loop > MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS))
4849 break;
4850 } while (!nr_reclaimed);
4851 if (next_mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004852 css_put(&next_mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004853 return nr_reclaimed;
4854}
4855
Michal Hocko2ef37d32012-10-26 13:37:30 +02004856/**
4857 * mem_cgroup_force_empty_list - clears LRU of a group
4858 * @memcg: group to clear
4859 * @node: NUMA node
4860 * @zid: zone id
4861 * @lru: lru to to clear
4862 *
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004863 * Traverse a specified page_cgroup list and try to drop them all. This doesn't
Michal Hocko2ef37d32012-10-26 13:37:30 +02004864 * reclaim the pages page themselves - pages are moved to the parent (or root)
4865 * group.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004866 */
Michal Hocko2ef37d32012-10-26 13:37:30 +02004867static void mem_cgroup_force_empty_list(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004868 int node, int zid, enum lru_list lru)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004869{
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004870 struct lruvec *lruvec;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004871 unsigned long flags;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004872 struct list_head *list;
Johannes Weiner925b7672012-01-12 17:18:15 -08004873 struct page *busy;
4874 struct zone *zone;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004875
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004876 zone = &NODE_DATA(node)->node_zones[zid];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004877 lruvec = mem_cgroup_zone_lruvec(zone, memcg);
4878 list = &lruvec->lists[lru];
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004879
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004880 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004881 do {
Johannes Weiner925b7672012-01-12 17:18:15 -08004882 struct page_cgroup *pc;
Johannes Weiner5564e882011-03-23 16:42:29 -07004883 struct page *page;
4884
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004885 spin_lock_irqsave(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004886 if (list_empty(list)) {
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004887 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004888 break;
4889 }
Johannes Weiner925b7672012-01-12 17:18:15 -08004890 page = list_entry(list->prev, struct page, lru);
4891 if (busy == page) {
4892 list_move(&page->lru, list);
Thiago Farina648bcc72010-03-05 13:42:04 -08004893 busy = NULL;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004894 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004895 continue;
4896 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004897 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004898
Johannes Weiner925b7672012-01-12 17:18:15 -08004899 pc = lookup_page_cgroup(page);
Johannes Weiner5564e882011-03-23 16:42:29 -07004900
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004901 if (mem_cgroup_move_parent(page, pc, memcg)) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004902 /* found lock contention or "pc" is obsolete. */
Johannes Weiner925b7672012-01-12 17:18:15 -08004903 busy = page;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004904 cond_resched();
4905 } else
4906 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004907 } while (!list_empty(list));
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004908}
4909
4910/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004911 * make mem_cgroup's charge to be 0 if there is no task by moving
4912 * all the charges and pages to the parent.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004913 * This enables deleting this mem_cgroup.
Michal Hockoc26251f2012-10-26 13:37:28 +02004914 *
4915 * Caller is responsible for holding css reference on the memcg.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004916 */
Michal Hockoab5196c2012-10-26 13:37:32 +02004917static void mem_cgroup_reparent_charges(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004918{
Michal Hockoc26251f2012-10-26 13:37:28 +02004919 int node, zid;
Glauber Costabea207c2012-12-18 14:22:11 -08004920 u64 usage;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004921
Daisuke Nishimurafce66472010-01-15 17:01:30 -08004922 do {
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004923 /* This is for making all *used* pages to be on LRU. */
4924 lru_add_drain_all();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004925 drain_all_stock_sync(memcg);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004926 mem_cgroup_start_move(memcg);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08004927 for_each_node_state(node, N_MEMORY) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004928 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsf156ab932012-03-21 16:34:19 -07004929 enum lru_list lru;
4930 for_each_lru(lru) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004931 mem_cgroup_force_empty_list(memcg,
Hugh Dickinsf156ab932012-03-21 16:34:19 -07004932 node, zid, lru);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004933 }
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004934 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004935 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004936 mem_cgroup_end_move(memcg);
4937 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004938 cond_resched();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004939
Michal Hocko2ef37d32012-10-26 13:37:30 +02004940 /*
Glauber Costabea207c2012-12-18 14:22:11 -08004941 * Kernel memory may not necessarily be trackable to a specific
4942 * process. So they are not migrated, and therefore we can't
4943 * expect their value to drop to 0 here.
4944 * Having res filled up with kmem only is enough.
4945 *
Michal Hocko2ef37d32012-10-26 13:37:30 +02004946 * This is a safety check because mem_cgroup_force_empty_list
4947 * could have raced with mem_cgroup_replace_page_cache callers
4948 * so the lru seemed empty but the page could have been added
4949 * right after the check. RES_USAGE should be safe as we always
4950 * charge before adding to the LRU.
4951 */
Glauber Costabea207c2012-12-18 14:22:11 -08004952 usage = res_counter_read_u64(&memcg->res, RES_USAGE) -
4953 res_counter_read_u64(&memcg->kmem, RES_USAGE);
4954 } while (usage > 0);
Michal Hockoc26251f2012-10-26 13:37:28 +02004955}
4956
4957/*
Glauber Costab5f99b52013-02-22 16:34:53 -08004958 * This mainly exists for tests during the setting of set of use_hierarchy.
4959 * Since this is the very setting we are changing, the current hierarchy value
4960 * is meaningless
4961 */
4962static inline bool __memcg_has_children(struct mem_cgroup *memcg)
4963{
4964 struct cgroup *pos;
4965
4966 /* bounce at first found */
4967 cgroup_for_each_child(pos, memcg->css.cgroup)
4968 return true;
4969 return false;
4970}
4971
4972/*
Glauber Costa09998212013-02-22 16:34:55 -08004973 * Must be called with memcg_create_mutex held, unless the cgroup is guaranteed
4974 * to be already dead (as in mem_cgroup_force_empty, for instance). This is
Glauber Costab5f99b52013-02-22 16:34:53 -08004975 * from mem_cgroup_count_children(), in the sense that we don't really care how
4976 * many children we have; we only need to know if we have any. It also counts
4977 * any memcg without hierarchy as infertile.
4978 */
4979static inline bool memcg_has_children(struct mem_cgroup *memcg)
4980{
4981 return memcg->use_hierarchy && __memcg_has_children(memcg);
4982}
4983
4984/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004985 * Reclaims as many pages from the given memcg as possible and moves
4986 * the rest to the parent.
4987 *
4988 * Caller is responsible for holding css reference for memcg.
4989 */
4990static int mem_cgroup_force_empty(struct mem_cgroup *memcg)
4991{
4992 int nr_retries = MEM_CGROUP_RECLAIM_RETRIES;
4993 struct cgroup *cgrp = memcg->css.cgroup;
4994
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004995 /* returns EBUSY if there is a task or if we come here twice. */
Michal Hockoc26251f2012-10-26 13:37:28 +02004996 if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children))
4997 return -EBUSY;
4998
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004999 /* we call try-to-free pages for make this cgroup empty */
5000 lru_add_drain_all();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005001 /* try to free all pages in this cgroup */
Glauber Costa569530f2012-04-12 12:49:13 -07005002 while (nr_retries && res_counter_read_u64(&memcg->res, RES_USAGE) > 0) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005003 int progress;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005004
Michal Hockoc26251f2012-10-26 13:37:28 +02005005 if (signal_pending(current))
5006 return -EINTR;
5007
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005008 progress = try_to_free_mem_cgroup_pages(memcg, GFP_KERNEL,
Johannes Weiner185efc02011-09-14 16:21:58 -07005009 false);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005010 if (!progress) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005011 nr_retries--;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005012 /* maybe some writeback is necessary */
Jens Axboe8aa7e842009-07-09 14:52:32 +02005013 congestion_wait(BLK_RW_ASYNC, HZ/10);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005014 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08005015
5016 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08005017 lru_add_drain();
Michal Hockoab5196c2012-10-26 13:37:32 +02005018 mem_cgroup_reparent_charges(memcg);
5019
5020 return 0;
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08005021}
5022
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07005023static int mem_cgroup_force_empty_write(struct cgroup *cont, unsigned int event)
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005024{
Michal Hockoc26251f2012-10-26 13:37:28 +02005025 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
5026 int ret;
5027
Michal Hockod8423012012-10-26 13:37:29 +02005028 if (mem_cgroup_is_root(memcg))
5029 return -EINVAL;
Michal Hockoc26251f2012-10-26 13:37:28 +02005030 css_get(&memcg->css);
5031 ret = mem_cgroup_force_empty(memcg);
5032 css_put(&memcg->css);
5033
5034 return ret;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005035}
5036
5037
Balbir Singh18f59ea2009-01-07 18:08:07 -08005038static u64 mem_cgroup_hierarchy_read(struct cgroup *cont, struct cftype *cft)
5039{
5040 return mem_cgroup_from_cont(cont)->use_hierarchy;
5041}
5042
5043static int mem_cgroup_hierarchy_write(struct cgroup *cont, struct cftype *cft,
5044 u64 val)
5045{
5046 int retval = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005047 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005048 struct cgroup *parent = cont->parent;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005049 struct mem_cgroup *parent_memcg = NULL;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005050
5051 if (parent)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005052 parent_memcg = mem_cgroup_from_cont(parent);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005053
Glauber Costa09998212013-02-22 16:34:55 -08005054 mutex_lock(&memcg_create_mutex);
Glauber Costa567fb432012-07-31 16:43:07 -07005055
5056 if (memcg->use_hierarchy == val)
5057 goto out;
5058
Balbir Singh18f59ea2009-01-07 18:08:07 -08005059 /*
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005060 * If parent's use_hierarchy is set, we can't make any modifications
Balbir Singh18f59ea2009-01-07 18:08:07 -08005061 * in the child subtrees. If it is unset, then the change can
5062 * occur, provided the current cgroup has no children.
5063 *
5064 * For the root cgroup, parent_mem is NULL, we allow value to be
5065 * set if there are no children.
5066 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005067 if ((!parent_memcg || !parent_memcg->use_hierarchy) &&
Balbir Singh18f59ea2009-01-07 18:08:07 -08005068 (val == 1 || val == 0)) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005069 if (!__memcg_has_children(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005070 memcg->use_hierarchy = val;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005071 else
5072 retval = -EBUSY;
5073 } else
5074 retval = -EINVAL;
Glauber Costa567fb432012-07-31 16:43:07 -07005075
5076out:
Glauber Costa09998212013-02-22 16:34:55 -08005077 mutex_unlock(&memcg_create_mutex);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005078
5079 return retval;
5080}
5081
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005082
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005083static unsigned long mem_cgroup_recursive_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005084 enum mem_cgroup_stat_index idx)
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005085{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005086 struct mem_cgroup *iter;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005087 long val = 0;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005088
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005089 /* Per-cpu values can be negative, use a signed accumulator */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005090 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005091 val += mem_cgroup_read_stat(iter, idx);
5092
5093 if (val < 0) /* race ? */
5094 val = 0;
5095 return val;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005096}
5097
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005098static inline u64 mem_cgroup_usage(struct mem_cgroup *memcg, bool swap)
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005099{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005100 u64 val;
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005101
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005102 if (!mem_cgroup_is_root(memcg)) {
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005103 if (!swap)
Glauber Costa65c64ce2011-12-22 01:02:27 +00005104 return res_counter_read_u64(&memcg->res, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005105 else
Glauber Costa65c64ce2011-12-22 01:02:27 +00005106 return res_counter_read_u64(&memcg->memsw, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005107 }
5108
David Rientjesb070e652013-05-07 16:18:09 -07005109 /*
5110 * Transparent hugepages are still accounted for in MEM_CGROUP_STAT_RSS
5111 * as well as in MEM_CGROUP_STAT_RSS_HUGE.
5112 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005113 val = mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_CACHE);
5114 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_RSS);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005115
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005116 if (swap)
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005117 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_SWAP);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005118
5119 return val << PAGE_SHIFT;
5120}
5121
Tejun Heoaf36f902012-04-01 12:09:55 -07005122static ssize_t mem_cgroup_read(struct cgroup *cont, struct cftype *cft,
5123 struct file *file, char __user *buf,
5124 size_t nbytes, loff_t *ppos)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005125{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005126 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Tejun Heoaf36f902012-04-01 12:09:55 -07005127 char str[64];
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005128 u64 val;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005129 int name, len;
5130 enum res_type type;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005131
5132 type = MEMFILE_TYPE(cft->private);
5133 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005134
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005135 switch (type) {
5136 case _MEM:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005137 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005138 val = mem_cgroup_usage(memcg, false);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005139 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005140 val = res_counter_read_u64(&memcg->res, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005141 break;
5142 case _MEMSWAP:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005143 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005144 val = mem_cgroup_usage(memcg, true);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005145 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005146 val = res_counter_read_u64(&memcg->memsw, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005147 break;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005148 case _KMEM:
5149 val = res_counter_read_u64(&memcg->kmem, name);
5150 break;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005151 default:
5152 BUG();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005153 }
Tejun Heoaf36f902012-04-01 12:09:55 -07005154
5155 len = scnprintf(str, sizeof(str), "%llu\n", (unsigned long long)val);
5156 return simple_read_from_buffer(buf, nbytes, ppos, str, len);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005157}
Glauber Costa510fc4e2012-12-18 14:21:47 -08005158
5159static int memcg_update_kmem_limit(struct cgroup *cont, u64 val)
5160{
5161 int ret = -EINVAL;
5162#ifdef CONFIG_MEMCG_KMEM
5163 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
5164 /*
5165 * For simplicity, we won't allow this to be disabled. It also can't
5166 * be changed if the cgroup has children already, or if tasks had
5167 * already joined.
5168 *
5169 * If tasks join before we set the limit, a person looking at
5170 * kmem.usage_in_bytes will have no way to determine when it took
5171 * place, which makes the value quite meaningless.
5172 *
5173 * After it first became limited, changes in the value of the limit are
5174 * of course permitted.
Glauber Costa510fc4e2012-12-18 14:21:47 -08005175 */
Glauber Costa09998212013-02-22 16:34:55 -08005176 mutex_lock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005177 mutex_lock(&set_limit_mutex);
5178 if (!memcg->kmem_account_flags && val != RESOURCE_MAX) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005179 if (cgroup_task_count(cont) || memcg_has_children(memcg)) {
Glauber Costa510fc4e2012-12-18 14:21:47 -08005180 ret = -EBUSY;
5181 goto out;
5182 }
5183 ret = res_counter_set_limit(&memcg->kmem, val);
5184 VM_BUG_ON(ret);
5185
Glauber Costa55007d82012-12-18 14:22:38 -08005186 ret = memcg_update_cache_sizes(memcg);
5187 if (ret) {
5188 res_counter_set_limit(&memcg->kmem, RESOURCE_MAX);
5189 goto out;
5190 }
Glauber Costa692e89a2013-02-22 16:34:56 -08005191 static_key_slow_inc(&memcg_kmem_enabled_key);
5192 /*
5193 * setting the active bit after the inc will guarantee no one
5194 * starts accounting before all call sites are patched
5195 */
5196 memcg_kmem_set_active(memcg);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005197 } else
5198 ret = res_counter_set_limit(&memcg->kmem, val);
5199out:
5200 mutex_unlock(&set_limit_mutex);
Glauber Costa09998212013-02-22 16:34:55 -08005201 mutex_unlock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005202#endif
5203 return ret;
5204}
5205
Hugh Dickins6d0439902013-02-22 16:35:50 -08005206#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -08005207static int memcg_propagate_kmem(struct mem_cgroup *memcg)
Glauber Costa510fc4e2012-12-18 14:21:47 -08005208{
Glauber Costa55007d82012-12-18 14:22:38 -08005209 int ret = 0;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005210 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
5211 if (!parent)
Glauber Costa55007d82012-12-18 14:22:38 -08005212 goto out;
5213
Glauber Costa510fc4e2012-12-18 14:21:47 -08005214 memcg->kmem_account_flags = parent->kmem_account_flags;
Glauber Costaa8964b92012-12-18 14:22:09 -08005215 /*
5216 * When that happen, we need to disable the static branch only on those
5217 * memcgs that enabled it. To achieve this, we would be forced to
5218 * complicate the code by keeping track of which memcgs were the ones
5219 * that actually enabled limits, and which ones got it from its
5220 * parents.
5221 *
5222 * It is a lot simpler just to do static_key_slow_inc() on every child
5223 * that is accounted.
5224 */
Glauber Costa55007d82012-12-18 14:22:38 -08005225 if (!memcg_kmem_is_active(memcg))
5226 goto out;
5227
5228 /*
Li Zefan10d5ebf2013-07-08 16:00:33 -07005229 * __mem_cgroup_free() will issue static_key_slow_dec() because this
5230 * memcg is active already. If the later initialization fails then the
5231 * cgroup core triggers the cleanup so we do not have to do it here.
Glauber Costa55007d82012-12-18 14:22:38 -08005232 */
Glauber Costa55007d82012-12-18 14:22:38 -08005233 static_key_slow_inc(&memcg_kmem_enabled_key);
5234
5235 mutex_lock(&set_limit_mutex);
Glauber Costa425c5982013-07-08 16:00:01 -07005236 memcg_stop_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08005237 ret = memcg_update_cache_sizes(memcg);
Glauber Costa425c5982013-07-08 16:00:01 -07005238 memcg_resume_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08005239 mutex_unlock(&set_limit_mutex);
Glauber Costa55007d82012-12-18 14:22:38 -08005240out:
5241 return ret;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005242}
Hugh Dickins6d0439902013-02-22 16:35:50 -08005243#endif /* CONFIG_MEMCG_KMEM */
Glauber Costa510fc4e2012-12-18 14:21:47 -08005244
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005245/*
5246 * The user of this function is...
5247 * RES_LIMIT.
5248 */
Paul Menage856c13a2008-07-25 01:47:04 -07005249static int mem_cgroup_write(struct cgroup *cont, struct cftype *cft,
5250 const char *buffer)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005251{
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005252 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005253 enum res_type type;
5254 int name;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005255 unsigned long long val;
5256 int ret;
5257
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005258 type = MEMFILE_TYPE(cft->private);
5259 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005260
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005261 switch (name) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005262 case RES_LIMIT:
Balbir Singh4b3bde42009-09-23 15:56:32 -07005263 if (mem_cgroup_is_root(memcg)) { /* Can't set limit on root */
5264 ret = -EINVAL;
5265 break;
5266 }
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005267 /* This function does all necessary parse...reuse it */
5268 ret = res_counter_memparse_write_strategy(buffer, &val);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005269 if (ret)
5270 break;
5271 if (type == _MEM)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005272 ret = mem_cgroup_resize_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005273 else if (type == _MEMSWAP)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005274 ret = mem_cgroup_resize_memsw_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005275 else if (type == _KMEM)
5276 ret = memcg_update_kmem_limit(cont, val);
5277 else
5278 return -EINVAL;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005279 break;
Balbir Singh296c81d2009-09-23 15:56:36 -07005280 case RES_SOFT_LIMIT:
5281 ret = res_counter_memparse_write_strategy(buffer, &val);
5282 if (ret)
5283 break;
5284 /*
5285 * For memsw, soft limits are hard to implement in terms
5286 * of semantics, for now, we support soft limits for
5287 * control without swap
5288 */
5289 if (type == _MEM)
5290 ret = res_counter_set_soft_limit(&memcg->res, val);
5291 else
5292 ret = -EINVAL;
5293 break;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005294 default:
5295 ret = -EINVAL; /* should be BUG() ? */
5296 break;
5297 }
5298 return ret;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005299}
5300
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005301static void memcg_get_hierarchical_limit(struct mem_cgroup *memcg,
5302 unsigned long long *mem_limit, unsigned long long *memsw_limit)
5303{
5304 struct cgroup *cgroup;
5305 unsigned long long min_limit, min_memsw_limit, tmp;
5306
5307 min_limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
5308 min_memsw_limit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5309 cgroup = memcg->css.cgroup;
5310 if (!memcg->use_hierarchy)
5311 goto out;
5312
5313 while (cgroup->parent) {
5314 cgroup = cgroup->parent;
5315 memcg = mem_cgroup_from_cont(cgroup);
5316 if (!memcg->use_hierarchy)
5317 break;
5318 tmp = res_counter_read_u64(&memcg->res, RES_LIMIT);
5319 min_limit = min(min_limit, tmp);
5320 tmp = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5321 min_memsw_limit = min(min_memsw_limit, tmp);
5322 }
5323out:
5324 *mem_limit = min_limit;
5325 *memsw_limit = min_memsw_limit;
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005326}
5327
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005328static int mem_cgroup_reset(struct cgroup *cont, unsigned int event)
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005329{
Tejun Heoaf36f902012-04-01 12:09:55 -07005330 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005331 int name;
5332 enum res_type type;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005333
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005334 type = MEMFILE_TYPE(event);
5335 name = MEMFILE_ATTR(event);
Tejun Heoaf36f902012-04-01 12:09:55 -07005336
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005337 switch (name) {
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005338 case RES_MAX_USAGE:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005339 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005340 res_counter_reset_max(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005341 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005342 res_counter_reset_max(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005343 else if (type == _KMEM)
5344 res_counter_reset_max(&memcg->kmem);
5345 else
5346 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005347 break;
5348 case RES_FAILCNT:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005349 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005350 res_counter_reset_failcnt(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005351 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005352 res_counter_reset_failcnt(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005353 else if (type == _KMEM)
5354 res_counter_reset_failcnt(&memcg->kmem);
5355 else
5356 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005357 break;
5358 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07005359
Pavel Emelyanov85cc59d2008-04-29 01:00:20 -07005360 return 0;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005361}
5362
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005363static u64 mem_cgroup_move_charge_read(struct cgroup *cgrp,
5364 struct cftype *cft)
5365{
5366 return mem_cgroup_from_cont(cgrp)->move_charge_at_immigrate;
5367}
5368
Daisuke Nishimura02491442010-03-10 15:22:17 -08005369#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005370static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5371 struct cftype *cft, u64 val)
5372{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005373 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005374
5375 if (val >= (1 << NR_MOVE_TYPE))
5376 return -EINVAL;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005377
Glauber Costaee5e8472013-02-22 16:34:50 -08005378 /*
5379 * No kind of locking is needed in here, because ->can_attach() will
5380 * check this value once in the beginning of the process, and then carry
5381 * on with stale data. This means that changes to this value will only
5382 * affect task migrations starting after the change.
5383 */
5384 memcg->move_charge_at_immigrate = val;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005385 return 0;
5386}
Daisuke Nishimura02491442010-03-10 15:22:17 -08005387#else
5388static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
5389 struct cftype *cft, u64 val)
5390{
5391 return -ENOSYS;
5392}
5393#endif
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005394
Ying Han406eb0c2011-05-26 16:25:37 -07005395#ifdef CONFIG_NUMA
Wanpeng Liab215882012-07-31 16:43:09 -07005396static int memcg_numa_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weinerfada52c2012-05-29 15:07:06 -07005397 struct seq_file *m)
Ying Han406eb0c2011-05-26 16:25:37 -07005398{
5399 int nid;
5400 unsigned long total_nr, file_nr, anon_nr, unevictable_nr;
5401 unsigned long node_nr;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005402 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Ying Han406eb0c2011-05-26 16:25:37 -07005403
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005404 total_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005405 seq_printf(m, "total=%lu", total_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005406 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005407 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005408 seq_printf(m, " N%d=%lu", nid, node_nr);
5409 }
5410 seq_putc(m, '\n');
5411
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005412 file_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005413 seq_printf(m, "file=%lu", file_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005414 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005415 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005416 LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005417 seq_printf(m, " N%d=%lu", nid, node_nr);
5418 }
5419 seq_putc(m, '\n');
5420
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005421 anon_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005422 seq_printf(m, "anon=%lu", anon_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005423 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005424 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005425 LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005426 seq_printf(m, " N%d=%lu", nid, node_nr);
5427 }
5428 seq_putc(m, '\n');
5429
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005430 unevictable_nr = mem_cgroup_nr_lru_pages(memcg, BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005431 seq_printf(m, "unevictable=%lu", unevictable_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005432 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005433 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005434 BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005435 seq_printf(m, " N%d=%lu", nid, node_nr);
5436 }
5437 seq_putc(m, '\n');
5438 return 0;
5439}
5440#endif /* CONFIG_NUMA */
5441
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005442static inline void mem_cgroup_lru_names_not_uptodate(void)
5443{
5444 BUILD_BUG_ON(ARRAY_SIZE(mem_cgroup_lru_names) != NR_LRU_LISTS);
5445}
5446
Wanpeng Liab215882012-07-31 16:43:09 -07005447static int memcg_stat_show(struct cgroup *cont, struct cftype *cft,
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005448 struct seq_file *m)
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005449{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005450 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005451 struct mem_cgroup *mi;
5452 unsigned int i;
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005453
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005454 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005455 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005456 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005457 seq_printf(m, "%s %ld\n", mem_cgroup_stat_names[i],
5458 mem_cgroup_read_stat(memcg, i) * PAGE_SIZE);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005459 }
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005460
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005461 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++)
5462 seq_printf(m, "%s %lu\n", mem_cgroup_events_names[i],
5463 mem_cgroup_read_events(memcg, i));
5464
5465 for (i = 0; i < NR_LRU_LISTS; i++)
5466 seq_printf(m, "%s %lu\n", mem_cgroup_lru_names[i],
5467 mem_cgroup_nr_lru_pages(memcg, BIT(i)) * PAGE_SIZE);
5468
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005469 /* Hierarchical information */
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005470 {
5471 unsigned long long limit, memsw_limit;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005472 memcg_get_hierarchical_limit(memcg, &limit, &memsw_limit);
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005473 seq_printf(m, "hierarchical_memory_limit %llu\n", limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005474 if (do_swap_account)
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005475 seq_printf(m, "hierarchical_memsw_limit %llu\n",
5476 memsw_limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005477 }
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005478
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005479 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
5480 long long val = 0;
5481
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005482 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005483 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005484 for_each_mem_cgroup_tree(mi, memcg)
5485 val += mem_cgroup_read_stat(mi, i) * PAGE_SIZE;
5486 seq_printf(m, "total_%s %lld\n", mem_cgroup_stat_names[i], val);
5487 }
5488
5489 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
5490 unsigned long long val = 0;
5491
5492 for_each_mem_cgroup_tree(mi, memcg)
5493 val += mem_cgroup_read_events(mi, i);
5494 seq_printf(m, "total_%s %llu\n",
5495 mem_cgroup_events_names[i], val);
5496 }
5497
5498 for (i = 0; i < NR_LRU_LISTS; i++) {
5499 unsigned long long val = 0;
5500
5501 for_each_mem_cgroup_tree(mi, memcg)
5502 val += mem_cgroup_nr_lru_pages(mi, BIT(i)) * PAGE_SIZE;
5503 seq_printf(m, "total_%s %llu\n", mem_cgroup_lru_names[i], val);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005504 }
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005505
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005506#ifdef CONFIG_DEBUG_VM
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005507 {
5508 int nid, zid;
5509 struct mem_cgroup_per_zone *mz;
Hugh Dickins89abfab2012-05-29 15:06:53 -07005510 struct zone_reclaim_stat *rstat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005511 unsigned long recent_rotated[2] = {0, 0};
5512 unsigned long recent_scanned[2] = {0, 0};
5513
5514 for_each_online_node(nid)
5515 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005516 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
Hugh Dickins89abfab2012-05-29 15:06:53 -07005517 rstat = &mz->lruvec.reclaim_stat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005518
Hugh Dickins89abfab2012-05-29 15:06:53 -07005519 recent_rotated[0] += rstat->recent_rotated[0];
5520 recent_rotated[1] += rstat->recent_rotated[1];
5521 recent_scanned[0] += rstat->recent_scanned[0];
5522 recent_scanned[1] += rstat->recent_scanned[1];
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005523 }
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005524 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]);
5525 seq_printf(m, "recent_rotated_file %lu\n", recent_rotated[1]);
5526 seq_printf(m, "recent_scanned_anon %lu\n", recent_scanned[0]);
5527 seq_printf(m, "recent_scanned_file %lu\n", recent_scanned[1]);
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005528 }
5529#endif
5530
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005531 return 0;
5532}
5533
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005534static u64 mem_cgroup_swappiness_read(struct cgroup *cgrp, struct cftype *cft)
5535{
5536 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5537
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07005538 return mem_cgroup_swappiness(memcg);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005539}
5540
5541static int mem_cgroup_swappiness_write(struct cgroup *cgrp, struct cftype *cft,
5542 u64 val)
5543{
5544 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5545 struct mem_cgroup *parent;
Li Zefan068b38c2009-01-15 13:51:26 -08005546
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005547 if (val > 100)
5548 return -EINVAL;
5549
5550 if (cgrp->parent == NULL)
5551 return -EINVAL;
5552
5553 parent = mem_cgroup_from_cont(cgrp->parent);
Li Zefan068b38c2009-01-15 13:51:26 -08005554
Glauber Costa09998212013-02-22 16:34:55 -08005555 mutex_lock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005556
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005557 /* If under hierarchy, only empty-root can set this value */
Glauber Costab5f99b52013-02-22 16:34:53 -08005558 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005559 mutex_unlock(&memcg_create_mutex);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005560 return -EINVAL;
Li Zefan068b38c2009-01-15 13:51:26 -08005561 }
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005562
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005563 memcg->swappiness = val;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005564
Glauber Costa09998212013-02-22 16:34:55 -08005565 mutex_unlock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005566
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005567 return 0;
5568}
5569
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005570static void __mem_cgroup_threshold(struct mem_cgroup *memcg, bool swap)
5571{
5572 struct mem_cgroup_threshold_ary *t;
5573 u64 usage;
5574 int i;
5575
5576 rcu_read_lock();
5577 if (!swap)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005578 t = rcu_dereference(memcg->thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005579 else
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005580 t = rcu_dereference(memcg->memsw_thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005581
5582 if (!t)
5583 goto unlock;
5584
5585 usage = mem_cgroup_usage(memcg, swap);
5586
5587 /*
Sha Zhengju748dad32012-05-29 15:06:57 -07005588 * current_threshold points to threshold just below or equal to usage.
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005589 * If it's not true, a threshold was crossed after last
5590 * call of __mem_cgroup_threshold().
5591 */
Phil Carmody5407a562010-05-26 14:42:42 -07005592 i = t->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005593
5594 /*
5595 * Iterate backward over array of thresholds starting from
5596 * current_threshold and check if a threshold is crossed.
5597 * If none of thresholds below usage is crossed, we read
5598 * only one element of the array here.
5599 */
5600 for (; i >= 0 && unlikely(t->entries[i].threshold > usage); i--)
5601 eventfd_signal(t->entries[i].eventfd, 1);
5602
5603 /* i = current_threshold + 1 */
5604 i++;
5605
5606 /*
5607 * Iterate forward over array of thresholds starting from
5608 * current_threshold+1 and check if a threshold is crossed.
5609 * If none of thresholds above usage is crossed, we read
5610 * only one element of the array here.
5611 */
5612 for (; i < t->size && unlikely(t->entries[i].threshold <= usage); i++)
5613 eventfd_signal(t->entries[i].eventfd, 1);
5614
5615 /* Update current_threshold */
Phil Carmody5407a562010-05-26 14:42:42 -07005616 t->current_threshold = i - 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005617unlock:
5618 rcu_read_unlock();
5619}
5620
5621static void mem_cgroup_threshold(struct mem_cgroup *memcg)
5622{
Kirill A. Shutemovad4ca5f2010-10-07 12:59:27 -07005623 while (memcg) {
5624 __mem_cgroup_threshold(memcg, false);
5625 if (do_swap_account)
5626 __mem_cgroup_threshold(memcg, true);
5627
5628 memcg = parent_mem_cgroup(memcg);
5629 }
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005630}
5631
5632static int compare_thresholds(const void *a, const void *b)
5633{
5634 const struct mem_cgroup_threshold *_a = a;
5635 const struct mem_cgroup_threshold *_b = b;
5636
5637 return _a->threshold - _b->threshold;
5638}
5639
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005640static int mem_cgroup_oom_notify_cb(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005641{
5642 struct mem_cgroup_eventfd_list *ev;
5643
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005644 list_for_each_entry(ev, &memcg->oom_notify, list)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005645 eventfd_signal(ev->eventfd, 1);
5646 return 0;
5647}
5648
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005649static void mem_cgroup_oom_notify(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005650{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005651 struct mem_cgroup *iter;
5652
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005653 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005654 mem_cgroup_oom_notify_cb(iter);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005655}
5656
5657static int mem_cgroup_usage_register_event(struct cgroup *cgrp,
5658 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005659{
5660 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005661 struct mem_cgroup_thresholds *thresholds;
5662 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005663 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005664 u64 threshold, usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005665 int i, size, ret;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005666
5667 ret = res_counter_memparse_write_strategy(args, &threshold);
5668 if (ret)
5669 return ret;
5670
5671 mutex_lock(&memcg->thresholds_lock);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005672
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005673 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005674 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005675 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005676 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005677 else
5678 BUG();
5679
5680 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5681
5682 /* Check if a threshold crossed before adding a new one */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005683 if (thresholds->primary)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005684 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5685
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005686 size = thresholds->primary ? thresholds->primary->size + 1 : 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005687
5688 /* Allocate memory for new array of thresholds */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005689 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005690 GFP_KERNEL);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005691 if (!new) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005692 ret = -ENOMEM;
5693 goto unlock;
5694 }
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005695 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005696
5697 /* Copy thresholds (if any) to new array */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005698 if (thresholds->primary) {
5699 memcpy(new->entries, thresholds->primary->entries, (size - 1) *
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005700 sizeof(struct mem_cgroup_threshold));
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005701 }
5702
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005703 /* Add new threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005704 new->entries[size - 1].eventfd = eventfd;
5705 new->entries[size - 1].threshold = threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005706
5707 /* Sort thresholds. Registering of new threshold isn't time-critical */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005708 sort(new->entries, size, sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005709 compare_thresholds, NULL);
5710
5711 /* Find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005712 new->current_threshold = -1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005713 for (i = 0; i < size; i++) {
Sha Zhengju748dad32012-05-29 15:06:57 -07005714 if (new->entries[i].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005715 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005716 * new->current_threshold will not be used until
5717 * rcu_assign_pointer(), so it's safe to increment
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005718 * it here.
5719 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005720 ++new->current_threshold;
Sha Zhengju748dad32012-05-29 15:06:57 -07005721 } else
5722 break;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005723 }
5724
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005725 /* Free old spare buffer and save old primary buffer as spare */
5726 kfree(thresholds->spare);
5727 thresholds->spare = thresholds->primary;
5728
5729 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005730
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005731 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005732 synchronize_rcu();
5733
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005734unlock:
5735 mutex_unlock(&memcg->thresholds_lock);
5736
5737 return ret;
5738}
5739
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005740static void mem_cgroup_usage_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005741 struct cftype *cft, struct eventfd_ctx *eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005742{
5743 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005744 struct mem_cgroup_thresholds *thresholds;
5745 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005746 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005747 u64 usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005748 int i, j, size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005749
5750 mutex_lock(&memcg->thresholds_lock);
5751 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005752 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005753 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005754 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005755 else
5756 BUG();
5757
Anton Vorontsov371528c2012-02-24 05:14:46 +04005758 if (!thresholds->primary)
5759 goto unlock;
5760
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005761 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5762
5763 /* Check if a threshold crossed before removing */
5764 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5765
5766 /* Calculate new number of threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005767 size = 0;
5768 for (i = 0; i < thresholds->primary->size; i++) {
5769 if (thresholds->primary->entries[i].eventfd != eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005770 size++;
5771 }
5772
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005773 new = thresholds->spare;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005774
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005775 /* Set thresholds array to NULL if we don't have thresholds */
5776 if (!size) {
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005777 kfree(new);
5778 new = NULL;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005779 goto swap_buffers;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005780 }
5781
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005782 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005783
5784 /* Copy thresholds and find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005785 new->current_threshold = -1;
5786 for (i = 0, j = 0; i < thresholds->primary->size; i++) {
5787 if (thresholds->primary->entries[i].eventfd == eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005788 continue;
5789
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005790 new->entries[j] = thresholds->primary->entries[i];
Sha Zhengju748dad32012-05-29 15:06:57 -07005791 if (new->entries[j].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005792 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005793 * new->current_threshold will not be used
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005794 * until rcu_assign_pointer(), so it's safe to increment
5795 * it here.
5796 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005797 ++new->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005798 }
5799 j++;
5800 }
5801
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005802swap_buffers:
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005803 /* Swap primary and spare array */
5804 thresholds->spare = thresholds->primary;
Sha Zhengju8c757762012-05-10 13:01:45 -07005805 /* If all events are unregistered, free the spare array */
5806 if (!new) {
5807 kfree(thresholds->spare);
5808 thresholds->spare = NULL;
5809 }
5810
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005811 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005812
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005813 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005814 synchronize_rcu();
Anton Vorontsov371528c2012-02-24 05:14:46 +04005815unlock:
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005816 mutex_unlock(&memcg->thresholds_lock);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005817}
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005818
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005819static int mem_cgroup_oom_register_event(struct cgroup *cgrp,
5820 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
5821{
5822 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
5823 struct mem_cgroup_eventfd_list *event;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005824 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005825
5826 BUG_ON(type != _OOM_TYPE);
5827 event = kmalloc(sizeof(*event), GFP_KERNEL);
5828 if (!event)
5829 return -ENOMEM;
5830
Michal Hocko1af8efe2011-07-26 16:08:24 -07005831 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005832
5833 event->eventfd = eventfd;
5834 list_add(&event->list, &memcg->oom_notify);
5835
5836 /* already in OOM ? */
Michal Hocko79dfdac2011-07-26 16:08:23 -07005837 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005838 eventfd_signal(eventfd, 1);
Michal Hocko1af8efe2011-07-26 16:08:24 -07005839 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005840
5841 return 0;
5842}
5843
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005844static void mem_cgroup_oom_unregister_event(struct cgroup *cgrp,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005845 struct cftype *cft, struct eventfd_ctx *eventfd)
5846{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005847 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005848 struct mem_cgroup_eventfd_list *ev, *tmp;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005849 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005850
5851 BUG_ON(type != _OOM_TYPE);
5852
Michal Hocko1af8efe2011-07-26 16:08:24 -07005853 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005854
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005855 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) {
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005856 if (ev->eventfd == eventfd) {
5857 list_del(&ev->list);
5858 kfree(ev);
5859 }
5860 }
5861
Michal Hocko1af8efe2011-07-26 16:08:24 -07005862 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005863}
5864
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005865static int mem_cgroup_oom_control_read(struct cgroup *cgrp,
5866 struct cftype *cft, struct cgroup_map_cb *cb)
5867{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005868 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005869
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005870 cb->fill(cb, "oom_kill_disable", memcg->oom_kill_disable);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005871
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005872 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005873 cb->fill(cb, "under_oom", 1);
5874 else
5875 cb->fill(cb, "under_oom", 0);
5876 return 0;
5877}
5878
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005879static int mem_cgroup_oom_control_write(struct cgroup *cgrp,
5880 struct cftype *cft, u64 val)
5881{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005882 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005883 struct mem_cgroup *parent;
5884
5885 /* cannot set to root cgroup and only 0 and 1 are allowed */
5886 if (!cgrp->parent || !((val == 0) || (val == 1)))
5887 return -EINVAL;
5888
5889 parent = mem_cgroup_from_cont(cgrp->parent);
5890
Glauber Costa09998212013-02-22 16:34:55 -08005891 mutex_lock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005892 /* oom-kill-disable is a flag for subhierarchy. */
Glauber Costab5f99b52013-02-22 16:34:53 -08005893 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005894 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005895 return -EINVAL;
5896 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005897 memcg->oom_kill_disable = val;
KAMEZAWA Hiroyuki4d845eb2010-06-29 15:05:18 -07005898 if (!val)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005899 memcg_oom_recover(memcg);
Glauber Costa09998212013-02-22 16:34:55 -08005900 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005901 return 0;
5902}
5903
Andrew Mortonc255a452012-07-31 16:43:02 -07005904#ifdef CONFIG_MEMCG_KMEM
Glauber Costacbe128e32012-04-09 19:36:34 -03005905static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005906{
Glauber Costa55007d82012-12-18 14:22:38 -08005907 int ret;
5908
Glauber Costa2633d7a2012-12-18 14:22:34 -08005909 memcg->kmemcg_id = -1;
Glauber Costa55007d82012-12-18 14:22:38 -08005910 ret = memcg_propagate_kmem(memcg);
5911 if (ret)
5912 return ret;
Glauber Costa2633d7a2012-12-18 14:22:34 -08005913
Glauber Costa1d62e432012-04-09 19:36:33 -03005914 return mem_cgroup_sockets_init(memcg, ss);
Michel Lespinasse573b4002013-04-29 15:08:13 -07005915}
Glauber Costae5671df2011-12-11 21:47:01 +00005916
Li Zefan10d5ebf2013-07-08 16:00:33 -07005917static void memcg_destroy_kmem(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005918{
Glauber Costa1d62e432012-04-09 19:36:33 -03005919 mem_cgroup_sockets_destroy(memcg);
Li Zefan10d5ebf2013-07-08 16:00:33 -07005920}
5921
5922static void kmem_cgroup_css_offline(struct mem_cgroup *memcg)
5923{
5924 if (!memcg_kmem_is_active(memcg))
5925 return;
5926
5927 /*
5928 * kmem charges can outlive the cgroup. In the case of slab
5929 * pages, for instance, a page contain objects from various
5930 * processes. As we prevent from taking a reference for every
5931 * such allocation we have to be careful when doing uncharge
5932 * (see memcg_uncharge_kmem) and here during offlining.
5933 *
5934 * The idea is that that only the _last_ uncharge which sees
5935 * the dead memcg will drop the last reference. An additional
5936 * reference is taken here before the group is marked dead
5937 * which is then paired with css_put during uncharge resp. here.
5938 *
5939 * Although this might sound strange as this path is called from
5940 * css_offline() when the referencemight have dropped down to 0
5941 * and shouldn't be incremented anymore (css_tryget would fail)
5942 * we do not have other options because of the kmem allocations
5943 * lifetime.
5944 */
5945 css_get(&memcg->css);
Glauber Costa7de37682012-12-18 14:22:07 -08005946
5947 memcg_kmem_mark_dead(memcg);
5948
5949 if (res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0)
5950 return;
5951
Glauber Costa7de37682012-12-18 14:22:07 -08005952 if (memcg_kmem_test_and_clear_dead(memcg))
Li Zefan10d5ebf2013-07-08 16:00:33 -07005953 css_put(&memcg->css);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005954}
Glauber Costae5671df2011-12-11 21:47:01 +00005955#else
Glauber Costacbe128e32012-04-09 19:36:34 -03005956static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005957{
5958 return 0;
5959}
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005960
Li Zefan10d5ebf2013-07-08 16:00:33 -07005961static void memcg_destroy_kmem(struct mem_cgroup *memcg)
5962{
5963}
5964
5965static void kmem_cgroup_css_offline(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005966{
5967}
Glauber Costae5671df2011-12-11 21:47:01 +00005968#endif
5969
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005970static struct cftype mem_cgroup_files[] = {
5971 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005972 .name = "usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005973 .private = MEMFILE_PRIVATE(_MEM, RES_USAGE),
Tejun Heoaf36f902012-04-01 12:09:55 -07005974 .read = mem_cgroup_read,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005975 .register_event = mem_cgroup_usage_register_event,
5976 .unregister_event = mem_cgroup_usage_unregister_event,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005977 },
5978 {
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005979 .name = "max_usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005980 .private = MEMFILE_PRIVATE(_MEM, RES_MAX_USAGE),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005981 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005982 .read = mem_cgroup_read,
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005983 },
5984 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005985 .name = "limit_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005986 .private = MEMFILE_PRIVATE(_MEM, RES_LIMIT),
Paul Menage856c13a2008-07-25 01:47:04 -07005987 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005988 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005989 },
5990 {
Balbir Singh296c81d2009-09-23 15:56:36 -07005991 .name = "soft_limit_in_bytes",
5992 .private = MEMFILE_PRIVATE(_MEM, RES_SOFT_LIMIT),
5993 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005994 .read = mem_cgroup_read,
Balbir Singh296c81d2009-09-23 15:56:36 -07005995 },
5996 {
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005997 .name = "failcnt",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005998 .private = MEMFILE_PRIVATE(_MEM, RES_FAILCNT),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005999 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07006000 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006001 },
Balbir Singh8697d332008-02-07 00:13:59 -08006002 {
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08006003 .name = "stat",
Wanpeng Liab215882012-07-31 16:43:09 -07006004 .read_seq_string = memcg_stat_show,
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08006005 },
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08006006 {
6007 .name = "force_empty",
6008 .trigger = mem_cgroup_force_empty_write,
6009 },
Balbir Singh18f59ea2009-01-07 18:08:07 -08006010 {
6011 .name = "use_hierarchy",
Tejun Heof00baae2013-04-15 13:41:15 -07006012 .flags = CFTYPE_INSANE,
Balbir Singh18f59ea2009-01-07 18:08:07 -08006013 .write_u64 = mem_cgroup_hierarchy_write,
6014 .read_u64 = mem_cgroup_hierarchy_read,
6015 },
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08006016 {
6017 .name = "swappiness",
6018 .read_u64 = mem_cgroup_swappiness_read,
6019 .write_u64 = mem_cgroup_swappiness_write,
6020 },
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006021 {
6022 .name = "move_charge_at_immigrate",
6023 .read_u64 = mem_cgroup_move_charge_read,
6024 .write_u64 = mem_cgroup_move_charge_write,
6025 },
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07006026 {
6027 .name = "oom_control",
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07006028 .read_map = mem_cgroup_oom_control_read,
6029 .write_u64 = mem_cgroup_oom_control_write,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07006030 .register_event = mem_cgroup_oom_register_event,
6031 .unregister_event = mem_cgroup_oom_unregister_event,
6032 .private = MEMFILE_PRIVATE(_OOM_TYPE, OOM_CONTROL),
6033 },
Anton Vorontsov70ddf632013-04-29 15:08:31 -07006034 {
6035 .name = "pressure_level",
6036 .register_event = vmpressure_register_event,
6037 .unregister_event = vmpressure_unregister_event,
6038 },
Ying Han406eb0c2011-05-26 16:25:37 -07006039#ifdef CONFIG_NUMA
6040 {
6041 .name = "numa_stat",
Wanpeng Liab215882012-07-31 16:43:09 -07006042 .read_seq_string = memcg_numa_stat_show,
Ying Han406eb0c2011-05-26 16:25:37 -07006043 },
6044#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006045#ifdef CONFIG_MEMCG_KMEM
6046 {
6047 .name = "kmem.limit_in_bytes",
6048 .private = MEMFILE_PRIVATE(_KMEM, RES_LIMIT),
6049 .write_string = mem_cgroup_write,
6050 .read = mem_cgroup_read,
6051 },
6052 {
6053 .name = "kmem.usage_in_bytes",
6054 .private = MEMFILE_PRIVATE(_KMEM, RES_USAGE),
6055 .read = mem_cgroup_read,
6056 },
6057 {
6058 .name = "kmem.failcnt",
6059 .private = MEMFILE_PRIVATE(_KMEM, RES_FAILCNT),
6060 .trigger = mem_cgroup_reset,
6061 .read = mem_cgroup_read,
6062 },
6063 {
6064 .name = "kmem.max_usage_in_bytes",
6065 .private = MEMFILE_PRIVATE(_KMEM, RES_MAX_USAGE),
6066 .trigger = mem_cgroup_reset,
6067 .read = mem_cgroup_read,
6068 },
Glauber Costa749c5412012-12-18 14:23:01 -08006069#ifdef CONFIG_SLABINFO
6070 {
6071 .name = "kmem.slabinfo",
6072 .read_seq_string = mem_cgroup_slabinfo_read,
6073 },
6074#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006075#endif
Tejun Heo6bc10342012-04-01 12:09:55 -07006076 { }, /* terminate */
Tejun Heoaf36f902012-04-01 12:09:55 -07006077};
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006078
Michal Hocko2d110852013-02-22 16:34:43 -08006079#ifdef CONFIG_MEMCG_SWAP
6080static struct cftype memsw_cgroup_files[] = {
6081 {
6082 .name = "memsw.usage_in_bytes",
6083 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_USAGE),
6084 .read = mem_cgroup_read,
6085 .register_event = mem_cgroup_usage_register_event,
6086 .unregister_event = mem_cgroup_usage_unregister_event,
6087 },
6088 {
6089 .name = "memsw.max_usage_in_bytes",
6090 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_MAX_USAGE),
6091 .trigger = mem_cgroup_reset,
6092 .read = mem_cgroup_read,
6093 },
6094 {
6095 .name = "memsw.limit_in_bytes",
6096 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_LIMIT),
6097 .write_string = mem_cgroup_write,
6098 .read = mem_cgroup_read,
6099 },
6100 {
6101 .name = "memsw.failcnt",
6102 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_FAILCNT),
6103 .trigger = mem_cgroup_reset,
6104 .read = mem_cgroup_read,
6105 },
6106 { }, /* terminate */
6107};
6108#endif
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006109static int alloc_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006110{
6111 struct mem_cgroup_per_node *pn;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006112 struct mem_cgroup_per_zone *mz;
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006113 int zone, tmp = node;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006114 /*
6115 * This routine is called against possible nodes.
6116 * But it's BUG to call kmalloc() against offline node.
6117 *
6118 * TODO: this routine can waste much memory for nodes which will
6119 * never be onlined. It's better to use memory hotplug callback
6120 * function.
6121 */
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006122 if (!node_state(node, N_NORMAL_MEMORY))
6123 tmp = -1;
Jesper Juhl17295c82011-01-13 15:47:42 -08006124 pn = kzalloc_node(sizeof(*pn), GFP_KERNEL, tmp);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006125 if (!pn)
6126 return 1;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006127
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006128 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6129 mz = &pn->zoneinfo[zone];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08006130 lruvec_init(&mz->lruvec);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006131 mz->usage_in_excess = 0;
Balbir Singh4e416952009-09-23 15:56:39 -07006132 mz->on_tree = false;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006133 mz->memcg = memcg;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006134 }
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006135 memcg->nodeinfo[node] = pn;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006136 return 0;
6137}
6138
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006139static void free_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006140{
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006141 kfree(memcg->nodeinfo[node]);
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006142}
6143
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006144static struct mem_cgroup *mem_cgroup_alloc(void)
6145{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006146 struct mem_cgroup *memcg;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006147 size_t size = memcg_size();
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006148
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006149 /* Can be very big if nr_node_ids is very big */
Jan Blunckc8dad2b2009-01-07 18:07:53 -08006150 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006151 memcg = kzalloc(size, GFP_KERNEL);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006152 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006153 memcg = vzalloc(size);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006154
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006155 if (!memcg)
Dan Carpentere7bbcdf2010-03-23 13:35:12 -07006156 return NULL;
6157
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006158 memcg->stat = alloc_percpu(struct mem_cgroup_stat_cpu);
6159 if (!memcg->stat)
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006160 goto out_free;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006161 spin_lock_init(&memcg->pcp_counter_lock);
6162 return memcg;
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006163
6164out_free:
6165 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006166 kfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006167 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006168 vfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006169 return NULL;
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006170}
6171
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006172/*
Glauber Costac8b2a362012-12-18 14:22:13 -08006173 * At destroying mem_cgroup, references from swap_cgroup can remain.
6174 * (scanning all at force_empty is too costly...)
6175 *
6176 * Instead of clearing all references at force_empty, we remember
6177 * the number of reference from swap_cgroup and free mem_cgroup when
6178 * it goes down to 0.
6179 *
6180 * Removal of cgroup itself succeeds regardless of refs from swap.
Hugh Dickins59927fb2012-03-15 15:17:07 -07006181 */
Glauber Costac8b2a362012-12-18 14:22:13 -08006182
6183static void __mem_cgroup_free(struct mem_cgroup *memcg)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006184{
Glauber Costac8b2a362012-12-18 14:22:13 -08006185 int node;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006186 size_t size = memcg_size();
Hugh Dickins59927fb2012-03-15 15:17:07 -07006187
Glauber Costac8b2a362012-12-18 14:22:13 -08006188 mem_cgroup_remove_from_trees(memcg);
6189 free_css_id(&mem_cgroup_subsys, &memcg->css);
6190
6191 for_each_node(node)
6192 free_mem_cgroup_per_zone_info(memcg, node);
6193
6194 free_percpu(memcg->stat);
6195
Glauber Costa3f134612012-05-29 15:07:11 -07006196 /*
6197 * We need to make sure that (at least for now), the jump label
6198 * destruction code runs outside of the cgroup lock. This is because
6199 * get_online_cpus(), which is called from the static_branch update,
6200 * can't be called inside the cgroup_lock. cpusets are the ones
6201 * enforcing this dependency, so if they ever change, we might as well.
6202 *
6203 * schedule_work() will guarantee this happens. Be careful if you need
6204 * to move this code around, and make sure it is outside
6205 * the cgroup_lock.
6206 */
Glauber Costaa8964b92012-12-18 14:22:09 -08006207 disarm_static_keys(memcg);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006208 if (size < PAGE_SIZE)
6209 kfree(memcg);
6210 else
6211 vfree(memcg);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006212}
Glauber Costa3afe36b2012-05-29 15:07:10 -07006213
Glauber Costac8b2a362012-12-18 14:22:13 -08006214
6215/*
6216 * Helpers for freeing a kmalloc()ed/vzalloc()ed mem_cgroup by RCU,
6217 * but in process context. The work_freeing structure is overlaid
6218 * on the rcu_freeing structure, which itself is overlaid on memsw.
6219 */
6220static void free_work(struct work_struct *work)
6221{
6222 struct mem_cgroup *memcg;
6223
6224 memcg = container_of(work, struct mem_cgroup, work_freeing);
6225 __mem_cgroup_free(memcg);
6226}
6227
Glauber Costa3afe36b2012-05-29 15:07:10 -07006228static void free_rcu(struct rcu_head *rcu_head)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006229{
6230 struct mem_cgroup *memcg;
6231
6232 memcg = container_of(rcu_head, struct mem_cgroup, rcu_freeing);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006233 INIT_WORK(&memcg->work_freeing, free_work);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006234 schedule_work(&memcg->work_freeing);
6235}
6236
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006237/*
6238 * Returns the parent mem_cgroup in memcgroup hierarchy with hierarchy enabled.
6239 */
Glauber Costae1aab162011-12-11 21:47:03 +00006240struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006241{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006242 if (!memcg->res.parent)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006243 return NULL;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006244 return mem_cgroup_from_res_counter(memcg->res.parent, res);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006245}
Glauber Costae1aab162011-12-11 21:47:03 +00006246EXPORT_SYMBOL(parent_mem_cgroup);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006247
Michal Hocko8787a1d2013-02-22 16:35:39 -08006248static void __init mem_cgroup_soft_limit_tree_init(void)
Balbir Singhf64c3f52009-09-23 15:56:37 -07006249{
6250 struct mem_cgroup_tree_per_node *rtpn;
6251 struct mem_cgroup_tree_per_zone *rtpz;
6252 int tmp, node, zone;
6253
Bob Liu3ed28fa2012-01-12 17:19:04 -08006254 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -07006255 tmp = node;
6256 if (!node_state(node, N_NORMAL_MEMORY))
6257 tmp = -1;
6258 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, tmp);
Michal Hocko8787a1d2013-02-22 16:35:39 -08006259 BUG_ON(!rtpn);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006260
6261 soft_limit_tree.rb_tree_per_node[node] = rtpn;
6262
6263 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6264 rtpz = &rtpn->rb_tree_per_zone[zone];
6265 rtpz->rb_root = RB_ROOT;
6266 spin_lock_init(&rtpz->lock);
6267 }
6268 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07006269}
6270
Li Zefan0eb253e2009-01-15 13:51:25 -08006271static struct cgroup_subsys_state * __ref
Tejun Heo92fb9742012-11-19 08:13:38 -08006272mem_cgroup_css_alloc(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006273{
Glauber Costad142e3e2013-02-22 16:34:52 -08006274 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006275 long error = -ENOMEM;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006276 int node;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006277
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006278 memcg = mem_cgroup_alloc();
6279 if (!memcg)
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006280 return ERR_PTR(error);
Pavel Emelianov78fb7462008-02-07 00:13:51 -08006281
Bob Liu3ed28fa2012-01-12 17:19:04 -08006282 for_each_node(node)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006283 if (alloc_mem_cgroup_per_zone_info(memcg, node))
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006284 goto free_out;
Balbir Singhf64c3f52009-09-23 15:56:37 -07006285
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006286 /* root ? */
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006287 if (cont->parent == NULL) {
Hillf Dantona41c58a2011-12-19 17:11:57 -08006288 root_mem_cgroup = memcg;
Glauber Costad142e3e2013-02-22 16:34:52 -08006289 res_counter_init(&memcg->res, NULL);
6290 res_counter_init(&memcg->memsw, NULL);
6291 res_counter_init(&memcg->kmem, NULL);
Balbir Singh18f59ea2009-01-07 18:08:07 -08006292 }
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006293
Glauber Costad142e3e2013-02-22 16:34:52 -08006294 memcg->last_scanned_node = MAX_NUMNODES;
6295 INIT_LIST_HEAD(&memcg->oom_notify);
Glauber Costad142e3e2013-02-22 16:34:52 -08006296 memcg->move_charge_at_immigrate = 0;
6297 mutex_init(&memcg->thresholds_lock);
6298 spin_lock_init(&memcg->move_lock);
Anton Vorontsov70ddf632013-04-29 15:08:31 -07006299 vmpressure_init(&memcg->vmpressure);
Glauber Costad142e3e2013-02-22 16:34:52 -08006300
6301 return &memcg->css;
6302
6303free_out:
6304 __mem_cgroup_free(memcg);
6305 return ERR_PTR(error);
6306}
6307
6308static int
6309mem_cgroup_css_online(struct cgroup *cont)
6310{
6311 struct mem_cgroup *memcg, *parent;
6312 int error = 0;
6313
6314 if (!cont->parent)
6315 return 0;
6316
Glauber Costa09998212013-02-22 16:34:55 -08006317 mutex_lock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08006318 memcg = mem_cgroup_from_cont(cont);
6319 parent = mem_cgroup_from_cont(cont->parent);
6320
6321 memcg->use_hierarchy = parent->use_hierarchy;
6322 memcg->oom_kill_disable = parent->oom_kill_disable;
6323 memcg->swappiness = mem_cgroup_swappiness(parent);
6324
6325 if (parent->use_hierarchy) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006326 res_counter_init(&memcg->res, &parent->res);
6327 res_counter_init(&memcg->memsw, &parent->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006328 res_counter_init(&memcg->kmem, &parent->kmem);
Glauber Costa55007d82012-12-18 14:22:38 -08006329
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006330 /*
Li Zefan8d76a972013-07-08 16:00:36 -07006331 * No need to take a reference to the parent because cgroup
6332 * core guarantees its existence.
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006333 */
Balbir Singh18f59ea2009-01-07 18:08:07 -08006334 } else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006335 res_counter_init(&memcg->res, NULL);
6336 res_counter_init(&memcg->memsw, NULL);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006337 res_counter_init(&memcg->kmem, NULL);
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006338 /*
6339 * Deeper hierachy with use_hierarchy == false doesn't make
6340 * much sense so let cgroup subsystem know about this
6341 * unfortunate state in our controller.
6342 */
Glauber Costad142e3e2013-02-22 16:34:52 -08006343 if (parent != root_mem_cgroup)
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006344 mem_cgroup_subsys.broken_hierarchy = true;
Balbir Singh18f59ea2009-01-07 18:08:07 -08006345 }
Glauber Costacbe128e32012-04-09 19:36:34 -03006346
6347 error = memcg_init_kmem(memcg, &mem_cgroup_subsys);
Glauber Costa09998212013-02-22 16:34:55 -08006348 mutex_unlock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08006349 return error;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006350}
6351
Michal Hocko5f578162013-04-29 15:07:17 -07006352/*
6353 * Announce all parents that a group from their hierarchy is gone.
6354 */
6355static void mem_cgroup_invalidate_reclaim_iterators(struct mem_cgroup *memcg)
6356{
6357 struct mem_cgroup *parent = memcg;
6358
6359 while ((parent = parent_mem_cgroup(parent)))
Johannes Weiner519ebea2013-07-03 15:04:51 -07006360 mem_cgroup_iter_invalidate(parent);
Michal Hocko5f578162013-04-29 15:07:17 -07006361
6362 /*
6363 * if the root memcg is not hierarchical we have to check it
6364 * explicitely.
6365 */
6366 if (!root_mem_cgroup->use_hierarchy)
Johannes Weiner519ebea2013-07-03 15:04:51 -07006367 mem_cgroup_iter_invalidate(root_mem_cgroup);
Michal Hocko5f578162013-04-29 15:07:17 -07006368}
6369
Tejun Heo92fb9742012-11-19 08:13:38 -08006370static void mem_cgroup_css_offline(struct cgroup *cont)
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006371{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006372 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
KAMEZAWA Hiroyukiec64f512009-04-02 16:57:26 -07006373
Li Zefan10d5ebf2013-07-08 16:00:33 -07006374 kmem_cgroup_css_offline(memcg);
6375
Michal Hocko5f578162013-04-29 15:07:17 -07006376 mem_cgroup_invalidate_reclaim_iterators(memcg);
Michal Hockoab5196c2012-10-26 13:37:32 +02006377 mem_cgroup_reparent_charges(memcg);
Glauber Costa1f458cb2012-12-18 14:22:50 -08006378 mem_cgroup_destroy_all_caches(memcg);
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006379}
6380
Tejun Heo92fb9742012-11-19 08:13:38 -08006381static void mem_cgroup_css_free(struct cgroup *cont)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006382{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006383 struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Daisuke Nishimurac268e992009-01-15 13:51:13 -08006384
Li Zefan10d5ebf2013-07-08 16:00:33 -07006385 memcg_destroy_kmem(memcg);
Li Zefane0743e62013-07-08 16:00:37 -07006386 call_rcu(&memcg->rcu_freeing, free_rcu);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006387}
6388
Daisuke Nishimura02491442010-03-10 15:22:17 -08006389#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006390/* Handlers for move charge at task migration. */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006391#define PRECHARGE_COUNT_AT_ONCE 256
6392static int mem_cgroup_do_precharge(unsigned long count)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006393{
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006394 int ret = 0;
6395 int batch_count = PRECHARGE_COUNT_AT_ONCE;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006396 struct mem_cgroup *memcg = mc.to;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006397
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006398 if (mem_cgroup_is_root(memcg)) {
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006399 mc.precharge += count;
6400 /* we don't need css_get for root */
6401 return ret;
6402 }
6403 /* try to charge at once */
6404 if (count > 1) {
6405 struct res_counter *dummy;
6406 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006407 * "memcg" cannot be under rmdir() because we've already checked
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006408 * by cgroup_lock_live_cgroup() that it is not removed and we
6409 * are still under the same cgroup_mutex. So we can postpone
6410 * css_get().
6411 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006412 if (res_counter_charge(&memcg->res, PAGE_SIZE * count, &dummy))
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006413 goto one_by_one;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006414 if (do_swap_account && res_counter_charge(&memcg->memsw,
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006415 PAGE_SIZE * count, &dummy)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006416 res_counter_uncharge(&memcg->res, PAGE_SIZE * count);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006417 goto one_by_one;
6418 }
6419 mc.precharge += count;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006420 return ret;
6421 }
6422one_by_one:
6423 /* fall back to one by one charge */
6424 while (count--) {
6425 if (signal_pending(current)) {
6426 ret = -EINTR;
6427 break;
6428 }
6429 if (!batch_count--) {
6430 batch_count = PRECHARGE_COUNT_AT_ONCE;
6431 cond_resched();
6432 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006433 ret = __mem_cgroup_try_charge(NULL,
6434 GFP_KERNEL, 1, &memcg, false);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006435 if (ret)
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006436 /* mem_cgroup_clear_mc() will do uncharge later */
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006437 return ret;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006438 mc.precharge++;
6439 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006440 return ret;
6441}
6442
6443/**
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006444 * get_mctgt_type - get target type of moving charge
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006445 * @vma: the vma the pte to be checked belongs
6446 * @addr: the address corresponding to the pte to be checked
6447 * @ptent: the pte to be checked
Daisuke Nishimura02491442010-03-10 15:22:17 -08006448 * @target: the pointer the target page or swap ent will be stored(can be NULL)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006449 *
6450 * Returns
6451 * 0(MC_TARGET_NONE): if the pte is not a target for move charge.
6452 * 1(MC_TARGET_PAGE): if the page corresponding to this pte is a target for
6453 * move charge. if @target is not NULL, the page is stored in target->page
6454 * with extra refcnt got(Callers should handle it).
Daisuke Nishimura02491442010-03-10 15:22:17 -08006455 * 2(MC_TARGET_SWAP): if the swap entry corresponding to this pte is a
6456 * target for charge migration. if @target is not NULL, the entry is stored
6457 * in target->ent.
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006458 *
6459 * Called with pte lock held.
6460 */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006461union mc_target {
6462 struct page *page;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006463 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006464};
6465
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006466enum mc_target_type {
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006467 MC_TARGET_NONE = 0,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006468 MC_TARGET_PAGE,
Daisuke Nishimura02491442010-03-10 15:22:17 -08006469 MC_TARGET_SWAP,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006470};
6471
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006472static struct page *mc_handle_present_pte(struct vm_area_struct *vma,
6473 unsigned long addr, pte_t ptent)
6474{
6475 struct page *page = vm_normal_page(vma, addr, ptent);
6476
6477 if (!page || !page_mapped(page))
6478 return NULL;
6479 if (PageAnon(page)) {
6480 /* we don't move shared anon */
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006481 if (!move_anon())
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006482 return NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006483 } else if (!move_file())
6484 /* we ignore mapcount for file pages */
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006485 return NULL;
6486 if (!get_page_unless_zero(page))
6487 return NULL;
6488
6489 return page;
6490}
6491
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006492#ifdef CONFIG_SWAP
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006493static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6494 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6495{
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006496 struct page *page = NULL;
6497 swp_entry_t ent = pte_to_swp_entry(ptent);
6498
6499 if (!move_anon() || non_swap_entry(ent))
6500 return NULL;
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006501 /*
6502 * Because lookup_swap_cache() updates some statistics counter,
6503 * we call find_get_page() with swapper_space directly.
6504 */
Shaohua Li33806f02013-02-22 16:34:37 -08006505 page = find_get_page(swap_address_space(ent), ent.val);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006506 if (do_swap_account)
6507 entry->val = ent.val;
6508
6509 return page;
6510}
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006511#else
6512static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6513 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6514{
6515 return NULL;
6516}
6517#endif
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006518
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006519static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
6520 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6521{
6522 struct page *page = NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006523 struct address_space *mapping;
6524 pgoff_t pgoff;
6525
6526 if (!vma->vm_file) /* anonymous vma */
6527 return NULL;
6528 if (!move_file())
6529 return NULL;
6530
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006531 mapping = vma->vm_file->f_mapping;
6532 if (pte_none(ptent))
6533 pgoff = linear_page_index(vma, addr);
6534 else /* pte_file(ptent) is true */
6535 pgoff = pte_to_pgoff(ptent);
6536
6537 /* page is moved even if it's not RSS of this task(page-faulted). */
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006538 page = find_get_page(mapping, pgoff);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006539
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006540#ifdef CONFIG_SWAP
6541 /* shmem/tmpfs may report page out on swap: account for that too. */
6542 if (radix_tree_exceptional_entry(page)) {
6543 swp_entry_t swap = radix_to_swp_entry(page);
6544 if (do_swap_account)
6545 *entry = swap;
Shaohua Li33806f02013-02-22 16:34:37 -08006546 page = find_get_page(swap_address_space(swap), swap.val);
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006547 }
6548#endif
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006549 return page;
6550}
6551
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006552static enum mc_target_type get_mctgt_type(struct vm_area_struct *vma,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006553 unsigned long addr, pte_t ptent, union mc_target *target)
6554{
Daisuke Nishimura02491442010-03-10 15:22:17 -08006555 struct page *page = NULL;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006556 struct page_cgroup *pc;
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006557 enum mc_target_type ret = MC_TARGET_NONE;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006558 swp_entry_t ent = { .val = 0 };
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006559
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006560 if (pte_present(ptent))
6561 page = mc_handle_present_pte(vma, addr, ptent);
6562 else if (is_swap_pte(ptent))
6563 page = mc_handle_swap_pte(vma, addr, ptent, &ent);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006564 else if (pte_none(ptent) || pte_file(ptent))
6565 page = mc_handle_file_pte(vma, addr, ptent, &ent);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006566
6567 if (!page && !ent.val)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006568 return ret;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006569 if (page) {
6570 pc = lookup_page_cgroup(page);
6571 /*
6572 * Do only loose check w/o page_cgroup lock.
6573 * mem_cgroup_move_account() checks the pc is valid or not under
6574 * the lock.
6575 */
6576 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6577 ret = MC_TARGET_PAGE;
6578 if (target)
6579 target->page = page;
6580 }
6581 if (!ret || !target)
6582 put_page(page);
6583 }
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006584 /* There is a swap entry and a page doesn't exist or isn't charged */
6585 if (ent.val && !ret &&
Bob Liu9fb4b7c2012-01-12 17:18:48 -08006586 css_id(&mc.from->css) == lookup_swap_cgroup_id(ent)) {
KAMEZAWA Hiroyuki7f0f1542010-05-11 14:06:58 -07006587 ret = MC_TARGET_SWAP;
6588 if (target)
6589 target->ent = ent;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006590 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006591 return ret;
6592}
6593
Naoya Horiguchi12724852012-03-21 16:34:28 -07006594#ifdef CONFIG_TRANSPARENT_HUGEPAGE
6595/*
6596 * We don't consider swapping or file mapped pages because THP does not
6597 * support them for now.
6598 * Caller should make sure that pmd_trans_huge(pmd) is true.
6599 */
6600static enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6601 unsigned long addr, pmd_t pmd, union mc_target *target)
6602{
6603 struct page *page = NULL;
6604 struct page_cgroup *pc;
6605 enum mc_target_type ret = MC_TARGET_NONE;
6606
6607 page = pmd_page(pmd);
6608 VM_BUG_ON(!page || !PageHead(page));
6609 if (!move_anon())
6610 return ret;
6611 pc = lookup_page_cgroup(page);
6612 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6613 ret = MC_TARGET_PAGE;
6614 if (target) {
6615 get_page(page);
6616 target->page = page;
6617 }
6618 }
6619 return ret;
6620}
6621#else
6622static inline enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6623 unsigned long addr, pmd_t pmd, union mc_target *target)
6624{
6625 return MC_TARGET_NONE;
6626}
6627#endif
6628
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006629static int mem_cgroup_count_precharge_pte_range(pmd_t *pmd,
6630 unsigned long addr, unsigned long end,
6631 struct mm_walk *walk)
6632{
6633 struct vm_area_struct *vma = walk->private;
6634 pte_t *pte;
6635 spinlock_t *ptl;
6636
Naoya Horiguchi12724852012-03-21 16:34:28 -07006637 if (pmd_trans_huge_lock(pmd, vma) == 1) {
6638 if (get_mctgt_type_thp(vma, addr, *pmd, NULL) == MC_TARGET_PAGE)
6639 mc.precharge += HPAGE_PMD_NR;
6640 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006641 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006642 }
Dave Hansen03319322011-03-22 16:32:56 -07006643
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006644 if (pmd_trans_unstable(pmd))
6645 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006646 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6647 for (; addr != end; pte++, addr += PAGE_SIZE)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006648 if (get_mctgt_type(vma, addr, *pte, NULL))
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006649 mc.precharge++; /* increment precharge temporarily */
6650 pte_unmap_unlock(pte - 1, ptl);
6651 cond_resched();
6652
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006653 return 0;
6654}
6655
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006656static unsigned long mem_cgroup_count_precharge(struct mm_struct *mm)
6657{
6658 unsigned long precharge;
6659 struct vm_area_struct *vma;
6660
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006661 down_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006662 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6663 struct mm_walk mem_cgroup_count_precharge_walk = {
6664 .pmd_entry = mem_cgroup_count_precharge_pte_range,
6665 .mm = mm,
6666 .private = vma,
6667 };
6668 if (is_vm_hugetlb_page(vma))
6669 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006670 walk_page_range(vma->vm_start, vma->vm_end,
6671 &mem_cgroup_count_precharge_walk);
6672 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006673 up_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006674
6675 precharge = mc.precharge;
6676 mc.precharge = 0;
6677
6678 return precharge;
6679}
6680
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006681static int mem_cgroup_precharge_mc(struct mm_struct *mm)
6682{
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006683 unsigned long precharge = mem_cgroup_count_precharge(mm);
6684
6685 VM_BUG_ON(mc.moving_task);
6686 mc.moving_task = current;
6687 return mem_cgroup_do_precharge(precharge);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006688}
6689
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006690/* cancels all extra charges on mc.from and mc.to, and wakes up all waiters. */
6691static void __mem_cgroup_clear_mc(void)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006692{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006693 struct mem_cgroup *from = mc.from;
6694 struct mem_cgroup *to = mc.to;
Li Zefan40503772013-07-08 16:00:34 -07006695 int i;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006696
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006697 /* we must uncharge all the leftover precharges from mc.to */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006698 if (mc.precharge) {
6699 __mem_cgroup_cancel_charge(mc.to, mc.precharge);
6700 mc.precharge = 0;
6701 }
6702 /*
6703 * we didn't uncharge from mc.from at mem_cgroup_move_account(), so
6704 * we must uncharge here.
6705 */
6706 if (mc.moved_charge) {
6707 __mem_cgroup_cancel_charge(mc.from, mc.moved_charge);
6708 mc.moved_charge = 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006709 }
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006710 /* we must fixup refcnts and charges */
6711 if (mc.moved_swap) {
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006712 /* uncharge swap account from the old cgroup */
6713 if (!mem_cgroup_is_root(mc.from))
6714 res_counter_uncharge(&mc.from->memsw,
6715 PAGE_SIZE * mc.moved_swap);
Li Zefan40503772013-07-08 16:00:34 -07006716
6717 for (i = 0; i < mc.moved_swap; i++)
6718 css_put(&mc.from->css);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006719
6720 if (!mem_cgroup_is_root(mc.to)) {
6721 /*
6722 * we charged both to->res and to->memsw, so we should
6723 * uncharge to->res.
6724 */
6725 res_counter_uncharge(&mc.to->res,
6726 PAGE_SIZE * mc.moved_swap);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006727 }
Li Zefan40503772013-07-08 16:00:34 -07006728 /* we've already done css_get(mc.to) */
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006729 mc.moved_swap = 0;
6730 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006731 memcg_oom_recover(from);
6732 memcg_oom_recover(to);
6733 wake_up_all(&mc.waitq);
6734}
6735
6736static void mem_cgroup_clear_mc(void)
6737{
6738 struct mem_cgroup *from = mc.from;
6739
6740 /*
6741 * we must clear moving_task before waking up waiters at the end of
6742 * task migration.
6743 */
6744 mc.moving_task = NULL;
6745 __mem_cgroup_clear_mc();
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006746 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006747 mc.from = NULL;
6748 mc.to = NULL;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006749 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006750 mem_cgroup_end_move(from);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006751}
6752
Li Zefan761b3ef52012-01-31 13:47:36 +08006753static int mem_cgroup_can_attach(struct cgroup *cgroup,
6754 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006755{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006756 struct task_struct *p = cgroup_taskset_first(tset);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006757 int ret = 0;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006758 struct mem_cgroup *memcg = mem_cgroup_from_cont(cgroup);
Glauber Costaee5e8472013-02-22 16:34:50 -08006759 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006760
Glauber Costaee5e8472013-02-22 16:34:50 -08006761 /*
6762 * We are now commited to this value whatever it is. Changes in this
6763 * tunable will only affect upcoming migrations, not the current one.
6764 * So we need to save it, and keep it going.
6765 */
6766 move_charge_at_immigrate = memcg->move_charge_at_immigrate;
6767 if (move_charge_at_immigrate) {
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006768 struct mm_struct *mm;
6769 struct mem_cgroup *from = mem_cgroup_from_task(p);
6770
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006771 VM_BUG_ON(from == memcg);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006772
6773 mm = get_task_mm(p);
6774 if (!mm)
6775 return 0;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006776 /* We move charges only when we move a owner of the mm */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006777 if (mm->owner == p) {
6778 VM_BUG_ON(mc.from);
6779 VM_BUG_ON(mc.to);
6780 VM_BUG_ON(mc.precharge);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006781 VM_BUG_ON(mc.moved_charge);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006782 VM_BUG_ON(mc.moved_swap);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006783 mem_cgroup_start_move(from);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006784 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006785 mc.from = from;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006786 mc.to = memcg;
Glauber Costaee5e8472013-02-22 16:34:50 -08006787 mc.immigrate_flags = move_charge_at_immigrate;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006788 spin_unlock(&mc.lock);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006789 /* We set mc.moving_task later */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006790
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006791 ret = mem_cgroup_precharge_mc(mm);
6792 if (ret)
6793 mem_cgroup_clear_mc();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006794 }
6795 mmput(mm);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006796 }
6797 return ret;
6798}
6799
Li Zefan761b3ef52012-01-31 13:47:36 +08006800static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6801 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006802{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006803 mem_cgroup_clear_mc();
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006804}
6805
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006806static int mem_cgroup_move_charge_pte_range(pmd_t *pmd,
6807 unsigned long addr, unsigned long end,
6808 struct mm_walk *walk)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006809{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006810 int ret = 0;
6811 struct vm_area_struct *vma = walk->private;
6812 pte_t *pte;
6813 spinlock_t *ptl;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006814 enum mc_target_type target_type;
6815 union mc_target target;
6816 struct page *page;
6817 struct page_cgroup *pc;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006818
Naoya Horiguchi12724852012-03-21 16:34:28 -07006819 /*
6820 * We don't take compound_lock() here but no race with splitting thp
6821 * happens because:
6822 * - if pmd_trans_huge_lock() returns 1, the relevant thp is not
6823 * under splitting, which means there's no concurrent thp split,
6824 * - if another thread runs into split_huge_page() just after we
6825 * entered this if-block, the thread must wait for page table lock
6826 * to be unlocked in __split_huge_page_splitting(), where the main
6827 * part of thp split is not executed yet.
6828 */
6829 if (pmd_trans_huge_lock(pmd, vma) == 1) {
Hugh Dickins62ade862012-05-18 11:28:34 -07006830 if (mc.precharge < HPAGE_PMD_NR) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006831 spin_unlock(&vma->vm_mm->page_table_lock);
6832 return 0;
6833 }
6834 target_type = get_mctgt_type_thp(vma, addr, *pmd, &target);
6835 if (target_type == MC_TARGET_PAGE) {
6836 page = target.page;
6837 if (!isolate_lru_page(page)) {
6838 pc = lookup_page_cgroup(page);
6839 if (!mem_cgroup_move_account(page, HPAGE_PMD_NR,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006840 pc, mc.from, mc.to)) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006841 mc.precharge -= HPAGE_PMD_NR;
6842 mc.moved_charge += HPAGE_PMD_NR;
6843 }
6844 putback_lru_page(page);
6845 }
6846 put_page(page);
6847 }
6848 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006849 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006850 }
6851
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006852 if (pmd_trans_unstable(pmd))
6853 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006854retry:
6855 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6856 for (; addr != end; addr += PAGE_SIZE) {
6857 pte_t ptent = *(pte++);
Daisuke Nishimura02491442010-03-10 15:22:17 -08006858 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006859
6860 if (!mc.precharge)
6861 break;
6862
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006863 switch (get_mctgt_type(vma, addr, ptent, &target)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006864 case MC_TARGET_PAGE:
6865 page = target.page;
6866 if (isolate_lru_page(page))
6867 goto put;
6868 pc = lookup_page_cgroup(page);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07006869 if (!mem_cgroup_move_account(page, 1, pc,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006870 mc.from, mc.to)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006871 mc.precharge--;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006872 /* we uncharge from mc.from later. */
6873 mc.moved_charge++;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006874 }
6875 putback_lru_page(page);
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006876put: /* get_mctgt_type() gets the page */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006877 put_page(page);
6878 break;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006879 case MC_TARGET_SWAP:
6880 ent = target.ent;
Hugh Dickinse91cbb42012-05-29 15:06:51 -07006881 if (!mem_cgroup_move_swap_account(ent, mc.from, mc.to)) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08006882 mc.precharge--;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006883 /* we fixup refcnts and charges later. */
6884 mc.moved_swap++;
6885 }
Daisuke Nishimura02491442010-03-10 15:22:17 -08006886 break;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006887 default:
6888 break;
6889 }
6890 }
6891 pte_unmap_unlock(pte - 1, ptl);
6892 cond_resched();
6893
6894 if (addr != end) {
6895 /*
6896 * We have consumed all precharges we got in can_attach().
6897 * We try charge one by one, but don't do any additional
6898 * charges to mc.to if we have failed in charge once in attach()
6899 * phase.
6900 */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006901 ret = mem_cgroup_do_precharge(1);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006902 if (!ret)
6903 goto retry;
6904 }
6905
6906 return ret;
6907}
6908
6909static void mem_cgroup_move_charge(struct mm_struct *mm)
6910{
6911 struct vm_area_struct *vma;
6912
6913 lru_add_drain_all();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006914retry:
6915 if (unlikely(!down_read_trylock(&mm->mmap_sem))) {
6916 /*
6917 * Someone who are holding the mmap_sem might be waiting in
6918 * waitq. So we cancel all extra charges, wake up all waiters,
6919 * and retry. Because we cancel precharges, we might not be able
6920 * to move enough charges, but moving charge is a best-effort
6921 * feature anyway, so it wouldn't be a big problem.
6922 */
6923 __mem_cgroup_clear_mc();
6924 cond_resched();
6925 goto retry;
6926 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006927 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6928 int ret;
6929 struct mm_walk mem_cgroup_move_charge_walk = {
6930 .pmd_entry = mem_cgroup_move_charge_pte_range,
6931 .mm = mm,
6932 .private = vma,
6933 };
6934 if (is_vm_hugetlb_page(vma))
6935 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006936 ret = walk_page_range(vma->vm_start, vma->vm_end,
6937 &mem_cgroup_move_charge_walk);
6938 if (ret)
6939 /*
6940 * means we have consumed all precharges and failed in
6941 * doing additional charge. Just abandon here.
6942 */
6943 break;
6944 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006945 up_read(&mm->mmap_sem);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006946}
6947
Li Zefan761b3ef52012-01-31 13:47:36 +08006948static void mem_cgroup_move_task(struct cgroup *cont,
6949 struct cgroup_taskset *tset)
Balbir Singh67e465a2008-02-07 00:13:54 -08006950{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006951 struct task_struct *p = cgroup_taskset_first(tset);
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006952 struct mm_struct *mm = get_task_mm(p);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006953
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006954 if (mm) {
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006955 if (mc.to)
6956 mem_cgroup_move_charge(mm);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006957 mmput(mm);
6958 }
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006959 if (mc.to)
6960 mem_cgroup_clear_mc();
Balbir Singh67e465a2008-02-07 00:13:54 -08006961}
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006962#else /* !CONFIG_MMU */
Li Zefan761b3ef52012-01-31 13:47:36 +08006963static int mem_cgroup_can_attach(struct cgroup *cgroup,
6964 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006965{
6966 return 0;
6967}
Li Zefan761b3ef52012-01-31 13:47:36 +08006968static void mem_cgroup_cancel_attach(struct cgroup *cgroup,
6969 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006970{
6971}
Li Zefan761b3ef52012-01-31 13:47:36 +08006972static void mem_cgroup_move_task(struct cgroup *cont,
6973 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006974{
6975}
6976#endif
Balbir Singh67e465a2008-02-07 00:13:54 -08006977
Tejun Heof00baae2013-04-15 13:41:15 -07006978/*
6979 * Cgroup retains root cgroups across [un]mount cycles making it necessary
6980 * to verify sane_behavior flag on each mount attempt.
6981 */
6982static void mem_cgroup_bind(struct cgroup *root)
6983{
6984 /*
6985 * use_hierarchy is forced with sane_behavior. cgroup core
6986 * guarantees that @root doesn't have any children, so turning it
6987 * on for the root memcg is enough.
6988 */
6989 if (cgroup_sane_behavior(root))
6990 mem_cgroup_from_cont(root)->use_hierarchy = true;
6991}
6992
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006993struct cgroup_subsys mem_cgroup_subsys = {
6994 .name = "memory",
6995 .subsys_id = mem_cgroup_subsys_id,
Tejun Heo92fb9742012-11-19 08:13:38 -08006996 .css_alloc = mem_cgroup_css_alloc,
Glauber Costad142e3e2013-02-22 16:34:52 -08006997 .css_online = mem_cgroup_css_online,
Tejun Heo92fb9742012-11-19 08:13:38 -08006998 .css_offline = mem_cgroup_css_offline,
6999 .css_free = mem_cgroup_css_free,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08007000 .can_attach = mem_cgroup_can_attach,
7001 .cancel_attach = mem_cgroup_cancel_attach,
Balbir Singh67e465a2008-02-07 00:13:54 -08007002 .attach = mem_cgroup_move_task,
Tejun Heof00baae2013-04-15 13:41:15 -07007003 .bind = mem_cgroup_bind,
Tejun Heo6bc10342012-04-01 12:09:55 -07007004 .base_cftypes = mem_cgroup_files,
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08007005 .early_init = 0,
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07007006 .use_id = 1,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08007007};
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007008
Andrew Mortonc255a452012-07-31 16:43:02 -07007009#ifdef CONFIG_MEMCG_SWAP
Michal Hockoa42c3902010-11-24 12:57:08 -08007010static int __init enable_swap_account(char *s)
7011{
7012 /* consider enabled if no parameter or 1 is given */
Michal Hockoa2c89902011-05-24 17:12:50 -07007013 if (!strcmp(s, "1"))
Michal Hockoa42c3902010-11-24 12:57:08 -08007014 really_do_swap_account = 1;
Michal Hockoa2c89902011-05-24 17:12:50 -07007015 else if (!strcmp(s, "0"))
Michal Hockoa42c3902010-11-24 12:57:08 -08007016 really_do_swap_account = 0;
7017 return 1;
7018}
Michal Hockoa2c89902011-05-24 17:12:50 -07007019__setup("swapaccount=", enable_swap_account);
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007020
Michal Hocko2d110852013-02-22 16:34:43 -08007021static void __init memsw_file_init(void)
7022{
Michal Hocko6acc8b02013-02-22 16:34:45 -08007023 WARN_ON(cgroup_add_cftypes(&mem_cgroup_subsys, memsw_cgroup_files));
Michal Hocko2d110852013-02-22 16:34:43 -08007024}
Michal Hocko6acc8b02013-02-22 16:34:45 -08007025
7026static void __init enable_swap_cgroup(void)
7027{
7028 if (!mem_cgroup_disabled() && really_do_swap_account) {
7029 do_swap_account = 1;
7030 memsw_file_init();
7031 }
7032}
7033
Michal Hocko2d110852013-02-22 16:34:43 -08007034#else
Michal Hocko6acc8b02013-02-22 16:34:45 -08007035static void __init enable_swap_cgroup(void)
Michal Hocko2d110852013-02-22 16:34:43 -08007036{
7037}
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08007038#endif
Michal Hocko2d110852013-02-22 16:34:43 -08007039
7040/*
Michal Hocko10813122013-02-22 16:35:41 -08007041 * subsys_initcall() for memory controller.
7042 *
7043 * Some parts like hotcpu_notifier() have to be initialized from this context
7044 * because of lock dependencies (cgroup_lock -> cpu hotplug) but basically
7045 * everything that doesn't depend on a specific mem_cgroup structure should
7046 * be initialized from here.
Michal Hocko2d110852013-02-22 16:34:43 -08007047 */
7048static int __init mem_cgroup_init(void)
7049{
7050 hotcpu_notifier(memcg_cpu_hotplug_callback, 0);
Michal Hocko6acc8b02013-02-22 16:34:45 -08007051 enable_swap_cgroup();
Michal Hocko8787a1d2013-02-22 16:35:39 -08007052 mem_cgroup_soft_limit_tree_init();
Michal Hockoe4777492013-02-22 16:35:40 -08007053 memcg_stock_init();
Michal Hocko2d110852013-02-22 16:34:43 -08007054 return 0;
7055}
7056subsys_initcall(mem_cgroup_init);