blob: 2885e3e85047cf6192319109b52076bcd19b0d81 [file] [log] [blame]
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001/* memcontrol.c - Memory Controller
2 *
3 * Copyright IBM Corporation, 2007
4 * Author Balbir Singh <balbir@linux.vnet.ibm.com>
5 *
Pavel Emelianov78fb7462008-02-07 00:13:51 -08006 * Copyright 2007 OpenVZ SWsoft Inc
7 * Author: Pavel Emelianov <xemul@openvz.org>
8 *
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08009 * Memory thresholds
10 * Copyright (C) 2009 Nokia Corporation
11 * Author: Kirill A. Shutemov
12 *
Glauber Costa7ae1e1d2012-12-18 14:21:56 -080013 * Kernel Memory Controller
14 * Copyright (C) 2012 Parallels Inc. and Google Inc.
15 * Authors: Glauber Costa and Suleiman Souhlal
16 *
Balbir Singh8cdea7c2008-02-07 00:13:50 -080017 * This program is free software; you can redistribute it and/or modify
18 * it under the terms of the GNU General Public License as published by
19 * the Free Software Foundation; either version 2 of the License, or
20 * (at your option) any later version.
21 *
22 * This program is distributed in the hope that it will be useful,
23 * but WITHOUT ANY WARRANTY; without even the implied warranty of
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * GNU General Public License for more details.
26 */
27
28#include <linux/res_counter.h>
29#include <linux/memcontrol.h>
30#include <linux/cgroup.h>
Pavel Emelianov78fb7462008-02-07 00:13:51 -080031#include <linux/mm.h>
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -080032#include <linux/hugetlb.h>
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -080033#include <linux/pagemap.h>
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -080034#include <linux/smp.h>
Balbir Singh8a9f3cc2008-02-07 00:13:53 -080035#include <linux/page-flags.h>
Balbir Singh66e17072008-02-07 00:13:56 -080036#include <linux/backing-dev.h>
Balbir Singh8a9f3cc2008-02-07 00:13:53 -080037#include <linux/bit_spinlock.h>
38#include <linux/rcupdate.h>
Balbir Singhe2224322009-04-02 16:57:39 -070039#include <linux/limits.h>
Paul Gortmakerb9e15ba2011-05-26 16:00:52 -040040#include <linux/export.h>
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -080041#include <linux/mutex.h>
Balbir Singhf64c3f52009-09-23 15:56:37 -070042#include <linux/rbtree.h>
Balbir Singhb6ac57d2008-04-29 01:00:19 -070043#include <linux/slab.h>
Balbir Singh66e17072008-02-07 00:13:56 -080044#include <linux/swap.h>
Daisuke Nishimura02491442010-03-10 15:22:17 -080045#include <linux/swapops.h>
Balbir Singh66e17072008-02-07 00:13:56 -080046#include <linux/spinlock.h>
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -080047#include <linux/eventfd.h>
48#include <linux/sort.h>
Balbir Singh66e17072008-02-07 00:13:56 -080049#include <linux/fs.h>
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -080050#include <linux/seq_file.h>
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -070051#include <linux/vmalloc.h>
Anton Vorontsov70ddf632013-04-29 15:08:31 -070052#include <linux/vmpressure.h>
Christoph Lameterb69408e2008-10-18 20:26:14 -070053#include <linux/mm_inline.h>
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -070054#include <linux/page_cgroup.h>
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -080055#include <linux/cpu.h>
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -070056#include <linux/oom.h>
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -080057#include "internal.h"
Glauber Costad1a4c0b2011-12-11 21:47:04 +000058#include <net/sock.h>
Michal Hocko4bd2c1e2012-10-08 16:33:10 -070059#include <net/ip.h>
Glauber Costad1a4c0b2011-12-11 21:47:04 +000060#include <net/tcp_memcontrol.h>
Balbir Singh8cdea7c2008-02-07 00:13:50 -080061
Balbir Singh8697d332008-02-07 00:13:59 -080062#include <asm/uaccess.h>
63
KOSAKI Motohirocc8e9702010-08-09 17:19:57 -070064#include <trace/events/vmscan.h>
65
KAMEZAWA Hiroyukia181b0e2008-07-25 01:47:08 -070066struct cgroup_subsys mem_cgroup_subsys __read_mostly;
David Rientjes68ae5642012-12-12 13:51:57 -080067EXPORT_SYMBOL(mem_cgroup_subsys);
68
KAMEZAWA Hiroyukia181b0e2008-07-25 01:47:08 -070069#define MEM_CGROUP_RECLAIM_RETRIES 5
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -070070static struct mem_cgroup *root_mem_cgroup __read_mostly;
Balbir Singh8cdea7c2008-02-07 00:13:50 -080071
Andrew Mortonc255a452012-07-31 16:43:02 -070072#ifdef CONFIG_MEMCG_SWAP
Li Zefan338c8432009-06-17 16:27:15 -070073/* Turned on only when memory cgroup is enabled && really_do_swap_account = 1 */
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080074int do_swap_account __read_mostly;
Michal Hockoa42c3902010-11-24 12:57:08 -080075
76/* for remember boot option*/
Andrew Mortonc255a452012-07-31 16:43:02 -070077#ifdef CONFIG_MEMCG_SWAP_ENABLED
Michal Hockoa42c3902010-11-24 12:57:08 -080078static int really_do_swap_account __initdata = 1;
79#else
80static int really_do_swap_account __initdata = 0;
81#endif
82
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080083#else
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -070084#define do_swap_account 0
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080085#endif
86
87
Balbir Singh8cdea7c2008-02-07 00:13:50 -080088/*
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -080089 * Statistics for memory cgroup.
90 */
91enum mem_cgroup_stat_index {
92 /*
93 * For MEM_CONTAINER_TYPE_ALL, usage = pagecache + rss.
94 */
David Rientjesb070e652013-05-07 16:18:09 -070095 MEM_CGROUP_STAT_CACHE, /* # of pages charged as cache */
96 MEM_CGROUP_STAT_RSS, /* # of pages charged as anon rss */
97 MEM_CGROUP_STAT_RSS_HUGE, /* # of pages charged as anon huge */
98 MEM_CGROUP_STAT_FILE_MAPPED, /* # of pages charged as file rss */
99 MEM_CGROUP_STAT_SWAP, /* # of pages, swapped out */
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800100 MEM_CGROUP_STAT_NSTATS,
101};
102
Johannes Weineraf7c4b02012-05-29 15:07:08 -0700103static const char * const mem_cgroup_stat_names[] = {
104 "cache",
105 "rss",
David Rientjesb070e652013-05-07 16:18:09 -0700106 "rss_huge",
Johannes Weineraf7c4b02012-05-29 15:07:08 -0700107 "mapped_file",
108 "swap",
109};
110
Johannes Weinere9f89742011-03-23 16:42:37 -0700111enum mem_cgroup_events_index {
112 MEM_CGROUP_EVENTS_PGPGIN, /* # of pages paged in */
113 MEM_CGROUP_EVENTS_PGPGOUT, /* # of pages paged out */
Ying Han456f9982011-05-26 16:25:38 -0700114 MEM_CGROUP_EVENTS_PGFAULT, /* # of page-faults */
115 MEM_CGROUP_EVENTS_PGMAJFAULT, /* # of major page-faults */
Johannes Weinere9f89742011-03-23 16:42:37 -0700116 MEM_CGROUP_EVENTS_NSTATS,
117};
Johannes Weineraf7c4b02012-05-29 15:07:08 -0700118
119static const char * const mem_cgroup_events_names[] = {
120 "pgpgin",
121 "pgpgout",
122 "pgfault",
123 "pgmajfault",
124};
125
Sha Zhengju58cf1882013-02-22 16:32:05 -0800126static const char * const mem_cgroup_lru_names[] = {
127 "inactive_anon",
128 "active_anon",
129 "inactive_file",
130 "active_file",
131 "unevictable",
132};
133
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700134/*
135 * Per memcg event counter is incremented at every pagein/pageout. With THP,
136 * it will be incremated by the number of pages. This counter is used for
137 * for trigger some periodic events. This is straightforward and better
138 * than using jiffies etc. to handle periodic memcg event.
139 */
140enum mem_cgroup_events_target {
141 MEM_CGROUP_TARGET_THRESH,
142 MEM_CGROUP_TARGET_SOFTLIMIT,
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -0700143 MEM_CGROUP_TARGET_NUMAINFO,
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700144 MEM_CGROUP_NTARGETS,
145};
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700146#define THRESHOLDS_EVENTS_TARGET 128
147#define SOFTLIMIT_EVENTS_TARGET 1024
148#define NUMAINFO_EVENTS_TARGET 1024
Johannes Weinere9f89742011-03-23 16:42:37 -0700149
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800150struct mem_cgroup_stat_cpu {
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700151 long count[MEM_CGROUP_STAT_NSTATS];
Johannes Weinere9f89742011-03-23 16:42:37 -0700152 unsigned long events[MEM_CGROUP_EVENTS_NSTATS];
Johannes Weiner13114712012-05-29 15:07:07 -0700153 unsigned long nr_page_events;
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700154 unsigned long targets[MEM_CGROUP_NTARGETS];
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800155};
156
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800157struct mem_cgroup_reclaim_iter {
Michal Hocko5f578162013-04-29 15:07:17 -0700158 /*
159 * last scanned hierarchy member. Valid only if last_dead_count
160 * matches memcg->dead_count of the hierarchy root group.
161 */
Michal Hocko542f85f2013-04-29 15:07:15 -0700162 struct mem_cgroup *last_visited;
Michal Hocko5f578162013-04-29 15:07:17 -0700163 unsigned long last_dead_count;
164
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800165 /* scan generation, increased every round-trip */
166 unsigned int generation;
167};
168
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800169/*
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800170 * per-zone information in memory controller.
171 */
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800172struct mem_cgroup_per_zone {
Johannes Weiner6290df52012-01-12 17:18:10 -0800173 struct lruvec lruvec;
Hugh Dickins1eb49272012-03-21 16:34:19 -0700174 unsigned long lru_size[NR_LRU_LISTS];
KOSAKI Motohiro3e2f41f2009-01-07 18:08:20 -0800175
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800176 struct mem_cgroup_reclaim_iter reclaim_iter[DEF_PRIORITY + 1];
177
Balbir Singhf64c3f52009-09-23 15:56:37 -0700178 struct rb_node tree_node; /* RB tree node */
179 unsigned long long usage_in_excess;/* Set to the value by which */
180 /* the soft limit is exceeded*/
181 bool on_tree;
Hugh Dickinsd79154b2012-03-21 16:34:18 -0700182 struct mem_cgroup *memcg; /* Back pointer, we cannot */
Balbir Singh4e416952009-09-23 15:56:39 -0700183 /* use container_of */
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800184};
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800185
186struct mem_cgroup_per_node {
187 struct mem_cgroup_per_zone zoneinfo[MAX_NR_ZONES];
188};
189
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800190/*
Balbir Singhf64c3f52009-09-23 15:56:37 -0700191 * Cgroups above their limits are maintained in a RB-Tree, independent of
192 * their hierarchy representation
193 */
194
195struct mem_cgroup_tree_per_zone {
196 struct rb_root rb_root;
197 spinlock_t lock;
198};
199
200struct mem_cgroup_tree_per_node {
201 struct mem_cgroup_tree_per_zone rb_tree_per_zone[MAX_NR_ZONES];
202};
203
204struct mem_cgroup_tree {
205 struct mem_cgroup_tree_per_node *rb_tree_per_node[MAX_NUMNODES];
206};
207
208static struct mem_cgroup_tree soft_limit_tree __read_mostly;
209
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800210struct mem_cgroup_threshold {
211 struct eventfd_ctx *eventfd;
212 u64 threshold;
213};
214
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700215/* For threshold */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800216struct mem_cgroup_threshold_ary {
Sha Zhengju748dad32012-05-29 15:06:57 -0700217 /* An array index points to threshold just below or equal to usage. */
Phil Carmody5407a562010-05-26 14:42:42 -0700218 int current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800219 /* Size of entries[] */
220 unsigned int size;
221 /* Array of thresholds */
222 struct mem_cgroup_threshold entries[0];
223};
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700224
225struct mem_cgroup_thresholds {
226 /* Primary thresholds array */
227 struct mem_cgroup_threshold_ary *primary;
228 /*
229 * Spare threshold array.
230 * This is needed to make mem_cgroup_unregister_event() "never fail".
231 * It must be able to store at least primary->size - 1 entries.
232 */
233 struct mem_cgroup_threshold_ary *spare;
234};
235
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700236/* for OOM */
237struct mem_cgroup_eventfd_list {
238 struct list_head list;
239 struct eventfd_ctx *eventfd;
240};
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800241
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700242static void mem_cgroup_threshold(struct mem_cgroup *memcg);
243static void mem_cgroup_oom_notify(struct mem_cgroup *memcg);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800244
Balbir Singhf64c3f52009-09-23 15:56:37 -0700245/*
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800246 * The memory controller data structure. The memory controller controls both
247 * page cache and RSS per cgroup. We would eventually like to provide
248 * statistics based on the statistics developed by Rik Van Riel for clock-pro,
249 * to help the administrator determine what knobs to tune.
250 *
251 * TODO: Add a water mark for the memory controller. Reclaim will begin when
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800252 * we hit the water mark. May be even add a low water mark, such that
253 * no reclaim occurs from a cgroup at it's low water mark, this is
254 * a feature that will be implemented much later in the future.
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800255 */
256struct mem_cgroup {
257 struct cgroup_subsys_state css;
258 /*
259 * the counter to account for memory usage
260 */
261 struct res_counter res;
Hugh Dickins59927fb2012-03-15 15:17:07 -0700262
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700263 /* vmpressure notifications */
264 struct vmpressure vmpressure;
265
Li Zefan465939a2013-07-08 16:00:38 -0700266 /*
267 * the counter to account for mem+swap usage.
268 */
269 struct res_counter memsw;
Hugh Dickins59927fb2012-03-15 15:17:07 -0700270
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800271 /*
Glauber Costa510fc4e2012-12-18 14:21:47 -0800272 * the counter to account for kernel memory usage.
273 */
274 struct res_counter kmem;
275 /*
Balbir Singh18f59ea2009-01-07 18:08:07 -0800276 * Should the accounting and control be hierarchical, per subtree?
277 */
278 bool use_hierarchy;
Glauber Costa510fc4e2012-12-18 14:21:47 -0800279 unsigned long kmem_account_flags; /* See KMEM_ACCOUNTED_*, below */
Michal Hocko79dfdac2011-07-26 16:08:23 -0700280
281 bool oom_lock;
282 atomic_t under_oom;
283
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -0700284 int swappiness;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -0700285 /* OOM-Killer disable */
286 int oom_kill_disable;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -0800287
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -0700288 /* set when res.limit == memsw.limit */
289 bool memsw_is_minimum;
290
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800291 /* protect arrays of thresholds */
292 struct mutex thresholds_lock;
293
294 /* thresholds for memory usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700295 struct mem_cgroup_thresholds thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700296
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800297 /* thresholds for mem+swap usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700298 struct mem_cgroup_thresholds memsw_thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700299
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700300 /* For oom notifier event fd */
301 struct list_head oom_notify;
Johannes Weiner185efc02011-09-14 16:21:58 -0700302
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800303 /*
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800304 * Should we move charges of a task when a task is moved into this
305 * mem_cgroup ? And what type of charges should we move ?
306 */
307 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800308 /*
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700309 * set > 0 if pages under this cgroup are moving to other cgroup.
310 */
311 atomic_t moving_account;
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -0700312 /* taken only while moving_account > 0 */
313 spinlock_t move_lock;
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700314 /*
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800315 * percpu counter.
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800316 */
Kirill A. Shutemov3a7951b2012-05-29 15:06:56 -0700317 struct mem_cgroup_stat_cpu __percpu *stat;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700318 /*
319 * used when a cpu is offlined or other synchronizations
320 * See mem_cgroup_read_stat().
321 */
322 struct mem_cgroup_stat_cpu nocpu_base;
323 spinlock_t pcp_counter_lock;
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000324
Michal Hocko5f578162013-04-29 15:07:17 -0700325 atomic_t dead_count;
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700326#if defined(CONFIG_MEMCG_KMEM) && defined(CONFIG_INET)
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000327 struct tcp_memcontrol tcp_mem;
328#endif
Glauber Costa2633d7a2012-12-18 14:22:34 -0800329#if defined(CONFIG_MEMCG_KMEM)
330 /* analogous to slab_common's slab_caches list. per-memcg */
331 struct list_head memcg_slab_caches;
332 /* Not a spinlock, we can take a lot of time walking the list */
333 struct mutex slab_caches_mutex;
334 /* Index in the kmem_cache->memcg_params->memcg_caches array */
335 int kmemcg_id;
336#endif
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800337
338 int last_scanned_node;
339#if MAX_NUMNODES > 1
340 nodemask_t scan_nodes;
341 atomic_t numainfo_events;
342 atomic_t numainfo_updating;
343#endif
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700344
Johannes Weiner54f72fe2013-07-08 15:59:49 -0700345 struct mem_cgroup_per_node *nodeinfo[0];
346 /* WARNING: nodeinfo must be the last member here */
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800347};
348
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800349static size_t memcg_size(void)
350{
351 return sizeof(struct mem_cgroup) +
352 nr_node_ids * sizeof(struct mem_cgroup_per_node);
353}
354
Glauber Costa510fc4e2012-12-18 14:21:47 -0800355/* internal only representation about the status of kmem accounting. */
356enum {
357 KMEM_ACCOUNTED_ACTIVE = 0, /* accounted by this cgroup itself */
Glauber Costaa8964b92012-12-18 14:22:09 -0800358 KMEM_ACCOUNTED_ACTIVATED, /* static key enabled. */
Glauber Costa7de37682012-12-18 14:22:07 -0800359 KMEM_ACCOUNTED_DEAD, /* dead memcg with pending kmem charges */
Glauber Costa510fc4e2012-12-18 14:21:47 -0800360};
361
Glauber Costaa8964b92012-12-18 14:22:09 -0800362/* We account when limit is on, but only after call sites are patched */
363#define KMEM_ACCOUNTED_MASK \
364 ((1 << KMEM_ACCOUNTED_ACTIVE) | (1 << KMEM_ACCOUNTED_ACTIVATED))
Glauber Costa510fc4e2012-12-18 14:21:47 -0800365
366#ifdef CONFIG_MEMCG_KMEM
367static inline void memcg_kmem_set_active(struct mem_cgroup *memcg)
368{
369 set_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
370}
Glauber Costa7de37682012-12-18 14:22:07 -0800371
372static bool memcg_kmem_is_active(struct mem_cgroup *memcg)
373{
374 return test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
375}
376
Glauber Costaa8964b92012-12-18 14:22:09 -0800377static void memcg_kmem_set_activated(struct mem_cgroup *memcg)
378{
379 set_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
380}
381
Glauber Costa55007d82012-12-18 14:22:38 -0800382static void memcg_kmem_clear_activated(struct mem_cgroup *memcg)
383{
384 clear_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
385}
386
Glauber Costa7de37682012-12-18 14:22:07 -0800387static void memcg_kmem_mark_dead(struct mem_cgroup *memcg)
388{
Li Zefan10d5ebf2013-07-08 16:00:33 -0700389 /*
390 * Our caller must use css_get() first, because memcg_uncharge_kmem()
391 * will call css_put() if it sees the memcg is dead.
392 */
393 smp_wmb();
Glauber Costa7de37682012-12-18 14:22:07 -0800394 if (test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags))
395 set_bit(KMEM_ACCOUNTED_DEAD, &memcg->kmem_account_flags);
396}
397
398static bool memcg_kmem_test_and_clear_dead(struct mem_cgroup *memcg)
399{
400 return test_and_clear_bit(KMEM_ACCOUNTED_DEAD,
401 &memcg->kmem_account_flags);
402}
Glauber Costa510fc4e2012-12-18 14:21:47 -0800403#endif
404
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800405/* Stuffs for move charges at task migration. */
406/*
Glauber Costaee5e8472013-02-22 16:34:50 -0800407 * Types of charges to be moved. "move_charge_at_immitgrate" and
408 * "immigrate_flags" are treated as a left-shifted bitmap of these types.
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800409 */
410enum move_type {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800411 MOVE_CHARGE_TYPE_ANON, /* private anonymous page and swap of it */
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700412 MOVE_CHARGE_TYPE_FILE, /* file page(including tmpfs) and swap of it */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800413 NR_MOVE_TYPE,
414};
415
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800416/* "mc" and its members are protected by cgroup_mutex */
417static struct move_charge_struct {
Daisuke Nishimurab1dd6932010-11-24 12:57:06 -0800418 spinlock_t lock; /* for from, to */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800419 struct mem_cgroup *from;
420 struct mem_cgroup *to;
Glauber Costaee5e8472013-02-22 16:34:50 -0800421 unsigned long immigrate_flags;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800422 unsigned long precharge;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -0800423 unsigned long moved_charge;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -0800424 unsigned long moved_swap;
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800425 struct task_struct *moving_task; /* a task moving charges */
426 wait_queue_head_t waitq; /* a waitq for other context */
427} mc = {
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -0700428 .lock = __SPIN_LOCK_UNLOCKED(mc.lock),
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800429 .waitq = __WAIT_QUEUE_HEAD_INITIALIZER(mc.waitq),
430};
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800431
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700432static bool move_anon(void)
433{
Glauber Costaee5e8472013-02-22 16:34:50 -0800434 return test_bit(MOVE_CHARGE_TYPE_ANON, &mc.immigrate_flags);
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700435}
436
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700437static bool move_file(void)
438{
Glauber Costaee5e8472013-02-22 16:34:50 -0800439 return test_bit(MOVE_CHARGE_TYPE_FILE, &mc.immigrate_flags);
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700440}
441
Balbir Singh4e416952009-09-23 15:56:39 -0700442/*
443 * Maximum loops in mem_cgroup_hierarchical_reclaim(), used for soft
444 * limit reclaim to prevent infinite loops, if they ever occur.
445 */
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700446#define MEM_CGROUP_MAX_RECLAIM_LOOPS 100
447#define MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS 2
Balbir Singh4e416952009-09-23 15:56:39 -0700448
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -0800449enum charge_type {
450 MEM_CGROUP_CHARGE_TYPE_CACHE = 0,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -0700451 MEM_CGROUP_CHARGE_TYPE_ANON,
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -0800452 MEM_CGROUP_CHARGE_TYPE_SWAPOUT, /* for accounting swapcache */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -0700453 MEM_CGROUP_CHARGE_TYPE_DROP, /* a page was unused swap cache */
KAMEZAWA Hiroyukic05555b2008-10-18 20:28:11 -0700454 NR_CHARGE_TYPE,
455};
456
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800457/* for encoding cft->private value on file */
Glauber Costa86ae53e2012-12-18 14:21:45 -0800458enum res_type {
459 _MEM,
460 _MEMSWAP,
461 _OOM_TYPE,
Glauber Costa510fc4e2012-12-18 14:21:47 -0800462 _KMEM,
Glauber Costa86ae53e2012-12-18 14:21:45 -0800463};
464
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700465#define MEMFILE_PRIVATE(x, val) ((x) << 16 | (val))
466#define MEMFILE_TYPE(val) ((val) >> 16 & 0xffff)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800467#define MEMFILE_ATTR(val) ((val) & 0xffff)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700468/* Used for OOM nofiier */
469#define OOM_CONTROL (0)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800470
Balbir Singh75822b42009-09-23 15:56:38 -0700471/*
472 * Reclaim flags for mem_cgroup_hierarchical_reclaim
473 */
474#define MEM_CGROUP_RECLAIM_NOSWAP_BIT 0x0
475#define MEM_CGROUP_RECLAIM_NOSWAP (1 << MEM_CGROUP_RECLAIM_NOSWAP_BIT)
476#define MEM_CGROUP_RECLAIM_SHRINK_BIT 0x1
477#define MEM_CGROUP_RECLAIM_SHRINK (1 << MEM_CGROUP_RECLAIM_SHRINK_BIT)
478
Glauber Costa09998212013-02-22 16:34:55 -0800479/*
480 * The memcg_create_mutex will be held whenever a new cgroup is created.
481 * As a consequence, any change that needs to protect against new child cgroups
482 * appearing has to hold it as well.
483 */
484static DEFINE_MUTEX(memcg_create_mutex);
485
Wanpeng Lib2145142012-07-31 16:46:01 -0700486struct mem_cgroup *mem_cgroup_from_css(struct cgroup_subsys_state *s)
487{
Tejun Heoa7c6d552013-08-08 20:11:23 -0400488 return s ? container_of(s, struct mem_cgroup, css) : NULL;
Wanpeng Lib2145142012-07-31 16:46:01 -0700489}
490
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700491/* Some nice accessors for the vmpressure. */
492struct vmpressure *memcg_to_vmpressure(struct mem_cgroup *memcg)
493{
494 if (!memcg)
495 memcg = root_mem_cgroup;
496 return &memcg->vmpressure;
497}
498
499struct cgroup_subsys_state *vmpressure_to_css(struct vmpressure *vmpr)
500{
501 return &container_of(vmpr, struct mem_cgroup, vmpressure)->css;
502}
503
504struct vmpressure *css_to_vmpressure(struct cgroup_subsys_state *css)
505{
506 return &mem_cgroup_from_css(css)->vmpressure;
507}
508
Michal Hocko7ffc0ed2012-10-08 16:33:13 -0700509static inline bool mem_cgroup_is_root(struct mem_cgroup *memcg)
510{
511 return (memcg == root_mem_cgroup);
512}
513
Glauber Costae1aab162011-12-11 21:47:03 +0000514/* Writing them here to avoid exposing memcg's inner layout */
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700515#if defined(CONFIG_INET) && defined(CONFIG_MEMCG_KMEM)
Glauber Costae1aab162011-12-11 21:47:03 +0000516
Glauber Costae1aab162011-12-11 21:47:03 +0000517void sock_update_memcg(struct sock *sk)
518{
Glauber Costa376be5f2012-01-20 04:57:14 +0000519 if (mem_cgroup_sockets_enabled) {
Glauber Costae1aab162011-12-11 21:47:03 +0000520 struct mem_cgroup *memcg;
Glauber Costa3f134612012-05-29 15:07:11 -0700521 struct cg_proto *cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000522
523 BUG_ON(!sk->sk_prot->proto_cgroup);
524
Glauber Costaf3f511e2012-01-05 20:16:39 +0000525 /* Socket cloning can throw us here with sk_cgrp already
526 * filled. It won't however, necessarily happen from
527 * process context. So the test for root memcg given
528 * the current task's memcg won't help us in this case.
529 *
530 * Respecting the original socket's memcg is a better
531 * decision in this case.
532 */
533 if (sk->sk_cgrp) {
534 BUG_ON(mem_cgroup_is_root(sk->sk_cgrp->memcg));
Li Zefan5347e5a2013-07-08 16:00:30 -0700535 css_get(&sk->sk_cgrp->memcg->css);
Glauber Costaf3f511e2012-01-05 20:16:39 +0000536 return;
537 }
538
Glauber Costae1aab162011-12-11 21:47:03 +0000539 rcu_read_lock();
540 memcg = mem_cgroup_from_task(current);
Glauber Costa3f134612012-05-29 15:07:11 -0700541 cg_proto = sk->sk_prot->proto_cgroup(memcg);
Li Zefan5347e5a2013-07-08 16:00:30 -0700542 if (!mem_cgroup_is_root(memcg) &&
543 memcg_proto_active(cg_proto) && css_tryget(&memcg->css)) {
Glauber Costa3f134612012-05-29 15:07:11 -0700544 sk->sk_cgrp = cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000545 }
546 rcu_read_unlock();
547 }
548}
549EXPORT_SYMBOL(sock_update_memcg);
550
551void sock_release_memcg(struct sock *sk)
552{
Glauber Costa376be5f2012-01-20 04:57:14 +0000553 if (mem_cgroup_sockets_enabled && sk->sk_cgrp) {
Glauber Costae1aab162011-12-11 21:47:03 +0000554 struct mem_cgroup *memcg;
555 WARN_ON(!sk->sk_cgrp->memcg);
556 memcg = sk->sk_cgrp->memcg;
Li Zefan5347e5a2013-07-08 16:00:30 -0700557 css_put(&sk->sk_cgrp->memcg->css);
Glauber Costae1aab162011-12-11 21:47:03 +0000558 }
559}
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000560
561struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg)
562{
563 if (!memcg || mem_cgroup_is_root(memcg))
564 return NULL;
565
566 return &memcg->tcp_mem.cg_proto;
567}
568EXPORT_SYMBOL(tcp_proto_cgroup);
Glauber Costae1aab162011-12-11 21:47:03 +0000569
Glauber Costa3f134612012-05-29 15:07:11 -0700570static void disarm_sock_keys(struct mem_cgroup *memcg)
571{
572 if (!memcg_proto_activated(&memcg->tcp_mem.cg_proto))
573 return;
574 static_key_slow_dec(&memcg_socket_limit_enabled);
575}
576#else
577static void disarm_sock_keys(struct mem_cgroup *memcg)
578{
579}
580#endif
581
Glauber Costaa8964b92012-12-18 14:22:09 -0800582#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -0800583/*
584 * This will be the memcg's index in each cache's ->memcg_params->memcg_caches.
585 * There are two main reasons for not using the css_id for this:
586 * 1) this works better in sparse environments, where we have a lot of memcgs,
587 * but only a few kmem-limited. Or also, if we have, for instance, 200
588 * memcgs, and none but the 200th is kmem-limited, we'd have to have a
589 * 200 entry array for that.
590 *
591 * 2) In order not to violate the cgroup API, we would like to do all memory
592 * allocation in ->create(). At that point, we haven't yet allocated the
593 * css_id. Having a separate index prevents us from messing with the cgroup
594 * core for this
595 *
596 * The current size of the caches array is stored in
597 * memcg_limited_groups_array_size. It will double each time we have to
598 * increase it.
599 */
600static DEFINE_IDA(kmem_limited_groups);
Glauber Costa749c5412012-12-18 14:23:01 -0800601int memcg_limited_groups_array_size;
602
Glauber Costa55007d82012-12-18 14:22:38 -0800603/*
604 * MIN_SIZE is different than 1, because we would like to avoid going through
605 * the alloc/free process all the time. In a small machine, 4 kmem-limited
606 * cgroups is a reasonable guess. In the future, it could be a parameter or
607 * tunable, but that is strictly not necessary.
608 *
609 * MAX_SIZE should be as large as the number of css_ids. Ideally, we could get
610 * this constant directly from cgroup, but it is understandable that this is
611 * better kept as an internal representation in cgroup.c. In any case, the
612 * css_id space is not getting any smaller, and we don't have to necessarily
613 * increase ours as well if it increases.
614 */
615#define MEMCG_CACHES_MIN_SIZE 4
616#define MEMCG_CACHES_MAX_SIZE 65535
617
Glauber Costad7f25f82012-12-18 14:22:40 -0800618/*
619 * A lot of the calls to the cache allocation functions are expected to be
620 * inlined by the compiler. Since the calls to memcg_kmem_get_cache are
621 * conditional to this static branch, we'll have to allow modules that does
622 * kmem_cache_alloc and the such to see this symbol as well
623 */
Glauber Costaa8964b92012-12-18 14:22:09 -0800624struct static_key memcg_kmem_enabled_key;
Glauber Costad7f25f82012-12-18 14:22:40 -0800625EXPORT_SYMBOL(memcg_kmem_enabled_key);
Glauber Costaa8964b92012-12-18 14:22:09 -0800626
627static void disarm_kmem_keys(struct mem_cgroup *memcg)
628{
Glauber Costa55007d82012-12-18 14:22:38 -0800629 if (memcg_kmem_is_active(memcg)) {
Glauber Costaa8964b92012-12-18 14:22:09 -0800630 static_key_slow_dec(&memcg_kmem_enabled_key);
Glauber Costa55007d82012-12-18 14:22:38 -0800631 ida_simple_remove(&kmem_limited_groups, memcg->kmemcg_id);
632 }
Glauber Costabea207c2012-12-18 14:22:11 -0800633 /*
634 * This check can't live in kmem destruction function,
635 * since the charges will outlive the cgroup
636 */
637 WARN_ON(res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0);
Glauber Costaa8964b92012-12-18 14:22:09 -0800638}
639#else
640static void disarm_kmem_keys(struct mem_cgroup *memcg)
641{
642}
643#endif /* CONFIG_MEMCG_KMEM */
644
645static void disarm_static_keys(struct mem_cgroup *memcg)
646{
647 disarm_sock_keys(memcg);
648 disarm_kmem_keys(memcg);
649}
650
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700651static void drain_all_stock_async(struct mem_cgroup *memcg);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800652
Balbir Singhf64c3f52009-09-23 15:56:37 -0700653static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700654mem_cgroup_zoneinfo(struct mem_cgroup *memcg, int nid, int zid)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700655{
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800656 VM_BUG_ON((unsigned)nid >= nr_node_ids);
Johannes Weiner54f72fe2013-07-08 15:59:49 -0700657 return &memcg->nodeinfo[nid]->zoneinfo[zid];
Balbir Singhf64c3f52009-09-23 15:56:37 -0700658}
659
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700660struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *memcg)
Wu Fengguangd3242362009-12-16 12:19:59 +0100661{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700662 return &memcg->css;
Wu Fengguangd3242362009-12-16 12:19:59 +0100663}
664
Balbir Singhf64c3f52009-09-23 15:56:37 -0700665static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700666page_cgroup_zoneinfo(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700667{
Johannes Weiner97a6c372011-03-23 16:42:27 -0700668 int nid = page_to_nid(page);
669 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700670
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700671 return mem_cgroup_zoneinfo(memcg, nid, zid);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700672}
673
674static struct mem_cgroup_tree_per_zone *
675soft_limit_tree_node_zone(int nid, int zid)
676{
677 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
678}
679
680static struct mem_cgroup_tree_per_zone *
681soft_limit_tree_from_page(struct page *page)
682{
683 int nid = page_to_nid(page);
684 int zid = page_zonenum(page);
685
686 return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
687}
688
689static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700690__mem_cgroup_insert_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700691 struct mem_cgroup_per_zone *mz,
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700692 struct mem_cgroup_tree_per_zone *mctz,
693 unsigned long long new_usage_in_excess)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700694{
695 struct rb_node **p = &mctz->rb_root.rb_node;
696 struct rb_node *parent = NULL;
697 struct mem_cgroup_per_zone *mz_node;
698
699 if (mz->on_tree)
700 return;
701
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700702 mz->usage_in_excess = new_usage_in_excess;
703 if (!mz->usage_in_excess)
704 return;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700705 while (*p) {
706 parent = *p;
707 mz_node = rb_entry(parent, struct mem_cgroup_per_zone,
708 tree_node);
709 if (mz->usage_in_excess < mz_node->usage_in_excess)
710 p = &(*p)->rb_left;
711 /*
712 * We can't avoid mem cgroups that are over their soft
713 * limit by the same amount
714 */
715 else if (mz->usage_in_excess >= mz_node->usage_in_excess)
716 p = &(*p)->rb_right;
717 }
718 rb_link_node(&mz->tree_node, parent, p);
719 rb_insert_color(&mz->tree_node, &mctz->rb_root);
720 mz->on_tree = true;
Balbir Singh4e416952009-09-23 15:56:39 -0700721}
722
723static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700724__mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singh4e416952009-09-23 15:56:39 -0700725 struct mem_cgroup_per_zone *mz,
726 struct mem_cgroup_tree_per_zone *mctz)
727{
728 if (!mz->on_tree)
729 return;
730 rb_erase(&mz->tree_node, &mctz->rb_root);
731 mz->on_tree = false;
732}
733
734static void
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700735mem_cgroup_remove_exceeded(struct mem_cgroup *memcg,
Balbir Singhf64c3f52009-09-23 15:56:37 -0700736 struct mem_cgroup_per_zone *mz,
737 struct mem_cgroup_tree_per_zone *mctz)
738{
739 spin_lock(&mctz->lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700740 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700741 spin_unlock(&mctz->lock);
742}
743
Balbir Singhf64c3f52009-09-23 15:56:37 -0700744
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700745static void mem_cgroup_update_tree(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700746{
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700747 unsigned long long excess;
Balbir Singhf64c3f52009-09-23 15:56:37 -0700748 struct mem_cgroup_per_zone *mz;
749 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700750 int nid = page_to_nid(page);
751 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700752 mctz = soft_limit_tree_from_page(page);
753
754 /*
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700755 * Necessary to update all ancestors when hierarchy is used.
756 * because their event counter is not touched.
Balbir Singhf64c3f52009-09-23 15:56:37 -0700757 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700758 for (; memcg; memcg = parent_mem_cgroup(memcg)) {
759 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
760 excess = res_counter_soft_limit_excess(&memcg->res);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700761 /*
762 * We have to update the tree if mz is on RB-tree or
763 * mem is over its softlimit.
764 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700765 if (excess || mz->on_tree) {
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700766 spin_lock(&mctz->lock);
767 /* if on-tree, remove it */
768 if (mz->on_tree)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700769 __mem_cgroup_remove_exceeded(memcg, mz, mctz);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700770 /*
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -0700771 * Insert again. mz->usage_in_excess will be updated.
772 * If excess is 0, no tree ops.
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700773 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700774 __mem_cgroup_insert_exceeded(memcg, mz, mctz, excess);
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -0700775 spin_unlock(&mctz->lock);
776 }
Balbir Singhf64c3f52009-09-23 15:56:37 -0700777 }
778}
779
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700780static void mem_cgroup_remove_from_trees(struct mem_cgroup *memcg)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700781{
782 int node, zone;
783 struct mem_cgroup_per_zone *mz;
784 struct mem_cgroup_tree_per_zone *mctz;
785
Bob Liu3ed28fa2012-01-12 17:19:04 -0800786 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -0700787 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700788 mz = mem_cgroup_zoneinfo(memcg, node, zone);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700789 mctz = soft_limit_tree_node_zone(node, zone);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700790 mem_cgroup_remove_exceeded(memcg, mz, mctz);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700791 }
792 }
793}
794
Balbir Singh4e416952009-09-23 15:56:39 -0700795static struct mem_cgroup_per_zone *
796__mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
797{
798 struct rb_node *rightmost = NULL;
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700799 struct mem_cgroup_per_zone *mz;
Balbir Singh4e416952009-09-23 15:56:39 -0700800
801retry:
KAMEZAWA Hiroyuki26251ea2009-10-01 15:44:08 -0700802 mz = NULL;
Balbir Singh4e416952009-09-23 15:56:39 -0700803 rightmost = rb_last(&mctz->rb_root);
804 if (!rightmost)
805 goto done; /* Nothing to reclaim from */
806
807 mz = rb_entry(rightmost, struct mem_cgroup_per_zone, tree_node);
808 /*
809 * Remove the node now but someone else can add it back,
810 * we will to add it back at the end of reclaim to its correct
811 * position in the tree.
812 */
Hugh Dickinsd79154b2012-03-21 16:34:18 -0700813 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
814 if (!res_counter_soft_limit_excess(&mz->memcg->res) ||
815 !css_tryget(&mz->memcg->css))
Balbir Singh4e416952009-09-23 15:56:39 -0700816 goto retry;
817done:
818 return mz;
819}
820
821static struct mem_cgroup_per_zone *
822mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
823{
824 struct mem_cgroup_per_zone *mz;
825
826 spin_lock(&mctz->lock);
827 mz = __mem_cgroup_largest_soft_limit_node(mctz);
828 spin_unlock(&mctz->lock);
829 return mz;
830}
831
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700832/*
833 * Implementation Note: reading percpu statistics for memcg.
834 *
835 * Both of vmstat[] and percpu_counter has threshold and do periodic
836 * synchronization to implement "quick" read. There are trade-off between
837 * reading cost and precision of value. Then, we may have a chance to implement
838 * a periodic synchronizion of counter in memcg's counter.
839 *
840 * But this _read() function is used for user interface now. The user accounts
841 * memory usage by memory cgroup and he _always_ requires exact value because
842 * he accounts memory. Even if we provide quick-and-fuzzy read, we always
843 * have to visit all online cpus and make sum. So, for now, unnecessary
844 * synchronization is not implemented. (just implemented for cpu hotplug)
845 *
846 * If there are kernel internal actions which can make use of some not-exact
847 * value, and reading all cpu value can be performance bottleneck in some
848 * common workload, threashold and synchonization as vmstat[] should be
849 * implemented.
850 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700851static long mem_cgroup_read_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700852 enum mem_cgroup_stat_index idx)
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800853{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700854 long val = 0;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800855 int cpu;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800856
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700857 get_online_cpus();
858 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700859 val += per_cpu(memcg->stat->count[idx], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700860#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700861 spin_lock(&memcg->pcp_counter_lock);
862 val += memcg->nocpu_base.count[idx];
863 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700864#endif
865 put_online_cpus();
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800866 return val;
867}
868
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700869static void mem_cgroup_swap_statistics(struct mem_cgroup *memcg,
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700870 bool charge)
871{
872 int val = (charge) ? 1 : -1;
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -0700873 this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_SWAP], val);
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700874}
875
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700876static unsigned long mem_cgroup_read_events(struct mem_cgroup *memcg,
Johannes Weinere9f89742011-03-23 16:42:37 -0700877 enum mem_cgroup_events_index idx)
878{
879 unsigned long val = 0;
880 int cpu;
881
882 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700883 val += per_cpu(memcg->stat->events[idx], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -0700884#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700885 spin_lock(&memcg->pcp_counter_lock);
886 val += memcg->nocpu_base.events[idx];
887 spin_unlock(&memcg->pcp_counter_lock);
Johannes Weinere9f89742011-03-23 16:42:37 -0700888#endif
889 return val;
890}
891
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700892static void mem_cgroup_charge_statistics(struct mem_cgroup *memcg,
David Rientjesb070e652013-05-07 16:18:09 -0700893 struct page *page,
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700894 bool anon, int nr_pages)
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800895{
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800896 preempt_disable();
897
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700898 /*
899 * Here, RSS means 'mapped anon' and anon's SwapCache. Shmem/tmpfs is
900 * counted as CACHE even if it's on ANON LRU.
901 */
902 if (anon)
903 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700904 nr_pages);
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800905 else
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700906 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_CACHE],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700907 nr_pages);
Balaji Rao55e462b2008-05-01 04:35:12 -0700908
David Rientjesb070e652013-05-07 16:18:09 -0700909 if (PageTransHuge(page))
910 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
911 nr_pages);
912
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800913 /* pagein of a big page is an event. So, ignore page size */
914 if (nr_pages > 0)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700915 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGIN]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800916 else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700917 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGOUT]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800918 nr_pages = -nr_pages; /* for event */
919 }
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800920
Johannes Weiner13114712012-05-29 15:07:07 -0700921 __this_cpu_add(memcg->stat->nr_page_events, nr_pages);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800922
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800923 preempt_enable();
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800924}
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800925
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700926unsigned long
Hugh Dickins4d7dcca2012-05-29 15:07:08 -0700927mem_cgroup_get_lru_size(struct lruvec *lruvec, enum lru_list lru)
Konstantin Khlebnikov074291f2012-05-29 15:07:00 -0700928{
929 struct mem_cgroup_per_zone *mz;
930
931 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
932 return mz->lru_size[lru];
933}
934
935static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700936mem_cgroup_zone_nr_lru_pages(struct mem_cgroup *memcg, int nid, int zid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700937 unsigned int lru_mask)
Ying Han889976d2011-05-26 16:25:33 -0700938{
939 struct mem_cgroup_per_zone *mz;
Hugh Dickinsf156ab92012-03-21 16:34:19 -0700940 enum lru_list lru;
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700941 unsigned long ret = 0;
942
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700943 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700944
Hugh Dickinsf156ab92012-03-21 16:34:19 -0700945 for_each_lru(lru) {
946 if (BIT(lru) & lru_mask)
947 ret += mz->lru_size[lru];
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700948 }
949 return ret;
950}
951
952static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700953mem_cgroup_node_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700954 int nid, unsigned int lru_mask)
955{
Ying Han889976d2011-05-26 16:25:33 -0700956 u64 total = 0;
957 int zid;
958
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700959 for (zid = 0; zid < MAX_NR_ZONES; zid++)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700960 total += mem_cgroup_zone_nr_lru_pages(memcg,
961 nid, zid, lru_mask);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700962
Ying Han889976d2011-05-26 16:25:33 -0700963 return total;
964}
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700965
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700966static unsigned long mem_cgroup_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700967 unsigned int lru_mask)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800968{
Ying Han889976d2011-05-26 16:25:33 -0700969 int nid;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800970 u64 total = 0;
971
Lai Jiangshan31aaea42012-12-12 13:51:27 -0800972 for_each_node_state(nid, N_MEMORY)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700973 total += mem_cgroup_node_nr_lru_pages(memcg, nid, lru_mask);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800974 return total;
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800975}
976
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800977static bool mem_cgroup_event_ratelimit(struct mem_cgroup *memcg,
978 enum mem_cgroup_events_target target)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800979{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700980 unsigned long val, next;
981
Johannes Weiner13114712012-05-29 15:07:07 -0700982 val = __this_cpu_read(memcg->stat->nr_page_events);
Steven Rostedt47994012011-11-02 13:38:33 -0700983 next = __this_cpu_read(memcg->stat->targets[target]);
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700984 /* from time_after() in jiffies.h */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800985 if ((long)next - (long)val < 0) {
986 switch (target) {
987 case MEM_CGROUP_TARGET_THRESH:
988 next = val + THRESHOLDS_EVENTS_TARGET;
989 break;
990 case MEM_CGROUP_TARGET_SOFTLIMIT:
991 next = val + SOFTLIMIT_EVENTS_TARGET;
992 break;
993 case MEM_CGROUP_TARGET_NUMAINFO:
994 next = val + NUMAINFO_EVENTS_TARGET;
995 break;
996 default:
997 break;
998 }
999 __this_cpu_write(memcg->stat->targets[target], next);
1000 return true;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07001001 }
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001002 return false;
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001003}
1004
1005/*
1006 * Check events in order.
1007 *
1008 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001009static void memcg_check_events(struct mem_cgroup *memcg, struct page *page)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001010{
Steven Rostedt47994012011-11-02 13:38:33 -07001011 preempt_disable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001012 /* threshold event is triggered in finer grain than soft limit */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001013 if (unlikely(mem_cgroup_event_ratelimit(memcg,
1014 MEM_CGROUP_TARGET_THRESH))) {
Andrew Morton82b3f2a2012-02-03 15:37:14 -08001015 bool do_softlimit;
1016 bool do_numainfo __maybe_unused;
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001017
1018 do_softlimit = mem_cgroup_event_ratelimit(memcg,
1019 MEM_CGROUP_TARGET_SOFTLIMIT);
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001020#if MAX_NUMNODES > 1
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001021 do_numainfo = mem_cgroup_event_ratelimit(memcg,
1022 MEM_CGROUP_TARGET_NUMAINFO);
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001023#endif
Johannes Weinerf53d7ce2012-01-12 17:18:23 -08001024 preempt_enable();
1025
1026 mem_cgroup_threshold(memcg);
1027 if (unlikely(do_softlimit))
1028 mem_cgroup_update_tree(memcg, page);
1029#if MAX_NUMNODES > 1
1030 if (unlikely(do_numainfo))
1031 atomic_inc(&memcg->numainfo_events);
1032#endif
1033 } else
1034 preempt_enable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08001035}
1036
Balbir Singhcf475ad2008-04-29 01:00:16 -07001037struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p)
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001038{
Balbir Singh31a78f22008-09-28 23:09:31 +01001039 /*
1040 * mm_update_next_owner() may clear mm->owner to NULL
1041 * if it races with swapoff, page migration, etc.
1042 * So this can be called with p == NULL.
1043 */
1044 if (unlikely(!p))
1045 return NULL;
1046
Tejun Heo8af01f52013-08-08 20:11:22 -04001047 return mem_cgroup_from_css(task_css(p, mem_cgroup_subsys_id));
Pavel Emelianov78fb7462008-02-07 00:13:51 -08001048}
1049
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07001050struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001051{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001052 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001053
1054 if (!mm)
1055 return NULL;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001056 /*
1057 * Because we have no locks, mm->owner's may be being moved to other
1058 * cgroup. We use css_tryget() here even if this looks
1059 * pessimistic (rather than adding locks here).
1060 */
1061 rcu_read_lock();
1062 do {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001063 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1064 if (unlikely(!memcg))
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001065 break;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001066 } while (!css_tryget(&memcg->css));
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001067 rcu_read_unlock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001068 return memcg;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08001069}
1070
Michal Hocko16248d82013-04-29 15:07:19 -07001071/*
1072 * Returns a next (in a pre-order walk) alive memcg (with elevated css
1073 * ref. count) or NULL if the whole root's subtree has been visited.
1074 *
1075 * helper function to be used by mem_cgroup_iter
1076 */
1077static struct mem_cgroup *__mem_cgroup_iter_next(struct mem_cgroup *root,
1078 struct mem_cgroup *last_visited)
1079{
Tejun Heo492eb212013-08-08 20:11:25 -04001080 struct cgroup_subsys_state *prev_css, *next_css;
Michal Hocko16248d82013-04-29 15:07:19 -07001081
1082 /*
1083 * Root is not visited by cgroup iterators so it needs an
1084 * explicit visit.
1085 */
1086 if (!last_visited)
1087 return root;
1088
Tejun Heo492eb212013-08-08 20:11:25 -04001089 prev_css = (last_visited == root) ? NULL : &last_visited->css;
Michal Hocko16248d82013-04-29 15:07:19 -07001090skip_node:
Tejun Heo492eb212013-08-08 20:11:25 -04001091 next_css = css_next_descendant_pre(prev_css, &root->css);
Michal Hocko16248d82013-04-29 15:07:19 -07001092
1093 /*
1094 * Even if we found a group we have to make sure it is
1095 * alive. css && !memcg means that the groups should be
1096 * skipped and we should continue the tree walk.
1097 * last_visited css is safe to use because it is
1098 * protected by css_get and the tree walk is rcu safe.
1099 */
Tejun Heo492eb212013-08-08 20:11:25 -04001100 if (next_css) {
1101 struct mem_cgroup *mem = mem_cgroup_from_css(next_css);
1102
Michal Hocko16248d82013-04-29 15:07:19 -07001103 if (css_tryget(&mem->css))
1104 return mem;
1105 else {
Tejun Heo492eb212013-08-08 20:11:25 -04001106 prev_css = next_css;
Michal Hocko16248d82013-04-29 15:07:19 -07001107 goto skip_node;
1108 }
1109 }
1110
1111 return NULL;
1112}
1113
Johannes Weiner519ebea2013-07-03 15:04:51 -07001114static void mem_cgroup_iter_invalidate(struct mem_cgroup *root)
1115{
1116 /*
1117 * When a group in the hierarchy below root is destroyed, the
1118 * hierarchy iterator can no longer be trusted since it might
1119 * have pointed to the destroyed group. Invalidate it.
1120 */
1121 atomic_inc(&root->dead_count);
1122}
1123
1124static struct mem_cgroup *
1125mem_cgroup_iter_load(struct mem_cgroup_reclaim_iter *iter,
1126 struct mem_cgroup *root,
1127 int *sequence)
1128{
1129 struct mem_cgroup *position = NULL;
1130 /*
1131 * A cgroup destruction happens in two stages: offlining and
1132 * release. They are separated by a RCU grace period.
1133 *
1134 * If the iterator is valid, we may still race with an
1135 * offlining. The RCU lock ensures the object won't be
1136 * released, tryget will fail if we lost the race.
1137 */
1138 *sequence = atomic_read(&root->dead_count);
1139 if (iter->last_dead_count == *sequence) {
1140 smp_rmb();
1141 position = iter->last_visited;
1142 if (position && !css_tryget(&position->css))
1143 position = NULL;
1144 }
1145 return position;
1146}
1147
1148static void mem_cgroup_iter_update(struct mem_cgroup_reclaim_iter *iter,
1149 struct mem_cgroup *last_visited,
1150 struct mem_cgroup *new_position,
1151 int sequence)
1152{
1153 if (last_visited)
1154 css_put(&last_visited->css);
1155 /*
1156 * We store the sequence count from the time @last_visited was
1157 * loaded successfully instead of rereading it here so that we
1158 * don't lose destruction events in between. We could have
1159 * raced with the destruction of @new_position after all.
1160 */
1161 iter->last_visited = new_position;
1162 smp_wmb();
1163 iter->last_dead_count = sequence;
1164}
1165
Johannes Weiner56600482012-01-12 17:17:59 -08001166/**
1167 * mem_cgroup_iter - iterate over memory cgroup hierarchy
1168 * @root: hierarchy root
1169 * @prev: previously returned memcg, NULL on first invocation
1170 * @reclaim: cookie for shared reclaim walks, NULL for full walks
1171 *
1172 * Returns references to children of the hierarchy below @root, or
1173 * @root itself, or %NULL after a full round-trip.
1174 *
1175 * Caller must pass the return value in @prev on subsequent
1176 * invocations for reference counting, or use mem_cgroup_iter_break()
1177 * to cancel a hierarchy walk before the round-trip is complete.
1178 *
1179 * Reclaimers can specify a zone and a priority level in @reclaim to
1180 * divide up the memcgs in the hierarchy among all concurrent
1181 * reclaimers operating on the same zone and priority.
1182 */
1183struct mem_cgroup *mem_cgroup_iter(struct mem_cgroup *root,
1184 struct mem_cgroup *prev,
1185 struct mem_cgroup_reclaim_cookie *reclaim)
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07001186{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001187 struct mem_cgroup *memcg = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001188 struct mem_cgroup *last_visited = NULL;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001189
Johannes Weiner56600482012-01-12 17:17:59 -08001190 if (mem_cgroup_disabled())
1191 return NULL;
1192
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07001193 if (!root)
1194 root = root_mem_cgroup;
1195
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001196 if (prev && !reclaim)
Michal Hocko542f85f2013-04-29 15:07:15 -07001197 last_visited = prev;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001198
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001199 if (!root->use_hierarchy && root != root_mem_cgroup) {
1200 if (prev)
Michal Hockoc40046f2013-04-29 15:07:14 -07001201 goto out_css_put;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001202 return root;
1203 }
1204
Michal Hocko542f85f2013-04-29 15:07:15 -07001205 rcu_read_lock();
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001206 while (!memcg) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001207 struct mem_cgroup_reclaim_iter *uninitialized_var(iter);
Johannes Weiner519ebea2013-07-03 15:04:51 -07001208 int uninitialized_var(seq);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001209
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001210 if (reclaim) {
1211 int nid = zone_to_nid(reclaim->zone);
1212 int zid = zone_idx(reclaim->zone);
1213 struct mem_cgroup_per_zone *mz;
1214
1215 mz = mem_cgroup_zoneinfo(root, nid, zid);
1216 iter = &mz->reclaim_iter[reclaim->priority];
Michal Hocko542f85f2013-04-29 15:07:15 -07001217 if (prev && reclaim->generation != iter->generation) {
Michal Hocko5f578162013-04-29 15:07:17 -07001218 iter->last_visited = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001219 goto out_unlock;
1220 }
Michal Hocko5f578162013-04-29 15:07:17 -07001221
Johannes Weiner519ebea2013-07-03 15:04:51 -07001222 last_visited = mem_cgroup_iter_load(iter, root, &seq);
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001223 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001224
Michal Hocko16248d82013-04-29 15:07:19 -07001225 memcg = __mem_cgroup_iter_next(root, last_visited);
Michal Hocko542f85f2013-04-29 15:07:15 -07001226
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001227 if (reclaim) {
Johannes Weiner519ebea2013-07-03 15:04:51 -07001228 mem_cgroup_iter_update(iter, last_visited, memcg, seq);
Michal Hocko542f85f2013-04-29 15:07:15 -07001229
Michal Hocko19f39402013-04-29 15:07:18 -07001230 if (!memcg)
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001231 iter->generation++;
1232 else if (!prev && memcg)
1233 reclaim->generation = iter->generation;
1234 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001235
Michal Hocko19f39402013-04-29 15:07:18 -07001236 if (prev && !memcg)
Michal Hocko542f85f2013-04-29 15:07:15 -07001237 goto out_unlock;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001238 }
Michal Hocko542f85f2013-04-29 15:07:15 -07001239out_unlock:
1240 rcu_read_unlock();
Michal Hockoc40046f2013-04-29 15:07:14 -07001241out_css_put:
1242 if (prev && prev != root)
1243 css_put(&prev->css);
1244
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001245 return memcg;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001246}
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001247
Johannes Weiner56600482012-01-12 17:17:59 -08001248/**
1249 * mem_cgroup_iter_break - abort a hierarchy walk prematurely
1250 * @root: hierarchy root
1251 * @prev: last visited hierarchy member as returned by mem_cgroup_iter()
1252 */
1253void mem_cgroup_iter_break(struct mem_cgroup *root,
1254 struct mem_cgroup *prev)
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001255{
1256 if (!root)
1257 root = root_mem_cgroup;
1258 if (prev && prev != root)
1259 css_put(&prev->css);
1260}
1261
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001262/*
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001263 * Iteration constructs for visiting all cgroups (under a tree). If
1264 * loops are exited prematurely (break), mem_cgroup_iter_break() must
1265 * be used for reference counting.
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001266 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001267#define for_each_mem_cgroup_tree(iter, root) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001268 for (iter = mem_cgroup_iter(root, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001269 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001270 iter = mem_cgroup_iter(root, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001271
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001272#define for_each_mem_cgroup(iter) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001273 for (iter = mem_cgroup_iter(NULL, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001274 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001275 iter = mem_cgroup_iter(NULL, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001276
David Rientjes68ae5642012-12-12 13:51:57 -08001277void __mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx)
Ying Han456f9982011-05-26 16:25:38 -07001278{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001279 struct mem_cgroup *memcg;
Ying Han456f9982011-05-26 16:25:38 -07001280
Ying Han456f9982011-05-26 16:25:38 -07001281 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001282 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1283 if (unlikely(!memcg))
Ying Han456f9982011-05-26 16:25:38 -07001284 goto out;
1285
1286 switch (idx) {
Ying Han456f9982011-05-26 16:25:38 -07001287 case PGFAULT:
Johannes Weiner0e574a92012-01-12 17:18:35 -08001288 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGFAULT]);
1289 break;
1290 case PGMAJFAULT:
1291 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGMAJFAULT]);
Ying Han456f9982011-05-26 16:25:38 -07001292 break;
1293 default:
1294 BUG();
1295 }
1296out:
1297 rcu_read_unlock();
1298}
David Rientjes68ae5642012-12-12 13:51:57 -08001299EXPORT_SYMBOL(__mem_cgroup_count_vm_event);
Ying Han456f9982011-05-26 16:25:38 -07001300
Johannes Weiner925b7672012-01-12 17:18:15 -08001301/**
1302 * mem_cgroup_zone_lruvec - get the lru list vector for a zone and memcg
1303 * @zone: zone of the wanted lruvec
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001304 * @memcg: memcg of the wanted lruvec
Johannes Weiner925b7672012-01-12 17:18:15 -08001305 *
1306 * Returns the lru list vector holding pages for the given @zone and
1307 * @mem. This can be the global zone lruvec, if the memory controller
1308 * is disabled.
1309 */
1310struct lruvec *mem_cgroup_zone_lruvec(struct zone *zone,
1311 struct mem_cgroup *memcg)
1312{
1313 struct mem_cgroup_per_zone *mz;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001314 struct lruvec *lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001315
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001316 if (mem_cgroup_disabled()) {
1317 lruvec = &zone->lruvec;
1318 goto out;
1319 }
Johannes Weiner925b7672012-01-12 17:18:15 -08001320
1321 mz = mem_cgroup_zoneinfo(memcg, zone_to_nid(zone), zone_idx(zone));
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001322 lruvec = &mz->lruvec;
1323out:
1324 /*
1325 * Since a node can be onlined after the mem_cgroup was created,
1326 * we have to be prepared to initialize lruvec->zone here;
1327 * and if offlined then reonlined, we need to reinitialize it.
1328 */
1329 if (unlikely(lruvec->zone != zone))
1330 lruvec->zone = zone;
1331 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001332}
1333
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001334/*
1335 * Following LRU functions are allowed to be used without PCG_LOCK.
1336 * Operations are called by routine of global LRU independently from memcg.
1337 * What we have to take care of here is validness of pc->mem_cgroup.
1338 *
1339 * Changes to pc->mem_cgroup happens when
1340 * 1. charge
1341 * 2. moving account
1342 * In typical case, "charge" is done before add-to-lru. Exception is SwapCache.
1343 * It is added to LRU before charge.
1344 * If PCG_USED bit is not set, page_cgroup is not added to this private LRU.
1345 * When moving account, the page is not on LRU. It's isolated.
1346 */
1347
Johannes Weiner925b7672012-01-12 17:18:15 -08001348/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001349 * mem_cgroup_page_lruvec - return lruvec for adding an lru page
Johannes Weiner925b7672012-01-12 17:18:15 -08001350 * @page: the page
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001351 * @zone: zone of the page
Minchan Kim3f58a822011-03-22 16:32:53 -07001352 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001353struct lruvec *mem_cgroup_page_lruvec(struct page *page, struct zone *zone)
Minchan Kim3f58a822011-03-22 16:32:53 -07001354{
1355 struct mem_cgroup_per_zone *mz;
Johannes Weiner925b7672012-01-12 17:18:15 -08001356 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001357 struct page_cgroup *pc;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001358 struct lruvec *lruvec;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08001359
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001360 if (mem_cgroup_disabled()) {
1361 lruvec = &zone->lruvec;
1362 goto out;
1363 }
Christoph Lameterb69408e2008-10-18 20:26:14 -07001364
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001365 pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08001366 memcg = pc->mem_cgroup;
Hugh Dickins75121022012-03-05 14:59:18 -08001367
1368 /*
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001369 * Surreptitiously switch any uncharged offlist page to root:
Hugh Dickins75121022012-03-05 14:59:18 -08001370 * an uncharged page off lru does nothing to secure
1371 * its former mem_cgroup from sudden removal.
1372 *
1373 * Our caller holds lru_lock, and PageCgroupUsed is updated
1374 * under page_cgroup lock: between them, they make all uses
1375 * of pc->mem_cgroup safe.
1376 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001377 if (!PageLRU(page) && !PageCgroupUsed(pc) && memcg != root_mem_cgroup)
Hugh Dickins75121022012-03-05 14:59:18 -08001378 pc->mem_cgroup = memcg = root_mem_cgroup;
1379
Johannes Weiner925b7672012-01-12 17:18:15 -08001380 mz = page_cgroup_zoneinfo(memcg, page);
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001381 lruvec = &mz->lruvec;
1382out:
1383 /*
1384 * Since a node can be onlined after the mem_cgroup was created,
1385 * we have to be prepared to initialize lruvec->zone here;
1386 * and if offlined then reonlined, we need to reinitialize it.
1387 */
1388 if (unlikely(lruvec->zone != zone))
1389 lruvec->zone = zone;
1390 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001391}
1392
1393/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001394 * mem_cgroup_update_lru_size - account for adding or removing an lru page
1395 * @lruvec: mem_cgroup per zone lru vector
1396 * @lru: index of lru list the page is sitting on
1397 * @nr_pages: positive when adding or negative when removing
Johannes Weiner925b7672012-01-12 17:18:15 -08001398 *
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001399 * This function must be called when a page is added to or removed from an
1400 * lru list.
Johannes Weiner925b7672012-01-12 17:18:15 -08001401 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001402void mem_cgroup_update_lru_size(struct lruvec *lruvec, enum lru_list lru,
1403 int nr_pages)
Johannes Weiner925b7672012-01-12 17:18:15 -08001404{
1405 struct mem_cgroup_per_zone *mz;
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001406 unsigned long *lru_size;
Johannes Weiner925b7672012-01-12 17:18:15 -08001407
1408 if (mem_cgroup_disabled())
1409 return;
1410
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001411 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
1412 lru_size = mz->lru_size + lru;
1413 *lru_size += nr_pages;
1414 VM_BUG_ON((long)(*lru_size) < 0);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001415}
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08001416
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001417/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001418 * Checks whether given mem is same or in the root_mem_cgroup's
Michal Hocko3e920412011-07-26 16:08:29 -07001419 * hierarchy subtree
1420 */
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001421bool __mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1422 struct mem_cgroup *memcg)
Michal Hocko3e920412011-07-26 16:08:29 -07001423{
Johannes Weiner91c637342012-05-29 15:06:24 -07001424 if (root_memcg == memcg)
1425 return true;
Hugh Dickins3a981f42012-06-20 12:52:58 -07001426 if (!root_memcg->use_hierarchy || !memcg)
Johannes Weiner91c637342012-05-29 15:06:24 -07001427 return false;
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001428 return css_is_ancestor(&memcg->css, &root_memcg->css);
1429}
1430
1431static bool mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1432 struct mem_cgroup *memcg)
1433{
1434 bool ret;
1435
Johannes Weiner91c637342012-05-29 15:06:24 -07001436 rcu_read_lock();
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001437 ret = __mem_cgroup_same_or_subtree(root_memcg, memcg);
Johannes Weiner91c637342012-05-29 15:06:24 -07001438 rcu_read_unlock();
1439 return ret;
Michal Hocko3e920412011-07-26 16:08:29 -07001440}
1441
David Rientjesffbdccf2013-07-03 15:01:23 -07001442bool task_in_mem_cgroup(struct task_struct *task,
1443 const struct mem_cgroup *memcg)
David Rientjes4c4a2212008-02-07 00:14:06 -08001444{
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001445 struct mem_cgroup *curr = NULL;
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001446 struct task_struct *p;
David Rientjesffbdccf2013-07-03 15:01:23 -07001447 bool ret;
David Rientjes4c4a2212008-02-07 00:14:06 -08001448
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001449 p = find_lock_task_mm(task);
David Rientjesde077d22012-01-12 17:18:52 -08001450 if (p) {
1451 curr = try_get_mem_cgroup_from_mm(p->mm);
1452 task_unlock(p);
1453 } else {
1454 /*
1455 * All threads may have already detached their mm's, but the oom
1456 * killer still needs to detect if they have already been oom
1457 * killed to prevent needlessly killing additional tasks.
1458 */
David Rientjesffbdccf2013-07-03 15:01:23 -07001459 rcu_read_lock();
David Rientjesde077d22012-01-12 17:18:52 -08001460 curr = mem_cgroup_from_task(task);
1461 if (curr)
1462 css_get(&curr->css);
David Rientjesffbdccf2013-07-03 15:01:23 -07001463 rcu_read_unlock();
David Rientjesde077d22012-01-12 17:18:52 -08001464 }
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001465 if (!curr)
David Rientjesffbdccf2013-07-03 15:01:23 -07001466 return false;
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001467 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001468 * We should check use_hierarchy of "memcg" not "curr". Because checking
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001469 * use_hierarchy of "curr" here make this function true if hierarchy is
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001470 * enabled in "curr" and "curr" is a child of "memcg" in *cgroup*
1471 * hierarchy(even if use_hierarchy is disabled in "memcg").
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001472 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001473 ret = mem_cgroup_same_or_subtree(memcg, curr);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001474 css_put(&curr->css);
David Rientjes4c4a2212008-02-07 00:14:06 -08001475 return ret;
1476}
1477
Konstantin Khlebnikovc56d5c72012-05-29 15:07:00 -07001478int mem_cgroup_inactive_anon_is_low(struct lruvec *lruvec)
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001479{
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001480 unsigned long inactive_ratio;
Johannes Weiner9b272972011-11-02 13:38:23 -07001481 unsigned long inactive;
1482 unsigned long active;
1483 unsigned long gb;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001484
Hugh Dickins4d7dcca2012-05-29 15:07:08 -07001485 inactive = mem_cgroup_get_lru_size(lruvec, LRU_INACTIVE_ANON);
1486 active = mem_cgroup_get_lru_size(lruvec, LRU_ACTIVE_ANON);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001487
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001488 gb = (inactive + active) >> (30 - PAGE_SHIFT);
1489 if (gb)
1490 inactive_ratio = int_sqrt(10 * gb);
1491 else
1492 inactive_ratio = 1;
1493
Johannes Weiner9b272972011-11-02 13:38:23 -07001494 return inactive * inactive_ratio < active;
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001495}
1496
Balbir Singh6d61ef42009-01-07 18:08:06 -08001497#define mem_cgroup_from_res_counter(counter, member) \
1498 container_of(counter, struct mem_cgroup, member)
1499
Johannes Weiner19942822011-02-01 15:52:43 -08001500/**
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001501 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
Wanpeng Lidad75572012-06-20 12:53:01 -07001502 * @memcg: the memory cgroup
Johannes Weiner19942822011-02-01 15:52:43 -08001503 *
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001504 * Returns the maximum amount of memory @mem can be charged with, in
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001505 * pages.
Johannes Weiner19942822011-02-01 15:52:43 -08001506 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001507static unsigned long mem_cgroup_margin(struct mem_cgroup *memcg)
Johannes Weiner19942822011-02-01 15:52:43 -08001508{
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001509 unsigned long long margin;
1510
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001511 margin = res_counter_margin(&memcg->res);
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001512 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001513 margin = min(margin, res_counter_margin(&memcg->memsw));
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001514 return margin >> PAGE_SHIFT;
Johannes Weiner19942822011-02-01 15:52:43 -08001515}
1516
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07001517int mem_cgroup_swappiness(struct mem_cgroup *memcg)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001518{
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001519 /* root ? */
Tejun Heo63876982013-08-08 20:11:23 -04001520 if (!css_parent(&memcg->css))
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001521 return vm_swappiness;
1522
Johannes Weinerbf1ff262011-03-23 16:42:32 -07001523 return memcg->swappiness;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001524}
1525
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001526/*
1527 * memcg->moving_account is used for checking possibility that some thread is
1528 * calling move_account(). When a thread on CPU-A starts moving pages under
1529 * a memcg, other threads should check memcg->moving_account under
1530 * rcu_read_lock(), like this:
1531 *
1532 * CPU-A CPU-B
1533 * rcu_read_lock()
1534 * memcg->moving_account+1 if (memcg->mocing_account)
1535 * take heavy locks.
1536 * synchronize_rcu() update something.
1537 * rcu_read_unlock()
1538 * start move here.
1539 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001540
1541/* for quick checking without looking up memcg */
1542atomic_t memcg_moving __read_mostly;
1543
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001544static void mem_cgroup_start_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001545{
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001546 atomic_inc(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001547 atomic_inc(&memcg->moving_account);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001548 synchronize_rcu();
1549}
1550
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001551static void mem_cgroup_end_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001552{
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001553 /*
1554 * Now, mem_cgroup_clear_mc() may call this function with NULL.
1555 * We check NULL in callee rather than caller.
1556 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001557 if (memcg) {
1558 atomic_dec(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001559 atomic_dec(&memcg->moving_account);
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001560 }
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001561}
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001562
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001563/*
1564 * 2 routines for checking "mem" is under move_account() or not.
1565 *
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001566 * mem_cgroup_stolen() - checking whether a cgroup is mc.from or not. This
1567 * is used for avoiding races in accounting. If true,
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001568 * pc->mem_cgroup may be overwritten.
1569 *
1570 * mem_cgroup_under_move() - checking a cgroup is mc.from or mc.to or
1571 * under hierarchy of moving cgroups. This is for
1572 * waiting at hith-memory prressure caused by "move".
1573 */
1574
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001575static bool mem_cgroup_stolen(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001576{
1577 VM_BUG_ON(!rcu_read_lock_held());
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001578 return atomic_read(&memcg->moving_account) > 0;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001579}
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001580
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001581static bool mem_cgroup_under_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001582{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001583 struct mem_cgroup *from;
1584 struct mem_cgroup *to;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001585 bool ret = false;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001586 /*
1587 * Unlike task_move routines, we access mc.to, mc.from not under
1588 * mutual exclusion by cgroup_mutex. Here, we take spinlock instead.
1589 */
1590 spin_lock(&mc.lock);
1591 from = mc.from;
1592 to = mc.to;
1593 if (!from)
1594 goto unlock;
Michal Hocko3e920412011-07-26 16:08:29 -07001595
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001596 ret = mem_cgroup_same_or_subtree(memcg, from)
1597 || mem_cgroup_same_or_subtree(memcg, to);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001598unlock:
1599 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001600 return ret;
1601}
1602
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001603static bool mem_cgroup_wait_acct_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001604{
1605 if (mc.moving_task && current != mc.moving_task) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001606 if (mem_cgroup_under_move(memcg)) {
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001607 DEFINE_WAIT(wait);
1608 prepare_to_wait(&mc.waitq, &wait, TASK_INTERRUPTIBLE);
1609 /* moving charge context might have finished. */
1610 if (mc.moving_task)
1611 schedule();
1612 finish_wait(&mc.waitq, &wait);
1613 return true;
1614 }
1615 }
1616 return false;
1617}
1618
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001619/*
1620 * Take this lock when
1621 * - a code tries to modify page's memcg while it's USED.
1622 * - a code tries to modify page state accounting in a memcg.
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001623 * see mem_cgroup_stolen(), too.
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001624 */
1625static void move_lock_mem_cgroup(struct mem_cgroup *memcg,
1626 unsigned long *flags)
1627{
1628 spin_lock_irqsave(&memcg->move_lock, *flags);
1629}
1630
1631static void move_unlock_mem_cgroup(struct mem_cgroup *memcg,
1632 unsigned long *flags)
1633{
1634 spin_unlock_irqrestore(&memcg->move_lock, *flags);
1635}
1636
Sha Zhengju58cf1882013-02-22 16:32:05 -08001637#define K(x) ((x) << (PAGE_SHIFT-10))
Balbir Singhe2224322009-04-02 16:57:39 -07001638/**
Sha Zhengju58cf1882013-02-22 16:32:05 -08001639 * mem_cgroup_print_oom_info: Print OOM information relevant to memory controller.
Balbir Singhe2224322009-04-02 16:57:39 -07001640 * @memcg: The memory cgroup that went over limit
1641 * @p: Task that is going to be killed
1642 *
1643 * NOTE: @memcg and @p's mem_cgroup can be different when hierarchy is
1644 * enabled
1645 */
1646void mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
1647{
1648 struct cgroup *task_cgrp;
1649 struct cgroup *mem_cgrp;
1650 /*
1651 * Need a buffer in BSS, can't rely on allocations. The code relies
1652 * on the assumption that OOM is serialized for memory controller.
1653 * If this assumption is broken, revisit this code.
1654 */
1655 static char memcg_name[PATH_MAX];
1656 int ret;
Sha Zhengju58cf1882013-02-22 16:32:05 -08001657 struct mem_cgroup *iter;
1658 unsigned int i;
Balbir Singhe2224322009-04-02 16:57:39 -07001659
Sha Zhengju58cf1882013-02-22 16:32:05 -08001660 if (!p)
Balbir Singhe2224322009-04-02 16:57:39 -07001661 return;
1662
Balbir Singhe2224322009-04-02 16:57:39 -07001663 rcu_read_lock();
1664
1665 mem_cgrp = memcg->css.cgroup;
1666 task_cgrp = task_cgroup(p, mem_cgroup_subsys_id);
1667
1668 ret = cgroup_path(task_cgrp, memcg_name, PATH_MAX);
1669 if (ret < 0) {
1670 /*
1671 * Unfortunately, we are unable to convert to a useful name
1672 * But we'll still print out the usage information
1673 */
1674 rcu_read_unlock();
1675 goto done;
1676 }
1677 rcu_read_unlock();
1678
Andrew Mortond0451972013-02-22 16:32:06 -08001679 pr_info("Task in %s killed", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001680
1681 rcu_read_lock();
1682 ret = cgroup_path(mem_cgrp, memcg_name, PATH_MAX);
1683 if (ret < 0) {
1684 rcu_read_unlock();
1685 goto done;
1686 }
1687 rcu_read_unlock();
1688
1689 /*
1690 * Continues from above, so we don't need an KERN_ level
1691 */
Andrew Mortond0451972013-02-22 16:32:06 -08001692 pr_cont(" as a result of limit of %s\n", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001693done:
1694
Andrew Mortond0451972013-02-22 16:32:06 -08001695 pr_info("memory: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001696 res_counter_read_u64(&memcg->res, RES_USAGE) >> 10,
1697 res_counter_read_u64(&memcg->res, RES_LIMIT) >> 10,
1698 res_counter_read_u64(&memcg->res, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001699 pr_info("memory+swap: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001700 res_counter_read_u64(&memcg->memsw, RES_USAGE) >> 10,
1701 res_counter_read_u64(&memcg->memsw, RES_LIMIT) >> 10,
1702 res_counter_read_u64(&memcg->memsw, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001703 pr_info("kmem: usage %llukB, limit %llukB, failcnt %llu\n",
Glauber Costa510fc4e2012-12-18 14:21:47 -08001704 res_counter_read_u64(&memcg->kmem, RES_USAGE) >> 10,
1705 res_counter_read_u64(&memcg->kmem, RES_LIMIT) >> 10,
1706 res_counter_read_u64(&memcg->kmem, RES_FAILCNT));
Sha Zhengju58cf1882013-02-22 16:32:05 -08001707
1708 for_each_mem_cgroup_tree(iter, memcg) {
1709 pr_info("Memory cgroup stats");
1710
1711 rcu_read_lock();
1712 ret = cgroup_path(iter->css.cgroup, memcg_name, PATH_MAX);
1713 if (!ret)
1714 pr_cont(" for %s", memcg_name);
1715 rcu_read_unlock();
1716 pr_cont(":");
1717
1718 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
1719 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
1720 continue;
1721 pr_cont(" %s:%ldKB", mem_cgroup_stat_names[i],
1722 K(mem_cgroup_read_stat(iter, i)));
1723 }
1724
1725 for (i = 0; i < NR_LRU_LISTS; i++)
1726 pr_cont(" %s:%luKB", mem_cgroup_lru_names[i],
1727 K(mem_cgroup_nr_lru_pages(iter, BIT(i))));
1728
1729 pr_cont("\n");
1730 }
Balbir Singhe2224322009-04-02 16:57:39 -07001731}
1732
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001733/*
1734 * This function returns the number of memcg under hierarchy tree. Returns
1735 * 1(self count) if no children.
1736 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001737static int mem_cgroup_count_children(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001738{
1739 int num = 0;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001740 struct mem_cgroup *iter;
1741
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001742 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001743 num++;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001744 return num;
1745}
1746
Balbir Singh6d61ef42009-01-07 18:08:06 -08001747/*
David Rientjesa63d83f2010-08-09 17:19:46 -07001748 * Return the memory (and swap, if configured) limit for a memcg.
1749 */
David Rientjes9cbb78b2012-07-31 16:43:44 -07001750static u64 mem_cgroup_get_limit(struct mem_cgroup *memcg)
David Rientjesa63d83f2010-08-09 17:19:46 -07001751{
1752 u64 limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001753
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001754 limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001755
David Rientjesa63d83f2010-08-09 17:19:46 -07001756 /*
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001757 * Do not consider swap space if we cannot swap due to swappiness
David Rientjesa63d83f2010-08-09 17:19:46 -07001758 */
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001759 if (mem_cgroup_swappiness(memcg)) {
1760 u64 memsw;
1761
1762 limit += total_swap_pages << PAGE_SHIFT;
1763 memsw = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
1764
1765 /*
1766 * If memsw is finite and limits the amount of swap space
1767 * available to this memcg, return that limit.
1768 */
1769 limit = min(limit, memsw);
1770 }
1771
1772 return limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001773}
1774
David Rientjes19965462012-12-11 16:00:26 -08001775static void mem_cgroup_out_of_memory(struct mem_cgroup *memcg, gfp_t gfp_mask,
1776 int order)
David Rientjes9cbb78b2012-07-31 16:43:44 -07001777{
1778 struct mem_cgroup *iter;
1779 unsigned long chosen_points = 0;
1780 unsigned long totalpages;
1781 unsigned int points = 0;
1782 struct task_struct *chosen = NULL;
1783
David Rientjes876aafb2012-07-31 16:43:48 -07001784 /*
David Rientjes465adcf2013-04-29 15:08:45 -07001785 * If current has a pending SIGKILL or is exiting, then automatically
1786 * select it. The goal is to allow it to allocate so that it may
1787 * quickly exit and free its memory.
David Rientjes876aafb2012-07-31 16:43:48 -07001788 */
David Rientjes465adcf2013-04-29 15:08:45 -07001789 if (fatal_signal_pending(current) || current->flags & PF_EXITING) {
David Rientjes876aafb2012-07-31 16:43:48 -07001790 set_thread_flag(TIF_MEMDIE);
1791 return;
1792 }
1793
1794 check_panic_on_oom(CONSTRAINT_MEMCG, gfp_mask, order, NULL);
David Rientjes9cbb78b2012-07-31 16:43:44 -07001795 totalpages = mem_cgroup_get_limit(memcg) >> PAGE_SHIFT ? : 1;
1796 for_each_mem_cgroup_tree(iter, memcg) {
Tejun Heo72ec7022013-08-08 20:11:26 -04001797 struct css_task_iter it;
David Rientjes9cbb78b2012-07-31 16:43:44 -07001798 struct task_struct *task;
1799
Tejun Heo72ec7022013-08-08 20:11:26 -04001800 css_task_iter_start(&iter->css, &it);
1801 while ((task = css_task_iter_next(&it))) {
David Rientjes9cbb78b2012-07-31 16:43:44 -07001802 switch (oom_scan_process_thread(task, totalpages, NULL,
1803 false)) {
1804 case OOM_SCAN_SELECT:
1805 if (chosen)
1806 put_task_struct(chosen);
1807 chosen = task;
1808 chosen_points = ULONG_MAX;
1809 get_task_struct(chosen);
1810 /* fall through */
1811 case OOM_SCAN_CONTINUE:
1812 continue;
1813 case OOM_SCAN_ABORT:
Tejun Heo72ec7022013-08-08 20:11:26 -04001814 css_task_iter_end(&it);
David Rientjes9cbb78b2012-07-31 16:43:44 -07001815 mem_cgroup_iter_break(memcg, iter);
1816 if (chosen)
1817 put_task_struct(chosen);
1818 return;
1819 case OOM_SCAN_OK:
1820 break;
1821 };
1822 points = oom_badness(task, memcg, NULL, totalpages);
1823 if (points > chosen_points) {
1824 if (chosen)
1825 put_task_struct(chosen);
1826 chosen = task;
1827 chosen_points = points;
1828 get_task_struct(chosen);
1829 }
1830 }
Tejun Heo72ec7022013-08-08 20:11:26 -04001831 css_task_iter_end(&it);
David Rientjes9cbb78b2012-07-31 16:43:44 -07001832 }
1833
1834 if (!chosen)
1835 return;
1836 points = chosen_points * 1000 / totalpages;
David Rientjes9cbb78b2012-07-31 16:43:44 -07001837 oom_kill_process(chosen, gfp_mask, order, points, totalpages, memcg,
1838 NULL, "Memory cgroup out of memory");
David Rientjes9cbb78b2012-07-31 16:43:44 -07001839}
1840
Johannes Weiner56600482012-01-12 17:17:59 -08001841static unsigned long mem_cgroup_reclaim(struct mem_cgroup *memcg,
1842 gfp_t gfp_mask,
1843 unsigned long flags)
1844{
1845 unsigned long total = 0;
1846 bool noswap = false;
1847 int loop;
1848
1849 if (flags & MEM_CGROUP_RECLAIM_NOSWAP)
1850 noswap = true;
1851 if (!(flags & MEM_CGROUP_RECLAIM_SHRINK) && memcg->memsw_is_minimum)
1852 noswap = true;
1853
1854 for (loop = 0; loop < MEM_CGROUP_MAX_RECLAIM_LOOPS; loop++) {
1855 if (loop)
1856 drain_all_stock_async(memcg);
1857 total += try_to_free_mem_cgroup_pages(memcg, gfp_mask, noswap);
1858 /*
1859 * Allow limit shrinkers, which are triggered directly
1860 * by userspace, to catch signals and stop reclaim
1861 * after minimal progress, regardless of the margin.
1862 */
1863 if (total && (flags & MEM_CGROUP_RECLAIM_SHRINK))
1864 break;
1865 if (mem_cgroup_margin(memcg))
1866 break;
1867 /*
1868 * If nothing was reclaimed after two attempts, there
1869 * may be no reclaimable pages in this hierarchy.
1870 */
1871 if (loop && !total)
1872 break;
1873 }
1874 return total;
1875}
1876
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001877/**
1878 * test_mem_cgroup_node_reclaimable
Wanpeng Lidad75572012-06-20 12:53:01 -07001879 * @memcg: the target memcg
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001880 * @nid: the node ID to be checked.
1881 * @noswap : specify true here if the user wants flle only information.
1882 *
1883 * This function returns whether the specified memcg contains any
1884 * reclaimable pages on a node. Returns true if there are any reclaimable
1885 * pages in the node.
1886 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001887static bool test_mem_cgroup_node_reclaimable(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001888 int nid, bool noswap)
1889{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001890 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_FILE))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001891 return true;
1892 if (noswap || !total_swap_pages)
1893 return false;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001894 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_ANON))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001895 return true;
1896 return false;
1897
1898}
Ying Han889976d2011-05-26 16:25:33 -07001899#if MAX_NUMNODES > 1
1900
1901/*
1902 * Always updating the nodemask is not very good - even if we have an empty
1903 * list or the wrong list here, we can start from some node and traverse all
1904 * nodes based on the zonelist. So update the list loosely once per 10 secs.
1905 *
1906 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001907static void mem_cgroup_may_update_nodemask(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001908{
1909 int nid;
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001910 /*
1911 * numainfo_events > 0 means there was at least NUMAINFO_EVENTS_TARGET
1912 * pagein/pageout changes since the last update.
1913 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001914 if (!atomic_read(&memcg->numainfo_events))
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001915 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001916 if (atomic_inc_return(&memcg->numainfo_updating) > 1)
Ying Han889976d2011-05-26 16:25:33 -07001917 return;
1918
Ying Han889976d2011-05-26 16:25:33 -07001919 /* make a nodemask where this memcg uses memory from */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001920 memcg->scan_nodes = node_states[N_MEMORY];
Ying Han889976d2011-05-26 16:25:33 -07001921
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001922 for_each_node_mask(nid, node_states[N_MEMORY]) {
Ying Han889976d2011-05-26 16:25:33 -07001923
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001924 if (!test_mem_cgroup_node_reclaimable(memcg, nid, false))
1925 node_clear(nid, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001926 }
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001927
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001928 atomic_set(&memcg->numainfo_events, 0);
1929 atomic_set(&memcg->numainfo_updating, 0);
Ying Han889976d2011-05-26 16:25:33 -07001930}
1931
1932/*
1933 * Selecting a node where we start reclaim from. Because what we need is just
1934 * reducing usage counter, start from anywhere is O,K. Considering
1935 * memory reclaim from current node, there are pros. and cons.
1936 *
1937 * Freeing memory from current node means freeing memory from a node which
1938 * we'll use or we've used. So, it may make LRU bad. And if several threads
1939 * hit limits, it will see a contention on a node. But freeing from remote
1940 * node means more costs for memory reclaim because of memory latency.
1941 *
1942 * Now, we use round-robin. Better algorithm is welcomed.
1943 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001944int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001945{
1946 int node;
1947
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001948 mem_cgroup_may_update_nodemask(memcg);
1949 node = memcg->last_scanned_node;
Ying Han889976d2011-05-26 16:25:33 -07001950
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001951 node = next_node(node, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001952 if (node == MAX_NUMNODES)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001953 node = first_node(memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001954 /*
1955 * We call this when we hit limit, not when pages are added to LRU.
1956 * No LRU may hold pages because all pages are UNEVICTABLE or
1957 * memcg is too small and all pages are not on LRU. In that case,
1958 * we use curret node.
1959 */
1960 if (unlikely(node == MAX_NUMNODES))
1961 node = numa_node_id();
1962
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001963 memcg->last_scanned_node = node;
Ying Han889976d2011-05-26 16:25:33 -07001964 return node;
1965}
1966
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001967/*
1968 * Check all nodes whether it contains reclaimable pages or not.
1969 * For quick scan, we make use of scan_nodes. This will allow us to skip
1970 * unused nodes. But scan_nodes is lazily updated and may not cotain
1971 * enough new information. We need to do double check.
1972 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07001973static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001974{
1975 int nid;
1976
1977 /*
1978 * quick check...making use of scan_node.
1979 * We can skip unused nodes.
1980 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001981 if (!nodes_empty(memcg->scan_nodes)) {
1982 for (nid = first_node(memcg->scan_nodes);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001983 nid < MAX_NUMNODES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001984 nid = next_node(nid, memcg->scan_nodes)) {
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001985
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001986 if (test_mem_cgroup_node_reclaimable(memcg, nid, noswap))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001987 return true;
1988 }
1989 }
1990 /*
1991 * Check rest of nodes.
1992 */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001993 for_each_node_state(nid, N_MEMORY) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001994 if (node_isset(nid, memcg->scan_nodes))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001995 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001996 if (test_mem_cgroup_node_reclaimable(memcg, nid, noswap))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001997 return true;
1998 }
1999 return false;
2000}
2001
Ying Han889976d2011-05-26 16:25:33 -07002002#else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002003int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07002004{
2005 return 0;
2006}
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002007
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002008static bool mem_cgroup_reclaimable(struct mem_cgroup *memcg, bool noswap)
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002009{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002010 return test_mem_cgroup_node_reclaimable(memcg, 0, noswap);
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07002011}
Ying Han889976d2011-05-26 16:25:33 -07002012#endif
2013
Johannes Weiner56600482012-01-12 17:17:59 -08002014static int mem_cgroup_soft_reclaim(struct mem_cgroup *root_memcg,
2015 struct zone *zone,
2016 gfp_t gfp_mask,
2017 unsigned long *total_scanned)
Balbir Singh6d61ef42009-01-07 18:08:06 -08002018{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002019 struct mem_cgroup *victim = NULL;
Johannes Weiner56600482012-01-12 17:17:59 -08002020 int total = 0;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002021 int loop = 0;
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002022 unsigned long excess;
Johannes Weiner185efc02011-09-14 16:21:58 -07002023 unsigned long nr_scanned;
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002024 struct mem_cgroup_reclaim_cookie reclaim = {
2025 .zone = zone,
2026 .priority = 0,
2027 };
Johannes Weiner9d11ea92011-03-23 16:42:21 -07002028
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002029 excess = res_counter_soft_limit_excess(&root_memcg->res) >> PAGE_SHIFT;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002030
Balbir Singh4e416952009-09-23 15:56:39 -07002031 while (1) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08002032 victim = mem_cgroup_iter(root_memcg, victim, &reclaim);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002033 if (!victim) {
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002034 loop++;
Balbir Singh4e416952009-09-23 15:56:39 -07002035 if (loop >= 2) {
2036 /*
2037 * If we have not been able to reclaim
2038 * anything, it might because there are
2039 * no reclaimable pages under this hierarchy
2040 */
Johannes Weiner56600482012-01-12 17:17:59 -08002041 if (!total)
Balbir Singh4e416952009-09-23 15:56:39 -07002042 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002043 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002044 * We want to do more targeted reclaim.
Balbir Singh4e416952009-09-23 15:56:39 -07002045 * excess >> 2 is not to excessive so as to
2046 * reclaim too much, nor too less that we keep
2047 * coming back to reclaim from this cgroup
2048 */
2049 if (total >= (excess >> 2) ||
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002050 (loop > MEM_CGROUP_MAX_RECLAIM_LOOPS))
Balbir Singh4e416952009-09-23 15:56:39 -07002051 break;
Balbir Singh4e416952009-09-23 15:56:39 -07002052 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002053 continue;
Balbir Singh4e416952009-09-23 15:56:39 -07002054 }
Johannes Weiner56600482012-01-12 17:17:59 -08002055 if (!mem_cgroup_reclaimable(victim, false))
Balbir Singh6d61ef42009-01-07 18:08:06 -08002056 continue;
Johannes Weiner56600482012-01-12 17:17:59 -08002057 total += mem_cgroup_shrink_node_zone(victim, gfp_mask, false,
2058 zone, &nr_scanned);
2059 *total_scanned += nr_scanned;
2060 if (!res_counter_soft_limit_excess(&root_memcg->res))
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002061 break;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002062 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002063 mem_cgroup_iter_break(root_memcg, victim);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07002064 return total;
Balbir Singh6d61ef42009-01-07 18:08:06 -08002065}
2066
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002067/*
2068 * Check OOM-Killer is already running under our hierarchy.
2069 * If someone is running, return false.
Michal Hocko1af8efe2011-07-26 16:08:24 -07002070 * Has to be called with memcg_oom_lock
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002071 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002072static bool mem_cgroup_oom_lock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002073{
Michal Hocko79dfdac2011-07-26 16:08:23 -07002074 struct mem_cgroup *iter, *failed = NULL;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002075
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002076 for_each_mem_cgroup_tree(iter, memcg) {
Johannes Weiner23751be2011-08-25 15:59:16 -07002077 if (iter->oom_lock) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002078 /*
2079 * this subtree of our hierarchy is already locked
2080 * so we cannot give a lock.
2081 */
Michal Hocko79dfdac2011-07-26 16:08:23 -07002082 failed = iter;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002083 mem_cgroup_iter_break(memcg, iter);
2084 break;
Johannes Weiner23751be2011-08-25 15:59:16 -07002085 } else
2086 iter->oom_lock = true;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002087 }
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002088
Michal Hocko79dfdac2011-07-26 16:08:23 -07002089 if (!failed)
Johannes Weiner23751be2011-08-25 15:59:16 -07002090 return true;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002091
2092 /*
2093 * OK, we failed to lock the whole subtree so we have to clean up
2094 * what we set up to the failing subtree
2095 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002096 for_each_mem_cgroup_tree(iter, memcg) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07002097 if (iter == failed) {
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002098 mem_cgroup_iter_break(memcg, iter);
2099 break;
Michal Hocko79dfdac2011-07-26 16:08:23 -07002100 }
2101 iter->oom_lock = false;
2102 }
Johannes Weiner23751be2011-08-25 15:59:16 -07002103 return false;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002104}
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002105
Michal Hocko79dfdac2011-07-26 16:08:23 -07002106/*
Michal Hocko1af8efe2011-07-26 16:08:24 -07002107 * Has to be called with memcg_oom_lock
Michal Hocko79dfdac2011-07-26 16:08:23 -07002108 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002109static int mem_cgroup_oom_unlock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002110{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07002111 struct mem_cgroup *iter;
2112
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002113 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002114 iter->oom_lock = false;
2115 return 0;
2116}
2117
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002118static void mem_cgroup_mark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002119{
2120 struct mem_cgroup *iter;
2121
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002122 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002123 atomic_inc(&iter->under_oom);
2124}
2125
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002126static void mem_cgroup_unmark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002127{
2128 struct mem_cgroup *iter;
2129
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002130 /*
2131 * When a new child is created while the hierarchy is under oom,
2132 * mem_cgroup_oom_lock() may not be called. We have to use
2133 * atomic_add_unless() here.
2134 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002135 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07002136 atomic_add_unless(&iter->under_oom, -1, 0);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002137}
2138
Michal Hocko1af8efe2011-07-26 16:08:24 -07002139static DEFINE_SPINLOCK(memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002140static DECLARE_WAIT_QUEUE_HEAD(memcg_oom_waitq);
2141
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002142struct oom_wait_info {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002143 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002144 wait_queue_t wait;
2145};
2146
2147static int memcg_oom_wake_function(wait_queue_t *wait,
2148 unsigned mode, int sync, void *arg)
2149{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002150 struct mem_cgroup *wake_memcg = (struct mem_cgroup *)arg;
2151 struct mem_cgroup *oom_wait_memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002152 struct oom_wait_info *oom_wait_info;
2153
2154 oom_wait_info = container_of(wait, struct oom_wait_info, wait);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002155 oom_wait_memcg = oom_wait_info->memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002156
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002157 /*
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002158 * Both of oom_wait_info->memcg and wake_memcg are stable under us.
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002159 * Then we can use css_is_ancestor without taking care of RCU.
2160 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002161 if (!mem_cgroup_same_or_subtree(oom_wait_memcg, wake_memcg)
2162 && !mem_cgroup_same_or_subtree(wake_memcg, oom_wait_memcg))
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002163 return 0;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002164 return autoremove_wake_function(wait, mode, sync, arg);
2165}
2166
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002167static void memcg_wakeup_oom(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002168{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002169 /* for filtering, pass "memcg" as argument. */
2170 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg);
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002171}
2172
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002173static void memcg_oom_recover(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002174{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002175 if (memcg && atomic_read(&memcg->under_oom))
2176 memcg_wakeup_oom(memcg);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002177}
2178
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002179/*
2180 * try to call OOM killer. returns false if we should exit memory-reclaim loop.
2181 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07002182static bool mem_cgroup_handle_oom(struct mem_cgroup *memcg, gfp_t mask,
2183 int order)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002184{
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002185 struct oom_wait_info owait;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002186 bool locked, need_to_kill;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002187
Hugh Dickinsd79154b2012-03-21 16:34:18 -07002188 owait.memcg = memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002189 owait.wait.flags = 0;
2190 owait.wait.func = memcg_oom_wake_function;
2191 owait.wait.private = current;
2192 INIT_LIST_HEAD(&owait.wait.task_list);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002193 need_to_kill = true;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002194 mem_cgroup_mark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002195
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002196 /* At first, try to OOM lock hierarchy under memcg.*/
Michal Hocko1af8efe2011-07-26 16:08:24 -07002197 spin_lock(&memcg_oom_lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002198 locked = mem_cgroup_oom_lock(memcg);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002199 /*
2200 * Even if signal_pending(), we can't quit charge() loop without
2201 * accounting. So, UNINTERRUPTIBLE is appropriate. But SIGKILL
2202 * under OOM is always welcomed, use TASK_KILLABLE here.
2203 */
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002204 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002205 if (!locked || memcg->oom_kill_disable)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002206 need_to_kill = false;
2207 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002208 mem_cgroup_oom_notify(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002209 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002210
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002211 if (need_to_kill) {
2212 finish_wait(&memcg_oom_waitq, &owait.wait);
David Rientjese845e192012-03-21 16:34:10 -07002213 mem_cgroup_out_of_memory(memcg, mask, order);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07002214 } else {
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002215 schedule();
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07002216 finish_wait(&memcg_oom_waitq, &owait.wait);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002217 }
Michal Hocko1af8efe2011-07-26 16:08:24 -07002218 spin_lock(&memcg_oom_lock);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002219 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002220 mem_cgroup_oom_unlock(memcg);
2221 memcg_wakeup_oom(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07002222 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002223
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002224 mem_cgroup_unmark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07002225
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002226 if (test_thread_flag(TIF_MEMDIE) || fatal_signal_pending(current))
2227 return false;
2228 /* Give chance to dying process */
KAMEZAWA Hiroyuki715a5ee2011-11-02 13:38:18 -07002229 schedule_timeout_uninterruptible(1);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002230 return true;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07002231}
2232
Balbir Singhd69b0422009-06-17 16:26:34 -07002233/*
2234 * Currently used to update mapped file statistics, but the routine can be
2235 * generalized to update other statistics as well.
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002236 *
2237 * Notes: Race condition
2238 *
2239 * We usually use page_cgroup_lock() for accessing page_cgroup member but
2240 * it tends to be costly. But considering some conditions, we doesn't need
2241 * to do so _always_.
2242 *
2243 * Considering "charge", lock_page_cgroup() is not required because all
2244 * file-stat operations happen after a page is attached to radix-tree. There
2245 * are no race with "charge".
2246 *
2247 * Considering "uncharge", we know that memcg doesn't clear pc->mem_cgroup
2248 * at "uncharge" intentionally. So, we always see valid pc->mem_cgroup even
2249 * if there are race with "uncharge". Statistics itself is properly handled
2250 * by flags.
2251 *
2252 * Considering "move", this is an only case we see a race. To make the race
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002253 * small, we check mm->moving_account and detect there are possibility of race
2254 * If there is, we take a lock.
Balbir Singhd69b0422009-06-17 16:26:34 -07002255 */
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002256
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002257void __mem_cgroup_begin_update_page_stat(struct page *page,
2258 bool *locked, unsigned long *flags)
2259{
2260 struct mem_cgroup *memcg;
2261 struct page_cgroup *pc;
2262
2263 pc = lookup_page_cgroup(page);
2264again:
2265 memcg = pc->mem_cgroup;
2266 if (unlikely(!memcg || !PageCgroupUsed(pc)))
2267 return;
2268 /*
2269 * If this memory cgroup is not under account moving, we don't
Wanpeng Lida92c472012-07-31 16:43:26 -07002270 * need to take move_lock_mem_cgroup(). Because we already hold
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002271 * rcu_read_lock(), any calls to move_account will be delayed until
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002272 * rcu_read_unlock() if mem_cgroup_stolen() == true.
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002273 */
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002274 if (!mem_cgroup_stolen(memcg))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002275 return;
2276
2277 move_lock_mem_cgroup(memcg, flags);
2278 if (memcg != pc->mem_cgroup || !PageCgroupUsed(pc)) {
2279 move_unlock_mem_cgroup(memcg, flags);
2280 goto again;
2281 }
2282 *locked = true;
2283}
2284
2285void __mem_cgroup_end_update_page_stat(struct page *page, unsigned long *flags)
2286{
2287 struct page_cgroup *pc = lookup_page_cgroup(page);
2288
2289 /*
2290 * It's guaranteed that pc->mem_cgroup never changes while
2291 * lock is held because a routine modifies pc->mem_cgroup
Wanpeng Lida92c472012-07-31 16:43:26 -07002292 * should take move_lock_mem_cgroup().
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002293 */
2294 move_unlock_mem_cgroup(pc->mem_cgroup, flags);
2295}
2296
Greg Thelen2a7106f2011-01-13 15:47:37 -08002297void mem_cgroup_update_page_stat(struct page *page,
2298 enum mem_cgroup_page_stat_item idx, int val)
Balbir Singhd69b0422009-06-17 16:26:34 -07002299{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002300 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002301 struct page_cgroup *pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyukidbd4ea72011-01-13 15:47:38 -08002302 unsigned long uninitialized_var(flags);
Balbir Singhd69b0422009-06-17 16:26:34 -07002303
Johannes Weinercfa44942012-01-12 17:18:38 -08002304 if (mem_cgroup_disabled())
Balbir Singhd69b0422009-06-17 16:26:34 -07002305 return;
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002306
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002307 memcg = pc->mem_cgroup;
2308 if (unlikely(!memcg || !PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002309 return;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002310
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002311 switch (idx) {
Greg Thelen2a7106f2011-01-13 15:47:37 -08002312 case MEMCG_NR_FILE_MAPPED:
Greg Thelen2a7106f2011-01-13 15:47:37 -08002313 idx = MEM_CGROUP_STAT_FILE_MAPPED;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002314 break;
2315 default:
2316 BUG();
KAMEZAWA Hiroyuki8725d542010-04-06 14:35:05 -07002317 }
Balbir Singhd69b0422009-06-17 16:26:34 -07002318
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002319 this_cpu_add(memcg->stat->count[idx], val);
Balbir Singhd69b0422009-06-17 16:26:34 -07002320}
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002321
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002322/*
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002323 * size of first charge trial. "32" comes from vmscan.c's magic value.
2324 * TODO: maybe necessary to use big numbers in big irons.
2325 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002326#define CHARGE_BATCH 32U
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002327struct memcg_stock_pcp {
2328 struct mem_cgroup *cached; /* this never be root cgroup */
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002329 unsigned int nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002330 struct work_struct work;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002331 unsigned long flags;
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07002332#define FLUSHING_CACHED_CHARGE 0
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002333};
2334static DEFINE_PER_CPU(struct memcg_stock_pcp, memcg_stock);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002335static DEFINE_MUTEX(percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002336
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002337/**
2338 * consume_stock: Try to consume stocked charge on this cpu.
2339 * @memcg: memcg to consume from.
2340 * @nr_pages: how many pages to charge.
2341 *
2342 * The charges will only happen if @memcg matches the current cpu's memcg
2343 * stock, and at least @nr_pages are available in that stock. Failure to
2344 * service an allocation will refill the stock.
2345 *
2346 * returns true if successful, false otherwise.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002347 */
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002348static bool consume_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002349{
2350 struct memcg_stock_pcp *stock;
2351 bool ret = true;
2352
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002353 if (nr_pages > CHARGE_BATCH)
2354 return false;
2355
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002356 stock = &get_cpu_var(memcg_stock);
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002357 if (memcg == stock->cached && stock->nr_pages >= nr_pages)
2358 stock->nr_pages -= nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002359 else /* need to call res_counter_charge */
2360 ret = false;
2361 put_cpu_var(memcg_stock);
2362 return ret;
2363}
2364
2365/*
2366 * Returns stocks cached in percpu to res_counter and reset cached information.
2367 */
2368static void drain_stock(struct memcg_stock_pcp *stock)
2369{
2370 struct mem_cgroup *old = stock->cached;
2371
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002372 if (stock->nr_pages) {
2373 unsigned long bytes = stock->nr_pages * PAGE_SIZE;
2374
2375 res_counter_uncharge(&old->res, bytes);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002376 if (do_swap_account)
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002377 res_counter_uncharge(&old->memsw, bytes);
2378 stock->nr_pages = 0;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002379 }
2380 stock->cached = NULL;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002381}
2382
2383/*
2384 * This must be called under preempt disabled or must be called by
2385 * a thread which is pinned to local cpu.
2386 */
2387static void drain_local_stock(struct work_struct *dummy)
2388{
2389 struct memcg_stock_pcp *stock = &__get_cpu_var(memcg_stock);
2390 drain_stock(stock);
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002391 clear_bit(FLUSHING_CACHED_CHARGE, &stock->flags);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002392}
2393
Michal Hockoe4777492013-02-22 16:35:40 -08002394static void __init memcg_stock_init(void)
2395{
2396 int cpu;
2397
2398 for_each_possible_cpu(cpu) {
2399 struct memcg_stock_pcp *stock =
2400 &per_cpu(memcg_stock, cpu);
2401 INIT_WORK(&stock->work, drain_local_stock);
2402 }
2403}
2404
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002405/*
2406 * Cache charges(val) which is from res_counter, to local per_cpu area.
Greg Thelen320cc512010-03-15 15:27:28 +01002407 * This will be consumed by consume_stock() function, later.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002408 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002409static void refill_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002410{
2411 struct memcg_stock_pcp *stock = &get_cpu_var(memcg_stock);
2412
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002413 if (stock->cached != memcg) { /* reset if necessary */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002414 drain_stock(stock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002415 stock->cached = memcg;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002416 }
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002417 stock->nr_pages += nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002418 put_cpu_var(memcg_stock);
2419}
2420
2421/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002422 * Drains all per-CPU charge caches for given root_memcg resp. subtree
Michal Hockod38144b2011-07-26 16:08:28 -07002423 * of the hierarchy under it. sync flag says whether we should block
2424 * until the work is done.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002425 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002426static void drain_all_stock(struct mem_cgroup *root_memcg, bool sync)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002427{
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002428 int cpu, curcpu;
Michal Hockod38144b2011-07-26 16:08:28 -07002429
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002430 /* Notify other cpus that system-wide "drain" is running */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002431 get_online_cpus();
Johannes Weiner5af12d02011-08-25 15:59:07 -07002432 curcpu = get_cpu();
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002433 for_each_online_cpu(cpu) {
2434 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002435 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002436
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002437 memcg = stock->cached;
2438 if (!memcg || !stock->nr_pages)
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002439 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002440 if (!mem_cgroup_same_or_subtree(root_memcg, memcg))
Michal Hocko3e920412011-07-26 16:08:29 -07002441 continue;
Michal Hockod1a05b62011-07-26 16:08:27 -07002442 if (!test_and_set_bit(FLUSHING_CACHED_CHARGE, &stock->flags)) {
2443 if (cpu == curcpu)
2444 drain_local_stock(&stock->work);
2445 else
2446 schedule_work_on(cpu, &stock->work);
2447 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002448 }
Johannes Weiner5af12d02011-08-25 15:59:07 -07002449 put_cpu();
Michal Hockod38144b2011-07-26 16:08:28 -07002450
2451 if (!sync)
2452 goto out;
2453
2454 for_each_online_cpu(cpu) {
2455 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002456 if (test_bit(FLUSHING_CACHED_CHARGE, &stock->flags))
Michal Hockod38144b2011-07-26 16:08:28 -07002457 flush_work(&stock->work);
2458 }
2459out:
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002460 put_online_cpus();
Michal Hockod38144b2011-07-26 16:08:28 -07002461}
2462
2463/*
2464 * Tries to drain stocked charges in other cpus. This function is asynchronous
2465 * and just put a work per cpu for draining localy on each cpu. Caller can
2466 * expects some charges will be back to res_counter later but cannot wait for
2467 * it.
2468 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002469static void drain_all_stock_async(struct mem_cgroup *root_memcg)
Michal Hockod38144b2011-07-26 16:08:28 -07002470{
Michal Hocko9f50fad2011-08-09 11:56:26 +02002471 /*
2472 * If someone calls draining, avoid adding more kworker runs.
2473 */
2474 if (!mutex_trylock(&percpu_charge_mutex))
2475 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002476 drain_all_stock(root_memcg, false);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002477 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002478}
2479
2480/* This is a synchronous drain interface. */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002481static void drain_all_stock_sync(struct mem_cgroup *root_memcg)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002482{
2483 /* called when force_empty is called */
Michal Hocko9f50fad2011-08-09 11:56:26 +02002484 mutex_lock(&percpu_charge_mutex);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002485 drain_all_stock(root_memcg, true);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002486 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002487}
2488
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002489/*
2490 * This function drains percpu counter value from DEAD cpu and
2491 * move it to local cpu. Note that this function can be preempted.
2492 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002493static void mem_cgroup_drain_pcp_counter(struct mem_cgroup *memcg, int cpu)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002494{
2495 int i;
2496
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002497 spin_lock(&memcg->pcp_counter_lock);
Johannes Weiner61046212012-05-29 15:07:05 -07002498 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002499 long x = per_cpu(memcg->stat->count[i], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002500
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002501 per_cpu(memcg->stat->count[i], cpu) = 0;
2502 memcg->nocpu_base.count[i] += x;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002503 }
Johannes Weinere9f89742011-03-23 16:42:37 -07002504 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002505 unsigned long x = per_cpu(memcg->stat->events[i], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -07002506
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002507 per_cpu(memcg->stat->events[i], cpu) = 0;
2508 memcg->nocpu_base.events[i] += x;
Johannes Weinere9f89742011-03-23 16:42:37 -07002509 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002510 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002511}
2512
2513static int __cpuinit memcg_cpu_hotplug_callback(struct notifier_block *nb,
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002514 unsigned long action,
2515 void *hcpu)
2516{
2517 int cpu = (unsigned long)hcpu;
2518 struct memcg_stock_pcp *stock;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002519 struct mem_cgroup *iter;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002520
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002521 if (action == CPU_ONLINE)
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002522 return NOTIFY_OK;
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002523
Kirill A. Shutemovd8330492012-04-12 12:49:11 -07002524 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002525 return NOTIFY_OK;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002526
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002527 for_each_mem_cgroup(iter)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002528 mem_cgroup_drain_pcp_counter(iter, cpu);
2529
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002530 stock = &per_cpu(memcg_stock, cpu);
2531 drain_stock(stock);
2532 return NOTIFY_OK;
2533}
2534
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002535
2536/* See __mem_cgroup_try_charge() for details */
2537enum {
2538 CHARGE_OK, /* success */
2539 CHARGE_RETRY, /* need to retry but retry is not bad */
2540 CHARGE_NOMEM, /* we can't do more. return -ENOMEM */
2541 CHARGE_WOULDBLOCK, /* GFP_WAIT wasn't set and no enough res. */
2542 CHARGE_OOM_DIE, /* the current is killed because of OOM */
2543};
2544
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002545static int mem_cgroup_do_charge(struct mem_cgroup *memcg, gfp_t gfp_mask,
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002546 unsigned int nr_pages, unsigned int min_pages,
2547 bool oom_check)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002548{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002549 unsigned long csize = nr_pages * PAGE_SIZE;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002550 struct mem_cgroup *mem_over_limit;
2551 struct res_counter *fail_res;
2552 unsigned long flags = 0;
2553 int ret;
2554
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002555 ret = res_counter_charge(&memcg->res, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002556
2557 if (likely(!ret)) {
2558 if (!do_swap_account)
2559 return CHARGE_OK;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002560 ret = res_counter_charge(&memcg->memsw, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002561 if (likely(!ret))
2562 return CHARGE_OK;
2563
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002564 res_counter_uncharge(&memcg->res, csize);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002565 mem_over_limit = mem_cgroup_from_res_counter(fail_res, memsw);
2566 flags |= MEM_CGROUP_RECLAIM_NOSWAP;
2567 } else
2568 mem_over_limit = mem_cgroup_from_res_counter(fail_res, res);
Johannes Weiner9221edb2011-02-01 15:52:42 -08002569 /*
Johannes Weiner9221edb2011-02-01 15:52:42 -08002570 * Never reclaim on behalf of optional batching, retry with a
2571 * single page instead.
2572 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002573 if (nr_pages > min_pages)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002574 return CHARGE_RETRY;
2575
2576 if (!(gfp_mask & __GFP_WAIT))
2577 return CHARGE_WOULDBLOCK;
2578
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002579 if (gfp_mask & __GFP_NORETRY)
2580 return CHARGE_NOMEM;
2581
Johannes Weiner56600482012-01-12 17:17:59 -08002582 ret = mem_cgroup_reclaim(mem_over_limit, gfp_mask, flags);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002583 if (mem_cgroup_margin(mem_over_limit) >= nr_pages)
Johannes Weiner19942822011-02-01 15:52:43 -08002584 return CHARGE_RETRY;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002585 /*
Johannes Weiner19942822011-02-01 15:52:43 -08002586 * Even though the limit is exceeded at this point, reclaim
2587 * may have been able to free some pages. Retry the charge
2588 * before killing the task.
2589 *
2590 * Only for regular pages, though: huge pages are rather
2591 * unlikely to succeed so close to the limit, and we fall back
2592 * to regular pages anyway in case of failure.
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002593 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002594 if (nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER) && ret)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002595 return CHARGE_RETRY;
2596
2597 /*
2598 * At task move, charge accounts can be doubly counted. So, it's
2599 * better to wait until the end of task_move if something is going on.
2600 */
2601 if (mem_cgroup_wait_acct_move(mem_over_limit))
2602 return CHARGE_RETRY;
2603
2604 /* If we don't need to call oom-killer at el, return immediately */
2605 if (!oom_check)
2606 return CHARGE_NOMEM;
2607 /* check OOM */
David Rientjese845e192012-03-21 16:34:10 -07002608 if (!mem_cgroup_handle_oom(mem_over_limit, gfp_mask, get_order(csize)))
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002609 return CHARGE_OOM_DIE;
2610
2611 return CHARGE_RETRY;
2612}
2613
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002614/*
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002615 * __mem_cgroup_try_charge() does
2616 * 1. detect memcg to be charged against from passed *mm and *ptr,
2617 * 2. update res_counter
2618 * 3. call memory reclaim if necessary.
2619 *
2620 * In some special case, if the task is fatal, fatal_signal_pending() or
2621 * has TIF_MEMDIE, this function returns -EINTR while writing root_mem_cgroup
2622 * to *ptr. There are two reasons for this. 1: fatal threads should quit as soon
2623 * as possible without any hazards. 2: all pages should have a valid
2624 * pc->mem_cgroup. If mm is NULL and the caller doesn't pass a valid memcg
2625 * pointer, that is treated as a charge to root_mem_cgroup.
2626 *
2627 * So __mem_cgroup_try_charge() will return
2628 * 0 ... on success, filling *ptr with a valid memcg pointer.
2629 * -ENOMEM ... charge failure because of resource limits.
2630 * -EINTR ... if thread is fatal. *ptr is filled with root_mem_cgroup.
2631 *
2632 * Unlike the exported interface, an "oom" parameter is added. if oom==true,
2633 * the oom-killer can be invoked.
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002634 */
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002635static int __mem_cgroup_try_charge(struct mm_struct *mm,
Andrea Arcangeliec168512011-01-13 15:46:56 -08002636 gfp_t gfp_mask,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002637 unsigned int nr_pages,
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002638 struct mem_cgroup **ptr,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002639 bool oom)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002640{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002641 unsigned int batch = max(CHARGE_BATCH, nr_pages);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002642 int nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002643 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002644 int ret;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002645
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002646 /*
2647 * Unlike gloval-vm's OOM-kill, we're not in memory shortage
2648 * in system level. So, allow to go ahead dying process in addition to
2649 * MEMDIE process.
2650 */
2651 if (unlikely(test_thread_flag(TIF_MEMDIE)
2652 || fatal_signal_pending(current)))
2653 goto bypass;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002654
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002655 /*
Hugh Dickins3be91272008-02-07 00:14:19 -08002656 * We always charge the cgroup the mm_struct belongs to.
2657 * The mm_struct's mem_cgroup changes on task migration if the
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002658 * thread group leader migrates. It's possible that mm is not
Johannes Weiner24467ca2012-07-31 16:45:40 -07002659 * set, if so charge the root memcg (happens for pagecache usage).
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002660 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002661 if (!*ptr && !mm)
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002662 *ptr = root_mem_cgroup;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002663again:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002664 if (*ptr) { /* css should be a valid one */
2665 memcg = *ptr;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002666 if (mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002667 goto done;
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002668 if (consume_stock(memcg, nr_pages))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002669 goto done;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002670 css_get(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002671 } else {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002672 struct task_struct *p;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002673
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002674 rcu_read_lock();
2675 p = rcu_dereference(mm->owner);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002676 /*
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002677 * Because we don't have task_lock(), "p" can exit.
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002678 * In that case, "memcg" can point to root or p can be NULL with
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002679 * race with swapoff. Then, we have small risk of mis-accouning.
2680 * But such kind of mis-account by race always happens because
2681 * we don't have cgroup_mutex(). It's overkill and we allo that
2682 * small race, here.
2683 * (*) swapoff at el will charge against mm-struct not against
2684 * task-struct. So, mm->owner can be NULL.
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002685 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002686 memcg = mem_cgroup_from_task(p);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002687 if (!memcg)
2688 memcg = root_mem_cgroup;
2689 if (mem_cgroup_is_root(memcg)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002690 rcu_read_unlock();
2691 goto done;
2692 }
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002693 if (consume_stock(memcg, nr_pages)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002694 /*
2695 * It seems dagerous to access memcg without css_get().
2696 * But considering how consume_stok works, it's not
2697 * necessary. If consume_stock success, some charges
2698 * from this memcg are cached on this cpu. So, we
2699 * don't need to call css_get()/css_tryget() before
2700 * calling consume_stock().
2701 */
2702 rcu_read_unlock();
2703 goto done;
2704 }
2705 /* after here, we may be blocked. we need to get refcnt */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002706 if (!css_tryget(&memcg->css)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002707 rcu_read_unlock();
2708 goto again;
2709 }
2710 rcu_read_unlock();
2711 }
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002712
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002713 do {
2714 bool oom_check;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002715
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002716 /* If killed, bypass charge */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002717 if (fatal_signal_pending(current)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002718 css_put(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002719 goto bypass;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002720 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002721
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002722 oom_check = false;
2723 if (oom && !nr_oom_retries) {
2724 oom_check = true;
2725 nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
2726 }
Balbir Singh6d61ef42009-01-07 18:08:06 -08002727
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002728 ret = mem_cgroup_do_charge(memcg, gfp_mask, batch, nr_pages,
2729 oom_check);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002730 switch (ret) {
2731 case CHARGE_OK:
2732 break;
2733 case CHARGE_RETRY: /* not in OOM situation but retry */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002734 batch = nr_pages;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002735 css_put(&memcg->css);
2736 memcg = NULL;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002737 goto again;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002738 case CHARGE_WOULDBLOCK: /* !__GFP_WAIT */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002739 css_put(&memcg->css);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002740 goto nomem;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002741 case CHARGE_NOMEM: /* OOM routine works */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002742 if (!oom) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002743 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002744 goto nomem;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002745 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002746 /* If oom, we never return -ENOMEM */
2747 nr_oom_retries--;
2748 break;
2749 case CHARGE_OOM_DIE: /* Killed by OOM Killer */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002750 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002751 goto bypass;
Balbir Singh66e17072008-02-07 00:13:56 -08002752 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002753 } while (ret != CHARGE_OK);
2754
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002755 if (batch > nr_pages)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002756 refill_stock(memcg, batch - nr_pages);
2757 css_put(&memcg->css);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002758done:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002759 *ptr = memcg;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002760 return 0;
2761nomem:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002762 *ptr = NULL;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002763 return -ENOMEM;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002764bypass:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002765 *ptr = root_mem_cgroup;
2766 return -EINTR;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002767}
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002768
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002769/*
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002770 * Somemtimes we have to undo a charge we got by try_charge().
2771 * This function is for that and do uncharge, put css's refcnt.
2772 * gotten by try_charge().
2773 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002774static void __mem_cgroup_cancel_charge(struct mem_cgroup *memcg,
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002775 unsigned int nr_pages)
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002776{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002777 if (!mem_cgroup_is_root(memcg)) {
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002778 unsigned long bytes = nr_pages * PAGE_SIZE;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002779
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002780 res_counter_uncharge(&memcg->res, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002781 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002782 res_counter_uncharge(&memcg->memsw, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002783 }
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002784}
2785
2786/*
KAMEZAWA Hiroyukid01dd172012-05-29 15:07:03 -07002787 * Cancel chrages in this cgroup....doesn't propagate to parent cgroup.
2788 * This is useful when moving usage to parent cgroup.
2789 */
2790static void __mem_cgroup_cancel_local_charge(struct mem_cgroup *memcg,
2791 unsigned int nr_pages)
2792{
2793 unsigned long bytes = nr_pages * PAGE_SIZE;
2794
2795 if (mem_cgroup_is_root(memcg))
2796 return;
2797
2798 res_counter_uncharge_until(&memcg->res, memcg->res.parent, bytes);
2799 if (do_swap_account)
2800 res_counter_uncharge_until(&memcg->memsw,
2801 memcg->memsw.parent, bytes);
2802}
2803
2804/*
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002805 * A helper function to get mem_cgroup from ID. must be called under
Tejun Heoe9316082012-11-05 09:16:58 -08002806 * rcu_read_lock(). The caller is responsible for calling css_tryget if
2807 * the mem_cgroup is used for charging. (dropping refcnt from swap can be
2808 * called against removed memcg.)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002809 */
2810static struct mem_cgroup *mem_cgroup_lookup(unsigned short id)
2811{
2812 struct cgroup_subsys_state *css;
2813
2814 /* ID 0 is unused ID */
2815 if (!id)
2816 return NULL;
2817 css = css_lookup(&mem_cgroup_subsys, id);
2818 if (!css)
2819 return NULL;
Wanpeng Lib2145142012-07-31 16:46:01 -07002820 return mem_cgroup_from_css(css);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002821}
2822
Wu Fengguange42d9d52009-12-16 12:19:59 +01002823struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page)
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002824{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002825 struct mem_cgroup *memcg = NULL;
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002826 struct page_cgroup *pc;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002827 unsigned short id;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002828 swp_entry_t ent;
2829
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002830 VM_BUG_ON(!PageLocked(page));
2831
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002832 pc = lookup_page_cgroup(page);
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002833 lock_page_cgroup(pc);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002834 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002835 memcg = pc->mem_cgroup;
2836 if (memcg && !css_tryget(&memcg->css))
2837 memcg = NULL;
Wu Fengguange42d9d52009-12-16 12:19:59 +01002838 } else if (PageSwapCache(page)) {
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002839 ent.val = page_private(page);
Bob Liu9fb4b7c2012-01-12 17:18:48 -08002840 id = lookup_swap_cgroup_id(ent);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002841 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002842 memcg = mem_cgroup_lookup(id);
2843 if (memcg && !css_tryget(&memcg->css))
2844 memcg = NULL;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002845 rcu_read_unlock();
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002846 }
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002847 unlock_page_cgroup(pc);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002848 return memcg;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002849}
2850
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002851static void __mem_cgroup_commit_charge(struct mem_cgroup *memcg,
Johannes Weiner5564e882011-03-23 16:42:29 -07002852 struct page *page,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002853 unsigned int nr_pages,
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002854 enum charge_type ctype,
2855 bool lrucare)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002856{
Johannes Weinerce587e62012-04-24 20:22:33 +02002857 struct page_cgroup *pc = lookup_page_cgroup(page);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002858 struct zone *uninitialized_var(zone);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002859 struct lruvec *lruvec;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002860 bool was_on_lru = false;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002861 bool anon;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002862
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002863 lock_page_cgroup(pc);
Johannes Weiner90deb782012-07-31 16:45:47 -07002864 VM_BUG_ON(PageCgroupUsed(pc));
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002865 /*
2866 * we don't need page_cgroup_lock about tail pages, becase they are not
2867 * accessed by any other context at this point.
2868 */
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002869
2870 /*
2871 * In some cases, SwapCache and FUSE(splice_buf->radixtree), the page
2872 * may already be on some other mem_cgroup's LRU. Take care of it.
2873 */
2874 if (lrucare) {
2875 zone = page_zone(page);
2876 spin_lock_irq(&zone->lru_lock);
2877 if (PageLRU(page)) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002878 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002879 ClearPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002880 del_page_from_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002881 was_on_lru = true;
2882 }
2883 }
2884
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002885 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyuki261fb612009-09-23 15:56:33 -07002886 /*
2887 * We access a page_cgroup asynchronously without lock_page_cgroup().
2888 * Especially when a page_cgroup is taken from a page, pc->mem_cgroup
2889 * is accessed after testing USED bit. To make pc->mem_cgroup visible
2890 * before USED bit, we need memory barrier here.
2891 * See mem_cgroup_add_lru_list(), etc.
2892 */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002893 smp_wmb();
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002894 SetPageCgroupUsed(pc);
Hugh Dickins3be91272008-02-07 00:14:19 -08002895
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002896 if (lrucare) {
2897 if (was_on_lru) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002898 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002899 VM_BUG_ON(PageLRU(page));
2900 SetPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002901 add_page_to_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002902 }
2903 spin_unlock_irq(&zone->lru_lock);
2904 }
2905
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07002906 if (ctype == MEM_CGROUP_CHARGE_TYPE_ANON)
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002907 anon = true;
2908 else
2909 anon = false;
2910
David Rientjesb070e652013-05-07 16:18:09 -07002911 mem_cgroup_charge_statistics(memcg, page, anon, nr_pages);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002912 unlock_page_cgroup(pc);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002913
KAMEZAWA Hiroyuki430e48632010-03-10 15:22:30 -08002914 /*
2915 * "charge_statistics" updated event counter. Then, check it.
2916 * Insert ancestor (and ancestor's ancestors), to softlimit RB-tree.
2917 * if they exceeds softlimit.
2918 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002919 memcg_check_events(memcg, page);
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002920}
2921
Glauber Costa7cf27982012-12-18 14:22:55 -08002922static DEFINE_MUTEX(set_limit_mutex);
2923
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002924#ifdef CONFIG_MEMCG_KMEM
2925static inline bool memcg_can_account_kmem(struct mem_cgroup *memcg)
2926{
2927 return !mem_cgroup_disabled() && !mem_cgroup_is_root(memcg) &&
2928 (memcg->kmem_account_flags & KMEM_ACCOUNTED_MASK);
2929}
2930
Glauber Costa1f458cb2012-12-18 14:22:50 -08002931/*
2932 * This is a bit cumbersome, but it is rarely used and avoids a backpointer
2933 * in the memcg_cache_params struct.
2934 */
2935static struct kmem_cache *memcg_params_to_cache(struct memcg_cache_params *p)
2936{
2937 struct kmem_cache *cachep;
2938
2939 VM_BUG_ON(p->is_root_cache);
2940 cachep = p->root_cache;
2941 return cachep->memcg_params->memcg_caches[memcg_cache_id(p->memcg)];
2942}
2943
Glauber Costa749c5412012-12-18 14:23:01 -08002944#ifdef CONFIG_SLABINFO
Tejun Heo182446d2013-08-08 20:11:24 -04002945static int mem_cgroup_slabinfo_read(struct cgroup_subsys_state *css,
2946 struct cftype *cft, struct seq_file *m)
Glauber Costa749c5412012-12-18 14:23:01 -08002947{
Tejun Heo182446d2013-08-08 20:11:24 -04002948 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Glauber Costa749c5412012-12-18 14:23:01 -08002949 struct memcg_cache_params *params;
2950
2951 if (!memcg_can_account_kmem(memcg))
2952 return -EIO;
2953
2954 print_slabinfo_header(m);
2955
2956 mutex_lock(&memcg->slab_caches_mutex);
2957 list_for_each_entry(params, &memcg->memcg_slab_caches, list)
2958 cache_show(memcg_params_to_cache(params), m);
2959 mutex_unlock(&memcg->slab_caches_mutex);
2960
2961 return 0;
2962}
2963#endif
2964
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002965static int memcg_charge_kmem(struct mem_cgroup *memcg, gfp_t gfp, u64 size)
2966{
2967 struct res_counter *fail_res;
2968 struct mem_cgroup *_memcg;
2969 int ret = 0;
2970 bool may_oom;
2971
2972 ret = res_counter_charge(&memcg->kmem, size, &fail_res);
2973 if (ret)
2974 return ret;
2975
2976 /*
2977 * Conditions under which we can wait for the oom_killer. Those are
2978 * the same conditions tested by the core page allocator
2979 */
2980 may_oom = (gfp & __GFP_FS) && !(gfp & __GFP_NORETRY);
2981
2982 _memcg = memcg;
2983 ret = __mem_cgroup_try_charge(NULL, gfp, size >> PAGE_SHIFT,
2984 &_memcg, may_oom);
2985
2986 if (ret == -EINTR) {
2987 /*
2988 * __mem_cgroup_try_charge() chosed to bypass to root due to
2989 * OOM kill or fatal signal. Since our only options are to
2990 * either fail the allocation or charge it to this cgroup, do
2991 * it as a temporary condition. But we can't fail. From a
2992 * kmem/slab perspective, the cache has already been selected,
2993 * by mem_cgroup_kmem_get_cache(), so it is too late to change
2994 * our minds.
2995 *
2996 * This condition will only trigger if the task entered
2997 * memcg_charge_kmem in a sane state, but was OOM-killed during
2998 * __mem_cgroup_try_charge() above. Tasks that were already
2999 * dying when the allocation triggers should have been already
3000 * directed to the root cgroup in memcontrol.h
3001 */
3002 res_counter_charge_nofail(&memcg->res, size, &fail_res);
3003 if (do_swap_account)
3004 res_counter_charge_nofail(&memcg->memsw, size,
3005 &fail_res);
3006 ret = 0;
3007 } else if (ret)
3008 res_counter_uncharge(&memcg->kmem, size);
3009
3010 return ret;
3011}
3012
3013static void memcg_uncharge_kmem(struct mem_cgroup *memcg, u64 size)
3014{
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003015 res_counter_uncharge(&memcg->res, size);
3016 if (do_swap_account)
3017 res_counter_uncharge(&memcg->memsw, size);
Glauber Costa7de37682012-12-18 14:22:07 -08003018
3019 /* Not down to 0 */
3020 if (res_counter_uncharge(&memcg->kmem, size))
3021 return;
3022
Li Zefan10d5ebf2013-07-08 16:00:33 -07003023 /*
3024 * Releases a reference taken in kmem_cgroup_css_offline in case
3025 * this last uncharge is racing with the offlining code or it is
3026 * outliving the memcg existence.
3027 *
3028 * The memory barrier imposed by test&clear is paired with the
3029 * explicit one in memcg_kmem_mark_dead().
3030 */
Glauber Costa7de37682012-12-18 14:22:07 -08003031 if (memcg_kmem_test_and_clear_dead(memcg))
Li Zefan10d5ebf2013-07-08 16:00:33 -07003032 css_put(&memcg->css);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003033}
3034
Glauber Costa2633d7a2012-12-18 14:22:34 -08003035void memcg_cache_list_add(struct mem_cgroup *memcg, struct kmem_cache *cachep)
3036{
3037 if (!memcg)
3038 return;
3039
3040 mutex_lock(&memcg->slab_caches_mutex);
3041 list_add(&cachep->memcg_params->list, &memcg->memcg_slab_caches);
3042 mutex_unlock(&memcg->slab_caches_mutex);
3043}
3044
3045/*
3046 * helper for acessing a memcg's index. It will be used as an index in the
3047 * child cache array in kmem_cache, and also to derive its name. This function
3048 * will return -1 when this is not a kmem-limited memcg.
3049 */
3050int memcg_cache_id(struct mem_cgroup *memcg)
3051{
3052 return memcg ? memcg->kmemcg_id : -1;
3053}
3054
Glauber Costa55007d82012-12-18 14:22:38 -08003055/*
3056 * This ends up being protected by the set_limit mutex, during normal
3057 * operation, because that is its main call site.
3058 *
3059 * But when we create a new cache, we can call this as well if its parent
3060 * is kmem-limited. That will have to hold set_limit_mutex as well.
3061 */
3062int memcg_update_cache_sizes(struct mem_cgroup *memcg)
3063{
3064 int num, ret;
3065
3066 num = ida_simple_get(&kmem_limited_groups,
3067 0, MEMCG_CACHES_MAX_SIZE, GFP_KERNEL);
3068 if (num < 0)
3069 return num;
3070 /*
3071 * After this point, kmem_accounted (that we test atomically in
3072 * the beginning of this conditional), is no longer 0. This
3073 * guarantees only one process will set the following boolean
3074 * to true. We don't need test_and_set because we're protected
3075 * by the set_limit_mutex anyway.
3076 */
3077 memcg_kmem_set_activated(memcg);
3078
3079 ret = memcg_update_all_caches(num+1);
3080 if (ret) {
3081 ida_simple_remove(&kmem_limited_groups, num);
3082 memcg_kmem_clear_activated(memcg);
3083 return ret;
3084 }
3085
3086 memcg->kmemcg_id = num;
3087 INIT_LIST_HEAD(&memcg->memcg_slab_caches);
3088 mutex_init(&memcg->slab_caches_mutex);
3089 return 0;
3090}
3091
3092static size_t memcg_caches_array_size(int num_groups)
3093{
3094 ssize_t size;
3095 if (num_groups <= 0)
3096 return 0;
3097
3098 size = 2 * num_groups;
3099 if (size < MEMCG_CACHES_MIN_SIZE)
3100 size = MEMCG_CACHES_MIN_SIZE;
3101 else if (size > MEMCG_CACHES_MAX_SIZE)
3102 size = MEMCG_CACHES_MAX_SIZE;
3103
3104 return size;
3105}
3106
3107/*
3108 * We should update the current array size iff all caches updates succeed. This
3109 * can only be done from the slab side. The slab mutex needs to be held when
3110 * calling this.
3111 */
3112void memcg_update_array_size(int num)
3113{
3114 if (num > memcg_limited_groups_array_size)
3115 memcg_limited_groups_array_size = memcg_caches_array_size(num);
3116}
3117
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003118static void kmem_cache_destroy_work_func(struct work_struct *w);
3119
Glauber Costa55007d82012-12-18 14:22:38 -08003120int memcg_update_cache_size(struct kmem_cache *s, int num_groups)
3121{
3122 struct memcg_cache_params *cur_params = s->memcg_params;
3123
3124 VM_BUG_ON(s->memcg_params && !s->memcg_params->is_root_cache);
3125
3126 if (num_groups > memcg_limited_groups_array_size) {
3127 int i;
3128 ssize_t size = memcg_caches_array_size(num_groups);
3129
3130 size *= sizeof(void *);
3131 size += sizeof(struct memcg_cache_params);
3132
3133 s->memcg_params = kzalloc(size, GFP_KERNEL);
3134 if (!s->memcg_params) {
3135 s->memcg_params = cur_params;
3136 return -ENOMEM;
3137 }
3138
3139 s->memcg_params->is_root_cache = true;
3140
3141 /*
3142 * There is the chance it will be bigger than
3143 * memcg_limited_groups_array_size, if we failed an allocation
3144 * in a cache, in which case all caches updated before it, will
3145 * have a bigger array.
3146 *
3147 * But if that is the case, the data after
3148 * memcg_limited_groups_array_size is certainly unused
3149 */
3150 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3151 if (!cur_params->memcg_caches[i])
3152 continue;
3153 s->memcg_params->memcg_caches[i] =
3154 cur_params->memcg_caches[i];
3155 }
3156
3157 /*
3158 * Ideally, we would wait until all caches succeed, and only
3159 * then free the old one. But this is not worth the extra
3160 * pointer per-cache we'd have to have for this.
3161 *
3162 * It is not a big deal if some caches are left with a size
3163 * bigger than the others. And all updates will reset this
3164 * anyway.
3165 */
3166 kfree(cur_params);
3167 }
3168 return 0;
3169}
3170
Glauber Costa943a4512012-12-18 14:23:03 -08003171int memcg_register_cache(struct mem_cgroup *memcg, struct kmem_cache *s,
3172 struct kmem_cache *root_cache)
Glauber Costa2633d7a2012-12-18 14:22:34 -08003173{
3174 size_t size = sizeof(struct memcg_cache_params);
3175
3176 if (!memcg_kmem_enabled())
3177 return 0;
3178
Glauber Costa55007d82012-12-18 14:22:38 -08003179 if (!memcg)
3180 size += memcg_limited_groups_array_size * sizeof(void *);
3181
Glauber Costa2633d7a2012-12-18 14:22:34 -08003182 s->memcg_params = kzalloc(size, GFP_KERNEL);
3183 if (!s->memcg_params)
3184 return -ENOMEM;
3185
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08003186 INIT_WORK(&s->memcg_params->destroy,
3187 kmem_cache_destroy_work_func);
Glauber Costa943a4512012-12-18 14:23:03 -08003188 if (memcg) {
Glauber Costa2633d7a2012-12-18 14:22:34 -08003189 s->memcg_params->memcg = memcg;
Glauber Costa943a4512012-12-18 14:23:03 -08003190 s->memcg_params->root_cache = root_cache;
Glauber Costa4ba902b2013-02-12 13:46:22 -08003191 } else
3192 s->memcg_params->is_root_cache = true;
3193
Glauber Costa2633d7a2012-12-18 14:22:34 -08003194 return 0;
3195}
3196
3197void memcg_release_cache(struct kmem_cache *s)
3198{
Glauber Costad7f25f82012-12-18 14:22:40 -08003199 struct kmem_cache *root;
3200 struct mem_cgroup *memcg;
3201 int id;
3202
3203 /*
3204 * This happens, for instance, when a root cache goes away before we
3205 * add any memcg.
3206 */
3207 if (!s->memcg_params)
3208 return;
3209
3210 if (s->memcg_params->is_root_cache)
3211 goto out;
3212
3213 memcg = s->memcg_params->memcg;
3214 id = memcg_cache_id(memcg);
3215
3216 root = s->memcg_params->root_cache;
3217 root->memcg_params->memcg_caches[id] = NULL;
Glauber Costad7f25f82012-12-18 14:22:40 -08003218
3219 mutex_lock(&memcg->slab_caches_mutex);
3220 list_del(&s->memcg_params->list);
3221 mutex_unlock(&memcg->slab_caches_mutex);
3222
Li Zefan20f05312013-07-08 16:00:31 -07003223 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003224out:
Glauber Costa2633d7a2012-12-18 14:22:34 -08003225 kfree(s->memcg_params);
3226}
3227
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003228/*
3229 * During the creation a new cache, we need to disable our accounting mechanism
3230 * altogether. This is true even if we are not creating, but rather just
3231 * enqueing new caches to be created.
3232 *
3233 * This is because that process will trigger allocations; some visible, like
3234 * explicit kmallocs to auxiliary data structures, name strings and internal
3235 * cache structures; some well concealed, like INIT_WORK() that can allocate
3236 * objects during debug.
3237 *
3238 * If any allocation happens during memcg_kmem_get_cache, we will recurse back
3239 * to it. This may not be a bounded recursion: since the first cache creation
3240 * failed to complete (waiting on the allocation), we'll just try to create the
3241 * cache again, failing at the same point.
3242 *
3243 * memcg_kmem_get_cache is prepared to abort after seeing a positive count of
3244 * memcg_kmem_skip_account. So we enclose anything that might allocate memory
3245 * inside the following two functions.
3246 */
3247static inline void memcg_stop_kmem_account(void)
3248{
3249 VM_BUG_ON(!current->mm);
3250 current->memcg_kmem_skip_account++;
3251}
3252
3253static inline void memcg_resume_kmem_account(void)
3254{
3255 VM_BUG_ON(!current->mm);
3256 current->memcg_kmem_skip_account--;
3257}
3258
Glauber Costa1f458cb2012-12-18 14:22:50 -08003259static void kmem_cache_destroy_work_func(struct work_struct *w)
3260{
3261 struct kmem_cache *cachep;
3262 struct memcg_cache_params *p;
3263
3264 p = container_of(w, struct memcg_cache_params, destroy);
3265
3266 cachep = memcg_params_to_cache(p);
3267
Glauber Costa22933152012-12-18 14:22:59 -08003268 /*
3269 * If we get down to 0 after shrink, we could delete right away.
3270 * However, memcg_release_pages() already puts us back in the workqueue
3271 * in that case. If we proceed deleting, we'll get a dangling
3272 * reference, and removing the object from the workqueue in that case
3273 * is unnecessary complication. We are not a fast path.
3274 *
3275 * Note that this case is fundamentally different from racing with
3276 * shrink_slab(): if memcg_cgroup_destroy_cache() is called in
3277 * kmem_cache_shrink, not only we would be reinserting a dead cache
3278 * into the queue, but doing so from inside the worker racing to
3279 * destroy it.
3280 *
3281 * So if we aren't down to zero, we'll just schedule a worker and try
3282 * again
3283 */
3284 if (atomic_read(&cachep->memcg_params->nr_pages) != 0) {
3285 kmem_cache_shrink(cachep);
3286 if (atomic_read(&cachep->memcg_params->nr_pages) == 0)
3287 return;
3288 } else
Glauber Costa1f458cb2012-12-18 14:22:50 -08003289 kmem_cache_destroy(cachep);
3290}
3291
3292void mem_cgroup_destroy_cache(struct kmem_cache *cachep)
3293{
3294 if (!cachep->memcg_params->dead)
3295 return;
3296
3297 /*
Glauber Costa22933152012-12-18 14:22:59 -08003298 * There are many ways in which we can get here.
3299 *
3300 * We can get to a memory-pressure situation while the delayed work is
3301 * still pending to run. The vmscan shrinkers can then release all
3302 * cache memory and get us to destruction. If this is the case, we'll
3303 * be executed twice, which is a bug (the second time will execute over
3304 * bogus data). In this case, cancelling the work should be fine.
3305 *
3306 * But we can also get here from the worker itself, if
3307 * kmem_cache_shrink is enough to shake all the remaining objects and
3308 * get the page count to 0. In this case, we'll deadlock if we try to
3309 * cancel the work (the worker runs with an internal lock held, which
3310 * is the same lock we would hold for cancel_work_sync().)
3311 *
3312 * Since we can't possibly know who got us here, just refrain from
3313 * running if there is already work pending
3314 */
3315 if (work_pending(&cachep->memcg_params->destroy))
3316 return;
3317 /*
Glauber Costa1f458cb2012-12-18 14:22:50 -08003318 * We have to defer the actual destroying to a workqueue, because
3319 * we might currently be in a context that cannot sleep.
3320 */
3321 schedule_work(&cachep->memcg_params->destroy);
3322}
3323
Glauber Costad7f25f82012-12-18 14:22:40 -08003324/*
3325 * This lock protects updaters, not readers. We want readers to be as fast as
3326 * they can, and they will either see NULL or a valid cache value. Our model
3327 * allow them to see NULL, in which case the root memcg will be selected.
3328 *
3329 * We need this lock because multiple allocations to the same cache from a non
3330 * will span more than one worker. Only one of them can create the cache.
3331 */
3332static DEFINE_MUTEX(memcg_cache_mutex);
Michal Hockod9c10dd2013-03-28 08:48:14 +01003333
3334/*
3335 * Called with memcg_cache_mutex held
3336 */
3337static struct kmem_cache *kmem_cache_dup(struct mem_cgroup *memcg,
3338 struct kmem_cache *s)
3339{
3340 struct kmem_cache *new;
3341 static char *tmp_name = NULL;
3342
3343 lockdep_assert_held(&memcg_cache_mutex);
3344
3345 /*
3346 * kmem_cache_create_memcg duplicates the given name and
3347 * cgroup_name for this name requires RCU context.
3348 * This static temporary buffer is used to prevent from
3349 * pointless shortliving allocation.
3350 */
3351 if (!tmp_name) {
3352 tmp_name = kmalloc(PATH_MAX, GFP_KERNEL);
3353 if (!tmp_name)
3354 return NULL;
3355 }
3356
3357 rcu_read_lock();
3358 snprintf(tmp_name, PATH_MAX, "%s(%d:%s)", s->name,
3359 memcg_cache_id(memcg), cgroup_name(memcg->css.cgroup));
3360 rcu_read_unlock();
3361
3362 new = kmem_cache_create_memcg(memcg, tmp_name, s->object_size, s->align,
3363 (s->flags & ~SLAB_PANIC), s->ctor, s);
3364
3365 if (new)
3366 new->allocflags |= __GFP_KMEMCG;
3367
3368 return new;
3369}
3370
Glauber Costad7f25f82012-12-18 14:22:40 -08003371static struct kmem_cache *memcg_create_kmem_cache(struct mem_cgroup *memcg,
3372 struct kmem_cache *cachep)
3373{
3374 struct kmem_cache *new_cachep;
3375 int idx;
3376
3377 BUG_ON(!memcg_can_account_kmem(memcg));
3378
3379 idx = memcg_cache_id(memcg);
3380
3381 mutex_lock(&memcg_cache_mutex);
3382 new_cachep = cachep->memcg_params->memcg_caches[idx];
Li Zefan20f05312013-07-08 16:00:31 -07003383 if (new_cachep) {
3384 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003385 goto out;
Li Zefan20f05312013-07-08 16:00:31 -07003386 }
Glauber Costad7f25f82012-12-18 14:22:40 -08003387
3388 new_cachep = kmem_cache_dup(memcg, cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003389 if (new_cachep == NULL) {
3390 new_cachep = cachep;
Li Zefan20f05312013-07-08 16:00:31 -07003391 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003392 goto out;
3393 }
3394
Glauber Costa1f458cb2012-12-18 14:22:50 -08003395 atomic_set(&new_cachep->memcg_params->nr_pages , 0);
Glauber Costad7f25f82012-12-18 14:22:40 -08003396
3397 cachep->memcg_params->memcg_caches[idx] = new_cachep;
3398 /*
3399 * the readers won't lock, make sure everybody sees the updated value,
3400 * so they won't put stuff in the queue again for no reason
3401 */
3402 wmb();
3403out:
3404 mutex_unlock(&memcg_cache_mutex);
3405 return new_cachep;
3406}
3407
Glauber Costa7cf27982012-12-18 14:22:55 -08003408void kmem_cache_destroy_memcg_children(struct kmem_cache *s)
3409{
3410 struct kmem_cache *c;
3411 int i;
3412
3413 if (!s->memcg_params)
3414 return;
3415 if (!s->memcg_params->is_root_cache)
3416 return;
3417
3418 /*
3419 * If the cache is being destroyed, we trust that there is no one else
3420 * requesting objects from it. Even if there are, the sanity checks in
3421 * kmem_cache_destroy should caught this ill-case.
3422 *
3423 * Still, we don't want anyone else freeing memcg_caches under our
3424 * noses, which can happen if a new memcg comes to life. As usual,
3425 * we'll take the set_limit_mutex to protect ourselves against this.
3426 */
3427 mutex_lock(&set_limit_mutex);
3428 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3429 c = s->memcg_params->memcg_caches[i];
3430 if (!c)
3431 continue;
3432
3433 /*
3434 * We will now manually delete the caches, so to avoid races
3435 * we need to cancel all pending destruction workers and
3436 * proceed with destruction ourselves.
3437 *
3438 * kmem_cache_destroy() will call kmem_cache_shrink internally,
3439 * and that could spawn the workers again: it is likely that
3440 * the cache still have active pages until this very moment.
3441 * This would lead us back to mem_cgroup_destroy_cache.
3442 *
3443 * But that will not execute at all if the "dead" flag is not
3444 * set, so flip it down to guarantee we are in control.
3445 */
3446 c->memcg_params->dead = false;
Glauber Costa22933152012-12-18 14:22:59 -08003447 cancel_work_sync(&c->memcg_params->destroy);
Glauber Costa7cf27982012-12-18 14:22:55 -08003448 kmem_cache_destroy(c);
3449 }
3450 mutex_unlock(&set_limit_mutex);
3451}
3452
Glauber Costad7f25f82012-12-18 14:22:40 -08003453struct create_work {
3454 struct mem_cgroup *memcg;
3455 struct kmem_cache *cachep;
3456 struct work_struct work;
3457};
3458
Glauber Costa1f458cb2012-12-18 14:22:50 -08003459static void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3460{
3461 struct kmem_cache *cachep;
3462 struct memcg_cache_params *params;
3463
3464 if (!memcg_kmem_is_active(memcg))
3465 return;
3466
3467 mutex_lock(&memcg->slab_caches_mutex);
3468 list_for_each_entry(params, &memcg->memcg_slab_caches, list) {
3469 cachep = memcg_params_to_cache(params);
3470 cachep->memcg_params->dead = true;
Glauber Costa1f458cb2012-12-18 14:22:50 -08003471 schedule_work(&cachep->memcg_params->destroy);
3472 }
3473 mutex_unlock(&memcg->slab_caches_mutex);
3474}
3475
Glauber Costad7f25f82012-12-18 14:22:40 -08003476static void memcg_create_cache_work_func(struct work_struct *w)
3477{
3478 struct create_work *cw;
3479
3480 cw = container_of(w, struct create_work, work);
3481 memcg_create_kmem_cache(cw->memcg, cw->cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003482 kfree(cw);
3483}
3484
3485/*
3486 * Enqueue the creation of a per-memcg kmem_cache.
Glauber Costad7f25f82012-12-18 14:22:40 -08003487 */
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003488static void __memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3489 struct kmem_cache *cachep)
Glauber Costad7f25f82012-12-18 14:22:40 -08003490{
3491 struct create_work *cw;
3492
3493 cw = kmalloc(sizeof(struct create_work), GFP_NOWAIT);
Li Zefanca0dde92013-04-29 15:08:57 -07003494 if (cw == NULL) {
3495 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003496 return;
3497 }
3498
3499 cw->memcg = memcg;
3500 cw->cachep = cachep;
3501
3502 INIT_WORK(&cw->work, memcg_create_cache_work_func);
3503 schedule_work(&cw->work);
3504}
3505
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003506static void memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3507 struct kmem_cache *cachep)
3508{
3509 /*
3510 * We need to stop accounting when we kmalloc, because if the
3511 * corresponding kmalloc cache is not yet created, the first allocation
3512 * in __memcg_create_cache_enqueue will recurse.
3513 *
3514 * However, it is better to enclose the whole function. Depending on
3515 * the debugging options enabled, INIT_WORK(), for instance, can
3516 * trigger an allocation. This too, will make us recurse. Because at
3517 * this point we can't allow ourselves back into memcg_kmem_get_cache,
3518 * the safest choice is to do it like this, wrapping the whole function.
3519 */
3520 memcg_stop_kmem_account();
3521 __memcg_create_cache_enqueue(memcg, cachep);
3522 memcg_resume_kmem_account();
3523}
Glauber Costad7f25f82012-12-18 14:22:40 -08003524/*
3525 * Return the kmem_cache we're supposed to use for a slab allocation.
3526 * We try to use the current memcg's version of the cache.
3527 *
3528 * If the cache does not exist yet, if we are the first user of it,
3529 * we either create it immediately, if possible, or create it asynchronously
3530 * in a workqueue.
3531 * In the latter case, we will let the current allocation go through with
3532 * the original cache.
3533 *
3534 * Can't be called in interrupt context or from kernel threads.
3535 * This function needs to be called with rcu_read_lock() held.
3536 */
3537struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep,
3538 gfp_t gfp)
3539{
3540 struct mem_cgroup *memcg;
3541 int idx;
3542
3543 VM_BUG_ON(!cachep->memcg_params);
3544 VM_BUG_ON(!cachep->memcg_params->is_root_cache);
3545
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003546 if (!current->mm || current->memcg_kmem_skip_account)
3547 return cachep;
3548
Glauber Costad7f25f82012-12-18 14:22:40 -08003549 rcu_read_lock();
3550 memcg = mem_cgroup_from_task(rcu_dereference(current->mm->owner));
Glauber Costad7f25f82012-12-18 14:22:40 -08003551
3552 if (!memcg_can_account_kmem(memcg))
Li Zefanca0dde92013-04-29 15:08:57 -07003553 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003554
3555 idx = memcg_cache_id(memcg);
3556
3557 /*
3558 * barrier to mare sure we're always seeing the up to date value. The
3559 * code updating memcg_caches will issue a write barrier to match this.
3560 */
3561 read_barrier_depends();
Li Zefanca0dde92013-04-29 15:08:57 -07003562 if (likely(cachep->memcg_params->memcg_caches[idx])) {
3563 cachep = cachep->memcg_params->memcg_caches[idx];
3564 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003565 }
3566
Li Zefanca0dde92013-04-29 15:08:57 -07003567 /* The corresponding put will be done in the workqueue. */
3568 if (!css_tryget(&memcg->css))
3569 goto out;
3570 rcu_read_unlock();
3571
3572 /*
3573 * If we are in a safe context (can wait, and not in interrupt
3574 * context), we could be be predictable and return right away.
3575 * This would guarantee that the allocation being performed
3576 * already belongs in the new cache.
3577 *
3578 * However, there are some clashes that can arrive from locking.
3579 * For instance, because we acquire the slab_mutex while doing
3580 * kmem_cache_dup, this means no further allocation could happen
3581 * with the slab_mutex held.
3582 *
3583 * Also, because cache creation issue get_online_cpus(), this
3584 * creates a lock chain: memcg_slab_mutex -> cpu_hotplug_mutex,
3585 * that ends up reversed during cpu hotplug. (cpuset allocates
3586 * a bunch of GFP_KERNEL memory during cpuup). Due to all that,
3587 * better to defer everything.
3588 */
3589 memcg_create_cache_enqueue(memcg, cachep);
3590 return cachep;
3591out:
3592 rcu_read_unlock();
3593 return cachep;
Glauber Costad7f25f82012-12-18 14:22:40 -08003594}
3595EXPORT_SYMBOL(__memcg_kmem_get_cache);
3596
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003597/*
3598 * We need to verify if the allocation against current->mm->owner's memcg is
3599 * possible for the given order. But the page is not allocated yet, so we'll
3600 * need a further commit step to do the final arrangements.
3601 *
3602 * It is possible for the task to switch cgroups in this mean time, so at
3603 * commit time, we can't rely on task conversion any longer. We'll then use
3604 * the handle argument to return to the caller which cgroup we should commit
3605 * against. We could also return the memcg directly and avoid the pointer
3606 * passing, but a boolean return value gives better semantics considering
3607 * the compiled-out case as well.
3608 *
3609 * Returning true means the allocation is possible.
3610 */
3611bool
3612__memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **_memcg, int order)
3613{
3614 struct mem_cgroup *memcg;
3615 int ret;
3616
3617 *_memcg = NULL;
Glauber Costa6d42c232013-07-08 16:00:00 -07003618
3619 /*
3620 * Disabling accounting is only relevant for some specific memcg
3621 * internal allocations. Therefore we would initially not have such
3622 * check here, since direct calls to the page allocator that are marked
3623 * with GFP_KMEMCG only happen outside memcg core. We are mostly
3624 * concerned with cache allocations, and by having this test at
3625 * memcg_kmem_get_cache, we are already able to relay the allocation to
3626 * the root cache and bypass the memcg cache altogether.
3627 *
3628 * There is one exception, though: the SLUB allocator does not create
3629 * large order caches, but rather service large kmallocs directly from
3630 * the page allocator. Therefore, the following sequence when backed by
3631 * the SLUB allocator:
3632 *
3633 * memcg_stop_kmem_account();
3634 * kmalloc(<large_number>)
3635 * memcg_resume_kmem_account();
3636 *
3637 * would effectively ignore the fact that we should skip accounting,
3638 * since it will drive us directly to this function without passing
3639 * through the cache selector memcg_kmem_get_cache. Such large
3640 * allocations are extremely rare but can happen, for instance, for the
3641 * cache arrays. We bring this test here.
3642 */
3643 if (!current->mm || current->memcg_kmem_skip_account)
3644 return true;
3645
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003646 memcg = try_get_mem_cgroup_from_mm(current->mm);
3647
3648 /*
3649 * very rare case described in mem_cgroup_from_task. Unfortunately there
3650 * isn't much we can do without complicating this too much, and it would
3651 * be gfp-dependent anyway. Just let it go
3652 */
3653 if (unlikely(!memcg))
3654 return true;
3655
3656 if (!memcg_can_account_kmem(memcg)) {
3657 css_put(&memcg->css);
3658 return true;
3659 }
3660
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003661 ret = memcg_charge_kmem(memcg, gfp, PAGE_SIZE << order);
3662 if (!ret)
3663 *_memcg = memcg;
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003664
3665 css_put(&memcg->css);
3666 return (ret == 0);
3667}
3668
3669void __memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg,
3670 int order)
3671{
3672 struct page_cgroup *pc;
3673
3674 VM_BUG_ON(mem_cgroup_is_root(memcg));
3675
3676 /* The page allocation failed. Revert */
3677 if (!page) {
3678 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003679 return;
3680 }
3681
3682 pc = lookup_page_cgroup(page);
3683 lock_page_cgroup(pc);
3684 pc->mem_cgroup = memcg;
3685 SetPageCgroupUsed(pc);
3686 unlock_page_cgroup(pc);
3687}
3688
3689void __memcg_kmem_uncharge_pages(struct page *page, int order)
3690{
3691 struct mem_cgroup *memcg = NULL;
3692 struct page_cgroup *pc;
3693
3694
3695 pc = lookup_page_cgroup(page);
3696 /*
3697 * Fast unlocked return. Theoretically might have changed, have to
3698 * check again after locking.
3699 */
3700 if (!PageCgroupUsed(pc))
3701 return;
3702
3703 lock_page_cgroup(pc);
3704 if (PageCgroupUsed(pc)) {
3705 memcg = pc->mem_cgroup;
3706 ClearPageCgroupUsed(pc);
3707 }
3708 unlock_page_cgroup(pc);
3709
3710 /*
3711 * We trust that only if there is a memcg associated with the page, it
3712 * is a valid allocation
3713 */
3714 if (!memcg)
3715 return;
3716
3717 VM_BUG_ON(mem_cgroup_is_root(memcg));
3718 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003719}
Glauber Costa1f458cb2012-12-18 14:22:50 -08003720#else
3721static inline void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3722{
3723}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003724#endif /* CONFIG_MEMCG_KMEM */
3725
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003726#ifdef CONFIG_TRANSPARENT_HUGEPAGE
3727
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07003728#define PCGF_NOCOPY_AT_SPLIT (1 << PCG_LOCK | 1 << PCG_MIGRATION)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003729/*
3730 * Because tail pages are not marked as "used", set it. We're under
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003731 * zone->lru_lock, 'splitting on pmd' and compound_lock.
3732 * charge/uncharge will be never happen and move_account() is done under
3733 * compound_lock(), so we don't have to take care of races.
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003734 */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003735void mem_cgroup_split_huge_fixup(struct page *head)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003736{
3737 struct page_cgroup *head_pc = lookup_page_cgroup(head);
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003738 struct page_cgroup *pc;
David Rientjesb070e652013-05-07 16:18:09 -07003739 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003740 int i;
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003741
KAMEZAWA Hiroyuki3d37c4a2011-01-25 15:07:28 -08003742 if (mem_cgroup_disabled())
3743 return;
David Rientjesb070e652013-05-07 16:18:09 -07003744
3745 memcg = head_pc->mem_cgroup;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003746 for (i = 1; i < HPAGE_PMD_NR; i++) {
3747 pc = head_pc + i;
David Rientjesb070e652013-05-07 16:18:09 -07003748 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003749 smp_wmb();/* see __commit_charge() */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003750 pc->flags = head_pc->flags & ~PCGF_NOCOPY_AT_SPLIT;
3751 }
David Rientjesb070e652013-05-07 16:18:09 -07003752 __this_cpu_sub(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
3753 HPAGE_PMD_NR);
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003754}
Hugh Dickins12d27102012-01-12 17:19:52 -08003755#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003756
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003757/**
Johannes Weinerde3638d2011-03-23 16:42:28 -07003758 * mem_cgroup_move_account - move account of the page
Johannes Weiner5564e882011-03-23 16:42:29 -07003759 * @page: the page
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003760 * @nr_pages: number of regular pages (>1 for huge pages)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003761 * @pc: page_cgroup of the page.
3762 * @from: mem_cgroup which the page is moved from.
3763 * @to: mem_cgroup which the page is moved to. @from != @to.
3764 *
3765 * The caller must confirm following.
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003766 * - page is not on LRU (isolate_page() is useful.)
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003767 * - compound_lock is held when nr_pages > 1
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003768 *
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003769 * This function doesn't do "charge" to new cgroup and doesn't do "uncharge"
3770 * from old cgroup.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003771 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003772static int mem_cgroup_move_account(struct page *page,
3773 unsigned int nr_pages,
3774 struct page_cgroup *pc,
3775 struct mem_cgroup *from,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003776 struct mem_cgroup *to)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003777{
Johannes Weinerde3638d2011-03-23 16:42:28 -07003778 unsigned long flags;
3779 int ret;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07003780 bool anon = PageAnon(page);
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003781
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003782 VM_BUG_ON(from == to);
Johannes Weiner5564e882011-03-23 16:42:29 -07003783 VM_BUG_ON(PageLRU(page));
Johannes Weinerde3638d2011-03-23 16:42:28 -07003784 /*
3785 * The page is isolated from LRU. So, collapse function
3786 * will not handle this page. But page splitting can happen.
3787 * Do this check under compound_page_lock(). The caller should
3788 * hold it.
3789 */
3790 ret = -EBUSY;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003791 if (nr_pages > 1 && !PageTransHuge(page))
Johannes Weinerde3638d2011-03-23 16:42:28 -07003792 goto out;
3793
3794 lock_page_cgroup(pc);
3795
3796 ret = -EINVAL;
3797 if (!PageCgroupUsed(pc) || pc->mem_cgroup != from)
3798 goto unlock;
3799
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003800 move_lock_mem_cgroup(from, &flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003801
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07003802 if (!anon && page_mapped(page)) {
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003803 /* Update mapped_file data for mem_cgroup */
3804 preempt_disable();
3805 __this_cpu_dec(from->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3806 __this_cpu_inc(to->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3807 preempt_enable();
Balbir Singhd69b0422009-06-17 16:26:34 -07003808 }
David Rientjesb070e652013-05-07 16:18:09 -07003809 mem_cgroup_charge_statistics(from, page, anon, -nr_pages);
Balbir Singhd69b0422009-06-17 16:26:34 -07003810
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08003811 /* caller should have done css_get */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003812 pc->mem_cgroup = to;
David Rientjesb070e652013-05-07 16:18:09 -07003813 mem_cgroup_charge_statistics(to, page, anon, nr_pages);
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003814 move_unlock_mem_cgroup(from, &flags);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003815 ret = 0;
3816unlock:
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003817 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08003818 /*
3819 * check events
3820 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003821 memcg_check_events(to, page);
3822 memcg_check_events(from, page);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003823out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003824 return ret;
3825}
3826
Michal Hocko2ef37d32012-10-26 13:37:30 +02003827/**
3828 * mem_cgroup_move_parent - moves page to the parent group
3829 * @page: the page to move
3830 * @pc: page_cgroup of the page
3831 * @child: page's cgroup
3832 *
3833 * move charges to its parent or the root cgroup if the group has no
3834 * parent (aka use_hierarchy==0).
3835 * Although this might fail (get_page_unless_zero, isolate_lru_page or
3836 * mem_cgroup_move_account fails) the failure is always temporary and
3837 * it signals a race with a page removal/uncharge or migration. In the
3838 * first case the page is on the way out and it will vanish from the LRU
3839 * on the next attempt and the call should be retried later.
3840 * Isolation from the LRU fails only if page has been isolated from
3841 * the LRU since we looked at it and that usually means either global
3842 * reclaim or migration going on. The page will either get back to the
3843 * LRU or vanish.
3844 * Finaly mem_cgroup_move_account fails only if the page got uncharged
3845 * (!PageCgroupUsed) or moved to a different group. The page will
3846 * disappear in the next attempt.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003847 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003848static int mem_cgroup_move_parent(struct page *page,
3849 struct page_cgroup *pc,
KAMEZAWA Hiroyuki6068bf02012-07-31 16:42:45 -07003850 struct mem_cgroup *child)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003851{
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003852 struct mem_cgroup *parent;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003853 unsigned int nr_pages;
Andrew Morton4be44892011-03-23 16:42:39 -07003854 unsigned long uninitialized_var(flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003855 int ret;
3856
Michal Hockod8423012012-10-26 13:37:29 +02003857 VM_BUG_ON(mem_cgroup_is_root(child));
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003858
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003859 ret = -EBUSY;
3860 if (!get_page_unless_zero(page))
3861 goto out;
3862 if (isolate_lru_page(page))
3863 goto put;
KAMEZAWA Hiroyuki52dbb902011-01-25 15:07:29 -08003864
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003865 nr_pages = hpage_nr_pages(page);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003866
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003867 parent = parent_mem_cgroup(child);
3868 /*
3869 * If no parent, move charges to root cgroup.
3870 */
3871 if (!parent)
3872 parent = root_mem_cgroup;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003873
Michal Hocko2ef37d32012-10-26 13:37:30 +02003874 if (nr_pages > 1) {
3875 VM_BUG_ON(!PageTransHuge(page));
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003876 flags = compound_lock_irqsave(page);
Michal Hocko2ef37d32012-10-26 13:37:30 +02003877 }
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003878
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003879 ret = mem_cgroup_move_account(page, nr_pages,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003880 pc, child, parent);
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003881 if (!ret)
3882 __mem_cgroup_cancel_local_charge(child, nr_pages);
Jesper Juhl8dba4742011-01-25 15:07:24 -08003883
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003884 if (nr_pages > 1)
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003885 compound_unlock_irqrestore(page, flags);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003886 putback_lru_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003887put:
Daisuke Nishimura40d58132009-01-15 13:51:12 -08003888 put_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003889out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003890 return ret;
3891}
3892
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003893/*
3894 * Charge the memory controller for page usage.
3895 * Return
3896 * 0 if the charge was successful
3897 * < 0 if the cgroup is over its limit
3898 */
3899static int mem_cgroup_charge_common(struct page *page, struct mm_struct *mm,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07003900 gfp_t gfp_mask, enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003901{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003902 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003903 unsigned int nr_pages = 1;
Johannes Weiner8493ae42011-02-01 15:52:44 -08003904 bool oom = true;
3905 int ret;
Andrea Arcangeliec168512011-01-13 15:46:56 -08003906
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003907 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003908 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003909 VM_BUG_ON(!PageTransHuge(page));
Johannes Weiner8493ae42011-02-01 15:52:44 -08003910 /*
3911 * Never OOM-kill a process for a huge page. The
3912 * fault handler will fall back to regular pages.
3913 */
3914 oom = false;
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003915 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003916
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003917 ret = __mem_cgroup_try_charge(mm, gfp_mask, nr_pages, &memcg, oom);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003918 if (ret == -ENOMEM)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003919 return ret;
Johannes Weinerce587e62012-04-24 20:22:33 +02003920 __mem_cgroup_commit_charge(memcg, page, nr_pages, ctype, false);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003921 return 0;
3922}
3923
3924int mem_cgroup_newpage_charge(struct page *page,
3925 struct mm_struct *mm, gfp_t gfp_mask)
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003926{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003927 if (mem_cgroup_disabled())
Li Zefancede86a2008-07-25 01:47:18 -07003928 return 0;
Johannes Weiner7a0524c2012-01-12 17:18:43 -08003929 VM_BUG_ON(page_mapped(page));
3930 VM_BUG_ON(page->mapping && !PageAnon(page));
3931 VM_BUG_ON(!mm);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003932 return mem_cgroup_charge_common(page, mm, gfp_mask,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07003933 MEM_CGROUP_CHARGE_TYPE_ANON);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003934}
3935
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003936/*
3937 * While swap-in, try_charge -> commit or cancel, the page is locked.
3938 * And when try_charge() successfully returns, one refcnt to memcg without
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02003939 * struct page_cgroup is acquired. This refcnt will be consumed by
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003940 * "commit()" or removed by "cancel()"
3941 */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003942static int __mem_cgroup_try_charge_swapin(struct mm_struct *mm,
3943 struct page *page,
3944 gfp_t mask,
3945 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003946{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003947 struct mem_cgroup *memcg;
Johannes Weiner90deb782012-07-31 16:45:47 -07003948 struct page_cgroup *pc;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003949 int ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003950
Johannes Weiner90deb782012-07-31 16:45:47 -07003951 pc = lookup_page_cgroup(page);
3952 /*
3953 * Every swap fault against a single page tries to charge the
3954 * page, bail as early as possible. shmem_unuse() encounters
3955 * already charged pages, too. The USED bit is protected by
3956 * the page lock, which serializes swap cache removal, which
3957 * in turn serializes uncharging.
3958 */
3959 if (PageCgroupUsed(pc))
3960 return 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003961 if (!do_swap_account)
3962 goto charge_cur_mm;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003963 memcg = try_get_mem_cgroup_from_page(page);
3964 if (!memcg)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003965 goto charge_cur_mm;
Johannes Weiner72835c82012-01-12 17:18:32 -08003966 *memcgp = memcg;
3967 ret = __mem_cgroup_try_charge(NULL, mask, 1, memcgp, true);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003968 css_put(&memcg->css);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003969 if (ret == -EINTR)
3970 ret = 0;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003971 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003972charge_cur_mm:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003973 ret = __mem_cgroup_try_charge(mm, mask, 1, memcgp, true);
3974 if (ret == -EINTR)
3975 ret = 0;
3976 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003977}
3978
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003979int mem_cgroup_try_charge_swapin(struct mm_struct *mm, struct page *page,
3980 gfp_t gfp_mask, struct mem_cgroup **memcgp)
3981{
3982 *memcgp = NULL;
3983 if (mem_cgroup_disabled())
3984 return 0;
Johannes Weinerbdf4f4d2012-07-31 16:45:50 -07003985 /*
3986 * A racing thread's fault, or swapoff, may have already
3987 * updated the pte, and even removed page from swap cache: in
3988 * those cases unuse_pte()'s pte_same() test will fail; but
3989 * there's also a KSM case which does need to charge the page.
3990 */
3991 if (!PageSwapCache(page)) {
3992 int ret;
3993
3994 ret = __mem_cgroup_try_charge(mm, gfp_mask, 1, memcgp, true);
3995 if (ret == -EINTR)
3996 ret = 0;
3997 return ret;
3998 }
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003999 return __mem_cgroup_try_charge_swapin(mm, page, gfp_mask, memcgp);
4000}
4001
Johannes Weiner827a03d2012-07-31 16:45:36 -07004002void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg)
4003{
4004 if (mem_cgroup_disabled())
4005 return;
4006 if (!memcg)
4007 return;
4008 __mem_cgroup_cancel_charge(memcg, 1);
4009}
4010
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004011static void
Johannes Weiner72835c82012-01-12 17:18:32 -08004012__mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *memcg,
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004013 enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004014{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004015 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004016 return;
Johannes Weiner72835c82012-01-12 17:18:32 -08004017 if (!memcg)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004018 return;
KAMEZAWA Hiroyuki5a6475a2011-03-23 16:42:42 -07004019
Johannes Weinerce587e62012-04-24 20:22:33 +02004020 __mem_cgroup_commit_charge(memcg, page, 1, ctype, true);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004021 /*
4022 * Now swap is on-memory. This means this page may be
4023 * counted both as mem and swap....double count.
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004024 * Fix it by uncharging from memsw. Basically, this SwapCache is stable
4025 * under lock_page(). But in do_swap_page()::memory.c, reuse_swap_page()
4026 * may call delete_from_swap_cache() before reach here.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004027 */
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08004028 if (do_swap_account && PageSwapCache(page)) {
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004029 swp_entry_t ent = {.val = page_private(page)};
Hugh Dickins86493002012-05-29 15:06:52 -07004030 mem_cgroup_uncharge_swap(ent);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004031 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004032}
4033
Johannes Weiner72835c82012-01-12 17:18:32 -08004034void mem_cgroup_commit_charge_swapin(struct page *page,
4035 struct mem_cgroup *memcg)
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004036{
Johannes Weiner72835c82012-01-12 17:18:32 -08004037 __mem_cgroup_commit_charge_swapin(page, memcg,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004038 MEM_CGROUP_CHARGE_TYPE_ANON);
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07004039}
4040
Johannes Weiner827a03d2012-07-31 16:45:36 -07004041int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
4042 gfp_t gfp_mask)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004043{
Johannes Weiner827a03d2012-07-31 16:45:36 -07004044 struct mem_cgroup *memcg = NULL;
4045 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
4046 int ret;
4047
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004048 if (mem_cgroup_disabled())
Johannes Weiner827a03d2012-07-31 16:45:36 -07004049 return 0;
4050 if (PageCompound(page))
4051 return 0;
4052
Johannes Weiner827a03d2012-07-31 16:45:36 -07004053 if (!PageSwapCache(page))
4054 ret = mem_cgroup_charge_common(page, mm, gfp_mask, type);
4055 else { /* page is swapcache/shmem */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07004056 ret = __mem_cgroup_try_charge_swapin(mm, page,
4057 gfp_mask, &memcg);
Johannes Weiner827a03d2012-07-31 16:45:36 -07004058 if (!ret)
4059 __mem_cgroup_commit_charge_swapin(page, memcg, type);
4060 }
4061 return ret;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004062}
4063
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004064static void mem_cgroup_do_uncharge(struct mem_cgroup *memcg,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004065 unsigned int nr_pages,
4066 const enum charge_type ctype)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004067{
4068 struct memcg_batch_info *batch = NULL;
4069 bool uncharge_memsw = true;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004070
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004071 /* If swapout, usage of swap doesn't decrease */
4072 if (!do_swap_account || ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT)
4073 uncharge_memsw = false;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004074
4075 batch = &current->memcg_batch;
4076 /*
4077 * In usual, we do css_get() when we remember memcg pointer.
4078 * But in this case, we keep res->usage until end of a series of
4079 * uncharges. Then, it's ok to ignore memcg's refcnt.
4080 */
4081 if (!batch->memcg)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004082 batch->memcg = memcg;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004083 /*
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004084 * do_batch > 0 when unmapping pages or inode invalidate/truncate.
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004085 * In those cases, all pages freed continuously can be expected to be in
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004086 * the same cgroup and we have chance to coalesce uncharges.
4087 * But we do uncharge one by one if this is killed by OOM(TIF_MEMDIE)
4088 * because we want to do uncharge as soon as possible.
4089 */
4090
4091 if (!batch->do_batch || test_thread_flag(TIF_MEMDIE))
4092 goto direct_uncharge;
4093
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004094 if (nr_pages > 1)
Andrea Arcangeliec168512011-01-13 15:46:56 -08004095 goto direct_uncharge;
4096
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004097 /*
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004098 * In typical case, batch->memcg == mem. This means we can
4099 * merge a series of uncharges to an uncharge of res_counter.
4100 * If not, we uncharge res_counter ony by one.
4101 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004102 if (batch->memcg != memcg)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004103 goto direct_uncharge;
4104 /* remember freed charge and uncharge it later */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004105 batch->nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004106 if (uncharge_memsw)
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004107 batch->memsw_nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004108 return;
4109direct_uncharge:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004110 res_counter_uncharge(&memcg->res, nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004111 if (uncharge_memsw)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004112 res_counter_uncharge(&memcg->memsw, nr_pages * PAGE_SIZE);
4113 if (unlikely(batch->memcg != memcg))
4114 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004115}
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08004116
Balbir Singh8697d332008-02-07 00:13:59 -08004117/*
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004118 * uncharge if !page_mapped(page)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004119 */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004120static struct mem_cgroup *
Johannes Weiner0030f532012-07-31 16:45:25 -07004121__mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype,
4122 bool end_migration)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004123{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004124 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004125 unsigned int nr_pages = 1;
4126 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004127 bool anon;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004128
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004129 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004130 return NULL;
Balbir Singh40779602008-04-04 14:29:59 -07004131
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004132 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004133 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08004134 VM_BUG_ON(!PageTransHuge(page));
4135 }
Balbir Singh8697d332008-02-07 00:13:59 -08004136 /*
Balbir Singh3c541e12008-02-07 00:14:41 -08004137 * Check if our page_cgroup is valid
Balbir Singh8697d332008-02-07 00:13:59 -08004138 */
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004139 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004140 if (unlikely(!PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004141 return NULL;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08004142
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004143 lock_page_cgroup(pc);
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004144
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004145 memcg = pc->mem_cgroup;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004146
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004147 if (!PageCgroupUsed(pc))
4148 goto unlock_out;
4149
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004150 anon = PageAnon(page);
4151
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004152 switch (ctype) {
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004153 case MEM_CGROUP_CHARGE_TYPE_ANON:
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07004154 /*
4155 * Generally PageAnon tells if it's the anon statistics to be
4156 * updated; but sometimes e.g. mem_cgroup_uncharge_page() is
4157 * used before page reached the stage of being marked PageAnon.
4158 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004159 anon = true;
4160 /* fallthrough */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004161 case MEM_CGROUP_CHARGE_TYPE_DROP:
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004162 /* See mem_cgroup_prepare_migration() */
Johannes Weiner0030f532012-07-31 16:45:25 -07004163 if (page_mapped(page))
4164 goto unlock_out;
4165 /*
4166 * Pages under migration may not be uncharged. But
4167 * end_migration() /must/ be the one uncharging the
4168 * unused post-migration page and so it has to call
4169 * here with the migration bit still set. See the
4170 * res_counter handling below.
4171 */
4172 if (!end_migration && PageCgroupMigration(pc))
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004173 goto unlock_out;
4174 break;
4175 case MEM_CGROUP_CHARGE_TYPE_SWAPOUT:
4176 if (!PageAnon(page)) { /* Shared memory */
4177 if (page->mapping && !page_is_file_cache(page))
4178 goto unlock_out;
4179 } else if (page_mapped(page)) /* Anon */
4180 goto unlock_out;
4181 break;
4182 default:
4183 break;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004184 }
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004185
David Rientjesb070e652013-05-07 16:18:09 -07004186 mem_cgroup_charge_statistics(memcg, page, anon, -nr_pages);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07004187
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004188 ClearPageCgroupUsed(pc);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08004189 /*
4190 * pc->mem_cgroup is not cleared here. It will be accessed when it's
4191 * freed from LRU. This is safe because uncharged page is expected not
4192 * to be reused (freed soon). Exception is SwapCache, it's handled by
4193 * special functions.
4194 */
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004195
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004196 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004197 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004198 * even after unlock, we have memcg->res.usage here and this memcg
Li Zefan40503772013-07-08 16:00:34 -07004199 * will never be freed, so it's safe to call css_get().
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004200 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004201 memcg_check_events(memcg, page);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004202 if (do_swap_account && ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004203 mem_cgroup_swap_statistics(memcg, true);
Li Zefan40503772013-07-08 16:00:34 -07004204 css_get(&memcg->css);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004205 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004206 /*
4207 * Migration does not charge the res_counter for the
4208 * replacement page, so leave it alone when phasing out the
4209 * page that is unused after the migration.
4210 */
4211 if (!end_migration && !mem_cgroup_is_root(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004212 mem_cgroup_do_uncharge(memcg, nr_pages, ctype);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08004213
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004214 return memcg;
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004215
4216unlock_out:
4217 unlock_page_cgroup(pc);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004218 return NULL;
Balbir Singh3c541e12008-02-07 00:14:41 -08004219}
4220
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004221void mem_cgroup_uncharge_page(struct page *page)
4222{
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004223 /* early check. */
4224 if (page_mapped(page))
4225 return;
Johannes Weiner40f23a22012-01-12 17:18:45 -08004226 VM_BUG_ON(page->mapping && !PageAnon(page));
Johannes Weiner28ccddf2013-05-24 15:55:15 -07004227 /*
4228 * If the page is in swap cache, uncharge should be deferred
4229 * to the swap path, which also properly accounts swap usage
4230 * and handles memcg lifetime.
4231 *
4232 * Note that this check is not stable and reclaim may add the
4233 * page to swap cache at any time after this. However, if the
4234 * page is not in swap cache by the time page->mapcount hits
4235 * 0, there won't be any page table references to the swap
4236 * slot, and reclaim will free it and not actually write the
4237 * page to disk.
4238 */
Johannes Weiner0c59b892012-07-31 16:45:31 -07004239 if (PageSwapCache(page))
4240 return;
Johannes Weiner0030f532012-07-31 16:45:25 -07004241 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_ANON, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004242}
4243
4244void mem_cgroup_uncharge_cache_page(struct page *page)
4245{
4246 VM_BUG_ON(page_mapped(page));
KAMEZAWA Hiroyukib7abea92008-10-18 20:28:09 -07004247 VM_BUG_ON(page->mapping);
Johannes Weiner0030f532012-07-31 16:45:25 -07004248 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_CACHE, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004249}
4250
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004251/*
4252 * Batch_start/batch_end is called in unmap_page_range/invlidate/trucate.
4253 * In that cases, pages are freed continuously and we can expect pages
4254 * are in the same memcg. All these calls itself limits the number of
4255 * pages freed at once, then uncharge_start/end() is called properly.
4256 * This may be called prural(2) times in a context,
4257 */
4258
4259void mem_cgroup_uncharge_start(void)
4260{
4261 current->memcg_batch.do_batch++;
4262 /* We can do nest. */
4263 if (current->memcg_batch.do_batch == 1) {
4264 current->memcg_batch.memcg = NULL;
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004265 current->memcg_batch.nr_pages = 0;
4266 current->memcg_batch.memsw_nr_pages = 0;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004267 }
4268}
4269
4270void mem_cgroup_uncharge_end(void)
4271{
4272 struct memcg_batch_info *batch = &current->memcg_batch;
4273
4274 if (!batch->do_batch)
4275 return;
4276
4277 batch->do_batch--;
4278 if (batch->do_batch) /* If stacked, do nothing. */
4279 return;
4280
4281 if (!batch->memcg)
4282 return;
4283 /*
4284 * This "batch->memcg" is valid without any css_get/put etc...
4285 * bacause we hide charges behind us.
4286 */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004287 if (batch->nr_pages)
4288 res_counter_uncharge(&batch->memcg->res,
4289 batch->nr_pages * PAGE_SIZE);
4290 if (batch->memsw_nr_pages)
4291 res_counter_uncharge(&batch->memcg->memsw,
4292 batch->memsw_nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004293 memcg_oom_recover(batch->memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004294 /* forget this pointer (for sanity check) */
4295 batch->memcg = NULL;
4296}
4297
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004298#ifdef CONFIG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004299/*
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004300 * called after __delete_from_swap_cache() and drop "page" account.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004301 * memcg information is recorded to swap_cgroup of "ent"
4302 */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004303void
4304mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout)
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004305{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004306 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004307 int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004308
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004309 if (!swapout) /* this was a swap cache but the swap is unused ! */
4310 ctype = MEM_CGROUP_CHARGE_TYPE_DROP;
4311
Johannes Weiner0030f532012-07-31 16:45:25 -07004312 memcg = __mem_cgroup_uncharge_common(page, ctype, false);
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004313
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004314 /*
4315 * record memcg information, if swapout && memcg != NULL,
Li Zefan40503772013-07-08 16:00:34 -07004316 * css_get() was called in uncharge().
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004317 */
4318 if (do_swap_account && swapout && memcg)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004319 swap_cgroup_record(ent, css_id(&memcg->css));
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004320}
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004321#endif
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004322
Andrew Mortonc255a452012-07-31 16:43:02 -07004323#ifdef CONFIG_MEMCG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004324/*
4325 * called from swap_entry_free(). remove record in swap_cgroup and
4326 * uncharge "memsw" account.
4327 */
4328void mem_cgroup_uncharge_swap(swp_entry_t ent)
4329{
4330 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004331 unsigned short id;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004332
4333 if (!do_swap_account)
4334 return;
4335
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004336 id = swap_cgroup_record(ent, 0);
4337 rcu_read_lock();
4338 memcg = mem_cgroup_lookup(id);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004339 if (memcg) {
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004340 /*
4341 * We uncharge this because swap is freed.
4342 * This memcg can be obsolete one. We avoid calling css_tryget
4343 */
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004344 if (!mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -07004345 res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004346 mem_cgroup_swap_statistics(memcg, false);
Li Zefan40503772013-07-08 16:00:34 -07004347 css_put(&memcg->css);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004348 }
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004349 rcu_read_unlock();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004350}
Daisuke Nishimura02491442010-03-10 15:22:17 -08004351
4352/**
4353 * mem_cgroup_move_swap_account - move swap charge and swap_cgroup's record.
4354 * @entry: swap entry to be moved
4355 * @from: mem_cgroup which the entry is moved from
4356 * @to: mem_cgroup which the entry is moved to
4357 *
4358 * It succeeds only when the swap_cgroup's record for this entry is the same
4359 * as the mem_cgroup's id of @from.
4360 *
4361 * Returns 0 on success, -EINVAL on failure.
4362 *
4363 * The caller must have charged to @to, IOW, called res_counter_charge() about
4364 * both res and memsw, and called css_get().
4365 */
4366static int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004367 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004368{
4369 unsigned short old_id, new_id;
4370
4371 old_id = css_id(&from->css);
4372 new_id = css_id(&to->css);
4373
4374 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08004375 mem_cgroup_swap_statistics(from, false);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004376 mem_cgroup_swap_statistics(to, true);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004377 /*
4378 * This function is only called from task migration context now.
4379 * It postpones res_counter and refcount handling till the end
4380 * of task migration(mem_cgroup_clear_mc()) for performance
Li Zefan40503772013-07-08 16:00:34 -07004381 * improvement. But we cannot postpone css_get(to) because if
4382 * the process that has been moved to @to does swap-in, the
4383 * refcount of @to might be decreased to 0.
4384 *
4385 * We are in attach() phase, so the cgroup is guaranteed to be
4386 * alive, so we can just call css_get().
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004387 */
Li Zefan40503772013-07-08 16:00:34 -07004388 css_get(&to->css);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004389 return 0;
4390 }
4391 return -EINVAL;
4392}
4393#else
4394static inline int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004395 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004396{
4397 return -EINVAL;
4398}
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004399#endif
4400
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004401/*
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004402 * Before starting migration, account PAGE_SIZE to mem_cgroup that the old
4403 * page belongs to.
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004404 */
Johannes Weiner0030f532012-07-31 16:45:25 -07004405void mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
4406 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004407{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004408 struct mem_cgroup *memcg = NULL;
Mel Gormanb32967f2012-11-19 12:35:47 +00004409 unsigned int nr_pages = 1;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004410 struct page_cgroup *pc;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004411 enum charge_type ctype;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004412
Johannes Weiner72835c82012-01-12 17:18:32 -08004413 *memcgp = NULL;
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07004414
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004415 if (mem_cgroup_disabled())
Johannes Weiner0030f532012-07-31 16:45:25 -07004416 return;
Balbir Singh40779602008-04-04 14:29:59 -07004417
Mel Gormanb32967f2012-11-19 12:35:47 +00004418 if (PageTransHuge(page))
4419 nr_pages <<= compound_order(page);
4420
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004421 pc = lookup_page_cgroup(page);
4422 lock_page_cgroup(pc);
4423 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004424 memcg = pc->mem_cgroup;
4425 css_get(&memcg->css);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004426 /*
4427 * At migrating an anonymous page, its mapcount goes down
4428 * to 0 and uncharge() will be called. But, even if it's fully
4429 * unmapped, migration may fail and this page has to be
4430 * charged again. We set MIGRATION flag here and delay uncharge
4431 * until end_migration() is called
4432 *
4433 * Corner Case Thinking
4434 * A)
4435 * When the old page was mapped as Anon and it's unmap-and-freed
4436 * while migration was ongoing.
4437 * If unmap finds the old page, uncharge() of it will be delayed
4438 * until end_migration(). If unmap finds a new page, it's
4439 * uncharged when it make mapcount to be 1->0. If unmap code
4440 * finds swap_migration_entry, the new page will not be mapped
4441 * and end_migration() will find it(mapcount==0).
4442 *
4443 * B)
4444 * When the old page was mapped but migraion fails, the kernel
4445 * remaps it. A charge for it is kept by MIGRATION flag even
4446 * if mapcount goes down to 0. We can do remap successfully
4447 * without charging it again.
4448 *
4449 * C)
4450 * The "old" page is under lock_page() until the end of
4451 * migration, so, the old page itself will not be swapped-out.
4452 * If the new page is swapped out before end_migraton, our
4453 * hook to usual swap-out path will catch the event.
4454 */
4455 if (PageAnon(page))
4456 SetPageCgroupMigration(pc);
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004457 }
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004458 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004459 /*
4460 * If the page is not charged at this point,
4461 * we return here.
4462 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004463 if (!memcg)
Johannes Weiner0030f532012-07-31 16:45:25 -07004464 return;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004465
Johannes Weiner72835c82012-01-12 17:18:32 -08004466 *memcgp = memcg;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004467 /*
4468 * We charge new page before it's used/mapped. So, even if unlock_page()
4469 * is called before end_migration, we can catch all events on this new
4470 * page. In the case new page is migrated but not remapped, new page's
4471 * mapcount will be finally 0 and we call uncharge in end_migration().
4472 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004473 if (PageAnon(page))
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004474 ctype = MEM_CGROUP_CHARGE_TYPE_ANON;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004475 else
Johannes Weiner62ba7442012-07-31 16:45:39 -07004476 ctype = MEM_CGROUP_CHARGE_TYPE_CACHE;
Johannes Weiner0030f532012-07-31 16:45:25 -07004477 /*
4478 * The page is committed to the memcg, but it's not actually
4479 * charged to the res_counter since we plan on replacing the
4480 * old one and only one page is going to be left afterwards.
4481 */
Mel Gormanb32967f2012-11-19 12:35:47 +00004482 __mem_cgroup_commit_charge(memcg, newpage, nr_pages, ctype, false);
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004483}
Hugh Dickinsfb59e9f2008-03-04 14:29:16 -08004484
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004485/* remove redundant charge if migration failed*/
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004486void mem_cgroup_end_migration(struct mem_cgroup *memcg,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004487 struct page *oldpage, struct page *newpage, bool migration_ok)
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004488{
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004489 struct page *used, *unused;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004490 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004491 bool anon;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004492
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004493 if (!memcg)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004494 return;
Tejun Heob25ed602012-11-05 09:16:59 -08004495
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004496 if (!migration_ok) {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004497 used = oldpage;
4498 unused = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004499 } else {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004500 used = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004501 unused = oldpage;
4502 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004503 anon = PageAnon(used);
Johannes Weiner7d188952012-07-31 16:45:34 -07004504 __mem_cgroup_uncharge_common(unused,
4505 anon ? MEM_CGROUP_CHARGE_TYPE_ANON
4506 : MEM_CGROUP_CHARGE_TYPE_CACHE,
4507 true);
Johannes Weiner0030f532012-07-31 16:45:25 -07004508 css_put(&memcg->css);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004509 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004510 * We disallowed uncharge of pages under migration because mapcount
4511 * of the page goes down to zero, temporarly.
4512 * Clear the flag and check the page should be charged.
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004513 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004514 pc = lookup_page_cgroup(oldpage);
4515 lock_page_cgroup(pc);
4516 ClearPageCgroupMigration(pc);
4517 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004518
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004519 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004520 * If a page is a file cache, radix-tree replacement is very atomic
4521 * and we can skip this check. When it was an Anon page, its mapcount
4522 * goes down to 0. But because we added MIGRATION flage, it's not
4523 * uncharged yet. There are several case but page->mapcount check
4524 * and USED bit check in mem_cgroup_uncharge_page() will do enough
4525 * check. (see prepare_charge() also)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004526 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004527 if (anon)
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004528 mem_cgroup_uncharge_page(used);
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004529}
Pavel Emelianov78fb7462008-02-07 00:13:51 -08004530
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004531/*
4532 * At replace page cache, newpage is not under any memcg but it's on
4533 * LRU. So, this function doesn't touch res_counter but handles LRU
4534 * in correct way. Both pages are locked so we cannot race with uncharge.
4535 */
4536void mem_cgroup_replace_page_cache(struct page *oldpage,
4537 struct page *newpage)
4538{
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004539 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004540 struct page_cgroup *pc;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004541 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004542
4543 if (mem_cgroup_disabled())
4544 return;
4545
4546 pc = lookup_page_cgroup(oldpage);
4547 /* fix accounting on old pages */
4548 lock_page_cgroup(pc);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004549 if (PageCgroupUsed(pc)) {
4550 memcg = pc->mem_cgroup;
David Rientjesb070e652013-05-07 16:18:09 -07004551 mem_cgroup_charge_statistics(memcg, oldpage, false, -1);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004552 ClearPageCgroupUsed(pc);
4553 }
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004554 unlock_page_cgroup(pc);
4555
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004556 /*
4557 * When called from shmem_replace_page(), in some cases the
4558 * oldpage has already been charged, and in some cases not.
4559 */
4560 if (!memcg)
4561 return;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004562 /*
4563 * Even if newpage->mapping was NULL before starting replacement,
4564 * the newpage may be on LRU(or pagevec for LRU) already. We lock
4565 * LRU while we overwrite pc->mem_cgroup.
4566 */
Johannes Weinerce587e62012-04-24 20:22:33 +02004567 __mem_cgroup_commit_charge(memcg, newpage, 1, type, true);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004568}
4569
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004570#ifdef CONFIG_DEBUG_VM
4571static struct page_cgroup *lookup_page_cgroup_used(struct page *page)
4572{
4573 struct page_cgroup *pc;
4574
4575 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004576 /*
4577 * Can be NULL while feeding pages into the page allocator for
4578 * the first time, i.e. during boot or memory hotplug;
4579 * or when mem_cgroup_disabled().
4580 */
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004581 if (likely(pc) && PageCgroupUsed(pc))
4582 return pc;
4583 return NULL;
4584}
4585
4586bool mem_cgroup_bad_page_check(struct page *page)
4587{
4588 if (mem_cgroup_disabled())
4589 return false;
4590
4591 return lookup_page_cgroup_used(page) != NULL;
4592}
4593
4594void mem_cgroup_print_bad_page(struct page *page)
4595{
4596 struct page_cgroup *pc;
4597
4598 pc = lookup_page_cgroup_used(page);
4599 if (pc) {
Andrew Mortond0451972013-02-22 16:32:06 -08004600 pr_alert("pc:%p pc->flags:%lx pc->mem_cgroup:%p\n",
4601 pc, pc->flags, pc->mem_cgroup);
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004602 }
4603}
4604#endif
4605
KOSAKI Motohirod38d2a72009-01-06 14:39:44 -08004606static int mem_cgroup_resize_limit(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004607 unsigned long long val)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004608{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004609 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004610 u64 memswlimit, memlimit;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004611 int ret = 0;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004612 int children = mem_cgroup_count_children(memcg);
4613 u64 curusage, oldusage;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004614 int enlarge;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004615
4616 /*
4617 * For keeping hierarchical_reclaim simple, how long we should retry
4618 * is depends on callers. We set our retry-count to be function
4619 * of # of children which we should visit in this loop.
4620 */
4621 retry_count = MEM_CGROUP_RECLAIM_RETRIES * children;
4622
4623 oldusage = res_counter_read_u64(&memcg->res, RES_USAGE);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004624
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004625 enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004626 while (retry_count) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004627 if (signal_pending(current)) {
4628 ret = -EINTR;
4629 break;
4630 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004631 /*
4632 * Rather than hide all in some function, I do this in
4633 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004634 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004635 */
4636 mutex_lock(&set_limit_mutex);
4637 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4638 if (memswlimit < val) {
4639 ret = -EINVAL;
4640 mutex_unlock(&set_limit_mutex);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004641 break;
4642 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004643
4644 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4645 if (memlimit < val)
4646 enlarge = 1;
4647
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004648 ret = res_counter_set_limit(&memcg->res, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004649 if (!ret) {
4650 if (memswlimit == val)
4651 memcg->memsw_is_minimum = true;
4652 else
4653 memcg->memsw_is_minimum = false;
4654 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004655 mutex_unlock(&set_limit_mutex);
4656
4657 if (!ret)
4658 break;
4659
Johannes Weiner56600482012-01-12 17:17:59 -08004660 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4661 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004662 curusage = res_counter_read_u64(&memcg->res, RES_USAGE);
4663 /* Usage is reduced ? */
4664 if (curusage >= oldusage)
4665 retry_count--;
4666 else
4667 oldusage = curusage;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004668 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004669 if (!ret && enlarge)
4670 memcg_oom_recover(memcg);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08004671
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004672 return ret;
4673}
4674
Li Zefan338c8432009-06-17 16:27:15 -07004675static int mem_cgroup_resize_memsw_limit(struct mem_cgroup *memcg,
4676 unsigned long long val)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004677{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004678 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004679 u64 memlimit, memswlimit, oldusage, curusage;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004680 int children = mem_cgroup_count_children(memcg);
4681 int ret = -EBUSY;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004682 int enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004683
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004684 /* see mem_cgroup_resize_res_limit */
4685 retry_count = children * MEM_CGROUP_RECLAIM_RETRIES;
4686 oldusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004687 while (retry_count) {
4688 if (signal_pending(current)) {
4689 ret = -EINTR;
4690 break;
4691 }
4692 /*
4693 * Rather than hide all in some function, I do this in
4694 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004695 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004696 */
4697 mutex_lock(&set_limit_mutex);
4698 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4699 if (memlimit > val) {
4700 ret = -EINVAL;
4701 mutex_unlock(&set_limit_mutex);
4702 break;
4703 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004704 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4705 if (memswlimit < val)
4706 enlarge = 1;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004707 ret = res_counter_set_limit(&memcg->memsw, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004708 if (!ret) {
4709 if (memlimit == val)
4710 memcg->memsw_is_minimum = true;
4711 else
4712 memcg->memsw_is_minimum = false;
4713 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004714 mutex_unlock(&set_limit_mutex);
4715
4716 if (!ret)
4717 break;
4718
Johannes Weiner56600482012-01-12 17:17:59 -08004719 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4720 MEM_CGROUP_RECLAIM_NOSWAP |
4721 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004722 curusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004723 /* Usage is reduced ? */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004724 if (curusage >= oldusage)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004725 retry_count--;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004726 else
4727 oldusage = curusage;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004728 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004729 if (!ret && enlarge)
4730 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004731 return ret;
4732}
4733
Balbir Singh4e416952009-09-23 15:56:39 -07004734unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
Ying Han0ae5e892011-05-26 16:25:25 -07004735 gfp_t gfp_mask,
4736 unsigned long *total_scanned)
Balbir Singh4e416952009-09-23 15:56:39 -07004737{
4738 unsigned long nr_reclaimed = 0;
4739 struct mem_cgroup_per_zone *mz, *next_mz = NULL;
4740 unsigned long reclaimed;
4741 int loop = 0;
4742 struct mem_cgroup_tree_per_zone *mctz;
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004743 unsigned long long excess;
Ying Han0ae5e892011-05-26 16:25:25 -07004744 unsigned long nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004745
4746 if (order > 0)
4747 return 0;
4748
KOSAKI Motohiro00918b62010-08-10 18:03:05 -07004749 mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
Balbir Singh4e416952009-09-23 15:56:39 -07004750 /*
4751 * This loop can run a while, specially if mem_cgroup's continuously
4752 * keep exceeding their soft limit and putting the system under
4753 * pressure
4754 */
4755 do {
4756 if (next_mz)
4757 mz = next_mz;
4758 else
4759 mz = mem_cgroup_largest_soft_limit_node(mctz);
4760 if (!mz)
4761 break;
4762
Ying Han0ae5e892011-05-26 16:25:25 -07004763 nr_scanned = 0;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004764 reclaimed = mem_cgroup_soft_reclaim(mz->memcg, zone,
Johannes Weiner56600482012-01-12 17:17:59 -08004765 gfp_mask, &nr_scanned);
Balbir Singh4e416952009-09-23 15:56:39 -07004766 nr_reclaimed += reclaimed;
Ying Han0ae5e892011-05-26 16:25:25 -07004767 *total_scanned += nr_scanned;
Balbir Singh4e416952009-09-23 15:56:39 -07004768 spin_lock(&mctz->lock);
4769
4770 /*
4771 * If we failed to reclaim anything from this memory cgroup
4772 * it is time to move on to the next cgroup
4773 */
4774 next_mz = NULL;
4775 if (!reclaimed) {
4776 do {
4777 /*
4778 * Loop until we find yet another one.
4779 *
4780 * By the time we get the soft_limit lock
4781 * again, someone might have aded the
4782 * group back on the RB tree. Iterate to
4783 * make sure we get a different mem.
4784 * mem_cgroup_largest_soft_limit_node returns
4785 * NULL if no other cgroup is present on
4786 * the tree
4787 */
4788 next_mz =
4789 __mem_cgroup_largest_soft_limit_node(mctz);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004790 if (next_mz == mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004791 css_put(&next_mz->memcg->css);
Michal Hocko39cc98f2011-05-26 16:25:28 -07004792 else /* next_mz == NULL or other memcg */
Balbir Singh4e416952009-09-23 15:56:39 -07004793 break;
4794 } while (1);
4795 }
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004796 __mem_cgroup_remove_exceeded(mz->memcg, mz, mctz);
4797 excess = res_counter_soft_limit_excess(&mz->memcg->res);
Balbir Singh4e416952009-09-23 15:56:39 -07004798 /*
4799 * One school of thought says that we should not add
4800 * back the node to the tree if reclaim returns 0.
4801 * But our reclaim could return 0, simply because due
4802 * to priority we are exposing a smaller subset of
4803 * memory to reclaim from. Consider this as a longer
4804 * term TODO.
4805 */
KAMEZAWA Hiroyukief8745c2009-10-01 15:44:12 -07004806 /* If excess == 0, no tree ops */
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004807 __mem_cgroup_insert_exceeded(mz->memcg, mz, mctz, excess);
Balbir Singh4e416952009-09-23 15:56:39 -07004808 spin_unlock(&mctz->lock);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004809 css_put(&mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004810 loop++;
4811 /*
4812 * Could not reclaim anything and there are no more
4813 * mem cgroups to try or we seem to be looping without
4814 * reclaiming anything.
4815 */
4816 if (!nr_reclaimed &&
4817 (next_mz == NULL ||
4818 loop > MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS))
4819 break;
4820 } while (!nr_reclaimed);
4821 if (next_mz)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07004822 css_put(&next_mz->memcg->css);
Balbir Singh4e416952009-09-23 15:56:39 -07004823 return nr_reclaimed;
4824}
4825
Michal Hocko2ef37d32012-10-26 13:37:30 +02004826/**
4827 * mem_cgroup_force_empty_list - clears LRU of a group
4828 * @memcg: group to clear
4829 * @node: NUMA node
4830 * @zid: zone id
4831 * @lru: lru to to clear
4832 *
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004833 * Traverse a specified page_cgroup list and try to drop them all. This doesn't
Michal Hocko2ef37d32012-10-26 13:37:30 +02004834 * reclaim the pages page themselves - pages are moved to the parent (or root)
4835 * group.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004836 */
Michal Hocko2ef37d32012-10-26 13:37:30 +02004837static void mem_cgroup_force_empty_list(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004838 int node, int zid, enum lru_list lru)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004839{
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004840 struct lruvec *lruvec;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004841 unsigned long flags;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004842 struct list_head *list;
Johannes Weiner925b7672012-01-12 17:18:15 -08004843 struct page *busy;
4844 struct zone *zone;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004845
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004846 zone = &NODE_DATA(node)->node_zones[zid];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004847 lruvec = mem_cgroup_zone_lruvec(zone, memcg);
4848 list = &lruvec->lists[lru];
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004849
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004850 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004851 do {
Johannes Weiner925b7672012-01-12 17:18:15 -08004852 struct page_cgroup *pc;
Johannes Weiner5564e882011-03-23 16:42:29 -07004853 struct page *page;
4854
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004855 spin_lock_irqsave(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004856 if (list_empty(list)) {
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004857 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004858 break;
4859 }
Johannes Weiner925b7672012-01-12 17:18:15 -08004860 page = list_entry(list->prev, struct page, lru);
4861 if (busy == page) {
4862 list_move(&page->lru, list);
Thiago Farina648bcc72010-03-05 13:42:04 -08004863 busy = NULL;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004864 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004865 continue;
4866 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004867 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004868
Johannes Weiner925b7672012-01-12 17:18:15 -08004869 pc = lookup_page_cgroup(page);
Johannes Weiner5564e882011-03-23 16:42:29 -07004870
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004871 if (mem_cgroup_move_parent(page, pc, memcg)) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004872 /* found lock contention or "pc" is obsolete. */
Johannes Weiner925b7672012-01-12 17:18:15 -08004873 busy = page;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004874 cond_resched();
4875 } else
4876 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004877 } while (!list_empty(list));
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004878}
4879
4880/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004881 * make mem_cgroup's charge to be 0 if there is no task by moving
4882 * all the charges and pages to the parent.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004883 * This enables deleting this mem_cgroup.
Michal Hockoc26251f2012-10-26 13:37:28 +02004884 *
4885 * Caller is responsible for holding css reference on the memcg.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004886 */
Michal Hockoab5196c2012-10-26 13:37:32 +02004887static void mem_cgroup_reparent_charges(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004888{
Michal Hockoc26251f2012-10-26 13:37:28 +02004889 int node, zid;
Glauber Costabea207c2012-12-18 14:22:11 -08004890 u64 usage;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004891
Daisuke Nishimurafce66472010-01-15 17:01:30 -08004892 do {
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004893 /* This is for making all *used* pages to be on LRU. */
4894 lru_add_drain_all();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004895 drain_all_stock_sync(memcg);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004896 mem_cgroup_start_move(memcg);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08004897 for_each_node_state(node, N_MEMORY) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004898 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsf156ab92012-03-21 16:34:19 -07004899 enum lru_list lru;
4900 for_each_lru(lru) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004901 mem_cgroup_force_empty_list(memcg,
Hugh Dickinsf156ab92012-03-21 16:34:19 -07004902 node, zid, lru);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004903 }
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004904 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004905 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004906 mem_cgroup_end_move(memcg);
4907 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004908 cond_resched();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004909
Michal Hocko2ef37d32012-10-26 13:37:30 +02004910 /*
Glauber Costabea207c2012-12-18 14:22:11 -08004911 * Kernel memory may not necessarily be trackable to a specific
4912 * process. So they are not migrated, and therefore we can't
4913 * expect their value to drop to 0 here.
4914 * Having res filled up with kmem only is enough.
4915 *
Michal Hocko2ef37d32012-10-26 13:37:30 +02004916 * This is a safety check because mem_cgroup_force_empty_list
4917 * could have raced with mem_cgroup_replace_page_cache callers
4918 * so the lru seemed empty but the page could have been added
4919 * right after the check. RES_USAGE should be safe as we always
4920 * charge before adding to the LRU.
4921 */
Glauber Costabea207c2012-12-18 14:22:11 -08004922 usage = res_counter_read_u64(&memcg->res, RES_USAGE) -
4923 res_counter_read_u64(&memcg->kmem, RES_USAGE);
4924 } while (usage > 0);
Michal Hockoc26251f2012-10-26 13:37:28 +02004925}
4926
4927/*
Glauber Costab5f99b52013-02-22 16:34:53 -08004928 * This mainly exists for tests during the setting of set of use_hierarchy.
4929 * Since this is the very setting we are changing, the current hierarchy value
4930 * is meaningless
4931 */
4932static inline bool __memcg_has_children(struct mem_cgroup *memcg)
4933{
Tejun Heo492eb212013-08-08 20:11:25 -04004934 struct cgroup_subsys_state *pos;
Glauber Costab5f99b52013-02-22 16:34:53 -08004935
4936 /* bounce at first found */
Tejun Heo492eb212013-08-08 20:11:25 -04004937 css_for_each_child(pos, &memcg->css)
Glauber Costab5f99b52013-02-22 16:34:53 -08004938 return true;
4939 return false;
4940}
4941
4942/*
Glauber Costa09998212013-02-22 16:34:55 -08004943 * Must be called with memcg_create_mutex held, unless the cgroup is guaranteed
4944 * to be already dead (as in mem_cgroup_force_empty, for instance). This is
Glauber Costab5f99b52013-02-22 16:34:53 -08004945 * from mem_cgroup_count_children(), in the sense that we don't really care how
4946 * many children we have; we only need to know if we have any. It also counts
4947 * any memcg without hierarchy as infertile.
4948 */
4949static inline bool memcg_has_children(struct mem_cgroup *memcg)
4950{
4951 return memcg->use_hierarchy && __memcg_has_children(memcg);
4952}
4953
4954/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004955 * Reclaims as many pages from the given memcg as possible and moves
4956 * the rest to the parent.
4957 *
4958 * Caller is responsible for holding css reference for memcg.
4959 */
4960static int mem_cgroup_force_empty(struct mem_cgroup *memcg)
4961{
4962 int nr_retries = MEM_CGROUP_RECLAIM_RETRIES;
4963 struct cgroup *cgrp = memcg->css.cgroup;
4964
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004965 /* returns EBUSY if there is a task or if we come here twice. */
Michal Hockoc26251f2012-10-26 13:37:28 +02004966 if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children))
4967 return -EBUSY;
4968
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004969 /* we call try-to-free pages for make this cgroup empty */
4970 lru_add_drain_all();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004971 /* try to free all pages in this cgroup */
Glauber Costa569530f2012-04-12 12:49:13 -07004972 while (nr_retries && res_counter_read_u64(&memcg->res, RES_USAGE) > 0) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004973 int progress;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004974
Michal Hockoc26251f2012-10-26 13:37:28 +02004975 if (signal_pending(current))
4976 return -EINTR;
4977
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004978 progress = try_to_free_mem_cgroup_pages(memcg, GFP_KERNEL,
Johannes Weiner185efc02011-09-14 16:21:58 -07004979 false);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004980 if (!progress) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004981 nr_retries--;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004982 /* maybe some writeback is necessary */
Jens Axboe8aa7e842009-07-09 14:52:32 +02004983 congestion_wait(BLK_RW_ASYNC, HZ/10);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004984 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004985
4986 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004987 lru_add_drain();
Michal Hockoab5196c2012-10-26 13:37:32 +02004988 mem_cgroup_reparent_charges(memcg);
4989
4990 return 0;
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004991}
4992
Tejun Heo182446d2013-08-08 20:11:24 -04004993static int mem_cgroup_force_empty_write(struct cgroup_subsys_state *css,
4994 unsigned int event)
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004995{
Tejun Heo182446d2013-08-08 20:11:24 -04004996 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Michal Hockoc26251f2012-10-26 13:37:28 +02004997 int ret;
4998
Michal Hockod8423012012-10-26 13:37:29 +02004999 if (mem_cgroup_is_root(memcg))
5000 return -EINVAL;
Michal Hockoc26251f2012-10-26 13:37:28 +02005001 css_get(&memcg->css);
5002 ret = mem_cgroup_force_empty(memcg);
5003 css_put(&memcg->css);
5004
5005 return ret;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005006}
5007
5008
Tejun Heo182446d2013-08-08 20:11:24 -04005009static u64 mem_cgroup_hierarchy_read(struct cgroup_subsys_state *css,
5010 struct cftype *cft)
Balbir Singh18f59ea2009-01-07 18:08:07 -08005011{
Tejun Heo182446d2013-08-08 20:11:24 -04005012 return mem_cgroup_from_css(css)->use_hierarchy;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005013}
5014
Tejun Heo182446d2013-08-08 20:11:24 -04005015static int mem_cgroup_hierarchy_write(struct cgroup_subsys_state *css,
5016 struct cftype *cft, u64 val)
Balbir Singh18f59ea2009-01-07 18:08:07 -08005017{
5018 int retval = 0;
Tejun Heo182446d2013-08-08 20:11:24 -04005019 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Tejun Heo63876982013-08-08 20:11:23 -04005020 struct mem_cgroup *parent_memcg = mem_cgroup_from_css(css_parent(&memcg->css));
Balbir Singh18f59ea2009-01-07 18:08:07 -08005021
Glauber Costa09998212013-02-22 16:34:55 -08005022 mutex_lock(&memcg_create_mutex);
Glauber Costa567fb432012-07-31 16:43:07 -07005023
5024 if (memcg->use_hierarchy == val)
5025 goto out;
5026
Balbir Singh18f59ea2009-01-07 18:08:07 -08005027 /*
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005028 * If parent's use_hierarchy is set, we can't make any modifications
Balbir Singh18f59ea2009-01-07 18:08:07 -08005029 * in the child subtrees. If it is unset, then the change can
5030 * occur, provided the current cgroup has no children.
5031 *
5032 * For the root cgroup, parent_mem is NULL, we allow value to be
5033 * set if there are no children.
5034 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005035 if ((!parent_memcg || !parent_memcg->use_hierarchy) &&
Balbir Singh18f59ea2009-01-07 18:08:07 -08005036 (val == 1 || val == 0)) {
Glauber Costab5f99b52013-02-22 16:34:53 -08005037 if (!__memcg_has_children(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005038 memcg->use_hierarchy = val;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005039 else
5040 retval = -EBUSY;
5041 } else
5042 retval = -EINVAL;
Glauber Costa567fb432012-07-31 16:43:07 -07005043
5044out:
Glauber Costa09998212013-02-22 16:34:55 -08005045 mutex_unlock(&memcg_create_mutex);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005046
5047 return retval;
5048}
5049
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005050
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005051static unsigned long mem_cgroup_recursive_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005052 enum mem_cgroup_stat_index idx)
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005053{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005054 struct mem_cgroup *iter;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005055 long val = 0;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005056
Johannes Weiner7a159cc2011-03-23 16:42:38 -07005057 /* Per-cpu values can be negative, use a signed accumulator */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005058 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005059 val += mem_cgroup_read_stat(iter, idx);
5060
5061 if (val < 0) /* race ? */
5062 val = 0;
5063 return val;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07005064}
5065
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005066static inline u64 mem_cgroup_usage(struct mem_cgroup *memcg, bool swap)
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005067{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005068 u64 val;
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005069
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005070 if (!mem_cgroup_is_root(memcg)) {
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005071 if (!swap)
Glauber Costa65c64ce2011-12-22 01:02:27 +00005072 return res_counter_read_u64(&memcg->res, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005073 else
Glauber Costa65c64ce2011-12-22 01:02:27 +00005074 return res_counter_read_u64(&memcg->memsw, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005075 }
5076
David Rientjesb070e652013-05-07 16:18:09 -07005077 /*
5078 * Transparent hugepages are still accounted for in MEM_CGROUP_STAT_RSS
5079 * as well as in MEM_CGROUP_STAT_RSS_HUGE.
5080 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005081 val = mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_CACHE);
5082 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_RSS);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005083
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005084 if (swap)
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005085 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_SWAP);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005086
5087 return val << PAGE_SHIFT;
5088}
5089
Tejun Heo182446d2013-08-08 20:11:24 -04005090static ssize_t mem_cgroup_read(struct cgroup_subsys_state *css,
5091 struct cftype *cft, struct file *file,
5092 char __user *buf, size_t nbytes, loff_t *ppos)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005093{
Tejun Heo182446d2013-08-08 20:11:24 -04005094 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Tejun Heoaf36f902012-04-01 12:09:55 -07005095 char str[64];
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005096 u64 val;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005097 int name, len;
5098 enum res_type type;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005099
5100 type = MEMFILE_TYPE(cft->private);
5101 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005102
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005103 switch (type) {
5104 case _MEM:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005105 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005106 val = mem_cgroup_usage(memcg, false);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005107 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005108 val = res_counter_read_u64(&memcg->res, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005109 break;
5110 case _MEMSWAP:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005111 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005112 val = mem_cgroup_usage(memcg, true);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08005113 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005114 val = res_counter_read_u64(&memcg->memsw, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005115 break;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005116 case _KMEM:
5117 val = res_counter_read_u64(&memcg->kmem, name);
5118 break;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005119 default:
5120 BUG();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005121 }
Tejun Heoaf36f902012-04-01 12:09:55 -07005122
5123 len = scnprintf(str, sizeof(str), "%llu\n", (unsigned long long)val);
5124 return simple_read_from_buffer(buf, nbytes, ppos, str, len);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005125}
Glauber Costa510fc4e2012-12-18 14:21:47 -08005126
Tejun Heo182446d2013-08-08 20:11:24 -04005127static int memcg_update_kmem_limit(struct cgroup_subsys_state *css, u64 val)
Glauber Costa510fc4e2012-12-18 14:21:47 -08005128{
5129 int ret = -EINVAL;
5130#ifdef CONFIG_MEMCG_KMEM
Tejun Heo182446d2013-08-08 20:11:24 -04005131 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005132 /*
5133 * For simplicity, we won't allow this to be disabled. It also can't
5134 * be changed if the cgroup has children already, or if tasks had
5135 * already joined.
5136 *
5137 * If tasks join before we set the limit, a person looking at
5138 * kmem.usage_in_bytes will have no way to determine when it took
5139 * place, which makes the value quite meaningless.
5140 *
5141 * After it first became limited, changes in the value of the limit are
5142 * of course permitted.
Glauber Costa510fc4e2012-12-18 14:21:47 -08005143 */
Glauber Costa09998212013-02-22 16:34:55 -08005144 mutex_lock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005145 mutex_lock(&set_limit_mutex);
5146 if (!memcg->kmem_account_flags && val != RESOURCE_MAX) {
Tejun Heo182446d2013-08-08 20:11:24 -04005147 if (cgroup_task_count(css->cgroup) || memcg_has_children(memcg)) {
Glauber Costa510fc4e2012-12-18 14:21:47 -08005148 ret = -EBUSY;
5149 goto out;
5150 }
5151 ret = res_counter_set_limit(&memcg->kmem, val);
5152 VM_BUG_ON(ret);
5153
Glauber Costa55007d82012-12-18 14:22:38 -08005154 ret = memcg_update_cache_sizes(memcg);
5155 if (ret) {
5156 res_counter_set_limit(&memcg->kmem, RESOURCE_MAX);
5157 goto out;
5158 }
Glauber Costa692e89a2013-02-22 16:34:56 -08005159 static_key_slow_inc(&memcg_kmem_enabled_key);
5160 /*
5161 * setting the active bit after the inc will guarantee no one
5162 * starts accounting before all call sites are patched
5163 */
5164 memcg_kmem_set_active(memcg);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005165 } else
5166 ret = res_counter_set_limit(&memcg->kmem, val);
5167out:
5168 mutex_unlock(&set_limit_mutex);
Glauber Costa09998212013-02-22 16:34:55 -08005169 mutex_unlock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005170#endif
5171 return ret;
5172}
5173
Hugh Dickins6d0439902013-02-22 16:35:50 -08005174#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -08005175static int memcg_propagate_kmem(struct mem_cgroup *memcg)
Glauber Costa510fc4e2012-12-18 14:21:47 -08005176{
Glauber Costa55007d82012-12-18 14:22:38 -08005177 int ret = 0;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005178 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
5179 if (!parent)
Glauber Costa55007d82012-12-18 14:22:38 -08005180 goto out;
5181
Glauber Costa510fc4e2012-12-18 14:21:47 -08005182 memcg->kmem_account_flags = parent->kmem_account_flags;
Glauber Costaa8964b92012-12-18 14:22:09 -08005183 /*
5184 * When that happen, we need to disable the static branch only on those
5185 * memcgs that enabled it. To achieve this, we would be forced to
5186 * complicate the code by keeping track of which memcgs were the ones
5187 * that actually enabled limits, and which ones got it from its
5188 * parents.
5189 *
5190 * It is a lot simpler just to do static_key_slow_inc() on every child
5191 * that is accounted.
5192 */
Glauber Costa55007d82012-12-18 14:22:38 -08005193 if (!memcg_kmem_is_active(memcg))
5194 goto out;
5195
5196 /*
Li Zefan10d5ebf2013-07-08 16:00:33 -07005197 * __mem_cgroup_free() will issue static_key_slow_dec() because this
5198 * memcg is active already. If the later initialization fails then the
5199 * cgroup core triggers the cleanup so we do not have to do it here.
Glauber Costa55007d82012-12-18 14:22:38 -08005200 */
Glauber Costa55007d82012-12-18 14:22:38 -08005201 static_key_slow_inc(&memcg_kmem_enabled_key);
5202
5203 mutex_lock(&set_limit_mutex);
Glauber Costa425c5982013-07-08 16:00:01 -07005204 memcg_stop_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08005205 ret = memcg_update_cache_sizes(memcg);
Glauber Costa425c5982013-07-08 16:00:01 -07005206 memcg_resume_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08005207 mutex_unlock(&set_limit_mutex);
Glauber Costa55007d82012-12-18 14:22:38 -08005208out:
5209 return ret;
Glauber Costa510fc4e2012-12-18 14:21:47 -08005210}
Hugh Dickins6d0439902013-02-22 16:35:50 -08005211#endif /* CONFIG_MEMCG_KMEM */
Glauber Costa510fc4e2012-12-18 14:21:47 -08005212
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005213/*
5214 * The user of this function is...
5215 * RES_LIMIT.
5216 */
Tejun Heo182446d2013-08-08 20:11:24 -04005217static int mem_cgroup_write(struct cgroup_subsys_state *css, struct cftype *cft,
Paul Menage856c13a2008-07-25 01:47:04 -07005218 const char *buffer)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005219{
Tejun Heo182446d2013-08-08 20:11:24 -04005220 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005221 enum res_type type;
5222 int name;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005223 unsigned long long val;
5224 int ret;
5225
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005226 type = MEMFILE_TYPE(cft->private);
5227 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07005228
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005229 switch (name) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005230 case RES_LIMIT:
Balbir Singh4b3bde42009-09-23 15:56:32 -07005231 if (mem_cgroup_is_root(memcg)) { /* Can't set limit on root */
5232 ret = -EINVAL;
5233 break;
5234 }
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005235 /* This function does all necessary parse...reuse it */
5236 ret = res_counter_memparse_write_strategy(buffer, &val);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005237 if (ret)
5238 break;
5239 if (type == _MEM)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005240 ret = mem_cgroup_resize_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005241 else if (type == _MEMSWAP)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005242 ret = mem_cgroup_resize_memsw_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005243 else if (type == _KMEM)
Tejun Heo182446d2013-08-08 20:11:24 -04005244 ret = memcg_update_kmem_limit(css, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005245 else
5246 return -EINVAL;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005247 break;
Balbir Singh296c81d2009-09-23 15:56:36 -07005248 case RES_SOFT_LIMIT:
5249 ret = res_counter_memparse_write_strategy(buffer, &val);
5250 if (ret)
5251 break;
5252 /*
5253 * For memsw, soft limits are hard to implement in terms
5254 * of semantics, for now, we support soft limits for
5255 * control without swap
5256 */
5257 if (type == _MEM)
5258 ret = res_counter_set_soft_limit(&memcg->res, val);
5259 else
5260 ret = -EINVAL;
5261 break;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07005262 default:
5263 ret = -EINVAL; /* should be BUG() ? */
5264 break;
5265 }
5266 return ret;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005267}
5268
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005269static void memcg_get_hierarchical_limit(struct mem_cgroup *memcg,
5270 unsigned long long *mem_limit, unsigned long long *memsw_limit)
5271{
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005272 unsigned long long min_limit, min_memsw_limit, tmp;
5273
5274 min_limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
5275 min_memsw_limit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005276 if (!memcg->use_hierarchy)
5277 goto out;
5278
Tejun Heo63876982013-08-08 20:11:23 -04005279 while (css_parent(&memcg->css)) {
5280 memcg = mem_cgroup_from_css(css_parent(&memcg->css));
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005281 if (!memcg->use_hierarchy)
5282 break;
5283 tmp = res_counter_read_u64(&memcg->res, RES_LIMIT);
5284 min_limit = min(min_limit, tmp);
5285 tmp = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
5286 min_memsw_limit = min(min_memsw_limit, tmp);
5287 }
5288out:
5289 *mem_limit = min_limit;
5290 *memsw_limit = min_memsw_limit;
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005291}
5292
Tejun Heo182446d2013-08-08 20:11:24 -04005293static int mem_cgroup_reset(struct cgroup_subsys_state *css, unsigned int event)
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005294{
Tejun Heo182446d2013-08-08 20:11:24 -04005295 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Glauber Costa86ae53e2012-12-18 14:21:45 -08005296 int name;
5297 enum res_type type;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005298
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005299 type = MEMFILE_TYPE(event);
5300 name = MEMFILE_ATTR(event);
Tejun Heoaf36f902012-04-01 12:09:55 -07005301
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005302 switch (name) {
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005303 case RES_MAX_USAGE:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005304 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005305 res_counter_reset_max(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005306 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005307 res_counter_reset_max(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005308 else if (type == _KMEM)
5309 res_counter_reset_max(&memcg->kmem);
5310 else
5311 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005312 break;
5313 case RES_FAILCNT:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005314 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005315 res_counter_reset_failcnt(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005316 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005317 res_counter_reset_failcnt(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005318 else if (type == _KMEM)
5319 res_counter_reset_failcnt(&memcg->kmem);
5320 else
5321 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005322 break;
5323 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07005324
Pavel Emelyanov85cc59d2008-04-29 01:00:20 -07005325 return 0;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005326}
5327
Tejun Heo182446d2013-08-08 20:11:24 -04005328static u64 mem_cgroup_move_charge_read(struct cgroup_subsys_state *css,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005329 struct cftype *cft)
5330{
Tejun Heo182446d2013-08-08 20:11:24 -04005331 return mem_cgroup_from_css(css)->move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005332}
5333
Daisuke Nishimura02491442010-03-10 15:22:17 -08005334#ifdef CONFIG_MMU
Tejun Heo182446d2013-08-08 20:11:24 -04005335static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005336 struct cftype *cft, u64 val)
5337{
Tejun Heo182446d2013-08-08 20:11:24 -04005338 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005339
5340 if (val >= (1 << NR_MOVE_TYPE))
5341 return -EINVAL;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005342
Glauber Costaee5e8472013-02-22 16:34:50 -08005343 /*
5344 * No kind of locking is needed in here, because ->can_attach() will
5345 * check this value once in the beginning of the process, and then carry
5346 * on with stale data. This means that changes to this value will only
5347 * affect task migrations starting after the change.
5348 */
5349 memcg->move_charge_at_immigrate = val;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005350 return 0;
5351}
Daisuke Nishimura02491442010-03-10 15:22:17 -08005352#else
Tejun Heo182446d2013-08-08 20:11:24 -04005353static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css,
Daisuke Nishimura02491442010-03-10 15:22:17 -08005354 struct cftype *cft, u64 val)
5355{
5356 return -ENOSYS;
5357}
5358#endif
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005359
Ying Han406eb0c2011-05-26 16:25:37 -07005360#ifdef CONFIG_NUMA
Tejun Heo182446d2013-08-08 20:11:24 -04005361static int memcg_numa_stat_show(struct cgroup_subsys_state *css,
5362 struct cftype *cft, struct seq_file *m)
Ying Han406eb0c2011-05-26 16:25:37 -07005363{
5364 int nid;
5365 unsigned long total_nr, file_nr, anon_nr, unevictable_nr;
5366 unsigned long node_nr;
Tejun Heo182446d2013-08-08 20:11:24 -04005367 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Ying Han406eb0c2011-05-26 16:25:37 -07005368
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005369 total_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005370 seq_printf(m, "total=%lu", total_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005371 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005372 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005373 seq_printf(m, " N%d=%lu", nid, node_nr);
5374 }
5375 seq_putc(m, '\n');
5376
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005377 file_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005378 seq_printf(m, "file=%lu", file_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005379 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005380 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005381 LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005382 seq_printf(m, " N%d=%lu", nid, node_nr);
5383 }
5384 seq_putc(m, '\n');
5385
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005386 anon_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005387 seq_printf(m, "anon=%lu", anon_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005388 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005389 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005390 LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005391 seq_printf(m, " N%d=%lu", nid, node_nr);
5392 }
5393 seq_putc(m, '\n');
5394
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005395 unevictable_nr = mem_cgroup_nr_lru_pages(memcg, BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005396 seq_printf(m, "unevictable=%lu", unevictable_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005397 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005398 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005399 BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005400 seq_printf(m, " N%d=%lu", nid, node_nr);
5401 }
5402 seq_putc(m, '\n');
5403 return 0;
5404}
5405#endif /* CONFIG_NUMA */
5406
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005407static inline void mem_cgroup_lru_names_not_uptodate(void)
5408{
5409 BUILD_BUG_ON(ARRAY_SIZE(mem_cgroup_lru_names) != NR_LRU_LISTS);
5410}
5411
Tejun Heo182446d2013-08-08 20:11:24 -04005412static int memcg_stat_show(struct cgroup_subsys_state *css, struct cftype *cft,
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005413 struct seq_file *m)
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005414{
Tejun Heo182446d2013-08-08 20:11:24 -04005415 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005416 struct mem_cgroup *mi;
5417 unsigned int i;
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005418
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005419 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005420 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005421 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005422 seq_printf(m, "%s %ld\n", mem_cgroup_stat_names[i],
5423 mem_cgroup_read_stat(memcg, i) * PAGE_SIZE);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005424 }
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005425
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005426 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++)
5427 seq_printf(m, "%s %lu\n", mem_cgroup_events_names[i],
5428 mem_cgroup_read_events(memcg, i));
5429
5430 for (i = 0; i < NR_LRU_LISTS; i++)
5431 seq_printf(m, "%s %lu\n", mem_cgroup_lru_names[i],
5432 mem_cgroup_nr_lru_pages(memcg, BIT(i)) * PAGE_SIZE);
5433
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005434 /* Hierarchical information */
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005435 {
5436 unsigned long long limit, memsw_limit;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005437 memcg_get_hierarchical_limit(memcg, &limit, &memsw_limit);
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005438 seq_printf(m, "hierarchical_memory_limit %llu\n", limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005439 if (do_swap_account)
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005440 seq_printf(m, "hierarchical_memsw_limit %llu\n",
5441 memsw_limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005442 }
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005443
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005444 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
5445 long long val = 0;
5446
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005447 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005448 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005449 for_each_mem_cgroup_tree(mi, memcg)
5450 val += mem_cgroup_read_stat(mi, i) * PAGE_SIZE;
5451 seq_printf(m, "total_%s %lld\n", mem_cgroup_stat_names[i], val);
5452 }
5453
5454 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
5455 unsigned long long val = 0;
5456
5457 for_each_mem_cgroup_tree(mi, memcg)
5458 val += mem_cgroup_read_events(mi, i);
5459 seq_printf(m, "total_%s %llu\n",
5460 mem_cgroup_events_names[i], val);
5461 }
5462
5463 for (i = 0; i < NR_LRU_LISTS; i++) {
5464 unsigned long long val = 0;
5465
5466 for_each_mem_cgroup_tree(mi, memcg)
5467 val += mem_cgroup_nr_lru_pages(mi, BIT(i)) * PAGE_SIZE;
5468 seq_printf(m, "total_%s %llu\n", mem_cgroup_lru_names[i], val);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005469 }
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005470
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005471#ifdef CONFIG_DEBUG_VM
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005472 {
5473 int nid, zid;
5474 struct mem_cgroup_per_zone *mz;
Hugh Dickins89abfab2012-05-29 15:06:53 -07005475 struct zone_reclaim_stat *rstat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005476 unsigned long recent_rotated[2] = {0, 0};
5477 unsigned long recent_scanned[2] = {0, 0};
5478
5479 for_each_online_node(nid)
5480 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005481 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
Hugh Dickins89abfab2012-05-29 15:06:53 -07005482 rstat = &mz->lruvec.reclaim_stat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005483
Hugh Dickins89abfab2012-05-29 15:06:53 -07005484 recent_rotated[0] += rstat->recent_rotated[0];
5485 recent_rotated[1] += rstat->recent_rotated[1];
5486 recent_scanned[0] += rstat->recent_scanned[0];
5487 recent_scanned[1] += rstat->recent_scanned[1];
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005488 }
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005489 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]);
5490 seq_printf(m, "recent_rotated_file %lu\n", recent_rotated[1]);
5491 seq_printf(m, "recent_scanned_anon %lu\n", recent_scanned[0]);
5492 seq_printf(m, "recent_scanned_file %lu\n", recent_scanned[1]);
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005493 }
5494#endif
5495
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005496 return 0;
5497}
5498
Tejun Heo182446d2013-08-08 20:11:24 -04005499static u64 mem_cgroup_swappiness_read(struct cgroup_subsys_state *css,
5500 struct cftype *cft)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005501{
Tejun Heo182446d2013-08-08 20:11:24 -04005502 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005503
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07005504 return mem_cgroup_swappiness(memcg);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005505}
5506
Tejun Heo182446d2013-08-08 20:11:24 -04005507static int mem_cgroup_swappiness_write(struct cgroup_subsys_state *css,
5508 struct cftype *cft, u64 val)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005509{
Tejun Heo182446d2013-08-08 20:11:24 -04005510 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Tejun Heo63876982013-08-08 20:11:23 -04005511 struct mem_cgroup *parent = mem_cgroup_from_css(css_parent(&memcg->css));
Li Zefan068b38c2009-01-15 13:51:26 -08005512
Tejun Heo63876982013-08-08 20:11:23 -04005513 if (val > 100 || !parent)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005514 return -EINVAL;
5515
Glauber Costa09998212013-02-22 16:34:55 -08005516 mutex_lock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005517
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005518 /* If under hierarchy, only empty-root can set this value */
Glauber Costab5f99b52013-02-22 16:34:53 -08005519 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005520 mutex_unlock(&memcg_create_mutex);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005521 return -EINVAL;
Li Zefan068b38c2009-01-15 13:51:26 -08005522 }
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005523
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005524 memcg->swappiness = val;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005525
Glauber Costa09998212013-02-22 16:34:55 -08005526 mutex_unlock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005527
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005528 return 0;
5529}
5530
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005531static void __mem_cgroup_threshold(struct mem_cgroup *memcg, bool swap)
5532{
5533 struct mem_cgroup_threshold_ary *t;
5534 u64 usage;
5535 int i;
5536
5537 rcu_read_lock();
5538 if (!swap)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005539 t = rcu_dereference(memcg->thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005540 else
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005541 t = rcu_dereference(memcg->memsw_thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005542
5543 if (!t)
5544 goto unlock;
5545
5546 usage = mem_cgroup_usage(memcg, swap);
5547
5548 /*
Sha Zhengju748dad32012-05-29 15:06:57 -07005549 * current_threshold points to threshold just below or equal to usage.
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005550 * If it's not true, a threshold was crossed after last
5551 * call of __mem_cgroup_threshold().
5552 */
Phil Carmody5407a562010-05-26 14:42:42 -07005553 i = t->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005554
5555 /*
5556 * Iterate backward over array of thresholds starting from
5557 * current_threshold and check if a threshold is crossed.
5558 * If none of thresholds below usage is crossed, we read
5559 * only one element of the array here.
5560 */
5561 for (; i >= 0 && unlikely(t->entries[i].threshold > usage); i--)
5562 eventfd_signal(t->entries[i].eventfd, 1);
5563
5564 /* i = current_threshold + 1 */
5565 i++;
5566
5567 /*
5568 * Iterate forward over array of thresholds starting from
5569 * current_threshold+1 and check if a threshold is crossed.
5570 * If none of thresholds above usage is crossed, we read
5571 * only one element of the array here.
5572 */
5573 for (; i < t->size && unlikely(t->entries[i].threshold <= usage); i++)
5574 eventfd_signal(t->entries[i].eventfd, 1);
5575
5576 /* Update current_threshold */
Phil Carmody5407a562010-05-26 14:42:42 -07005577 t->current_threshold = i - 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005578unlock:
5579 rcu_read_unlock();
5580}
5581
5582static void mem_cgroup_threshold(struct mem_cgroup *memcg)
5583{
Kirill A. Shutemovad4ca5f2010-10-07 12:59:27 -07005584 while (memcg) {
5585 __mem_cgroup_threshold(memcg, false);
5586 if (do_swap_account)
5587 __mem_cgroup_threshold(memcg, true);
5588
5589 memcg = parent_mem_cgroup(memcg);
5590 }
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005591}
5592
5593static int compare_thresholds(const void *a, const void *b)
5594{
5595 const struct mem_cgroup_threshold *_a = a;
5596 const struct mem_cgroup_threshold *_b = b;
5597
5598 return _a->threshold - _b->threshold;
5599}
5600
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005601static int mem_cgroup_oom_notify_cb(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005602{
5603 struct mem_cgroup_eventfd_list *ev;
5604
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005605 list_for_each_entry(ev, &memcg->oom_notify, list)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005606 eventfd_signal(ev->eventfd, 1);
5607 return 0;
5608}
5609
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005610static void mem_cgroup_oom_notify(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005611{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005612 struct mem_cgroup *iter;
5613
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005614 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005615 mem_cgroup_oom_notify_cb(iter);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005616}
5617
Tejun Heo81eeaf02013-08-08 20:11:26 -04005618static int mem_cgroup_usage_register_event(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005619 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005620{
Tejun Heo81eeaf02013-08-08 20:11:26 -04005621 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005622 struct mem_cgroup_thresholds *thresholds;
5623 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005624 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005625 u64 threshold, usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005626 int i, size, ret;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005627
5628 ret = res_counter_memparse_write_strategy(args, &threshold);
5629 if (ret)
5630 return ret;
5631
5632 mutex_lock(&memcg->thresholds_lock);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005633
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005634 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005635 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005636 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005637 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005638 else
5639 BUG();
5640
5641 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5642
5643 /* Check if a threshold crossed before adding a new one */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005644 if (thresholds->primary)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005645 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5646
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005647 size = thresholds->primary ? thresholds->primary->size + 1 : 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005648
5649 /* Allocate memory for new array of thresholds */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005650 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005651 GFP_KERNEL);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005652 if (!new) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005653 ret = -ENOMEM;
5654 goto unlock;
5655 }
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005656 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005657
5658 /* Copy thresholds (if any) to new array */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005659 if (thresholds->primary) {
5660 memcpy(new->entries, thresholds->primary->entries, (size - 1) *
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005661 sizeof(struct mem_cgroup_threshold));
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005662 }
5663
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005664 /* Add new threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005665 new->entries[size - 1].eventfd = eventfd;
5666 new->entries[size - 1].threshold = threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005667
5668 /* Sort thresholds. Registering of new threshold isn't time-critical */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005669 sort(new->entries, size, sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005670 compare_thresholds, NULL);
5671
5672 /* Find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005673 new->current_threshold = -1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005674 for (i = 0; i < size; i++) {
Sha Zhengju748dad32012-05-29 15:06:57 -07005675 if (new->entries[i].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005676 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005677 * new->current_threshold will not be used until
5678 * rcu_assign_pointer(), so it's safe to increment
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005679 * it here.
5680 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005681 ++new->current_threshold;
Sha Zhengju748dad32012-05-29 15:06:57 -07005682 } else
5683 break;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005684 }
5685
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005686 /* Free old spare buffer and save old primary buffer as spare */
5687 kfree(thresholds->spare);
5688 thresholds->spare = thresholds->primary;
5689
5690 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005691
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005692 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005693 synchronize_rcu();
5694
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005695unlock:
5696 mutex_unlock(&memcg->thresholds_lock);
5697
5698 return ret;
5699}
5700
Tejun Heo81eeaf02013-08-08 20:11:26 -04005701static void mem_cgroup_usage_unregister_event(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005702 struct cftype *cft, struct eventfd_ctx *eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005703{
Tejun Heo81eeaf02013-08-08 20:11:26 -04005704 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005705 struct mem_cgroup_thresholds *thresholds;
5706 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005707 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005708 u64 usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005709 int i, j, size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005710
5711 mutex_lock(&memcg->thresholds_lock);
5712 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005713 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005714 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005715 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005716 else
5717 BUG();
5718
Anton Vorontsov371528c2012-02-24 05:14:46 +04005719 if (!thresholds->primary)
5720 goto unlock;
5721
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005722 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5723
5724 /* Check if a threshold crossed before removing */
5725 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5726
5727 /* Calculate new number of threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005728 size = 0;
5729 for (i = 0; i < thresholds->primary->size; i++) {
5730 if (thresholds->primary->entries[i].eventfd != eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005731 size++;
5732 }
5733
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005734 new = thresholds->spare;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005735
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005736 /* Set thresholds array to NULL if we don't have thresholds */
5737 if (!size) {
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005738 kfree(new);
5739 new = NULL;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005740 goto swap_buffers;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005741 }
5742
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005743 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005744
5745 /* Copy thresholds and find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005746 new->current_threshold = -1;
5747 for (i = 0, j = 0; i < thresholds->primary->size; i++) {
5748 if (thresholds->primary->entries[i].eventfd == eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005749 continue;
5750
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005751 new->entries[j] = thresholds->primary->entries[i];
Sha Zhengju748dad32012-05-29 15:06:57 -07005752 if (new->entries[j].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005753 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005754 * new->current_threshold will not be used
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005755 * until rcu_assign_pointer(), so it's safe to increment
5756 * it here.
5757 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005758 ++new->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005759 }
5760 j++;
5761 }
5762
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005763swap_buffers:
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005764 /* Swap primary and spare array */
5765 thresholds->spare = thresholds->primary;
Sha Zhengju8c757762012-05-10 13:01:45 -07005766 /* If all events are unregistered, free the spare array */
5767 if (!new) {
5768 kfree(thresholds->spare);
5769 thresholds->spare = NULL;
5770 }
5771
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005772 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005773
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005774 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005775 synchronize_rcu();
Anton Vorontsov371528c2012-02-24 05:14:46 +04005776unlock:
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005777 mutex_unlock(&memcg->thresholds_lock);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005778}
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005779
Tejun Heo81eeaf02013-08-08 20:11:26 -04005780static int mem_cgroup_oom_register_event(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005781 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
5782{
Tejun Heo81eeaf02013-08-08 20:11:26 -04005783 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005784 struct mem_cgroup_eventfd_list *event;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005785 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005786
5787 BUG_ON(type != _OOM_TYPE);
5788 event = kmalloc(sizeof(*event), GFP_KERNEL);
5789 if (!event)
5790 return -ENOMEM;
5791
Michal Hocko1af8efe2011-07-26 16:08:24 -07005792 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005793
5794 event->eventfd = eventfd;
5795 list_add(&event->list, &memcg->oom_notify);
5796
5797 /* already in OOM ? */
Michal Hocko79dfdac2011-07-26 16:08:23 -07005798 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005799 eventfd_signal(eventfd, 1);
Michal Hocko1af8efe2011-07-26 16:08:24 -07005800 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005801
5802 return 0;
5803}
5804
Tejun Heo81eeaf02013-08-08 20:11:26 -04005805static void mem_cgroup_oom_unregister_event(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005806 struct cftype *cft, struct eventfd_ctx *eventfd)
5807{
Tejun Heo81eeaf02013-08-08 20:11:26 -04005808 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005809 struct mem_cgroup_eventfd_list *ev, *tmp;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005810 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005811
5812 BUG_ON(type != _OOM_TYPE);
5813
Michal Hocko1af8efe2011-07-26 16:08:24 -07005814 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005815
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005816 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) {
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005817 if (ev->eventfd == eventfd) {
5818 list_del(&ev->list);
5819 kfree(ev);
5820 }
5821 }
5822
Michal Hocko1af8efe2011-07-26 16:08:24 -07005823 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005824}
5825
Tejun Heo182446d2013-08-08 20:11:24 -04005826static int mem_cgroup_oom_control_read(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005827 struct cftype *cft, struct cgroup_map_cb *cb)
5828{
Tejun Heo182446d2013-08-08 20:11:24 -04005829 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005830
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005831 cb->fill(cb, "oom_kill_disable", memcg->oom_kill_disable);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005832
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005833 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005834 cb->fill(cb, "under_oom", 1);
5835 else
5836 cb->fill(cb, "under_oom", 0);
5837 return 0;
5838}
5839
Tejun Heo182446d2013-08-08 20:11:24 -04005840static int mem_cgroup_oom_control_write(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005841 struct cftype *cft, u64 val)
5842{
Tejun Heo182446d2013-08-08 20:11:24 -04005843 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Tejun Heo63876982013-08-08 20:11:23 -04005844 struct mem_cgroup *parent = mem_cgroup_from_css(css_parent(&memcg->css));
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005845
5846 /* cannot set to root cgroup and only 0 and 1 are allowed */
Tejun Heo63876982013-08-08 20:11:23 -04005847 if (!parent || !((val == 0) || (val == 1)))
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005848 return -EINVAL;
5849
Glauber Costa09998212013-02-22 16:34:55 -08005850 mutex_lock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005851 /* oom-kill-disable is a flag for subhierarchy. */
Glauber Costab5f99b52013-02-22 16:34:53 -08005852 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005853 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005854 return -EINVAL;
5855 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005856 memcg->oom_kill_disable = val;
KAMEZAWA Hiroyuki4d845eb2010-06-29 15:05:18 -07005857 if (!val)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005858 memcg_oom_recover(memcg);
Glauber Costa09998212013-02-22 16:34:55 -08005859 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005860 return 0;
5861}
5862
Andrew Mortonc255a452012-07-31 16:43:02 -07005863#ifdef CONFIG_MEMCG_KMEM
Glauber Costacbe128e32012-04-09 19:36:34 -03005864static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005865{
Glauber Costa55007d82012-12-18 14:22:38 -08005866 int ret;
5867
Glauber Costa2633d7a2012-12-18 14:22:34 -08005868 memcg->kmemcg_id = -1;
Glauber Costa55007d82012-12-18 14:22:38 -08005869 ret = memcg_propagate_kmem(memcg);
5870 if (ret)
5871 return ret;
Glauber Costa2633d7a2012-12-18 14:22:34 -08005872
Glauber Costa1d62e432012-04-09 19:36:33 -03005873 return mem_cgroup_sockets_init(memcg, ss);
Michel Lespinasse573b4002013-04-29 15:08:13 -07005874}
Glauber Costae5671df2011-12-11 21:47:01 +00005875
Li Zefan10d5ebf2013-07-08 16:00:33 -07005876static void memcg_destroy_kmem(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005877{
Glauber Costa1d62e432012-04-09 19:36:33 -03005878 mem_cgroup_sockets_destroy(memcg);
Li Zefan10d5ebf2013-07-08 16:00:33 -07005879}
5880
5881static void kmem_cgroup_css_offline(struct mem_cgroup *memcg)
5882{
5883 if (!memcg_kmem_is_active(memcg))
5884 return;
5885
5886 /*
5887 * kmem charges can outlive the cgroup. In the case of slab
5888 * pages, for instance, a page contain objects from various
5889 * processes. As we prevent from taking a reference for every
5890 * such allocation we have to be careful when doing uncharge
5891 * (see memcg_uncharge_kmem) and here during offlining.
5892 *
5893 * The idea is that that only the _last_ uncharge which sees
5894 * the dead memcg will drop the last reference. An additional
5895 * reference is taken here before the group is marked dead
5896 * which is then paired with css_put during uncharge resp. here.
5897 *
5898 * Although this might sound strange as this path is called from
5899 * css_offline() when the referencemight have dropped down to 0
5900 * and shouldn't be incremented anymore (css_tryget would fail)
5901 * we do not have other options because of the kmem allocations
5902 * lifetime.
5903 */
5904 css_get(&memcg->css);
Glauber Costa7de37682012-12-18 14:22:07 -08005905
5906 memcg_kmem_mark_dead(memcg);
5907
5908 if (res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0)
5909 return;
5910
Glauber Costa7de37682012-12-18 14:22:07 -08005911 if (memcg_kmem_test_and_clear_dead(memcg))
Li Zefan10d5ebf2013-07-08 16:00:33 -07005912 css_put(&memcg->css);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005913}
Glauber Costae5671df2011-12-11 21:47:01 +00005914#else
Glauber Costacbe128e32012-04-09 19:36:34 -03005915static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005916{
5917 return 0;
5918}
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005919
Li Zefan10d5ebf2013-07-08 16:00:33 -07005920static void memcg_destroy_kmem(struct mem_cgroup *memcg)
5921{
5922}
5923
5924static void kmem_cgroup_css_offline(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005925{
5926}
Glauber Costae5671df2011-12-11 21:47:01 +00005927#endif
5928
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005929static struct cftype mem_cgroup_files[] = {
5930 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005931 .name = "usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005932 .private = MEMFILE_PRIVATE(_MEM, RES_USAGE),
Tejun Heoaf36f902012-04-01 12:09:55 -07005933 .read = mem_cgroup_read,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005934 .register_event = mem_cgroup_usage_register_event,
5935 .unregister_event = mem_cgroup_usage_unregister_event,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005936 },
5937 {
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005938 .name = "max_usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005939 .private = MEMFILE_PRIVATE(_MEM, RES_MAX_USAGE),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005940 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005941 .read = mem_cgroup_read,
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005942 },
5943 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005944 .name = "limit_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005945 .private = MEMFILE_PRIVATE(_MEM, RES_LIMIT),
Paul Menage856c13a2008-07-25 01:47:04 -07005946 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005947 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005948 },
5949 {
Balbir Singh296c81d2009-09-23 15:56:36 -07005950 .name = "soft_limit_in_bytes",
5951 .private = MEMFILE_PRIVATE(_MEM, RES_SOFT_LIMIT),
5952 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005953 .read = mem_cgroup_read,
Balbir Singh296c81d2009-09-23 15:56:36 -07005954 },
5955 {
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005956 .name = "failcnt",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005957 .private = MEMFILE_PRIVATE(_MEM, RES_FAILCNT),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005958 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005959 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005960 },
Balbir Singh8697d332008-02-07 00:13:59 -08005961 {
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005962 .name = "stat",
Wanpeng Liab215882012-07-31 16:43:09 -07005963 .read_seq_string = memcg_stat_show,
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005964 },
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005965 {
5966 .name = "force_empty",
5967 .trigger = mem_cgroup_force_empty_write,
5968 },
Balbir Singh18f59ea2009-01-07 18:08:07 -08005969 {
5970 .name = "use_hierarchy",
Tejun Heof00baae2013-04-15 13:41:15 -07005971 .flags = CFTYPE_INSANE,
Balbir Singh18f59ea2009-01-07 18:08:07 -08005972 .write_u64 = mem_cgroup_hierarchy_write,
5973 .read_u64 = mem_cgroup_hierarchy_read,
5974 },
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005975 {
5976 .name = "swappiness",
5977 .read_u64 = mem_cgroup_swappiness_read,
5978 .write_u64 = mem_cgroup_swappiness_write,
5979 },
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005980 {
5981 .name = "move_charge_at_immigrate",
5982 .read_u64 = mem_cgroup_move_charge_read,
5983 .write_u64 = mem_cgroup_move_charge_write,
5984 },
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005985 {
5986 .name = "oom_control",
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005987 .read_map = mem_cgroup_oom_control_read,
5988 .write_u64 = mem_cgroup_oom_control_write,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005989 .register_event = mem_cgroup_oom_register_event,
5990 .unregister_event = mem_cgroup_oom_unregister_event,
5991 .private = MEMFILE_PRIVATE(_OOM_TYPE, OOM_CONTROL),
5992 },
Anton Vorontsov70ddf632013-04-29 15:08:31 -07005993 {
5994 .name = "pressure_level",
5995 .register_event = vmpressure_register_event,
5996 .unregister_event = vmpressure_unregister_event,
5997 },
Ying Han406eb0c2011-05-26 16:25:37 -07005998#ifdef CONFIG_NUMA
5999 {
6000 .name = "numa_stat",
Wanpeng Liab215882012-07-31 16:43:09 -07006001 .read_seq_string = memcg_numa_stat_show,
Ying Han406eb0c2011-05-26 16:25:37 -07006002 },
6003#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006004#ifdef CONFIG_MEMCG_KMEM
6005 {
6006 .name = "kmem.limit_in_bytes",
6007 .private = MEMFILE_PRIVATE(_KMEM, RES_LIMIT),
6008 .write_string = mem_cgroup_write,
6009 .read = mem_cgroup_read,
6010 },
6011 {
6012 .name = "kmem.usage_in_bytes",
6013 .private = MEMFILE_PRIVATE(_KMEM, RES_USAGE),
6014 .read = mem_cgroup_read,
6015 },
6016 {
6017 .name = "kmem.failcnt",
6018 .private = MEMFILE_PRIVATE(_KMEM, RES_FAILCNT),
6019 .trigger = mem_cgroup_reset,
6020 .read = mem_cgroup_read,
6021 },
6022 {
6023 .name = "kmem.max_usage_in_bytes",
6024 .private = MEMFILE_PRIVATE(_KMEM, RES_MAX_USAGE),
6025 .trigger = mem_cgroup_reset,
6026 .read = mem_cgroup_read,
6027 },
Glauber Costa749c5412012-12-18 14:23:01 -08006028#ifdef CONFIG_SLABINFO
6029 {
6030 .name = "kmem.slabinfo",
6031 .read_seq_string = mem_cgroup_slabinfo_read,
6032 },
6033#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08006034#endif
Tejun Heo6bc10342012-04-01 12:09:55 -07006035 { }, /* terminate */
Tejun Heoaf36f902012-04-01 12:09:55 -07006036};
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006037
Michal Hocko2d110852013-02-22 16:34:43 -08006038#ifdef CONFIG_MEMCG_SWAP
6039static struct cftype memsw_cgroup_files[] = {
6040 {
6041 .name = "memsw.usage_in_bytes",
6042 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_USAGE),
6043 .read = mem_cgroup_read,
6044 .register_event = mem_cgroup_usage_register_event,
6045 .unregister_event = mem_cgroup_usage_unregister_event,
6046 },
6047 {
6048 .name = "memsw.max_usage_in_bytes",
6049 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_MAX_USAGE),
6050 .trigger = mem_cgroup_reset,
6051 .read = mem_cgroup_read,
6052 },
6053 {
6054 .name = "memsw.limit_in_bytes",
6055 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_LIMIT),
6056 .write_string = mem_cgroup_write,
6057 .read = mem_cgroup_read,
6058 },
6059 {
6060 .name = "memsw.failcnt",
6061 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_FAILCNT),
6062 .trigger = mem_cgroup_reset,
6063 .read = mem_cgroup_read,
6064 },
6065 { }, /* terminate */
6066};
6067#endif
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006068static int alloc_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006069{
6070 struct mem_cgroup_per_node *pn;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006071 struct mem_cgroup_per_zone *mz;
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006072 int zone, tmp = node;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006073 /*
6074 * This routine is called against possible nodes.
6075 * But it's BUG to call kmalloc() against offline node.
6076 *
6077 * TODO: this routine can waste much memory for nodes which will
6078 * never be onlined. It's better to use memory hotplug callback
6079 * function.
6080 */
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07006081 if (!node_state(node, N_NORMAL_MEMORY))
6082 tmp = -1;
Jesper Juhl17295c82011-01-13 15:47:42 -08006083 pn = kzalloc_node(sizeof(*pn), GFP_KERNEL, tmp);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006084 if (!pn)
6085 return 1;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006086
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006087 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6088 mz = &pn->zoneinfo[zone];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08006089 lruvec_init(&mz->lruvec);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006090 mz->usage_in_excess = 0;
Balbir Singh4e416952009-09-23 15:56:39 -07006091 mz->on_tree = false;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006092 mz->memcg = memcg;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006093 }
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006094 memcg->nodeinfo[node] = pn;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006095 return 0;
6096}
6097
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006098static void free_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006099{
Johannes Weiner54f72fe2013-07-08 15:59:49 -07006100 kfree(memcg->nodeinfo[node]);
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08006101}
6102
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006103static struct mem_cgroup *mem_cgroup_alloc(void)
6104{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006105 struct mem_cgroup *memcg;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006106 size_t size = memcg_size();
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006107
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006108 /* Can be very big if nr_node_ids is very big */
Jan Blunckc8dad2b2009-01-07 18:07:53 -08006109 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006110 memcg = kzalloc(size, GFP_KERNEL);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006111 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006112 memcg = vzalloc(size);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006113
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006114 if (!memcg)
Dan Carpentere7bbcdf2010-03-23 13:35:12 -07006115 return NULL;
6116
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006117 memcg->stat = alloc_percpu(struct mem_cgroup_stat_cpu);
6118 if (!memcg->stat)
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006119 goto out_free;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006120 spin_lock_init(&memcg->pcp_counter_lock);
6121 return memcg;
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006122
6123out_free:
6124 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006125 kfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006126 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07006127 vfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08006128 return NULL;
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006129}
6130
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08006131/*
Glauber Costac8b2a362012-12-18 14:22:13 -08006132 * At destroying mem_cgroup, references from swap_cgroup can remain.
6133 * (scanning all at force_empty is too costly...)
6134 *
6135 * Instead of clearing all references at force_empty, we remember
6136 * the number of reference from swap_cgroup and free mem_cgroup when
6137 * it goes down to 0.
6138 *
6139 * Removal of cgroup itself succeeds regardless of refs from swap.
Hugh Dickins59927fb2012-03-15 15:17:07 -07006140 */
Glauber Costac8b2a362012-12-18 14:22:13 -08006141
6142static void __mem_cgroup_free(struct mem_cgroup *memcg)
Hugh Dickins59927fb2012-03-15 15:17:07 -07006143{
Glauber Costac8b2a362012-12-18 14:22:13 -08006144 int node;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08006145 size_t size = memcg_size();
Hugh Dickins59927fb2012-03-15 15:17:07 -07006146
Glauber Costac8b2a362012-12-18 14:22:13 -08006147 mem_cgroup_remove_from_trees(memcg);
6148 free_css_id(&mem_cgroup_subsys, &memcg->css);
6149
6150 for_each_node(node)
6151 free_mem_cgroup_per_zone_info(memcg, node);
6152
6153 free_percpu(memcg->stat);
6154
Glauber Costa3f134612012-05-29 15:07:11 -07006155 /*
6156 * We need to make sure that (at least for now), the jump label
6157 * destruction code runs outside of the cgroup lock. This is because
6158 * get_online_cpus(), which is called from the static_branch update,
6159 * can't be called inside the cgroup_lock. cpusets are the ones
6160 * enforcing this dependency, so if they ever change, we might as well.
6161 *
6162 * schedule_work() will guarantee this happens. Be careful if you need
6163 * to move this code around, and make sure it is outside
6164 * the cgroup_lock.
6165 */
Glauber Costaa8964b92012-12-18 14:22:09 -08006166 disarm_static_keys(memcg);
Glauber Costa3afe36b2012-05-29 15:07:10 -07006167 if (size < PAGE_SIZE)
6168 kfree(memcg);
6169 else
6170 vfree(memcg);
Hugh Dickins59927fb2012-03-15 15:17:07 -07006171}
Glauber Costa3afe36b2012-05-29 15:07:10 -07006172
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006173/*
6174 * Returns the parent mem_cgroup in memcgroup hierarchy with hierarchy enabled.
6175 */
Glauber Costae1aab162011-12-11 21:47:03 +00006176struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006177{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006178 if (!memcg->res.parent)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006179 return NULL;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006180 return mem_cgroup_from_res_counter(memcg->res.parent, res);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006181}
Glauber Costae1aab162011-12-11 21:47:03 +00006182EXPORT_SYMBOL(parent_mem_cgroup);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07006183
Michal Hocko8787a1d2013-02-22 16:35:39 -08006184static void __init mem_cgroup_soft_limit_tree_init(void)
Balbir Singhf64c3f52009-09-23 15:56:37 -07006185{
6186 struct mem_cgroup_tree_per_node *rtpn;
6187 struct mem_cgroup_tree_per_zone *rtpz;
6188 int tmp, node, zone;
6189
Bob Liu3ed28fa2012-01-12 17:19:04 -08006190 for_each_node(node) {
Balbir Singhf64c3f52009-09-23 15:56:37 -07006191 tmp = node;
6192 if (!node_state(node, N_NORMAL_MEMORY))
6193 tmp = -1;
6194 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, tmp);
Michal Hocko8787a1d2013-02-22 16:35:39 -08006195 BUG_ON(!rtpn);
Balbir Singhf64c3f52009-09-23 15:56:37 -07006196
6197 soft_limit_tree.rb_tree_per_node[node] = rtpn;
6198
6199 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
6200 rtpz = &rtpn->rb_tree_per_zone[zone];
6201 rtpz->rb_root = RB_ROOT;
6202 spin_lock_init(&rtpz->lock);
6203 }
6204 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07006205}
6206
Li Zefan0eb253e2009-01-15 13:51:25 -08006207static struct cgroup_subsys_state * __ref
Tejun Heoeb954192013-08-08 20:11:23 -04006208mem_cgroup_css_alloc(struct cgroup_subsys_state *parent_css)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006209{
Glauber Costad142e3e2013-02-22 16:34:52 -08006210 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006211 long error = -ENOMEM;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006212 int node;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006213
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006214 memcg = mem_cgroup_alloc();
6215 if (!memcg)
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006216 return ERR_PTR(error);
Pavel Emelianov78fb7462008-02-07 00:13:51 -08006217
Bob Liu3ed28fa2012-01-12 17:19:04 -08006218 for_each_node(node)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006219 if (alloc_mem_cgroup_per_zone_info(memcg, node))
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006220 goto free_out;
Balbir Singhf64c3f52009-09-23 15:56:37 -07006221
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006222 /* root ? */
Tejun Heoeb954192013-08-08 20:11:23 -04006223 if (parent_css == NULL) {
Hillf Dantona41c58a2011-12-19 17:11:57 -08006224 root_mem_cgroup = memcg;
Glauber Costad142e3e2013-02-22 16:34:52 -08006225 res_counter_init(&memcg->res, NULL);
6226 res_counter_init(&memcg->memsw, NULL);
6227 res_counter_init(&memcg->kmem, NULL);
Balbir Singh18f59ea2009-01-07 18:08:07 -08006228 }
Balbir Singh28dbc4b2009-01-07 18:08:05 -08006229
Glauber Costad142e3e2013-02-22 16:34:52 -08006230 memcg->last_scanned_node = MAX_NUMNODES;
6231 INIT_LIST_HEAD(&memcg->oom_notify);
Glauber Costad142e3e2013-02-22 16:34:52 -08006232 memcg->move_charge_at_immigrate = 0;
6233 mutex_init(&memcg->thresholds_lock);
6234 spin_lock_init(&memcg->move_lock);
Anton Vorontsov70ddf632013-04-29 15:08:31 -07006235 vmpressure_init(&memcg->vmpressure);
Glauber Costad142e3e2013-02-22 16:34:52 -08006236
6237 return &memcg->css;
6238
6239free_out:
6240 __mem_cgroup_free(memcg);
6241 return ERR_PTR(error);
6242}
6243
6244static int
Tejun Heoeb954192013-08-08 20:11:23 -04006245mem_cgroup_css_online(struct cgroup_subsys_state *css)
Glauber Costad142e3e2013-02-22 16:34:52 -08006246{
Tejun Heoeb954192013-08-08 20:11:23 -04006247 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
6248 struct mem_cgroup *parent = mem_cgroup_from_css(css_parent(css));
Glauber Costad142e3e2013-02-22 16:34:52 -08006249 int error = 0;
6250
Tejun Heo63876982013-08-08 20:11:23 -04006251 if (!parent)
Glauber Costad142e3e2013-02-22 16:34:52 -08006252 return 0;
6253
Glauber Costa09998212013-02-22 16:34:55 -08006254 mutex_lock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08006255
6256 memcg->use_hierarchy = parent->use_hierarchy;
6257 memcg->oom_kill_disable = parent->oom_kill_disable;
6258 memcg->swappiness = mem_cgroup_swappiness(parent);
6259
6260 if (parent->use_hierarchy) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006261 res_counter_init(&memcg->res, &parent->res);
6262 res_counter_init(&memcg->memsw, &parent->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006263 res_counter_init(&memcg->kmem, &parent->kmem);
Glauber Costa55007d82012-12-18 14:22:38 -08006264
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006265 /*
Li Zefan8d76a972013-07-08 16:00:36 -07006266 * No need to take a reference to the parent because cgroup
6267 * core guarantees its existence.
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08006268 */
Balbir Singh18f59ea2009-01-07 18:08:07 -08006269 } else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006270 res_counter_init(&memcg->res, NULL);
6271 res_counter_init(&memcg->memsw, NULL);
Glauber Costa510fc4e2012-12-18 14:21:47 -08006272 res_counter_init(&memcg->kmem, NULL);
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006273 /*
6274 * Deeper hierachy with use_hierarchy == false doesn't make
6275 * much sense so let cgroup subsystem know about this
6276 * unfortunate state in our controller.
6277 */
Glauber Costad142e3e2013-02-22 16:34:52 -08006278 if (parent != root_mem_cgroup)
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07006279 mem_cgroup_subsys.broken_hierarchy = true;
Balbir Singh18f59ea2009-01-07 18:08:07 -08006280 }
Glauber Costacbe128e32012-04-09 19:36:34 -03006281
6282 error = memcg_init_kmem(memcg, &mem_cgroup_subsys);
Glauber Costa09998212013-02-22 16:34:55 -08006283 mutex_unlock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08006284 return error;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006285}
6286
Michal Hocko5f578162013-04-29 15:07:17 -07006287/*
6288 * Announce all parents that a group from their hierarchy is gone.
6289 */
6290static void mem_cgroup_invalidate_reclaim_iterators(struct mem_cgroup *memcg)
6291{
6292 struct mem_cgroup *parent = memcg;
6293
6294 while ((parent = parent_mem_cgroup(parent)))
Johannes Weiner519ebea2013-07-03 15:04:51 -07006295 mem_cgroup_iter_invalidate(parent);
Michal Hocko5f578162013-04-29 15:07:17 -07006296
6297 /*
6298 * if the root memcg is not hierarchical we have to check it
6299 * explicitely.
6300 */
6301 if (!root_mem_cgroup->use_hierarchy)
Johannes Weiner519ebea2013-07-03 15:04:51 -07006302 mem_cgroup_iter_invalidate(root_mem_cgroup);
Michal Hocko5f578162013-04-29 15:07:17 -07006303}
6304
Tejun Heoeb954192013-08-08 20:11:23 -04006305static void mem_cgroup_css_offline(struct cgroup_subsys_state *css)
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006306{
Tejun Heoeb954192013-08-08 20:11:23 -04006307 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
KAMEZAWA Hiroyukiec64f512009-04-02 16:57:26 -07006308
Li Zefan10d5ebf2013-07-08 16:00:33 -07006309 kmem_cgroup_css_offline(memcg);
6310
Michal Hocko5f578162013-04-29 15:07:17 -07006311 mem_cgroup_invalidate_reclaim_iterators(memcg);
Michal Hockoab5196c2012-10-26 13:37:32 +02006312 mem_cgroup_reparent_charges(memcg);
Glauber Costa1f458cb2012-12-18 14:22:50 -08006313 mem_cgroup_destroy_all_caches(memcg);
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08006314}
6315
Tejun Heoeb954192013-08-08 20:11:23 -04006316static void mem_cgroup_css_free(struct cgroup_subsys_state *css)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006317{
Tejun Heoeb954192013-08-08 20:11:23 -04006318 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Daisuke Nishimurac268e992009-01-15 13:51:13 -08006319
Li Zefan10d5ebf2013-07-08 16:00:33 -07006320 memcg_destroy_kmem(memcg);
Li Zefan465939a2013-07-08 16:00:38 -07006321 __mem_cgroup_free(memcg);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006322}
6323
Daisuke Nishimura02491442010-03-10 15:22:17 -08006324#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006325/* Handlers for move charge at task migration. */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006326#define PRECHARGE_COUNT_AT_ONCE 256
6327static int mem_cgroup_do_precharge(unsigned long count)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006328{
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006329 int ret = 0;
6330 int batch_count = PRECHARGE_COUNT_AT_ONCE;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006331 struct mem_cgroup *memcg = mc.to;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006332
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006333 if (mem_cgroup_is_root(memcg)) {
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006334 mc.precharge += count;
6335 /* we don't need css_get for root */
6336 return ret;
6337 }
6338 /* try to charge at once */
6339 if (count > 1) {
6340 struct res_counter *dummy;
6341 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006342 * "memcg" cannot be under rmdir() because we've already checked
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006343 * by cgroup_lock_live_cgroup() that it is not removed and we
6344 * are still under the same cgroup_mutex. So we can postpone
6345 * css_get().
6346 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006347 if (res_counter_charge(&memcg->res, PAGE_SIZE * count, &dummy))
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006348 goto one_by_one;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006349 if (do_swap_account && res_counter_charge(&memcg->memsw,
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006350 PAGE_SIZE * count, &dummy)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006351 res_counter_uncharge(&memcg->res, PAGE_SIZE * count);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006352 goto one_by_one;
6353 }
6354 mc.precharge += count;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006355 return ret;
6356 }
6357one_by_one:
6358 /* fall back to one by one charge */
6359 while (count--) {
6360 if (signal_pending(current)) {
6361 ret = -EINTR;
6362 break;
6363 }
6364 if (!batch_count--) {
6365 batch_count = PRECHARGE_COUNT_AT_ONCE;
6366 cond_resched();
6367 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006368 ret = __mem_cgroup_try_charge(NULL,
6369 GFP_KERNEL, 1, &memcg, false);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006370 if (ret)
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006371 /* mem_cgroup_clear_mc() will do uncharge later */
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08006372 return ret;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006373 mc.precharge++;
6374 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006375 return ret;
6376}
6377
6378/**
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006379 * get_mctgt_type - get target type of moving charge
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006380 * @vma: the vma the pte to be checked belongs
6381 * @addr: the address corresponding to the pte to be checked
6382 * @ptent: the pte to be checked
Daisuke Nishimura02491442010-03-10 15:22:17 -08006383 * @target: the pointer the target page or swap ent will be stored(can be NULL)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006384 *
6385 * Returns
6386 * 0(MC_TARGET_NONE): if the pte is not a target for move charge.
6387 * 1(MC_TARGET_PAGE): if the page corresponding to this pte is a target for
6388 * move charge. if @target is not NULL, the page is stored in target->page
6389 * with extra refcnt got(Callers should handle it).
Daisuke Nishimura02491442010-03-10 15:22:17 -08006390 * 2(MC_TARGET_SWAP): if the swap entry corresponding to this pte is a
6391 * target for charge migration. if @target is not NULL, the entry is stored
6392 * in target->ent.
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006393 *
6394 * Called with pte lock held.
6395 */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006396union mc_target {
6397 struct page *page;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006398 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006399};
6400
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006401enum mc_target_type {
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006402 MC_TARGET_NONE = 0,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006403 MC_TARGET_PAGE,
Daisuke Nishimura02491442010-03-10 15:22:17 -08006404 MC_TARGET_SWAP,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006405};
6406
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006407static struct page *mc_handle_present_pte(struct vm_area_struct *vma,
6408 unsigned long addr, pte_t ptent)
6409{
6410 struct page *page = vm_normal_page(vma, addr, ptent);
6411
6412 if (!page || !page_mapped(page))
6413 return NULL;
6414 if (PageAnon(page)) {
6415 /* we don't move shared anon */
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006416 if (!move_anon())
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006417 return NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006418 } else if (!move_file())
6419 /* we ignore mapcount for file pages */
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006420 return NULL;
6421 if (!get_page_unless_zero(page))
6422 return NULL;
6423
6424 return page;
6425}
6426
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006427#ifdef CONFIG_SWAP
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006428static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6429 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6430{
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006431 struct page *page = NULL;
6432 swp_entry_t ent = pte_to_swp_entry(ptent);
6433
6434 if (!move_anon() || non_swap_entry(ent))
6435 return NULL;
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006436 /*
6437 * Because lookup_swap_cache() updates some statistics counter,
6438 * we call find_get_page() with swapper_space directly.
6439 */
Shaohua Li33806f02013-02-22 16:34:37 -08006440 page = find_get_page(swap_address_space(ent), ent.val);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006441 if (do_swap_account)
6442 entry->val = ent.val;
6443
6444 return page;
6445}
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006446#else
6447static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6448 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6449{
6450 return NULL;
6451}
6452#endif
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006453
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006454static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
6455 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6456{
6457 struct page *page = NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006458 struct address_space *mapping;
6459 pgoff_t pgoff;
6460
6461 if (!vma->vm_file) /* anonymous vma */
6462 return NULL;
6463 if (!move_file())
6464 return NULL;
6465
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006466 mapping = vma->vm_file->f_mapping;
6467 if (pte_none(ptent))
6468 pgoff = linear_page_index(vma, addr);
6469 else /* pte_file(ptent) is true */
6470 pgoff = pte_to_pgoff(ptent);
6471
6472 /* page is moved even if it's not RSS of this task(page-faulted). */
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006473 page = find_get_page(mapping, pgoff);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006474
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006475#ifdef CONFIG_SWAP
6476 /* shmem/tmpfs may report page out on swap: account for that too. */
6477 if (radix_tree_exceptional_entry(page)) {
6478 swp_entry_t swap = radix_to_swp_entry(page);
6479 if (do_swap_account)
6480 *entry = swap;
Shaohua Li33806f02013-02-22 16:34:37 -08006481 page = find_get_page(swap_address_space(swap), swap.val);
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006482 }
6483#endif
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006484 return page;
6485}
6486
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006487static enum mc_target_type get_mctgt_type(struct vm_area_struct *vma,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006488 unsigned long addr, pte_t ptent, union mc_target *target)
6489{
Daisuke Nishimura02491442010-03-10 15:22:17 -08006490 struct page *page = NULL;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006491 struct page_cgroup *pc;
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006492 enum mc_target_type ret = MC_TARGET_NONE;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006493 swp_entry_t ent = { .val = 0 };
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006494
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006495 if (pte_present(ptent))
6496 page = mc_handle_present_pte(vma, addr, ptent);
6497 else if (is_swap_pte(ptent))
6498 page = mc_handle_swap_pte(vma, addr, ptent, &ent);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006499 else if (pte_none(ptent) || pte_file(ptent))
6500 page = mc_handle_file_pte(vma, addr, ptent, &ent);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006501
6502 if (!page && !ent.val)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006503 return ret;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006504 if (page) {
6505 pc = lookup_page_cgroup(page);
6506 /*
6507 * Do only loose check w/o page_cgroup lock.
6508 * mem_cgroup_move_account() checks the pc is valid or not under
6509 * the lock.
6510 */
6511 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6512 ret = MC_TARGET_PAGE;
6513 if (target)
6514 target->page = page;
6515 }
6516 if (!ret || !target)
6517 put_page(page);
6518 }
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006519 /* There is a swap entry and a page doesn't exist or isn't charged */
6520 if (ent.val && !ret &&
Bob Liu9fb4b7c2012-01-12 17:18:48 -08006521 css_id(&mc.from->css) == lookup_swap_cgroup_id(ent)) {
KAMEZAWA Hiroyuki7f0f1542010-05-11 14:06:58 -07006522 ret = MC_TARGET_SWAP;
6523 if (target)
6524 target->ent = ent;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006525 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006526 return ret;
6527}
6528
Naoya Horiguchi12724852012-03-21 16:34:28 -07006529#ifdef CONFIG_TRANSPARENT_HUGEPAGE
6530/*
6531 * We don't consider swapping or file mapped pages because THP does not
6532 * support them for now.
6533 * Caller should make sure that pmd_trans_huge(pmd) is true.
6534 */
6535static enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6536 unsigned long addr, pmd_t pmd, union mc_target *target)
6537{
6538 struct page *page = NULL;
6539 struct page_cgroup *pc;
6540 enum mc_target_type ret = MC_TARGET_NONE;
6541
6542 page = pmd_page(pmd);
6543 VM_BUG_ON(!page || !PageHead(page));
6544 if (!move_anon())
6545 return ret;
6546 pc = lookup_page_cgroup(page);
6547 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6548 ret = MC_TARGET_PAGE;
6549 if (target) {
6550 get_page(page);
6551 target->page = page;
6552 }
6553 }
6554 return ret;
6555}
6556#else
6557static inline enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6558 unsigned long addr, pmd_t pmd, union mc_target *target)
6559{
6560 return MC_TARGET_NONE;
6561}
6562#endif
6563
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006564static int mem_cgroup_count_precharge_pte_range(pmd_t *pmd,
6565 unsigned long addr, unsigned long end,
6566 struct mm_walk *walk)
6567{
6568 struct vm_area_struct *vma = walk->private;
6569 pte_t *pte;
6570 spinlock_t *ptl;
6571
Naoya Horiguchi12724852012-03-21 16:34:28 -07006572 if (pmd_trans_huge_lock(pmd, vma) == 1) {
6573 if (get_mctgt_type_thp(vma, addr, *pmd, NULL) == MC_TARGET_PAGE)
6574 mc.precharge += HPAGE_PMD_NR;
6575 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006576 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006577 }
Dave Hansen03319322011-03-22 16:32:56 -07006578
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006579 if (pmd_trans_unstable(pmd))
6580 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006581 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6582 for (; addr != end; pte++, addr += PAGE_SIZE)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006583 if (get_mctgt_type(vma, addr, *pte, NULL))
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006584 mc.precharge++; /* increment precharge temporarily */
6585 pte_unmap_unlock(pte - 1, ptl);
6586 cond_resched();
6587
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006588 return 0;
6589}
6590
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006591static unsigned long mem_cgroup_count_precharge(struct mm_struct *mm)
6592{
6593 unsigned long precharge;
6594 struct vm_area_struct *vma;
6595
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006596 down_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006597 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6598 struct mm_walk mem_cgroup_count_precharge_walk = {
6599 .pmd_entry = mem_cgroup_count_precharge_pte_range,
6600 .mm = mm,
6601 .private = vma,
6602 };
6603 if (is_vm_hugetlb_page(vma))
6604 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006605 walk_page_range(vma->vm_start, vma->vm_end,
6606 &mem_cgroup_count_precharge_walk);
6607 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006608 up_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006609
6610 precharge = mc.precharge;
6611 mc.precharge = 0;
6612
6613 return precharge;
6614}
6615
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006616static int mem_cgroup_precharge_mc(struct mm_struct *mm)
6617{
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006618 unsigned long precharge = mem_cgroup_count_precharge(mm);
6619
6620 VM_BUG_ON(mc.moving_task);
6621 mc.moving_task = current;
6622 return mem_cgroup_do_precharge(precharge);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006623}
6624
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006625/* cancels all extra charges on mc.from and mc.to, and wakes up all waiters. */
6626static void __mem_cgroup_clear_mc(void)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006627{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006628 struct mem_cgroup *from = mc.from;
6629 struct mem_cgroup *to = mc.to;
Li Zefan40503772013-07-08 16:00:34 -07006630 int i;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006631
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006632 /* we must uncharge all the leftover precharges from mc.to */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006633 if (mc.precharge) {
6634 __mem_cgroup_cancel_charge(mc.to, mc.precharge);
6635 mc.precharge = 0;
6636 }
6637 /*
6638 * we didn't uncharge from mc.from at mem_cgroup_move_account(), so
6639 * we must uncharge here.
6640 */
6641 if (mc.moved_charge) {
6642 __mem_cgroup_cancel_charge(mc.from, mc.moved_charge);
6643 mc.moved_charge = 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006644 }
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006645 /* we must fixup refcnts and charges */
6646 if (mc.moved_swap) {
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006647 /* uncharge swap account from the old cgroup */
6648 if (!mem_cgroup_is_root(mc.from))
6649 res_counter_uncharge(&mc.from->memsw,
6650 PAGE_SIZE * mc.moved_swap);
Li Zefan40503772013-07-08 16:00:34 -07006651
6652 for (i = 0; i < mc.moved_swap; i++)
6653 css_put(&mc.from->css);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006654
6655 if (!mem_cgroup_is_root(mc.to)) {
6656 /*
6657 * we charged both to->res and to->memsw, so we should
6658 * uncharge to->res.
6659 */
6660 res_counter_uncharge(&mc.to->res,
6661 PAGE_SIZE * mc.moved_swap);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006662 }
Li Zefan40503772013-07-08 16:00:34 -07006663 /* we've already done css_get(mc.to) */
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006664 mc.moved_swap = 0;
6665 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006666 memcg_oom_recover(from);
6667 memcg_oom_recover(to);
6668 wake_up_all(&mc.waitq);
6669}
6670
6671static void mem_cgroup_clear_mc(void)
6672{
6673 struct mem_cgroup *from = mc.from;
6674
6675 /*
6676 * we must clear moving_task before waking up waiters at the end of
6677 * task migration.
6678 */
6679 mc.moving_task = NULL;
6680 __mem_cgroup_clear_mc();
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006681 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006682 mc.from = NULL;
6683 mc.to = NULL;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006684 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006685 mem_cgroup_end_move(from);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006686}
6687
Tejun Heoeb954192013-08-08 20:11:23 -04006688static int mem_cgroup_can_attach(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006689 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006690{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006691 struct task_struct *p = cgroup_taskset_first(tset);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006692 int ret = 0;
Tejun Heoeb954192013-08-08 20:11:23 -04006693 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Glauber Costaee5e8472013-02-22 16:34:50 -08006694 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006695
Glauber Costaee5e8472013-02-22 16:34:50 -08006696 /*
6697 * We are now commited to this value whatever it is. Changes in this
6698 * tunable will only affect upcoming migrations, not the current one.
6699 * So we need to save it, and keep it going.
6700 */
6701 move_charge_at_immigrate = memcg->move_charge_at_immigrate;
6702 if (move_charge_at_immigrate) {
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006703 struct mm_struct *mm;
6704 struct mem_cgroup *from = mem_cgroup_from_task(p);
6705
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006706 VM_BUG_ON(from == memcg);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006707
6708 mm = get_task_mm(p);
6709 if (!mm)
6710 return 0;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006711 /* We move charges only when we move a owner of the mm */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006712 if (mm->owner == p) {
6713 VM_BUG_ON(mc.from);
6714 VM_BUG_ON(mc.to);
6715 VM_BUG_ON(mc.precharge);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006716 VM_BUG_ON(mc.moved_charge);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006717 VM_BUG_ON(mc.moved_swap);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006718 mem_cgroup_start_move(from);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006719 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006720 mc.from = from;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006721 mc.to = memcg;
Glauber Costaee5e8472013-02-22 16:34:50 -08006722 mc.immigrate_flags = move_charge_at_immigrate;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006723 spin_unlock(&mc.lock);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006724 /* We set mc.moving_task later */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006725
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006726 ret = mem_cgroup_precharge_mc(mm);
6727 if (ret)
6728 mem_cgroup_clear_mc();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006729 }
6730 mmput(mm);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006731 }
6732 return ret;
6733}
6734
Tejun Heoeb954192013-08-08 20:11:23 -04006735static void mem_cgroup_cancel_attach(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006736 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006737{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006738 mem_cgroup_clear_mc();
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006739}
6740
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006741static int mem_cgroup_move_charge_pte_range(pmd_t *pmd,
6742 unsigned long addr, unsigned long end,
6743 struct mm_walk *walk)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006744{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006745 int ret = 0;
6746 struct vm_area_struct *vma = walk->private;
6747 pte_t *pte;
6748 spinlock_t *ptl;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006749 enum mc_target_type target_type;
6750 union mc_target target;
6751 struct page *page;
6752 struct page_cgroup *pc;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006753
Naoya Horiguchi12724852012-03-21 16:34:28 -07006754 /*
6755 * We don't take compound_lock() here but no race with splitting thp
6756 * happens because:
6757 * - if pmd_trans_huge_lock() returns 1, the relevant thp is not
6758 * under splitting, which means there's no concurrent thp split,
6759 * - if another thread runs into split_huge_page() just after we
6760 * entered this if-block, the thread must wait for page table lock
6761 * to be unlocked in __split_huge_page_splitting(), where the main
6762 * part of thp split is not executed yet.
6763 */
6764 if (pmd_trans_huge_lock(pmd, vma) == 1) {
Hugh Dickins62ade862012-05-18 11:28:34 -07006765 if (mc.precharge < HPAGE_PMD_NR) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006766 spin_unlock(&vma->vm_mm->page_table_lock);
6767 return 0;
6768 }
6769 target_type = get_mctgt_type_thp(vma, addr, *pmd, &target);
6770 if (target_type == MC_TARGET_PAGE) {
6771 page = target.page;
6772 if (!isolate_lru_page(page)) {
6773 pc = lookup_page_cgroup(page);
6774 if (!mem_cgroup_move_account(page, HPAGE_PMD_NR,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006775 pc, mc.from, mc.to)) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006776 mc.precharge -= HPAGE_PMD_NR;
6777 mc.moved_charge += HPAGE_PMD_NR;
6778 }
6779 putback_lru_page(page);
6780 }
6781 put_page(page);
6782 }
6783 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006784 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006785 }
6786
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006787 if (pmd_trans_unstable(pmd))
6788 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006789retry:
6790 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6791 for (; addr != end; addr += PAGE_SIZE) {
6792 pte_t ptent = *(pte++);
Daisuke Nishimura02491442010-03-10 15:22:17 -08006793 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006794
6795 if (!mc.precharge)
6796 break;
6797
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006798 switch (get_mctgt_type(vma, addr, ptent, &target)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006799 case MC_TARGET_PAGE:
6800 page = target.page;
6801 if (isolate_lru_page(page))
6802 goto put;
6803 pc = lookup_page_cgroup(page);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07006804 if (!mem_cgroup_move_account(page, 1, pc,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006805 mc.from, mc.to)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006806 mc.precharge--;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006807 /* we uncharge from mc.from later. */
6808 mc.moved_charge++;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006809 }
6810 putback_lru_page(page);
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006811put: /* get_mctgt_type() gets the page */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006812 put_page(page);
6813 break;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006814 case MC_TARGET_SWAP:
6815 ent = target.ent;
Hugh Dickinse91cbb42012-05-29 15:06:51 -07006816 if (!mem_cgroup_move_swap_account(ent, mc.from, mc.to)) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08006817 mc.precharge--;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006818 /* we fixup refcnts and charges later. */
6819 mc.moved_swap++;
6820 }
Daisuke Nishimura02491442010-03-10 15:22:17 -08006821 break;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006822 default:
6823 break;
6824 }
6825 }
6826 pte_unmap_unlock(pte - 1, ptl);
6827 cond_resched();
6828
6829 if (addr != end) {
6830 /*
6831 * We have consumed all precharges we got in can_attach().
6832 * We try charge one by one, but don't do any additional
6833 * charges to mc.to if we have failed in charge once in attach()
6834 * phase.
6835 */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006836 ret = mem_cgroup_do_precharge(1);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006837 if (!ret)
6838 goto retry;
6839 }
6840
6841 return ret;
6842}
6843
6844static void mem_cgroup_move_charge(struct mm_struct *mm)
6845{
6846 struct vm_area_struct *vma;
6847
6848 lru_add_drain_all();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006849retry:
6850 if (unlikely(!down_read_trylock(&mm->mmap_sem))) {
6851 /*
6852 * Someone who are holding the mmap_sem might be waiting in
6853 * waitq. So we cancel all extra charges, wake up all waiters,
6854 * and retry. Because we cancel precharges, we might not be able
6855 * to move enough charges, but moving charge is a best-effort
6856 * feature anyway, so it wouldn't be a big problem.
6857 */
6858 __mem_cgroup_clear_mc();
6859 cond_resched();
6860 goto retry;
6861 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006862 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6863 int ret;
6864 struct mm_walk mem_cgroup_move_charge_walk = {
6865 .pmd_entry = mem_cgroup_move_charge_pte_range,
6866 .mm = mm,
6867 .private = vma,
6868 };
6869 if (is_vm_hugetlb_page(vma))
6870 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006871 ret = walk_page_range(vma->vm_start, vma->vm_end,
6872 &mem_cgroup_move_charge_walk);
6873 if (ret)
6874 /*
6875 * means we have consumed all precharges and failed in
6876 * doing additional charge. Just abandon here.
6877 */
6878 break;
6879 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006880 up_read(&mm->mmap_sem);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006881}
6882
Tejun Heoeb954192013-08-08 20:11:23 -04006883static void mem_cgroup_move_task(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006884 struct cgroup_taskset *tset)
Balbir Singh67e465a2008-02-07 00:13:54 -08006885{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006886 struct task_struct *p = cgroup_taskset_first(tset);
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006887 struct mm_struct *mm = get_task_mm(p);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006888
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006889 if (mm) {
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006890 if (mc.to)
6891 mem_cgroup_move_charge(mm);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006892 mmput(mm);
6893 }
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006894 if (mc.to)
6895 mem_cgroup_clear_mc();
Balbir Singh67e465a2008-02-07 00:13:54 -08006896}
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006897#else /* !CONFIG_MMU */
Tejun Heoeb954192013-08-08 20:11:23 -04006898static int mem_cgroup_can_attach(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006899 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006900{
6901 return 0;
6902}
Tejun Heoeb954192013-08-08 20:11:23 -04006903static void mem_cgroup_cancel_attach(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006904 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006905{
6906}
Tejun Heoeb954192013-08-08 20:11:23 -04006907static void mem_cgroup_move_task(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006908 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006909{
6910}
6911#endif
Balbir Singh67e465a2008-02-07 00:13:54 -08006912
Tejun Heof00baae2013-04-15 13:41:15 -07006913/*
6914 * Cgroup retains root cgroups across [un]mount cycles making it necessary
6915 * to verify sane_behavior flag on each mount attempt.
6916 */
Tejun Heoeb954192013-08-08 20:11:23 -04006917static void mem_cgroup_bind(struct cgroup_subsys_state *root_css)
Tejun Heof00baae2013-04-15 13:41:15 -07006918{
6919 /*
6920 * use_hierarchy is forced with sane_behavior. cgroup core
6921 * guarantees that @root doesn't have any children, so turning it
6922 * on for the root memcg is enough.
6923 */
Tejun Heoeb954192013-08-08 20:11:23 -04006924 if (cgroup_sane_behavior(root_css->cgroup))
6925 mem_cgroup_from_css(root_css)->use_hierarchy = true;
Tejun Heof00baae2013-04-15 13:41:15 -07006926}
6927
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006928struct cgroup_subsys mem_cgroup_subsys = {
6929 .name = "memory",
6930 .subsys_id = mem_cgroup_subsys_id,
Tejun Heo92fb9742012-11-19 08:13:38 -08006931 .css_alloc = mem_cgroup_css_alloc,
Glauber Costad142e3e2013-02-22 16:34:52 -08006932 .css_online = mem_cgroup_css_online,
Tejun Heo92fb9742012-11-19 08:13:38 -08006933 .css_offline = mem_cgroup_css_offline,
6934 .css_free = mem_cgroup_css_free,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006935 .can_attach = mem_cgroup_can_attach,
6936 .cancel_attach = mem_cgroup_cancel_attach,
Balbir Singh67e465a2008-02-07 00:13:54 -08006937 .attach = mem_cgroup_move_task,
Tejun Heof00baae2013-04-15 13:41:15 -07006938 .bind = mem_cgroup_bind,
Tejun Heo6bc10342012-04-01 12:09:55 -07006939 .base_cftypes = mem_cgroup_files,
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006940 .early_init = 0,
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006941 .use_id = 1,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006942};
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006943
Andrew Mortonc255a452012-07-31 16:43:02 -07006944#ifdef CONFIG_MEMCG_SWAP
Michal Hockoa42c3902010-11-24 12:57:08 -08006945static int __init enable_swap_account(char *s)
6946{
6947 /* consider enabled if no parameter or 1 is given */
Michal Hockoa2c89902011-05-24 17:12:50 -07006948 if (!strcmp(s, "1"))
Michal Hockoa42c3902010-11-24 12:57:08 -08006949 really_do_swap_account = 1;
Michal Hockoa2c89902011-05-24 17:12:50 -07006950 else if (!strcmp(s, "0"))
Michal Hockoa42c3902010-11-24 12:57:08 -08006951 really_do_swap_account = 0;
6952 return 1;
6953}
Michal Hockoa2c89902011-05-24 17:12:50 -07006954__setup("swapaccount=", enable_swap_account);
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006955
Michal Hocko2d110852013-02-22 16:34:43 -08006956static void __init memsw_file_init(void)
6957{
Michal Hocko6acc8b02013-02-22 16:34:45 -08006958 WARN_ON(cgroup_add_cftypes(&mem_cgroup_subsys, memsw_cgroup_files));
Michal Hocko2d110852013-02-22 16:34:43 -08006959}
Michal Hocko6acc8b02013-02-22 16:34:45 -08006960
6961static void __init enable_swap_cgroup(void)
6962{
6963 if (!mem_cgroup_disabled() && really_do_swap_account) {
6964 do_swap_account = 1;
6965 memsw_file_init();
6966 }
6967}
6968
Michal Hocko2d110852013-02-22 16:34:43 -08006969#else
Michal Hocko6acc8b02013-02-22 16:34:45 -08006970static void __init enable_swap_cgroup(void)
Michal Hocko2d110852013-02-22 16:34:43 -08006971{
6972}
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006973#endif
Michal Hocko2d110852013-02-22 16:34:43 -08006974
6975/*
Michal Hocko10813122013-02-22 16:35:41 -08006976 * subsys_initcall() for memory controller.
6977 *
6978 * Some parts like hotcpu_notifier() have to be initialized from this context
6979 * because of lock dependencies (cgroup_lock -> cpu hotplug) but basically
6980 * everything that doesn't depend on a specific mem_cgroup structure should
6981 * be initialized from here.
Michal Hocko2d110852013-02-22 16:34:43 -08006982 */
6983static int __init mem_cgroup_init(void)
6984{
6985 hotcpu_notifier(memcg_cpu_hotplug_callback, 0);
Michal Hocko6acc8b02013-02-22 16:34:45 -08006986 enable_swap_cgroup();
Michal Hocko8787a1d2013-02-22 16:35:39 -08006987 mem_cgroup_soft_limit_tree_init();
Michal Hockoe4777492013-02-22 16:35:40 -08006988 memcg_stock_init();
Michal Hocko2d110852013-02-22 16:34:43 -08006989 return 0;
6990}
6991subsys_initcall(mem_cgroup_init);