blob: c016e001c5b2c732f96071669199d0e1e5f4d9f5 [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 Singhb6ac57d2008-04-29 01:00:19 -070042#include <linux/slab.h>
Balbir Singh66e17072008-02-07 00:13:56 -080043#include <linux/swap.h>
Daisuke Nishimura02491442010-03-10 15:22:17 -080044#include <linux/swapops.h>
Balbir Singh66e17072008-02-07 00:13:56 -080045#include <linux/spinlock.h>
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -080046#include <linux/eventfd.h>
47#include <linux/sort.h>
Balbir Singh66e17072008-02-07 00:13:56 -080048#include <linux/fs.h>
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -080049#include <linux/seq_file.h>
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -070050#include <linux/vmalloc.h>
Anton Vorontsov70ddf632013-04-29 15:08:31 -070051#include <linux/vmpressure.h>
Christoph Lameterb69408e2008-10-18 20:26:14 -070052#include <linux/mm_inline.h>
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -070053#include <linux/page_cgroup.h>
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -080054#include <linux/cpu.h>
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -070055#include <linux/oom.h>
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -080056#include "internal.h"
Glauber Costad1a4c0b2011-12-11 21:47:04 +000057#include <net/sock.h>
Michal Hocko4bd2c1e2012-10-08 16:33:10 -070058#include <net/ip.h>
Glauber Costad1a4c0b2011-12-11 21:47:04 +000059#include <net/tcp_memcontrol.h>
Balbir Singh8cdea7c2008-02-07 00:13:50 -080060
Balbir Singh8697d332008-02-07 00:13:59 -080061#include <asm/uaccess.h>
62
KOSAKI Motohirocc8e9702010-08-09 17:19:57 -070063#include <trace/events/vmscan.h>
64
KAMEZAWA Hiroyukia181b0e2008-07-25 01:47:08 -070065struct cgroup_subsys mem_cgroup_subsys __read_mostly;
David Rientjes68ae5642012-12-12 13:51:57 -080066EXPORT_SYMBOL(mem_cgroup_subsys);
67
KAMEZAWA Hiroyukia181b0e2008-07-25 01:47:08 -070068#define MEM_CGROUP_RECLAIM_RETRIES 5
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -070069static struct mem_cgroup *root_mem_cgroup __read_mostly;
Balbir Singh8cdea7c2008-02-07 00:13:50 -080070
Andrew Mortonc255a452012-07-31 16:43:02 -070071#ifdef CONFIG_MEMCG_SWAP
Li Zefan338c8432009-06-17 16:27:15 -070072/* Turned on only when memory cgroup is enabled && really_do_swap_account = 1 */
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080073int do_swap_account __read_mostly;
Michal Hockoa42c3902010-11-24 12:57:08 -080074
75/* for remember boot option*/
Andrew Mortonc255a452012-07-31 16:43:02 -070076#ifdef CONFIG_MEMCG_SWAP_ENABLED
Michal Hockoa42c3902010-11-24 12:57:08 -080077static int really_do_swap_account __initdata = 1;
78#else
79static int really_do_swap_account __initdata = 0;
80#endif
81
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080082#else
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -070083#define do_swap_account 0
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -080084#endif
85
86
Balbir Singh8cdea7c2008-02-07 00:13:50 -080087/*
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -080088 * Statistics for memory cgroup.
89 */
90enum mem_cgroup_stat_index {
91 /*
92 * For MEM_CONTAINER_TYPE_ALL, usage = pagecache + rss.
93 */
David Rientjesb070e652013-05-07 16:18:09 -070094 MEM_CGROUP_STAT_CACHE, /* # of pages charged as cache */
95 MEM_CGROUP_STAT_RSS, /* # of pages charged as anon rss */
96 MEM_CGROUP_STAT_RSS_HUGE, /* # of pages charged as anon huge */
97 MEM_CGROUP_STAT_FILE_MAPPED, /* # of pages charged as file rss */
98 MEM_CGROUP_STAT_SWAP, /* # of pages, swapped out */
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -080099 MEM_CGROUP_STAT_NSTATS,
100};
101
Johannes Weineraf7c4b02012-05-29 15:07:08 -0700102static const char * const mem_cgroup_stat_names[] = {
103 "cache",
104 "rss",
David Rientjesb070e652013-05-07 16:18:09 -0700105 "rss_huge",
Johannes Weineraf7c4b02012-05-29 15:07:08 -0700106 "mapped_file",
107 "swap",
108};
109
Johannes Weinere9f89742011-03-23 16:42:37 -0700110enum mem_cgroup_events_index {
111 MEM_CGROUP_EVENTS_PGPGIN, /* # of pages paged in */
112 MEM_CGROUP_EVENTS_PGPGOUT, /* # of pages paged out */
Ying Han456f9982011-05-26 16:25:38 -0700113 MEM_CGROUP_EVENTS_PGFAULT, /* # of page-faults */
114 MEM_CGROUP_EVENTS_PGMAJFAULT, /* # of major page-faults */
Johannes Weinere9f89742011-03-23 16:42:37 -0700115 MEM_CGROUP_EVENTS_NSTATS,
116};
Johannes Weineraf7c4b02012-05-29 15:07:08 -0700117
118static const char * const mem_cgroup_events_names[] = {
119 "pgpgin",
120 "pgpgout",
121 "pgfault",
122 "pgmajfault",
123};
124
Sha Zhengju58cf1882013-02-22 16:32:05 -0800125static const char * const mem_cgroup_lru_names[] = {
126 "inactive_anon",
127 "active_anon",
128 "inactive_file",
129 "active_file",
130 "unevictable",
131};
132
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700133/*
134 * Per memcg event counter is incremented at every pagein/pageout. With THP,
135 * it will be incremated by the number of pages. This counter is used for
136 * for trigger some periodic events. This is straightforward and better
137 * than using jiffies etc. to handle periodic memcg event.
138 */
139enum mem_cgroup_events_target {
140 MEM_CGROUP_TARGET_THRESH,
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -0700141 MEM_CGROUP_TARGET_NUMAINFO,
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700142 MEM_CGROUP_NTARGETS,
143};
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700144#define THRESHOLDS_EVENTS_TARGET 128
145#define SOFTLIMIT_EVENTS_TARGET 1024
146#define NUMAINFO_EVENTS_TARGET 1024
Johannes Weinere9f89742011-03-23 16:42:37 -0700147
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800148struct mem_cgroup_stat_cpu {
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700149 long count[MEM_CGROUP_STAT_NSTATS];
Johannes Weinere9f89742011-03-23 16:42:37 -0700150 unsigned long events[MEM_CGROUP_EVENTS_NSTATS];
Johannes Weiner13114712012-05-29 15:07:07 -0700151 unsigned long nr_page_events;
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700152 unsigned long targets[MEM_CGROUP_NTARGETS];
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800153};
154
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800155struct mem_cgroup_reclaim_iter {
Michal Hocko5f578162013-04-29 15:07:17 -0700156 /*
157 * last scanned hierarchy member. Valid only if last_dead_count
158 * matches memcg->dead_count of the hierarchy root group.
159 */
Michal Hocko542f85f2013-04-29 15:07:15 -0700160 struct mem_cgroup *last_visited;
Michal Hocko5f578162013-04-29 15:07:17 -0700161 unsigned long last_dead_count;
162
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800163 /* scan generation, increased every round-trip */
164 unsigned int generation;
165};
166
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800167/*
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800168 * per-zone information in memory controller.
169 */
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800170struct mem_cgroup_per_zone {
Johannes Weiner6290df52012-01-12 17:18:10 -0800171 struct lruvec lruvec;
Hugh Dickins1eb49272012-03-21 16:34:19 -0700172 unsigned long lru_size[NR_LRU_LISTS];
KOSAKI Motohiro3e2f41f2009-01-07 18:08:20 -0800173
Johannes Weiner527a5ec2012-01-12 17:17:55 -0800174 struct mem_cgroup_reclaim_iter reclaim_iter[DEF_PRIORITY + 1];
175
Hugh Dickinsd79154b2012-03-21 16:34:18 -0700176 struct mem_cgroup *memcg; /* Back pointer, we cannot */
Balbir Singh4e416952009-09-23 15:56:39 -0700177 /* use container_of */
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800178};
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800179
180struct mem_cgroup_per_node {
181 struct mem_cgroup_per_zone zoneinfo[MAX_NR_ZONES];
182};
183
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800184struct mem_cgroup_threshold {
185 struct eventfd_ctx *eventfd;
186 u64 threshold;
187};
188
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700189/* For threshold */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800190struct mem_cgroup_threshold_ary {
Sha Zhengju748dad32012-05-29 15:06:57 -0700191 /* An array index points to threshold just below or equal to usage. */
Phil Carmody5407a562010-05-26 14:42:42 -0700192 int current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800193 /* Size of entries[] */
194 unsigned int size;
195 /* Array of thresholds */
196 struct mem_cgroup_threshold entries[0];
197};
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700198
199struct mem_cgroup_thresholds {
200 /* Primary thresholds array */
201 struct mem_cgroup_threshold_ary *primary;
202 /*
203 * Spare threshold array.
204 * This is needed to make mem_cgroup_unregister_event() "never fail".
205 * It must be able to store at least primary->size - 1 entries.
206 */
207 struct mem_cgroup_threshold_ary *spare;
208};
209
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700210/* for OOM */
211struct mem_cgroup_eventfd_list {
212 struct list_head list;
213 struct eventfd_ctx *eventfd;
214};
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800215
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700216static void mem_cgroup_threshold(struct mem_cgroup *memcg);
217static void mem_cgroup_oom_notify(struct mem_cgroup *memcg);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800218
Balbir Singhf64c3f52009-09-23 15:56:37 -0700219/*
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800220 * The memory controller data structure. The memory controller controls both
221 * page cache and RSS per cgroup. We would eventually like to provide
222 * statistics based on the statistics developed by Rik Van Riel for clock-pro,
223 * to help the administrator determine what knobs to tune.
224 *
225 * TODO: Add a water mark for the memory controller. Reclaim will begin when
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800226 * we hit the water mark. May be even add a low water mark, such that
227 * no reclaim occurs from a cgroup at it's low water mark, this is
228 * a feature that will be implemented much later in the future.
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800229 */
230struct mem_cgroup {
231 struct cgroup_subsys_state css;
232 /*
233 * the counter to account for memory usage
234 */
235 struct res_counter res;
Hugh Dickins59927fb2012-03-15 15:17:07 -0700236
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700237 /* vmpressure notifications */
238 struct vmpressure vmpressure;
239
Li Zefan465939a2013-07-08 16:00:38 -0700240 /*
241 * the counter to account for mem+swap usage.
242 */
243 struct res_counter memsw;
Hugh Dickins59927fb2012-03-15 15:17:07 -0700244
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800245 /*
Glauber Costa510fc4e2012-12-18 14:21:47 -0800246 * the counter to account for kernel memory usage.
247 */
248 struct res_counter kmem;
249 /*
Balbir Singh18f59ea2009-01-07 18:08:07 -0800250 * Should the accounting and control be hierarchical, per subtree?
251 */
252 bool use_hierarchy;
Glauber Costa510fc4e2012-12-18 14:21:47 -0800253 unsigned long kmem_account_flags; /* See KMEM_ACCOUNTED_*, below */
Michal Hocko79dfdac2011-07-26 16:08:23 -0700254
255 bool oom_lock;
256 atomic_t under_oom;
257
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -0700258 int swappiness;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -0700259 /* OOM-Killer disable */
260 int oom_kill_disable;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -0800261
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -0700262 /* set when res.limit == memsw.limit */
263 bool memsw_is_minimum;
264
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800265 /* protect arrays of thresholds */
266 struct mutex thresholds_lock;
267
268 /* thresholds for memory usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700269 struct mem_cgroup_thresholds thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700270
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800271 /* thresholds for mem+swap usage. RCU-protected */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -0700272 struct mem_cgroup_thresholds memsw_thresholds;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -0700273
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700274 /* For oom notifier event fd */
275 struct list_head oom_notify;
Johannes Weiner185efc02011-09-14 16:21:58 -0700276
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800277 /*
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800278 * Should we move charges of a task when a task is moved into this
279 * mem_cgroup ? And what type of charges should we move ?
280 */
281 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800282 /*
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700283 * set > 0 if pages under this cgroup are moving to other cgroup.
284 */
285 atomic_t moving_account;
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -0700286 /* taken only while moving_account > 0 */
287 spinlock_t move_lock;
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -0700288 /*
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800289 * percpu counter.
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800290 */
Kirill A. Shutemov3a7951b2012-05-29 15:06:56 -0700291 struct mem_cgroup_stat_cpu __percpu *stat;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700292 /*
293 * used when a cpu is offlined or other synchronizations
294 * See mem_cgroup_read_stat().
295 */
296 struct mem_cgroup_stat_cpu nocpu_base;
297 spinlock_t pcp_counter_lock;
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000298
Michal Hocko5f578162013-04-29 15:07:17 -0700299 atomic_t dead_count;
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700300#if defined(CONFIG_MEMCG_KMEM) && defined(CONFIG_INET)
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000301 struct tcp_memcontrol tcp_mem;
302#endif
Glauber Costa2633d7a2012-12-18 14:22:34 -0800303#if defined(CONFIG_MEMCG_KMEM)
304 /* analogous to slab_common's slab_caches list. per-memcg */
305 struct list_head memcg_slab_caches;
306 /* Not a spinlock, we can take a lot of time walking the list */
307 struct mutex slab_caches_mutex;
308 /* Index in the kmem_cache->memcg_params->memcg_caches array */
309 int kmemcg_id;
310#endif
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800311
312 int last_scanned_node;
313#if MAX_NUMNODES > 1
314 nodemask_t scan_nodes;
315 atomic_t numainfo_events;
316 atomic_t numainfo_updating;
317#endif
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700318
Johannes Weiner54f72fe2013-07-08 15:59:49 -0700319 struct mem_cgroup_per_node *nodeinfo[0];
320 /* WARNING: nodeinfo must be the last member here */
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800321};
322
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800323static size_t memcg_size(void)
324{
325 return sizeof(struct mem_cgroup) +
326 nr_node_ids * sizeof(struct mem_cgroup_per_node);
327}
328
Glauber Costa510fc4e2012-12-18 14:21:47 -0800329/* internal only representation about the status of kmem accounting. */
330enum {
331 KMEM_ACCOUNTED_ACTIVE = 0, /* accounted by this cgroup itself */
Glauber Costaa8964b92012-12-18 14:22:09 -0800332 KMEM_ACCOUNTED_ACTIVATED, /* static key enabled. */
Glauber Costa7de37682012-12-18 14:22:07 -0800333 KMEM_ACCOUNTED_DEAD, /* dead memcg with pending kmem charges */
Glauber Costa510fc4e2012-12-18 14:21:47 -0800334};
335
Glauber Costaa8964b92012-12-18 14:22:09 -0800336/* We account when limit is on, but only after call sites are patched */
337#define KMEM_ACCOUNTED_MASK \
338 ((1 << KMEM_ACCOUNTED_ACTIVE) | (1 << KMEM_ACCOUNTED_ACTIVATED))
Glauber Costa510fc4e2012-12-18 14:21:47 -0800339
340#ifdef CONFIG_MEMCG_KMEM
341static inline void memcg_kmem_set_active(struct mem_cgroup *memcg)
342{
343 set_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
344}
Glauber Costa7de37682012-12-18 14:22:07 -0800345
346static bool memcg_kmem_is_active(struct mem_cgroup *memcg)
347{
348 return test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags);
349}
350
Glauber Costaa8964b92012-12-18 14:22:09 -0800351static void memcg_kmem_set_activated(struct mem_cgroup *memcg)
352{
353 set_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
354}
355
Glauber Costa55007d82012-12-18 14:22:38 -0800356static void memcg_kmem_clear_activated(struct mem_cgroup *memcg)
357{
358 clear_bit(KMEM_ACCOUNTED_ACTIVATED, &memcg->kmem_account_flags);
359}
360
Glauber Costa7de37682012-12-18 14:22:07 -0800361static void memcg_kmem_mark_dead(struct mem_cgroup *memcg)
362{
Li Zefan10d5ebf2013-07-08 16:00:33 -0700363 /*
364 * Our caller must use css_get() first, because memcg_uncharge_kmem()
365 * will call css_put() if it sees the memcg is dead.
366 */
367 smp_wmb();
Glauber Costa7de37682012-12-18 14:22:07 -0800368 if (test_bit(KMEM_ACCOUNTED_ACTIVE, &memcg->kmem_account_flags))
369 set_bit(KMEM_ACCOUNTED_DEAD, &memcg->kmem_account_flags);
370}
371
372static bool memcg_kmem_test_and_clear_dead(struct mem_cgroup *memcg)
373{
374 return test_and_clear_bit(KMEM_ACCOUNTED_DEAD,
375 &memcg->kmem_account_flags);
376}
Glauber Costa510fc4e2012-12-18 14:21:47 -0800377#endif
378
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800379/* Stuffs for move charges at task migration. */
380/*
Glauber Costaee5e8472013-02-22 16:34:50 -0800381 * Types of charges to be moved. "move_charge_at_immitgrate" and
382 * "immigrate_flags" are treated as a left-shifted bitmap of these types.
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800383 */
384enum move_type {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800385 MOVE_CHARGE_TYPE_ANON, /* private anonymous page and swap of it */
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700386 MOVE_CHARGE_TYPE_FILE, /* file page(including tmpfs) and swap of it */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -0800387 NR_MOVE_TYPE,
388};
389
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800390/* "mc" and its members are protected by cgroup_mutex */
391static struct move_charge_struct {
Daisuke Nishimurab1dd6932010-11-24 12:57:06 -0800392 spinlock_t lock; /* for from, to */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800393 struct mem_cgroup *from;
394 struct mem_cgroup *to;
Glauber Costaee5e8472013-02-22 16:34:50 -0800395 unsigned long immigrate_flags;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800396 unsigned long precharge;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -0800397 unsigned long moved_charge;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -0800398 unsigned long moved_swap;
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800399 struct task_struct *moving_task; /* a task moving charges */
400 wait_queue_head_t waitq; /* a waitq for other context */
401} mc = {
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -0700402 .lock = __SPIN_LOCK_UNLOCKED(mc.lock),
Daisuke Nishimura8033b972010-03-10 15:22:16 -0800403 .waitq = __WAIT_QUEUE_HEAD_INITIALIZER(mc.waitq),
404};
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -0800405
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700406static bool move_anon(void)
407{
Glauber Costaee5e8472013-02-22 16:34:50 -0800408 return test_bit(MOVE_CHARGE_TYPE_ANON, &mc.immigrate_flags);
Daisuke Nishimura90254a62010-05-26 14:42:38 -0700409}
410
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700411static bool move_file(void)
412{
Glauber Costaee5e8472013-02-22 16:34:50 -0800413 return test_bit(MOVE_CHARGE_TYPE_FILE, &mc.immigrate_flags);
Daisuke Nishimura87946a72010-05-26 14:42:39 -0700414}
415
Balbir Singh4e416952009-09-23 15:56:39 -0700416/*
417 * Maximum loops in mem_cgroup_hierarchical_reclaim(), used for soft
418 * limit reclaim to prevent infinite loops, if they ever occur.
419 */
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700420#define MEM_CGROUP_MAX_RECLAIM_LOOPS 100
Balbir Singh4e416952009-09-23 15:56:39 -0700421
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -0800422enum charge_type {
423 MEM_CGROUP_CHARGE_TYPE_CACHE = 0,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -0700424 MEM_CGROUP_CHARGE_TYPE_ANON,
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -0800425 MEM_CGROUP_CHARGE_TYPE_SWAPOUT, /* for accounting swapcache */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -0700426 MEM_CGROUP_CHARGE_TYPE_DROP, /* a page was unused swap cache */
KAMEZAWA Hiroyukic05555b2008-10-18 20:28:11 -0700427 NR_CHARGE_TYPE,
428};
429
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800430/* for encoding cft->private value on file */
Glauber Costa86ae53e2012-12-18 14:21:45 -0800431enum res_type {
432 _MEM,
433 _MEMSWAP,
434 _OOM_TYPE,
Glauber Costa510fc4e2012-12-18 14:21:47 -0800435 _KMEM,
Glauber Costa86ae53e2012-12-18 14:21:45 -0800436};
437
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -0700438#define MEMFILE_PRIVATE(x, val) ((x) << 16 | (val))
439#define MEMFILE_TYPE(val) ((val) >> 16 & 0xffff)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800440#define MEMFILE_ATTR(val) ((val) & 0xffff)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -0700441/* Used for OOM nofiier */
442#define OOM_CONTROL (0)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800443
Balbir Singh75822b42009-09-23 15:56:38 -0700444/*
445 * Reclaim flags for mem_cgroup_hierarchical_reclaim
446 */
447#define MEM_CGROUP_RECLAIM_NOSWAP_BIT 0x0
448#define MEM_CGROUP_RECLAIM_NOSWAP (1 << MEM_CGROUP_RECLAIM_NOSWAP_BIT)
449#define MEM_CGROUP_RECLAIM_SHRINK_BIT 0x1
450#define MEM_CGROUP_RECLAIM_SHRINK (1 << MEM_CGROUP_RECLAIM_SHRINK_BIT)
451
Glauber Costa09998212013-02-22 16:34:55 -0800452/*
453 * The memcg_create_mutex will be held whenever a new cgroup is created.
454 * As a consequence, any change that needs to protect against new child cgroups
455 * appearing has to hold it as well.
456 */
457static DEFINE_MUTEX(memcg_create_mutex);
458
Wanpeng Lib2145142012-07-31 16:46:01 -0700459struct mem_cgroup *mem_cgroup_from_css(struct cgroup_subsys_state *s)
460{
Tejun Heoa7c6d552013-08-08 20:11:23 -0400461 return s ? container_of(s, struct mem_cgroup, css) : NULL;
Wanpeng Lib2145142012-07-31 16:46:01 -0700462}
463
Anton Vorontsov70ddf632013-04-29 15:08:31 -0700464/* Some nice accessors for the vmpressure. */
465struct vmpressure *memcg_to_vmpressure(struct mem_cgroup *memcg)
466{
467 if (!memcg)
468 memcg = root_mem_cgroup;
469 return &memcg->vmpressure;
470}
471
472struct cgroup_subsys_state *vmpressure_to_css(struct vmpressure *vmpr)
473{
474 return &container_of(vmpr, struct mem_cgroup, vmpressure)->css;
475}
476
477struct vmpressure *css_to_vmpressure(struct cgroup_subsys_state *css)
478{
479 return &mem_cgroup_from_css(css)->vmpressure;
480}
481
Michal Hocko7ffc0ed2012-10-08 16:33:13 -0700482static inline bool mem_cgroup_is_root(struct mem_cgroup *memcg)
483{
484 return (memcg == root_mem_cgroup);
485}
486
Glauber Costae1aab162011-12-11 21:47:03 +0000487/* Writing them here to avoid exposing memcg's inner layout */
Michal Hocko4bd2c1e2012-10-08 16:33:10 -0700488#if defined(CONFIG_INET) && defined(CONFIG_MEMCG_KMEM)
Glauber Costae1aab162011-12-11 21:47:03 +0000489
Glauber Costae1aab162011-12-11 21:47:03 +0000490void sock_update_memcg(struct sock *sk)
491{
Glauber Costa376be5f2012-01-20 04:57:14 +0000492 if (mem_cgroup_sockets_enabled) {
Glauber Costae1aab162011-12-11 21:47:03 +0000493 struct mem_cgroup *memcg;
Glauber Costa3f134612012-05-29 15:07:11 -0700494 struct cg_proto *cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000495
496 BUG_ON(!sk->sk_prot->proto_cgroup);
497
Glauber Costaf3f511e2012-01-05 20:16:39 +0000498 /* Socket cloning can throw us here with sk_cgrp already
499 * filled. It won't however, necessarily happen from
500 * process context. So the test for root memcg given
501 * the current task's memcg won't help us in this case.
502 *
503 * Respecting the original socket's memcg is a better
504 * decision in this case.
505 */
506 if (sk->sk_cgrp) {
507 BUG_ON(mem_cgroup_is_root(sk->sk_cgrp->memcg));
Li Zefan5347e5a2013-07-08 16:00:30 -0700508 css_get(&sk->sk_cgrp->memcg->css);
Glauber Costaf3f511e2012-01-05 20:16:39 +0000509 return;
510 }
511
Glauber Costae1aab162011-12-11 21:47:03 +0000512 rcu_read_lock();
513 memcg = mem_cgroup_from_task(current);
Glauber Costa3f134612012-05-29 15:07:11 -0700514 cg_proto = sk->sk_prot->proto_cgroup(memcg);
Li Zefan5347e5a2013-07-08 16:00:30 -0700515 if (!mem_cgroup_is_root(memcg) &&
516 memcg_proto_active(cg_proto) && css_tryget(&memcg->css)) {
Glauber Costa3f134612012-05-29 15:07:11 -0700517 sk->sk_cgrp = cg_proto;
Glauber Costae1aab162011-12-11 21:47:03 +0000518 }
519 rcu_read_unlock();
520 }
521}
522EXPORT_SYMBOL(sock_update_memcg);
523
524void sock_release_memcg(struct sock *sk)
525{
Glauber Costa376be5f2012-01-20 04:57:14 +0000526 if (mem_cgroup_sockets_enabled && sk->sk_cgrp) {
Glauber Costae1aab162011-12-11 21:47:03 +0000527 struct mem_cgroup *memcg;
528 WARN_ON(!sk->sk_cgrp->memcg);
529 memcg = sk->sk_cgrp->memcg;
Li Zefan5347e5a2013-07-08 16:00:30 -0700530 css_put(&sk->sk_cgrp->memcg->css);
Glauber Costae1aab162011-12-11 21:47:03 +0000531 }
532}
Glauber Costad1a4c0b2011-12-11 21:47:04 +0000533
534struct cg_proto *tcp_proto_cgroup(struct mem_cgroup *memcg)
535{
536 if (!memcg || mem_cgroup_is_root(memcg))
537 return NULL;
538
539 return &memcg->tcp_mem.cg_proto;
540}
541EXPORT_SYMBOL(tcp_proto_cgroup);
Glauber Costae1aab162011-12-11 21:47:03 +0000542
Glauber Costa3f134612012-05-29 15:07:11 -0700543static void disarm_sock_keys(struct mem_cgroup *memcg)
544{
545 if (!memcg_proto_activated(&memcg->tcp_mem.cg_proto))
546 return;
547 static_key_slow_dec(&memcg_socket_limit_enabled);
548}
549#else
550static void disarm_sock_keys(struct mem_cgroup *memcg)
551{
552}
553#endif
554
Glauber Costaa8964b92012-12-18 14:22:09 -0800555#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -0800556/*
557 * This will be the memcg's index in each cache's ->memcg_params->memcg_caches.
558 * There are two main reasons for not using the css_id for this:
559 * 1) this works better in sparse environments, where we have a lot of memcgs,
560 * but only a few kmem-limited. Or also, if we have, for instance, 200
561 * memcgs, and none but the 200th is kmem-limited, we'd have to have a
562 * 200 entry array for that.
563 *
564 * 2) In order not to violate the cgroup API, we would like to do all memory
565 * allocation in ->create(). At that point, we haven't yet allocated the
566 * css_id. Having a separate index prevents us from messing with the cgroup
567 * core for this
568 *
569 * The current size of the caches array is stored in
570 * memcg_limited_groups_array_size. It will double each time we have to
571 * increase it.
572 */
573static DEFINE_IDA(kmem_limited_groups);
Glauber Costa749c5412012-12-18 14:23:01 -0800574int memcg_limited_groups_array_size;
575
Glauber Costa55007d82012-12-18 14:22:38 -0800576/*
577 * MIN_SIZE is different than 1, because we would like to avoid going through
578 * the alloc/free process all the time. In a small machine, 4 kmem-limited
579 * cgroups is a reasonable guess. In the future, it could be a parameter or
580 * tunable, but that is strictly not necessary.
581 *
582 * MAX_SIZE should be as large as the number of css_ids. Ideally, we could get
583 * this constant directly from cgroup, but it is understandable that this is
584 * better kept as an internal representation in cgroup.c. In any case, the
585 * css_id space is not getting any smaller, and we don't have to necessarily
586 * increase ours as well if it increases.
587 */
588#define MEMCG_CACHES_MIN_SIZE 4
589#define MEMCG_CACHES_MAX_SIZE 65535
590
Glauber Costad7f25f82012-12-18 14:22:40 -0800591/*
592 * A lot of the calls to the cache allocation functions are expected to be
593 * inlined by the compiler. Since the calls to memcg_kmem_get_cache are
594 * conditional to this static branch, we'll have to allow modules that does
595 * kmem_cache_alloc and the such to see this symbol as well
596 */
Glauber Costaa8964b92012-12-18 14:22:09 -0800597struct static_key memcg_kmem_enabled_key;
Glauber Costad7f25f82012-12-18 14:22:40 -0800598EXPORT_SYMBOL(memcg_kmem_enabled_key);
Glauber Costaa8964b92012-12-18 14:22:09 -0800599
600static void disarm_kmem_keys(struct mem_cgroup *memcg)
601{
Glauber Costa55007d82012-12-18 14:22:38 -0800602 if (memcg_kmem_is_active(memcg)) {
Glauber Costaa8964b92012-12-18 14:22:09 -0800603 static_key_slow_dec(&memcg_kmem_enabled_key);
Glauber Costa55007d82012-12-18 14:22:38 -0800604 ida_simple_remove(&kmem_limited_groups, memcg->kmemcg_id);
605 }
Glauber Costabea207c2012-12-18 14:22:11 -0800606 /*
607 * This check can't live in kmem destruction function,
608 * since the charges will outlive the cgroup
609 */
610 WARN_ON(res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0);
Glauber Costaa8964b92012-12-18 14:22:09 -0800611}
612#else
613static void disarm_kmem_keys(struct mem_cgroup *memcg)
614{
615}
616#endif /* CONFIG_MEMCG_KMEM */
617
618static void disarm_static_keys(struct mem_cgroup *memcg)
619{
620 disarm_sock_keys(memcg);
621 disarm_kmem_keys(memcg);
622}
623
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700624static void drain_all_stock_async(struct mem_cgroup *memcg);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800625
Balbir Singhf64c3f52009-09-23 15:56:37 -0700626static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700627mem_cgroup_zoneinfo(struct mem_cgroup *memcg, int nid, int zid)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700628{
Glauber Costa45cf7eb2013-02-22 16:34:49 -0800629 VM_BUG_ON((unsigned)nid >= nr_node_ids);
Johannes Weiner54f72fe2013-07-08 15:59:49 -0700630 return &memcg->nodeinfo[nid]->zoneinfo[zid];
Balbir Singhf64c3f52009-09-23 15:56:37 -0700631}
632
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700633struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *memcg)
Wu Fengguangd3242362009-12-16 12:19:59 +0100634{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700635 return &memcg->css;
Wu Fengguangd3242362009-12-16 12:19:59 +0100636}
637
Balbir Singhf64c3f52009-09-23 15:56:37 -0700638static struct mem_cgroup_per_zone *
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700639page_cgroup_zoneinfo(struct mem_cgroup *memcg, struct page *page)
Balbir Singhf64c3f52009-09-23 15:56:37 -0700640{
Johannes Weiner97a6c372011-03-23 16:42:27 -0700641 int nid = page_to_nid(page);
642 int zid = page_zonenum(page);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700643
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700644 return mem_cgroup_zoneinfo(memcg, nid, zid);
Balbir Singhf64c3f52009-09-23 15:56:37 -0700645}
646
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700647/*
648 * Implementation Note: reading percpu statistics for memcg.
649 *
650 * Both of vmstat[] and percpu_counter has threshold and do periodic
651 * synchronization to implement "quick" read. There are trade-off between
652 * reading cost and precision of value. Then, we may have a chance to implement
653 * a periodic synchronizion of counter in memcg's counter.
654 *
655 * But this _read() function is used for user interface now. The user accounts
656 * memory usage by memory cgroup and he _always_ requires exact value because
657 * he accounts memory. Even if we provide quick-and-fuzzy read, we always
658 * have to visit all online cpus and make sum. So, for now, unnecessary
659 * synchronization is not implemented. (just implemented for cpu hotplug)
660 *
661 * If there are kernel internal actions which can make use of some not-exact
662 * value, and reading all cpu value can be performance bottleneck in some
663 * common workload, threashold and synchonization as vmstat[] should be
664 * implemented.
665 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700666static long mem_cgroup_read_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700667 enum mem_cgroup_stat_index idx)
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800668{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700669 long val = 0;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800670 int cpu;
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800671
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700672 get_online_cpus();
673 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700674 val += per_cpu(memcg->stat->count[idx], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700675#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700676 spin_lock(&memcg->pcp_counter_lock);
677 val += memcg->nocpu_base.count[idx];
678 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700679#endif
680 put_online_cpus();
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800681 return val;
682}
683
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700684static void mem_cgroup_swap_statistics(struct mem_cgroup *memcg,
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700685 bool charge)
686{
687 int val = (charge) ? 1 : -1;
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -0700688 this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_SWAP], val);
Balbir Singh0c3e73e2009-09-23 15:56:42 -0700689}
690
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700691static unsigned long mem_cgroup_read_events(struct mem_cgroup *memcg,
Johannes Weinere9f89742011-03-23 16:42:37 -0700692 enum mem_cgroup_events_index idx)
693{
694 unsigned long val = 0;
695 int cpu;
696
697 for_each_online_cpu(cpu)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700698 val += per_cpu(memcg->stat->events[idx], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -0700699#ifdef CONFIG_HOTPLUG_CPU
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700700 spin_lock(&memcg->pcp_counter_lock);
701 val += memcg->nocpu_base.events[idx];
702 spin_unlock(&memcg->pcp_counter_lock);
Johannes Weinere9f89742011-03-23 16:42:37 -0700703#endif
704 return val;
705}
706
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700707static void mem_cgroup_charge_statistics(struct mem_cgroup *memcg,
David Rientjesb070e652013-05-07 16:18:09 -0700708 struct page *page,
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700709 bool anon, int nr_pages)
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800710{
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800711 preempt_disable();
712
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700713 /*
714 * Here, RSS means 'mapped anon' and anon's SwapCache. Shmem/tmpfs is
715 * counted as CACHE even if it's on ANON LRU.
716 */
717 if (anon)
718 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700719 nr_pages);
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800720 else
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -0700721 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_CACHE],
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700722 nr_pages);
Balaji Rao55e462b2008-05-01 04:35:12 -0700723
David Rientjesb070e652013-05-07 16:18:09 -0700724 if (PageTransHuge(page))
725 __this_cpu_add(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
726 nr_pages);
727
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800728 /* pagein of a big page is an event. So, ignore page size */
729 if (nr_pages > 0)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700730 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGIN]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800731 else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700732 __this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGPGOUT]);
KAMEZAWA Hiroyuki3751d602011-02-01 15:52:45 -0800733 nr_pages = -nr_pages; /* for event */
734 }
KAMEZAWA Hiroyukie401f172011-01-20 14:44:23 -0800735
Johannes Weiner13114712012-05-29 15:07:07 -0700736 __this_cpu_add(memcg->stat->nr_page_events, nr_pages);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -0800737
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -0800738 preempt_enable();
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800739}
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800740
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700741unsigned long
Hugh Dickins4d7dcca2012-05-29 15:07:08 -0700742mem_cgroup_get_lru_size(struct lruvec *lruvec, enum lru_list lru)
Konstantin Khlebnikov074291f2012-05-29 15:07:00 -0700743{
744 struct mem_cgroup_per_zone *mz;
745
746 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
747 return mz->lru_size[lru];
748}
749
750static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700751mem_cgroup_zone_nr_lru_pages(struct mem_cgroup *memcg, int nid, int zid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700752 unsigned int lru_mask)
Ying Han889976d2011-05-26 16:25:33 -0700753{
754 struct mem_cgroup_per_zone *mz;
Hugh Dickinsf156ab92012-03-21 16:34:19 -0700755 enum lru_list lru;
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700756 unsigned long ret = 0;
757
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700758 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700759
Hugh Dickinsf156ab92012-03-21 16:34:19 -0700760 for_each_lru(lru) {
761 if (BIT(lru) & lru_mask)
762 ret += mz->lru_size[lru];
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700763 }
764 return ret;
765}
766
767static unsigned long
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700768mem_cgroup_node_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700769 int nid, unsigned int lru_mask)
770{
Ying Han889976d2011-05-26 16:25:33 -0700771 u64 total = 0;
772 int zid;
773
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700774 for (zid = 0; zid < MAX_NR_ZONES; zid++)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700775 total += mem_cgroup_zone_nr_lru_pages(memcg,
776 nid, zid, lru_mask);
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700777
Ying Han889976d2011-05-26 16:25:33 -0700778 return total;
779}
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700780
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700781static unsigned long mem_cgroup_nr_lru_pages(struct mem_cgroup *memcg,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -0700782 unsigned int lru_mask)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800783{
Ying Han889976d2011-05-26 16:25:33 -0700784 int nid;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800785 u64 total = 0;
786
Lai Jiangshan31aaea42012-12-12 13:51:27 -0800787 for_each_node_state(nid, N_MEMORY)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700788 total += mem_cgroup_node_nr_lru_pages(memcg, nid, lru_mask);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -0800789 return total;
KAMEZAWA Hiroyukid52aa412008-02-07 00:14:24 -0800790}
791
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800792static bool mem_cgroup_event_ratelimit(struct mem_cgroup *memcg,
793 enum mem_cgroup_events_target target)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800794{
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700795 unsigned long val, next;
796
Johannes Weiner13114712012-05-29 15:07:07 -0700797 val = __this_cpu_read(memcg->stat->nr_page_events);
Steven Rostedt47994012011-11-02 13:38:33 -0700798 next = __this_cpu_read(memcg->stat->targets[target]);
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700799 /* from time_after() in jiffies.h */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800800 if ((long)next - (long)val < 0) {
801 switch (target) {
802 case MEM_CGROUP_TARGET_THRESH:
803 next = val + THRESHOLDS_EVENTS_TARGET;
804 break;
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800805 case MEM_CGROUP_TARGET_NUMAINFO:
806 next = val + NUMAINFO_EVENTS_TARGET;
807 break;
808 default:
809 break;
810 }
811 __this_cpu_write(memcg->stat->targets[target], next);
812 return true;
Johannes Weiner7a159cc2011-03-23 16:42:38 -0700813 }
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800814 return false;
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800815}
816
817/*
818 * Check events in order.
819 *
820 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700821static void memcg_check_events(struct mem_cgroup *memcg, struct page *page)
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800822{
Steven Rostedt47994012011-11-02 13:38:33 -0700823 preempt_disable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800824 /* threshold event is triggered in finer grain than soft limit */
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800825 if (unlikely(mem_cgroup_event_ratelimit(memcg,
826 MEM_CGROUP_TARGET_THRESH))) {
Andrew Morton82b3f2a2012-02-03 15:37:14 -0800827 bool do_numainfo __maybe_unused;
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800828
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -0700829#if MAX_NUMNODES > 1
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800830 do_numainfo = mem_cgroup_event_ratelimit(memcg,
831 MEM_CGROUP_TARGET_NUMAINFO);
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -0700832#endif
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800833 preempt_enable();
834
835 mem_cgroup_threshold(memcg);
Johannes Weinerf53d7ce2012-01-12 17:18:23 -0800836#if MAX_NUMNODES > 1
837 if (unlikely(do_numainfo))
838 atomic_inc(&memcg->numainfo_events);
839#endif
840 } else
841 preempt_enable();
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -0800842}
843
Balbir Singhcf475ad2008-04-29 01:00:16 -0700844struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p)
Pavel Emelianov78fb7462008-02-07 00:13:51 -0800845{
Balbir Singh31a78f22008-09-28 23:09:31 +0100846 /*
847 * mm_update_next_owner() may clear mm->owner to NULL
848 * if it races with swapoff, page migration, etc.
849 * So this can be called with p == NULL.
850 */
851 if (unlikely(!p))
852 return NULL;
853
Tejun Heo8af01f52013-08-08 20:11:22 -0400854 return mem_cgroup_from_css(task_css(p, mem_cgroup_subsys_id));
Pavel Emelianov78fb7462008-02-07 00:13:51 -0800855}
856
KOSAKI Motohiroa4336582011-06-15 15:08:13 -0700857struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -0800858{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700859 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -0700860
861 if (!mm)
862 return NULL;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -0800863 /*
864 * Because we have no locks, mm->owner's may be being moved to other
865 * cgroup. We use css_tryget() here even if this looks
866 * pessimistic (rather than adding locks here).
867 */
868 rcu_read_lock();
869 do {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700870 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
871 if (unlikely(!memcg))
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -0800872 break;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700873 } while (!css_tryget(&memcg->css));
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -0800874 rcu_read_unlock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700875 return memcg;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -0800876}
877
Michal Hocko16248d82013-04-29 15:07:19 -0700878/*
879 * Returns a next (in a pre-order walk) alive memcg (with elevated css
880 * ref. count) or NULL if the whole root's subtree has been visited.
881 *
882 * helper function to be used by mem_cgroup_iter
883 */
884static struct mem_cgroup *__mem_cgroup_iter_next(struct mem_cgroup *root,
885 struct mem_cgroup *last_visited)
886{
Tejun Heo492eb212013-08-08 20:11:25 -0400887 struct cgroup_subsys_state *prev_css, *next_css;
Michal Hocko16248d82013-04-29 15:07:19 -0700888
Tejun Heobd8815a2013-08-08 20:11:27 -0400889 prev_css = last_visited ? &last_visited->css : NULL;
Michal Hocko16248d82013-04-29 15:07:19 -0700890skip_node:
Tejun Heo492eb212013-08-08 20:11:25 -0400891 next_css = css_next_descendant_pre(prev_css, &root->css);
Michal Hocko16248d82013-04-29 15:07:19 -0700892
893 /*
894 * Even if we found a group we have to make sure it is
895 * alive. css && !memcg means that the groups should be
896 * skipped and we should continue the tree walk.
897 * last_visited css is safe to use because it is
898 * protected by css_get and the tree walk is rcu safe.
899 */
Tejun Heo492eb212013-08-08 20:11:25 -0400900 if (next_css) {
901 struct mem_cgroup *mem = mem_cgroup_from_css(next_css);
902
Michal Hocko16248d82013-04-29 15:07:19 -0700903 if (css_tryget(&mem->css))
904 return mem;
905 else {
Tejun Heo492eb212013-08-08 20:11:25 -0400906 prev_css = next_css;
Michal Hocko16248d82013-04-29 15:07:19 -0700907 goto skip_node;
908 }
909 }
910
911 return NULL;
912}
913
Johannes Weiner519ebea2013-07-03 15:04:51 -0700914static void mem_cgroup_iter_invalidate(struct mem_cgroup *root)
915{
916 /*
917 * When a group in the hierarchy below root is destroyed, the
918 * hierarchy iterator can no longer be trusted since it might
919 * have pointed to the destroyed group. Invalidate it.
920 */
921 atomic_inc(&root->dead_count);
922}
923
924static struct mem_cgroup *
925mem_cgroup_iter_load(struct mem_cgroup_reclaim_iter *iter,
926 struct mem_cgroup *root,
927 int *sequence)
928{
929 struct mem_cgroup *position = NULL;
930 /*
931 * A cgroup destruction happens in two stages: offlining and
932 * release. They are separated by a RCU grace period.
933 *
934 * If the iterator is valid, we may still race with an
935 * offlining. The RCU lock ensures the object won't be
936 * released, tryget will fail if we lost the race.
937 */
938 *sequence = atomic_read(&root->dead_count);
939 if (iter->last_dead_count == *sequence) {
940 smp_rmb();
941 position = iter->last_visited;
942 if (position && !css_tryget(&position->css))
943 position = NULL;
944 }
945 return position;
946}
947
948static void mem_cgroup_iter_update(struct mem_cgroup_reclaim_iter *iter,
949 struct mem_cgroup *last_visited,
950 struct mem_cgroup *new_position,
951 int sequence)
952{
953 if (last_visited)
954 css_put(&last_visited->css);
955 /*
956 * We store the sequence count from the time @last_visited was
957 * loaded successfully instead of rereading it here so that we
958 * don't lose destruction events in between. We could have
959 * raced with the destruction of @new_position after all.
960 */
961 iter->last_visited = new_position;
962 smp_wmb();
963 iter->last_dead_count = sequence;
964}
965
Johannes Weiner56600482012-01-12 17:17:59 -0800966/**
967 * mem_cgroup_iter - iterate over memory cgroup hierarchy
968 * @root: hierarchy root
969 * @prev: previously returned memcg, NULL on first invocation
970 * @reclaim: cookie for shared reclaim walks, NULL for full walks
971 *
972 * Returns references to children of the hierarchy below @root, or
973 * @root itself, or %NULL after a full round-trip.
974 *
975 * Caller must pass the return value in @prev on subsequent
976 * invocations for reference counting, or use mem_cgroup_iter_break()
977 * to cancel a hierarchy walk before the round-trip is complete.
978 *
979 * Reclaimers can specify a zone and a priority level in @reclaim to
980 * divide up the memcgs in the hierarchy among all concurrent
981 * reclaimers operating on the same zone and priority.
982 */
983struct mem_cgroup *mem_cgroup_iter(struct mem_cgroup *root,
984 struct mem_cgroup *prev,
985 struct mem_cgroup_reclaim_cookie *reclaim)
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -0700986{
Johannes Weiner9f3a0d02012-01-12 17:17:48 -0800987 struct mem_cgroup *memcg = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -0700988 struct mem_cgroup *last_visited = NULL;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -0700989
Johannes Weiner56600482012-01-12 17:17:59 -0800990 if (mem_cgroup_disabled())
991 return NULL;
992
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -0700993 if (!root)
994 root = root_mem_cgroup;
995
Johannes Weiner9f3a0d02012-01-12 17:17:48 -0800996 if (prev && !reclaim)
Michal Hocko542f85f2013-04-29 15:07:15 -0700997 last_visited = prev;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -0800998
Johannes Weiner9f3a0d02012-01-12 17:17:48 -0800999 if (!root->use_hierarchy && root != root_mem_cgroup) {
1000 if (prev)
Michal Hockoc40046f2013-04-29 15:07:14 -07001001 goto out_css_put;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001002 return root;
1003 }
1004
Michal Hocko542f85f2013-04-29 15:07:15 -07001005 rcu_read_lock();
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001006 while (!memcg) {
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001007 struct mem_cgroup_reclaim_iter *uninitialized_var(iter);
Johannes Weiner519ebea2013-07-03 15:04:51 -07001008 int uninitialized_var(seq);
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001009
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001010 if (reclaim) {
1011 int nid = zone_to_nid(reclaim->zone);
1012 int zid = zone_idx(reclaim->zone);
1013 struct mem_cgroup_per_zone *mz;
1014
1015 mz = mem_cgroup_zoneinfo(root, nid, zid);
1016 iter = &mz->reclaim_iter[reclaim->priority];
Michal Hocko542f85f2013-04-29 15:07:15 -07001017 if (prev && reclaim->generation != iter->generation) {
Michal Hocko5f578162013-04-29 15:07:17 -07001018 iter->last_visited = NULL;
Michal Hocko542f85f2013-04-29 15:07:15 -07001019 goto out_unlock;
1020 }
Michal Hocko5f578162013-04-29 15:07:17 -07001021
Johannes Weiner519ebea2013-07-03 15:04:51 -07001022 last_visited = mem_cgroup_iter_load(iter, root, &seq);
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001023 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001024
Michal Hocko16248d82013-04-29 15:07:19 -07001025 memcg = __mem_cgroup_iter_next(root, last_visited);
Michal Hocko542f85f2013-04-29 15:07:15 -07001026
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001027 if (reclaim) {
Johannes Weiner519ebea2013-07-03 15:04:51 -07001028 mem_cgroup_iter_update(iter, last_visited, memcg, seq);
Michal Hocko542f85f2013-04-29 15:07:15 -07001029
Michal Hocko19f39402013-04-29 15:07:18 -07001030 if (!memcg)
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001031 iter->generation++;
1032 else if (!prev && memcg)
1033 reclaim->generation = iter->generation;
1034 }
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001035
Michal Hocko19f39402013-04-29 15:07:18 -07001036 if (prev && !memcg)
Michal Hocko542f85f2013-04-29 15:07:15 -07001037 goto out_unlock;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001038 }
Michal Hocko542f85f2013-04-29 15:07:15 -07001039out_unlock:
1040 rcu_read_unlock();
Michal Hockoc40046f2013-04-29 15:07:14 -07001041out_css_put:
1042 if (prev && prev != root)
1043 css_put(&prev->css);
1044
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001045 return memcg;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001046}
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001047
Johannes Weiner56600482012-01-12 17:17:59 -08001048/**
1049 * mem_cgroup_iter_break - abort a hierarchy walk prematurely
1050 * @root: hierarchy root
1051 * @prev: last visited hierarchy member as returned by mem_cgroup_iter()
1052 */
1053void mem_cgroup_iter_break(struct mem_cgroup *root,
1054 struct mem_cgroup *prev)
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001055{
1056 if (!root)
1057 root = root_mem_cgroup;
1058 if (prev && prev != root)
1059 css_put(&prev->css);
1060}
1061
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001062/*
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001063 * Iteration constructs for visiting all cgroups (under a tree). If
1064 * loops are exited prematurely (break), mem_cgroup_iter_break() must
1065 * be used for reference counting.
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001066 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001067#define for_each_mem_cgroup_tree(iter, root) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001068 for (iter = mem_cgroup_iter(root, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001069 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001070 iter = mem_cgroup_iter(root, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001071
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001072#define for_each_mem_cgroup(iter) \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001073 for (iter = mem_cgroup_iter(NULL, NULL, NULL); \
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001074 iter != NULL; \
Johannes Weiner527a5ec2012-01-12 17:17:55 -08001075 iter = mem_cgroup_iter(NULL, iter, NULL))
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001076
David Rientjes68ae5642012-12-12 13:51:57 -08001077void __mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx)
Ying Han456f9982011-05-26 16:25:38 -07001078{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001079 struct mem_cgroup *memcg;
Ying Han456f9982011-05-26 16:25:38 -07001080
Ying Han456f9982011-05-26 16:25:38 -07001081 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001082 memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
1083 if (unlikely(!memcg))
Ying Han456f9982011-05-26 16:25:38 -07001084 goto out;
1085
1086 switch (idx) {
Ying Han456f9982011-05-26 16:25:38 -07001087 case PGFAULT:
Johannes Weiner0e574a92012-01-12 17:18:35 -08001088 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGFAULT]);
1089 break;
1090 case PGMAJFAULT:
1091 this_cpu_inc(memcg->stat->events[MEM_CGROUP_EVENTS_PGMAJFAULT]);
Ying Han456f9982011-05-26 16:25:38 -07001092 break;
1093 default:
1094 BUG();
1095 }
1096out:
1097 rcu_read_unlock();
1098}
David Rientjes68ae5642012-12-12 13:51:57 -08001099EXPORT_SYMBOL(__mem_cgroup_count_vm_event);
Ying Han456f9982011-05-26 16:25:38 -07001100
Johannes Weiner925b7672012-01-12 17:18:15 -08001101/**
1102 * mem_cgroup_zone_lruvec - get the lru list vector for a zone and memcg
1103 * @zone: zone of the wanted lruvec
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001104 * @memcg: memcg of the wanted lruvec
Johannes Weiner925b7672012-01-12 17:18:15 -08001105 *
1106 * Returns the lru list vector holding pages for the given @zone and
1107 * @mem. This can be the global zone lruvec, if the memory controller
1108 * is disabled.
1109 */
1110struct lruvec *mem_cgroup_zone_lruvec(struct zone *zone,
1111 struct mem_cgroup *memcg)
1112{
1113 struct mem_cgroup_per_zone *mz;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001114 struct lruvec *lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001115
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001116 if (mem_cgroup_disabled()) {
1117 lruvec = &zone->lruvec;
1118 goto out;
1119 }
Johannes Weiner925b7672012-01-12 17:18:15 -08001120
1121 mz = mem_cgroup_zoneinfo(memcg, zone_to_nid(zone), zone_idx(zone));
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001122 lruvec = &mz->lruvec;
1123out:
1124 /*
1125 * Since a node can be onlined after the mem_cgroup was created,
1126 * we have to be prepared to initialize lruvec->zone here;
1127 * and if offlined then reonlined, we need to reinitialize it.
1128 */
1129 if (unlikely(lruvec->zone != zone))
1130 lruvec->zone = zone;
1131 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001132}
1133
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001134/*
1135 * Following LRU functions are allowed to be used without PCG_LOCK.
1136 * Operations are called by routine of global LRU independently from memcg.
1137 * What we have to take care of here is validness of pc->mem_cgroup.
1138 *
1139 * Changes to pc->mem_cgroup happens when
1140 * 1. charge
1141 * 2. moving account
1142 * In typical case, "charge" is done before add-to-lru. Exception is SwapCache.
1143 * It is added to LRU before charge.
1144 * If PCG_USED bit is not set, page_cgroup is not added to this private LRU.
1145 * When moving account, the page is not on LRU. It's isolated.
1146 */
1147
Johannes Weiner925b7672012-01-12 17:18:15 -08001148/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001149 * mem_cgroup_page_lruvec - return lruvec for adding an lru page
Johannes Weiner925b7672012-01-12 17:18:15 -08001150 * @page: the page
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001151 * @zone: zone of the page
Minchan Kim3f58a822011-03-22 16:32:53 -07001152 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001153struct lruvec *mem_cgroup_page_lruvec(struct page *page, struct zone *zone)
Minchan Kim3f58a822011-03-22 16:32:53 -07001154{
1155 struct mem_cgroup_per_zone *mz;
Johannes Weiner925b7672012-01-12 17:18:15 -08001156 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001157 struct page_cgroup *pc;
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001158 struct lruvec *lruvec;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08001159
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001160 if (mem_cgroup_disabled()) {
1161 lruvec = &zone->lruvec;
1162 goto out;
1163 }
Christoph Lameterb69408e2008-10-18 20:26:14 -07001164
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001165 pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08001166 memcg = pc->mem_cgroup;
Hugh Dickins75121022012-03-05 14:59:18 -08001167
1168 /*
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001169 * Surreptitiously switch any uncharged offlist page to root:
Hugh Dickins75121022012-03-05 14:59:18 -08001170 * an uncharged page off lru does nothing to secure
1171 * its former mem_cgroup from sudden removal.
1172 *
1173 * Our caller holds lru_lock, and PageCgroupUsed is updated
1174 * under page_cgroup lock: between them, they make all uses
1175 * of pc->mem_cgroup safe.
1176 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001177 if (!PageLRU(page) && !PageCgroupUsed(pc) && memcg != root_mem_cgroup)
Hugh Dickins75121022012-03-05 14:59:18 -08001178 pc->mem_cgroup = memcg = root_mem_cgroup;
1179
Johannes Weiner925b7672012-01-12 17:18:15 -08001180 mz = page_cgroup_zoneinfo(memcg, page);
Hugh Dickinsbea8c152012-11-16 14:14:54 -08001181 lruvec = &mz->lruvec;
1182out:
1183 /*
1184 * Since a node can be onlined after the mem_cgroup was created,
1185 * we have to be prepared to initialize lruvec->zone here;
1186 * and if offlined then reonlined, we need to reinitialize it.
1187 */
1188 if (unlikely(lruvec->zone != zone))
1189 lruvec->zone = zone;
1190 return lruvec;
Johannes Weiner925b7672012-01-12 17:18:15 -08001191}
1192
1193/**
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001194 * mem_cgroup_update_lru_size - account for adding or removing an lru page
1195 * @lruvec: mem_cgroup per zone lru vector
1196 * @lru: index of lru list the page is sitting on
1197 * @nr_pages: positive when adding or negative when removing
Johannes Weiner925b7672012-01-12 17:18:15 -08001198 *
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001199 * This function must be called when a page is added to or removed from an
1200 * lru list.
Johannes Weiner925b7672012-01-12 17:18:15 -08001201 */
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001202void mem_cgroup_update_lru_size(struct lruvec *lruvec, enum lru_list lru,
1203 int nr_pages)
Johannes Weiner925b7672012-01-12 17:18:15 -08001204{
1205 struct mem_cgroup_per_zone *mz;
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001206 unsigned long *lru_size;
Johannes Weiner925b7672012-01-12 17:18:15 -08001207
1208 if (mem_cgroup_disabled())
1209 return;
1210
Hugh Dickinsfa9add62012-05-29 15:07:09 -07001211 mz = container_of(lruvec, struct mem_cgroup_per_zone, lruvec);
1212 lru_size = mz->lru_size + lru;
1213 *lru_size += nr_pages;
1214 VM_BUG_ON((long)(*lru_size) < 0);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001215}
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08001216
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08001217/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001218 * Checks whether given mem is same or in the root_mem_cgroup's
Michal Hocko3e920412011-07-26 16:08:29 -07001219 * hierarchy subtree
1220 */
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001221bool __mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1222 struct mem_cgroup *memcg)
Michal Hocko3e920412011-07-26 16:08:29 -07001223{
Johannes Weiner91c637342012-05-29 15:06:24 -07001224 if (root_memcg == memcg)
1225 return true;
Hugh Dickins3a981f42012-06-20 12:52:58 -07001226 if (!root_memcg->use_hierarchy || !memcg)
Johannes Weiner91c637342012-05-29 15:06:24 -07001227 return false;
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001228 return css_is_ancestor(&memcg->css, &root_memcg->css);
1229}
1230
1231static bool mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
1232 struct mem_cgroup *memcg)
1233{
1234 bool ret;
1235
Johannes Weiner91c637342012-05-29 15:06:24 -07001236 rcu_read_lock();
Johannes Weinerc3ac9a82012-05-29 15:06:25 -07001237 ret = __mem_cgroup_same_or_subtree(root_memcg, memcg);
Johannes Weiner91c637342012-05-29 15:06:24 -07001238 rcu_read_unlock();
1239 return ret;
Michal Hocko3e920412011-07-26 16:08:29 -07001240}
1241
David Rientjesffbdccf2013-07-03 15:01:23 -07001242bool task_in_mem_cgroup(struct task_struct *task,
1243 const struct mem_cgroup *memcg)
David Rientjes4c4a2212008-02-07 00:14:06 -08001244{
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001245 struct mem_cgroup *curr = NULL;
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001246 struct task_struct *p;
David Rientjesffbdccf2013-07-03 15:01:23 -07001247 bool ret;
David Rientjes4c4a2212008-02-07 00:14:06 -08001248
KAMEZAWA Hiroyuki158e0a22010-08-10 18:03:00 -07001249 p = find_lock_task_mm(task);
David Rientjesde077d22012-01-12 17:18:52 -08001250 if (p) {
1251 curr = try_get_mem_cgroup_from_mm(p->mm);
1252 task_unlock(p);
1253 } else {
1254 /*
1255 * All threads may have already detached their mm's, but the oom
1256 * killer still needs to detect if they have already been oom
1257 * killed to prevent needlessly killing additional tasks.
1258 */
David Rientjesffbdccf2013-07-03 15:01:23 -07001259 rcu_read_lock();
David Rientjesde077d22012-01-12 17:18:52 -08001260 curr = mem_cgroup_from_task(task);
1261 if (curr)
1262 css_get(&curr->css);
David Rientjesffbdccf2013-07-03 15:01:23 -07001263 rcu_read_unlock();
David Rientjesde077d22012-01-12 17:18:52 -08001264 }
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001265 if (!curr)
David Rientjesffbdccf2013-07-03 15:01:23 -07001266 return false;
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001267 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001268 * We should check use_hierarchy of "memcg" not "curr". Because checking
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001269 * use_hierarchy of "curr" here make this function true if hierarchy is
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001270 * enabled in "curr" and "curr" is a child of "memcg" in *cgroup*
1271 * hierarchy(even if use_hierarchy is disabled in "memcg").
Daisuke Nishimurad31f56d2009-12-15 16:47:12 -08001272 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001273 ret = mem_cgroup_same_or_subtree(memcg, curr);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001274 css_put(&curr->css);
David Rientjes4c4a2212008-02-07 00:14:06 -08001275 return ret;
1276}
1277
Konstantin Khlebnikovc56d5c72012-05-29 15:07:00 -07001278int mem_cgroup_inactive_anon_is_low(struct lruvec *lruvec)
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001279{
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001280 unsigned long inactive_ratio;
Johannes Weiner9b272972011-11-02 13:38:23 -07001281 unsigned long inactive;
1282 unsigned long active;
1283 unsigned long gb;
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001284
Hugh Dickins4d7dcca2012-05-29 15:07:08 -07001285 inactive = mem_cgroup_get_lru_size(lruvec, LRU_INACTIVE_ANON);
1286 active = mem_cgroup_get_lru_size(lruvec, LRU_ACTIVE_ANON);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08001287
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001288 gb = (inactive + active) >> (30 - PAGE_SHIFT);
1289 if (gb)
1290 inactive_ratio = int_sqrt(10 * gb);
1291 else
1292 inactive_ratio = 1;
1293
Johannes Weiner9b272972011-11-02 13:38:23 -07001294 return inactive * inactive_ratio < active;
KOSAKI Motohiroc772be92009-01-07 18:08:25 -08001295}
1296
Balbir Singh6d61ef42009-01-07 18:08:06 -08001297#define mem_cgroup_from_res_counter(counter, member) \
1298 container_of(counter, struct mem_cgroup, member)
1299
Johannes Weiner19942822011-02-01 15:52:43 -08001300/**
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001301 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
Wanpeng Lidad75572012-06-20 12:53:01 -07001302 * @memcg: the memory cgroup
Johannes Weiner19942822011-02-01 15:52:43 -08001303 *
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001304 * Returns the maximum amount of memory @mem can be charged with, in
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001305 * pages.
Johannes Weiner19942822011-02-01 15:52:43 -08001306 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001307static unsigned long mem_cgroup_margin(struct mem_cgroup *memcg)
Johannes Weiner19942822011-02-01 15:52:43 -08001308{
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001309 unsigned long long margin;
1310
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001311 margin = res_counter_margin(&memcg->res);
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001312 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001313 margin = min(margin, res_counter_margin(&memcg->memsw));
Johannes Weiner7ec99d62011-03-23 16:42:36 -07001314 return margin >> PAGE_SHIFT;
Johannes Weiner19942822011-02-01 15:52:43 -08001315}
1316
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07001317int mem_cgroup_swappiness(struct mem_cgroup *memcg)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001318{
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001319 /* root ? */
Tejun Heo63876982013-08-08 20:11:23 -04001320 if (!css_parent(&memcg->css))
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001321 return vm_swappiness;
1322
Johannes Weinerbf1ff262011-03-23 16:42:32 -07001323 return memcg->swappiness;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08001324}
1325
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001326/*
1327 * memcg->moving_account is used for checking possibility that some thread is
1328 * calling move_account(). When a thread on CPU-A starts moving pages under
1329 * a memcg, other threads should check memcg->moving_account under
1330 * rcu_read_lock(), like this:
1331 *
1332 * CPU-A CPU-B
1333 * rcu_read_lock()
1334 * memcg->moving_account+1 if (memcg->mocing_account)
1335 * take heavy locks.
1336 * synchronize_rcu() update something.
1337 * rcu_read_unlock()
1338 * start move here.
1339 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001340
1341/* for quick checking without looking up memcg */
1342atomic_t memcg_moving __read_mostly;
1343
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001344static void mem_cgroup_start_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001345{
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001346 atomic_inc(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001347 atomic_inc(&memcg->moving_account);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001348 synchronize_rcu();
1349}
1350
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001351static void mem_cgroup_end_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001352{
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001353 /*
1354 * Now, mem_cgroup_clear_mc() may call this function with NULL.
1355 * We check NULL in callee rather than caller.
1356 */
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001357 if (memcg) {
1358 atomic_dec(&memcg_moving);
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001359 atomic_dec(&memcg->moving_account);
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -07001360 }
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001361}
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001362
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001363/*
1364 * 2 routines for checking "mem" is under move_account() or not.
1365 *
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001366 * mem_cgroup_stolen() - checking whether a cgroup is mc.from or not. This
1367 * is used for avoiding races in accounting. If true,
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001368 * pc->mem_cgroup may be overwritten.
1369 *
1370 * mem_cgroup_under_move() - checking a cgroup is mc.from or mc.to or
1371 * under hierarchy of moving cgroups. This is for
1372 * waiting at hith-memory prressure caused by "move".
1373 */
1374
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001375static bool mem_cgroup_stolen(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001376{
1377 VM_BUG_ON(!rcu_read_lock_held());
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001378 return atomic_read(&memcg->moving_account) > 0;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001379}
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001380
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001381static bool mem_cgroup_under_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001382{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001383 struct mem_cgroup *from;
1384 struct mem_cgroup *to;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001385 bool ret = false;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001386 /*
1387 * Unlike task_move routines, we access mc.to, mc.from not under
1388 * mutual exclusion by cgroup_mutex. Here, we take spinlock instead.
1389 */
1390 spin_lock(&mc.lock);
1391 from = mc.from;
1392 to = mc.to;
1393 if (!from)
1394 goto unlock;
Michal Hocko3e920412011-07-26 16:08:29 -07001395
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001396 ret = mem_cgroup_same_or_subtree(memcg, from)
1397 || mem_cgroup_same_or_subtree(memcg, to);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07001398unlock:
1399 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001400 return ret;
1401}
1402
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001403static bool mem_cgroup_wait_acct_move(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001404{
1405 if (mc.moving_task && current != mc.moving_task) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001406 if (mem_cgroup_under_move(memcg)) {
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07001407 DEFINE_WAIT(wait);
1408 prepare_to_wait(&mc.waitq, &wait, TASK_INTERRUPTIBLE);
1409 /* moving charge context might have finished. */
1410 if (mc.moving_task)
1411 schedule();
1412 finish_wait(&mc.waitq, &wait);
1413 return true;
1414 }
1415 }
1416 return false;
1417}
1418
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001419/*
1420 * Take this lock when
1421 * - a code tries to modify page's memcg while it's USED.
1422 * - a code tries to modify page state accounting in a memcg.
Andrew Morton13fd1dd92012-03-21 16:34:26 -07001423 * see mem_cgroup_stolen(), too.
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07001424 */
1425static void move_lock_mem_cgroup(struct mem_cgroup *memcg,
1426 unsigned long *flags)
1427{
1428 spin_lock_irqsave(&memcg->move_lock, *flags);
1429}
1430
1431static void move_unlock_mem_cgroup(struct mem_cgroup *memcg,
1432 unsigned long *flags)
1433{
1434 spin_unlock_irqrestore(&memcg->move_lock, *flags);
1435}
1436
Sha Zhengju58cf1882013-02-22 16:32:05 -08001437#define K(x) ((x) << (PAGE_SHIFT-10))
Balbir Singhe2224322009-04-02 16:57:39 -07001438/**
Sha Zhengju58cf1882013-02-22 16:32:05 -08001439 * mem_cgroup_print_oom_info: Print OOM information relevant to memory controller.
Balbir Singhe2224322009-04-02 16:57:39 -07001440 * @memcg: The memory cgroup that went over limit
1441 * @p: Task that is going to be killed
1442 *
1443 * NOTE: @memcg and @p's mem_cgroup can be different when hierarchy is
1444 * enabled
1445 */
1446void mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
1447{
1448 struct cgroup *task_cgrp;
1449 struct cgroup *mem_cgrp;
1450 /*
1451 * Need a buffer in BSS, can't rely on allocations. The code relies
1452 * on the assumption that OOM is serialized for memory controller.
1453 * If this assumption is broken, revisit this code.
1454 */
1455 static char memcg_name[PATH_MAX];
1456 int ret;
Sha Zhengju58cf1882013-02-22 16:32:05 -08001457 struct mem_cgroup *iter;
1458 unsigned int i;
Balbir Singhe2224322009-04-02 16:57:39 -07001459
Sha Zhengju58cf1882013-02-22 16:32:05 -08001460 if (!p)
Balbir Singhe2224322009-04-02 16:57:39 -07001461 return;
1462
Balbir Singhe2224322009-04-02 16:57:39 -07001463 rcu_read_lock();
1464
1465 mem_cgrp = memcg->css.cgroup;
1466 task_cgrp = task_cgroup(p, mem_cgroup_subsys_id);
1467
1468 ret = cgroup_path(task_cgrp, memcg_name, PATH_MAX);
1469 if (ret < 0) {
1470 /*
1471 * Unfortunately, we are unable to convert to a useful name
1472 * But we'll still print out the usage information
1473 */
1474 rcu_read_unlock();
1475 goto done;
1476 }
1477 rcu_read_unlock();
1478
Andrew Mortond0451972013-02-22 16:32:06 -08001479 pr_info("Task in %s killed", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001480
1481 rcu_read_lock();
1482 ret = cgroup_path(mem_cgrp, memcg_name, PATH_MAX);
1483 if (ret < 0) {
1484 rcu_read_unlock();
1485 goto done;
1486 }
1487 rcu_read_unlock();
1488
1489 /*
1490 * Continues from above, so we don't need an KERN_ level
1491 */
Andrew Mortond0451972013-02-22 16:32:06 -08001492 pr_cont(" as a result of limit of %s\n", memcg_name);
Balbir Singhe2224322009-04-02 16:57:39 -07001493done:
1494
Andrew Mortond0451972013-02-22 16:32:06 -08001495 pr_info("memory: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001496 res_counter_read_u64(&memcg->res, RES_USAGE) >> 10,
1497 res_counter_read_u64(&memcg->res, RES_LIMIT) >> 10,
1498 res_counter_read_u64(&memcg->res, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001499 pr_info("memory+swap: usage %llukB, limit %llukB, failcnt %llu\n",
Balbir Singhe2224322009-04-02 16:57:39 -07001500 res_counter_read_u64(&memcg->memsw, RES_USAGE) >> 10,
1501 res_counter_read_u64(&memcg->memsw, RES_LIMIT) >> 10,
1502 res_counter_read_u64(&memcg->memsw, RES_FAILCNT));
Andrew Mortond0451972013-02-22 16:32:06 -08001503 pr_info("kmem: usage %llukB, limit %llukB, failcnt %llu\n",
Glauber Costa510fc4e2012-12-18 14:21:47 -08001504 res_counter_read_u64(&memcg->kmem, RES_USAGE) >> 10,
1505 res_counter_read_u64(&memcg->kmem, RES_LIMIT) >> 10,
1506 res_counter_read_u64(&memcg->kmem, RES_FAILCNT));
Sha Zhengju58cf1882013-02-22 16:32:05 -08001507
1508 for_each_mem_cgroup_tree(iter, memcg) {
1509 pr_info("Memory cgroup stats");
1510
1511 rcu_read_lock();
1512 ret = cgroup_path(iter->css.cgroup, memcg_name, PATH_MAX);
1513 if (!ret)
1514 pr_cont(" for %s", memcg_name);
1515 rcu_read_unlock();
1516 pr_cont(":");
1517
1518 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
1519 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
1520 continue;
1521 pr_cont(" %s:%ldKB", mem_cgroup_stat_names[i],
1522 K(mem_cgroup_read_stat(iter, i)));
1523 }
1524
1525 for (i = 0; i < NR_LRU_LISTS; i++)
1526 pr_cont(" %s:%luKB", mem_cgroup_lru_names[i],
1527 K(mem_cgroup_nr_lru_pages(iter, BIT(i))));
1528
1529 pr_cont("\n");
1530 }
Balbir Singhe2224322009-04-02 16:57:39 -07001531}
1532
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001533/*
1534 * This function returns the number of memcg under hierarchy tree. Returns
1535 * 1(self count) if no children.
1536 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001537static int mem_cgroup_count_children(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001538{
1539 int num = 0;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001540 struct mem_cgroup *iter;
1541
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001542 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001543 num++;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07001544 return num;
1545}
1546
Balbir Singh6d61ef42009-01-07 18:08:06 -08001547/*
David Rientjesa63d83f2010-08-09 17:19:46 -07001548 * Return the memory (and swap, if configured) limit for a memcg.
1549 */
David Rientjes9cbb78b2012-07-31 16:43:44 -07001550static u64 mem_cgroup_get_limit(struct mem_cgroup *memcg)
David Rientjesa63d83f2010-08-09 17:19:46 -07001551{
1552 u64 limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001553
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001554 limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
Johannes Weinerf3e8eb72011-01-13 15:47:39 -08001555
David Rientjesa63d83f2010-08-09 17:19:46 -07001556 /*
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001557 * Do not consider swap space if we cannot swap due to swappiness
David Rientjesa63d83f2010-08-09 17:19:46 -07001558 */
Michal Hocko9a5a8f12012-11-16 14:14:49 -08001559 if (mem_cgroup_swappiness(memcg)) {
1560 u64 memsw;
1561
1562 limit += total_swap_pages << PAGE_SHIFT;
1563 memsw = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
1564
1565 /*
1566 * If memsw is finite and limits the amount of swap space
1567 * available to this memcg, return that limit.
1568 */
1569 limit = min(limit, memsw);
1570 }
1571
1572 return limit;
David Rientjesa63d83f2010-08-09 17:19:46 -07001573}
1574
David Rientjes19965462012-12-11 16:00:26 -08001575static void mem_cgroup_out_of_memory(struct mem_cgroup *memcg, gfp_t gfp_mask,
1576 int order)
David Rientjes9cbb78b2012-07-31 16:43:44 -07001577{
1578 struct mem_cgroup *iter;
1579 unsigned long chosen_points = 0;
1580 unsigned long totalpages;
1581 unsigned int points = 0;
1582 struct task_struct *chosen = NULL;
1583
David Rientjes876aafb2012-07-31 16:43:48 -07001584 /*
David Rientjes465adcf2013-04-29 15:08:45 -07001585 * If current has a pending SIGKILL or is exiting, then automatically
1586 * select it. The goal is to allow it to allocate so that it may
1587 * quickly exit and free its memory.
David Rientjes876aafb2012-07-31 16:43:48 -07001588 */
David Rientjes465adcf2013-04-29 15:08:45 -07001589 if (fatal_signal_pending(current) || current->flags & PF_EXITING) {
David Rientjes876aafb2012-07-31 16:43:48 -07001590 set_thread_flag(TIF_MEMDIE);
1591 return;
1592 }
1593
1594 check_panic_on_oom(CONSTRAINT_MEMCG, gfp_mask, order, NULL);
David Rientjes9cbb78b2012-07-31 16:43:44 -07001595 totalpages = mem_cgroup_get_limit(memcg) >> PAGE_SHIFT ? : 1;
1596 for_each_mem_cgroup_tree(iter, memcg) {
Tejun Heo72ec7022013-08-08 20:11:26 -04001597 struct css_task_iter it;
David Rientjes9cbb78b2012-07-31 16:43:44 -07001598 struct task_struct *task;
1599
Tejun Heo72ec7022013-08-08 20:11:26 -04001600 css_task_iter_start(&iter->css, &it);
1601 while ((task = css_task_iter_next(&it))) {
David Rientjes9cbb78b2012-07-31 16:43:44 -07001602 switch (oom_scan_process_thread(task, totalpages, NULL,
1603 false)) {
1604 case OOM_SCAN_SELECT:
1605 if (chosen)
1606 put_task_struct(chosen);
1607 chosen = task;
1608 chosen_points = ULONG_MAX;
1609 get_task_struct(chosen);
1610 /* fall through */
1611 case OOM_SCAN_CONTINUE:
1612 continue;
1613 case OOM_SCAN_ABORT:
Tejun Heo72ec7022013-08-08 20:11:26 -04001614 css_task_iter_end(&it);
David Rientjes9cbb78b2012-07-31 16:43:44 -07001615 mem_cgroup_iter_break(memcg, iter);
1616 if (chosen)
1617 put_task_struct(chosen);
1618 return;
1619 case OOM_SCAN_OK:
1620 break;
1621 };
1622 points = oom_badness(task, memcg, NULL, totalpages);
1623 if (points > chosen_points) {
1624 if (chosen)
1625 put_task_struct(chosen);
1626 chosen = task;
1627 chosen_points = points;
1628 get_task_struct(chosen);
1629 }
1630 }
Tejun Heo72ec7022013-08-08 20:11:26 -04001631 css_task_iter_end(&it);
David Rientjes9cbb78b2012-07-31 16:43:44 -07001632 }
1633
1634 if (!chosen)
1635 return;
1636 points = chosen_points * 1000 / totalpages;
David Rientjes9cbb78b2012-07-31 16:43:44 -07001637 oom_kill_process(chosen, gfp_mask, order, points, totalpages, memcg,
1638 NULL, "Memory cgroup out of memory");
David Rientjes9cbb78b2012-07-31 16:43:44 -07001639}
1640
Johannes Weiner56600482012-01-12 17:17:59 -08001641static unsigned long mem_cgroup_reclaim(struct mem_cgroup *memcg,
1642 gfp_t gfp_mask,
1643 unsigned long flags)
1644{
1645 unsigned long total = 0;
1646 bool noswap = false;
1647 int loop;
1648
1649 if (flags & MEM_CGROUP_RECLAIM_NOSWAP)
1650 noswap = true;
1651 if (!(flags & MEM_CGROUP_RECLAIM_SHRINK) && memcg->memsw_is_minimum)
1652 noswap = true;
1653
1654 for (loop = 0; loop < MEM_CGROUP_MAX_RECLAIM_LOOPS; loop++) {
1655 if (loop)
1656 drain_all_stock_async(memcg);
1657 total += try_to_free_mem_cgroup_pages(memcg, gfp_mask, noswap);
1658 /*
1659 * Allow limit shrinkers, which are triggered directly
1660 * by userspace, to catch signals and stop reclaim
1661 * after minimal progress, regardless of the margin.
1662 */
1663 if (total && (flags & MEM_CGROUP_RECLAIM_SHRINK))
1664 break;
1665 if (mem_cgroup_margin(memcg))
1666 break;
1667 /*
1668 * If nothing was reclaimed after two attempts, there
1669 * may be no reclaimable pages in this hierarchy.
1670 */
1671 if (loop && !total)
1672 break;
1673 }
1674 return total;
1675}
1676
Michal Hockoe8831102013-09-12 15:13:23 -07001677#if MAX_NUMNODES > 1
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001678/**
1679 * test_mem_cgroup_node_reclaimable
Wanpeng Lidad75572012-06-20 12:53:01 -07001680 * @memcg: the target memcg
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001681 * @nid: the node ID to be checked.
1682 * @noswap : specify true here if the user wants flle only information.
1683 *
1684 * This function returns whether the specified memcg contains any
1685 * reclaimable pages on a node. Returns true if there are any reclaimable
1686 * pages in the node.
1687 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001688static bool test_mem_cgroup_node_reclaimable(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001689 int nid, bool noswap)
1690{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001691 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_FILE))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001692 return true;
1693 if (noswap || !total_swap_pages)
1694 return false;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001695 if (mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL_ANON))
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001696 return true;
1697 return false;
1698
1699}
Ying Han889976d2011-05-26 16:25:33 -07001700
1701/*
1702 * Always updating the nodemask is not very good - even if we have an empty
1703 * list or the wrong list here, we can start from some node and traverse all
1704 * nodes based on the zonelist. So update the list loosely once per 10 secs.
1705 *
1706 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001707static void mem_cgroup_may_update_nodemask(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001708{
1709 int nid;
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001710 /*
1711 * numainfo_events > 0 means there was at least NUMAINFO_EVENTS_TARGET
1712 * pagein/pageout changes since the last update.
1713 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001714 if (!atomic_read(&memcg->numainfo_events))
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001715 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001716 if (atomic_inc_return(&memcg->numainfo_updating) > 1)
Ying Han889976d2011-05-26 16:25:33 -07001717 return;
1718
Ying Han889976d2011-05-26 16:25:33 -07001719 /* make a nodemask where this memcg uses memory from */
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001720 memcg->scan_nodes = node_states[N_MEMORY];
Ying Han889976d2011-05-26 16:25:33 -07001721
Lai Jiangshan31aaea42012-12-12 13:51:27 -08001722 for_each_node_mask(nid, node_states[N_MEMORY]) {
Ying Han889976d2011-05-26 16:25:33 -07001723
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001724 if (!test_mem_cgroup_node_reclaimable(memcg, nid, false))
1725 node_clear(nid, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001726 }
KAMEZAWA Hiroyuki453a9bf2011-07-08 15:39:43 -07001727
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001728 atomic_set(&memcg->numainfo_events, 0);
1729 atomic_set(&memcg->numainfo_updating, 0);
Ying Han889976d2011-05-26 16:25:33 -07001730}
1731
1732/*
1733 * Selecting a node where we start reclaim from. Because what we need is just
1734 * reducing usage counter, start from anywhere is O,K. Considering
1735 * memory reclaim from current node, there are pros. and cons.
1736 *
1737 * Freeing memory from current node means freeing memory from a node which
1738 * we'll use or we've used. So, it may make LRU bad. And if several threads
1739 * hit limits, it will see a contention on a node. But freeing from remote
1740 * node means more costs for memory reclaim because of memory latency.
1741 *
1742 * Now, we use round-robin. Better algorithm is welcomed.
1743 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001744int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001745{
1746 int node;
1747
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001748 mem_cgroup_may_update_nodemask(memcg);
1749 node = memcg->last_scanned_node;
Ying Han889976d2011-05-26 16:25:33 -07001750
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001751 node = next_node(node, memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001752 if (node == MAX_NUMNODES)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001753 node = first_node(memcg->scan_nodes);
Ying Han889976d2011-05-26 16:25:33 -07001754 /*
1755 * We call this when we hit limit, not when pages are added to LRU.
1756 * No LRU may hold pages because all pages are UNEVICTABLE or
1757 * memcg is too small and all pages are not on LRU. In that case,
1758 * we use curret node.
1759 */
1760 if (unlikely(node == MAX_NUMNODES))
1761 node = numa_node_id();
1762
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001763 memcg->last_scanned_node = node;
Ying Han889976d2011-05-26 16:25:33 -07001764 return node;
1765}
1766
1767#else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001768int mem_cgroup_select_victim_node(struct mem_cgroup *memcg)
Ying Han889976d2011-05-26 16:25:33 -07001769{
1770 return 0;
1771}
KAMEZAWA Hiroyuki4d0c0662011-07-08 15:39:42 -07001772
Ying Han889976d2011-05-26 16:25:33 -07001773#endif
1774
Michal Hocko3b387222013-09-12 15:13:21 -07001775/*
Michal Hockoa5b7c872013-09-12 15:13:25 -07001776 * A group is eligible for the soft limit reclaim under the given root
1777 * hierarchy if
1778 * a) it is over its soft limit
Michal Hocko3b387222013-09-12 15:13:21 -07001779 * b) any parent up the hierarchy is over its soft limit
1780 */
Michal Hockoa5b7c872013-09-12 15:13:25 -07001781bool mem_cgroup_soft_reclaim_eligible(struct mem_cgroup *memcg,
1782 struct mem_cgroup *root)
Balbir Singh6d61ef42009-01-07 18:08:06 -08001783{
Michal Hocko3b387222013-09-12 15:13:21 -07001784 struct mem_cgroup *parent = memcg;
Johannes Weiner9d11ea92011-03-23 16:42:21 -07001785
Michal Hocko3b387222013-09-12 15:13:21 -07001786 if (res_counter_soft_limit_excess(&memcg->res))
1787 return true;
Balbir Singh6d61ef42009-01-07 18:08:06 -08001788
Michal Hocko3b387222013-09-12 15:13:21 -07001789 /*
Michal Hockoa5b7c872013-09-12 15:13:25 -07001790 * If any parent up to the root in the hierarchy is over its soft limit
1791 * then we have to obey and reclaim from this group as well.
Michal Hocko3b387222013-09-12 15:13:21 -07001792 */
1793 while((parent = parent_mem_cgroup(parent))) {
1794 if (res_counter_soft_limit_excess(&parent->res))
1795 return true;
Michal Hockoa5b7c872013-09-12 15:13:25 -07001796 if (parent == root)
1797 break;
Balbir Singh6d61ef42009-01-07 18:08:06 -08001798 }
Michal Hocko3b387222013-09-12 15:13:21 -07001799
1800 return false;
Balbir Singh6d61ef42009-01-07 18:08:06 -08001801}
1802
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001803/*
1804 * Check OOM-Killer is already running under our hierarchy.
1805 * If someone is running, return false.
Michal Hocko1af8efe2011-07-26 16:08:24 -07001806 * Has to be called with memcg_oom_lock
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001807 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001808static bool mem_cgroup_oom_lock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001809{
Michal Hocko79dfdac2011-07-26 16:08:23 -07001810 struct mem_cgroup *iter, *failed = NULL;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08001811
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001812 for_each_mem_cgroup_tree(iter, memcg) {
Johannes Weiner23751be2011-08-25 15:59:16 -07001813 if (iter->oom_lock) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07001814 /*
1815 * this subtree of our hierarchy is already locked
1816 * so we cannot give a lock.
1817 */
Michal Hocko79dfdac2011-07-26 16:08:23 -07001818 failed = iter;
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001819 mem_cgroup_iter_break(memcg, iter);
1820 break;
Johannes Weiner23751be2011-08-25 15:59:16 -07001821 } else
1822 iter->oom_lock = true;
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001823 }
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001824
Michal Hocko79dfdac2011-07-26 16:08:23 -07001825 if (!failed)
Johannes Weiner23751be2011-08-25 15:59:16 -07001826 return true;
Michal Hocko79dfdac2011-07-26 16:08:23 -07001827
1828 /*
1829 * OK, we failed to lock the whole subtree so we have to clean up
1830 * what we set up to the failing subtree
1831 */
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001832 for_each_mem_cgroup_tree(iter, memcg) {
Michal Hocko79dfdac2011-07-26 16:08:23 -07001833 if (iter == failed) {
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08001834 mem_cgroup_iter_break(memcg, iter);
1835 break;
Michal Hocko79dfdac2011-07-26 16:08:23 -07001836 }
1837 iter->oom_lock = false;
1838 }
Johannes Weiner23751be2011-08-25 15:59:16 -07001839 return false;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08001840}
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001841
Michal Hocko79dfdac2011-07-26 16:08:23 -07001842/*
Michal Hocko1af8efe2011-07-26 16:08:24 -07001843 * Has to be called with memcg_oom_lock
Michal Hocko79dfdac2011-07-26 16:08:23 -07001844 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001845static int mem_cgroup_oom_unlock(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001846{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07001847 struct mem_cgroup *iter;
1848
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001849 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07001850 iter->oom_lock = false;
1851 return 0;
1852}
1853
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001854static void mem_cgroup_mark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07001855{
1856 struct mem_cgroup *iter;
1857
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001858 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07001859 atomic_inc(&iter->under_oom);
1860}
1861
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001862static void mem_cgroup_unmark_under_oom(struct mem_cgroup *memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07001863{
1864 struct mem_cgroup *iter;
1865
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001866 /*
1867 * When a new child is created while the hierarchy is under oom,
1868 * mem_cgroup_oom_lock() may not be called. We have to use
1869 * atomic_add_unless() here.
1870 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001871 for_each_mem_cgroup_tree(iter, memcg)
Michal Hocko79dfdac2011-07-26 16:08:23 -07001872 atomic_add_unless(&iter->under_oom, -1, 0);
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001873}
1874
Michal Hocko1af8efe2011-07-26 16:08:24 -07001875static DEFINE_SPINLOCK(memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001876static DECLARE_WAIT_QUEUE_HEAD(memcg_oom_waitq);
1877
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001878struct oom_wait_info {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07001879 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001880 wait_queue_t wait;
1881};
1882
1883static int memcg_oom_wake_function(wait_queue_t *wait,
1884 unsigned mode, int sync, void *arg)
1885{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07001886 struct mem_cgroup *wake_memcg = (struct mem_cgroup *)arg;
1887 struct mem_cgroup *oom_wait_memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001888 struct oom_wait_info *oom_wait_info;
1889
1890 oom_wait_info = container_of(wait, struct oom_wait_info, wait);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07001891 oom_wait_memcg = oom_wait_info->memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001892
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001893 /*
Hugh Dickinsd79154b2012-03-21 16:34:18 -07001894 * Both of oom_wait_info->memcg and wake_memcg are stable under us.
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001895 * Then we can use css_is_ancestor without taking care of RCU.
1896 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001897 if (!mem_cgroup_same_or_subtree(oom_wait_memcg, wake_memcg)
1898 && !mem_cgroup_same_or_subtree(wake_memcg, oom_wait_memcg))
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001899 return 0;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001900 return autoremove_wake_function(wait, mode, sync, arg);
1901}
1902
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001903static void memcg_wakeup_oom(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001904{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001905 /* for filtering, pass "memcg" as argument. */
1906 __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, memcg);
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001907}
1908
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001909static void memcg_oom_recover(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001910{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001911 if (memcg && atomic_read(&memcg->under_oom))
1912 memcg_wakeup_oom(memcg);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001913}
1914
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001915/*
1916 * try to call OOM killer. returns false if we should exit memory-reclaim loop.
1917 */
Kirill A. Shutemov6bbda352012-05-29 15:06:55 -07001918static bool mem_cgroup_handle_oom(struct mem_cgroup *memcg, gfp_t mask,
1919 int order)
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001920{
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001921 struct oom_wait_info owait;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001922 bool locked, need_to_kill;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001923
Hugh Dickinsd79154b2012-03-21 16:34:18 -07001924 owait.memcg = memcg;
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001925 owait.wait.flags = 0;
1926 owait.wait.func = memcg_oom_wake_function;
1927 owait.wait.private = current;
1928 INIT_LIST_HEAD(&owait.wait.task_list);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001929 need_to_kill = true;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001930 mem_cgroup_mark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07001931
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001932 /* At first, try to OOM lock hierarchy under memcg.*/
Michal Hocko1af8efe2011-07-26 16:08:24 -07001933 spin_lock(&memcg_oom_lock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001934 locked = mem_cgroup_oom_lock(memcg);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001935 /*
1936 * Even if signal_pending(), we can't quit charge() loop without
1937 * accounting. So, UNINTERRUPTIBLE is appropriate. But SIGKILL
1938 * under OOM is always welcomed, use TASK_KILLABLE here.
1939 */
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001940 prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001941 if (!locked || memcg->oom_kill_disable)
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001942 need_to_kill = false;
1943 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001944 mem_cgroup_oom_notify(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07001945 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001946
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001947 if (need_to_kill) {
1948 finish_wait(&memcg_oom_waitq, &owait.wait);
David Rientjese845e192012-03-21 16:34:10 -07001949 mem_cgroup_out_of_memory(memcg, mask, order);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07001950 } else {
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001951 schedule();
KAMEZAWA Hiroyukidc98df52010-05-26 14:42:36 -07001952 finish_wait(&memcg_oom_waitq, &owait.wait);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001953 }
Michal Hocko1af8efe2011-07-26 16:08:24 -07001954 spin_lock(&memcg_oom_lock);
Michal Hocko79dfdac2011-07-26 16:08:23 -07001955 if (locked)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001956 mem_cgroup_oom_unlock(memcg);
1957 memcg_wakeup_oom(memcg);
Michal Hocko1af8efe2011-07-26 16:08:24 -07001958 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001959
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07001960 mem_cgroup_unmark_under_oom(memcg);
Michal Hocko79dfdac2011-07-26 16:08:23 -07001961
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001962 if (test_thread_flag(TIF_MEMDIE) || fatal_signal_pending(current))
1963 return false;
1964 /* Give chance to dying process */
KAMEZAWA Hiroyuki715a5ee2011-11-02 13:38:18 -07001965 schedule_timeout_uninterruptible(1);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08001966 return true;
KAMEZAWA Hiroyuki0b7f5692009-04-02 16:57:38 -07001967}
1968
Balbir Singhd69b0422009-06-17 16:26:34 -07001969/*
1970 * Currently used to update mapped file statistics, but the routine can be
1971 * generalized to update other statistics as well.
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07001972 *
1973 * Notes: Race condition
1974 *
1975 * We usually use page_cgroup_lock() for accessing page_cgroup member but
1976 * it tends to be costly. But considering some conditions, we doesn't need
1977 * to do so _always_.
1978 *
1979 * Considering "charge", lock_page_cgroup() is not required because all
1980 * file-stat operations happen after a page is attached to radix-tree. There
1981 * are no race with "charge".
1982 *
1983 * Considering "uncharge", we know that memcg doesn't clear pc->mem_cgroup
1984 * at "uncharge" intentionally. So, we always see valid pc->mem_cgroup even
1985 * if there are race with "uncharge". Statistics itself is properly handled
1986 * by flags.
1987 *
1988 * Considering "move", this is an only case we see a race. To make the race
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07001989 * small, we check mm->moving_account and detect there are possibility of race
1990 * If there is, we take a lock.
Balbir Singhd69b0422009-06-17 16:26:34 -07001991 */
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07001992
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07001993void __mem_cgroup_begin_update_page_stat(struct page *page,
1994 bool *locked, unsigned long *flags)
1995{
1996 struct mem_cgroup *memcg;
1997 struct page_cgroup *pc;
1998
1999 pc = lookup_page_cgroup(page);
2000again:
2001 memcg = pc->mem_cgroup;
2002 if (unlikely(!memcg || !PageCgroupUsed(pc)))
2003 return;
2004 /*
2005 * If this memory cgroup is not under account moving, we don't
Wanpeng Lida92c472012-07-31 16:43:26 -07002006 * need to take move_lock_mem_cgroup(). Because we already hold
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002007 * rcu_read_lock(), any calls to move_account will be delayed until
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002008 * rcu_read_unlock() if mem_cgroup_stolen() == true.
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002009 */
Andrew Morton13fd1dd92012-03-21 16:34:26 -07002010 if (!mem_cgroup_stolen(memcg))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002011 return;
2012
2013 move_lock_mem_cgroup(memcg, flags);
2014 if (memcg != pc->mem_cgroup || !PageCgroupUsed(pc)) {
2015 move_unlock_mem_cgroup(memcg, flags);
2016 goto again;
2017 }
2018 *locked = true;
2019}
2020
2021void __mem_cgroup_end_update_page_stat(struct page *page, unsigned long *flags)
2022{
2023 struct page_cgroup *pc = lookup_page_cgroup(page);
2024
2025 /*
2026 * It's guaranteed that pc->mem_cgroup never changes while
2027 * lock is held because a routine modifies pc->mem_cgroup
Wanpeng Lida92c472012-07-31 16:43:26 -07002028 * should take move_lock_mem_cgroup().
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002029 */
2030 move_unlock_mem_cgroup(pc->mem_cgroup, flags);
2031}
2032
Greg Thelen2a7106f2011-01-13 15:47:37 -08002033void mem_cgroup_update_page_stat(struct page *page,
2034 enum mem_cgroup_page_stat_item idx, int val)
Balbir Singhd69b0422009-06-17 16:26:34 -07002035{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002036 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07002037 struct page_cgroup *pc = lookup_page_cgroup(page);
KAMEZAWA Hiroyukidbd4ea72011-01-13 15:47:38 -08002038 unsigned long uninitialized_var(flags);
Balbir Singhd69b0422009-06-17 16:26:34 -07002039
Johannes Weinercfa44942012-01-12 17:18:38 -08002040 if (mem_cgroup_disabled())
Balbir Singhd69b0422009-06-17 16:26:34 -07002041 return;
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002042
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002043 memcg = pc->mem_cgroup;
2044 if (unlikely(!memcg || !PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -07002045 return;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002046
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002047 switch (idx) {
Greg Thelen2a7106f2011-01-13 15:47:37 -08002048 case MEMCG_NR_FILE_MAPPED:
Greg Thelen2a7106f2011-01-13 15:47:37 -08002049 idx = MEM_CGROUP_STAT_FILE_MAPPED;
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002050 break;
2051 default:
2052 BUG();
KAMEZAWA Hiroyuki8725d542010-04-06 14:35:05 -07002053 }
Balbir Singhd69b0422009-06-17 16:26:34 -07002054
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002055 this_cpu_add(memcg->stat->count[idx], val);
Balbir Singhd69b0422009-06-17 16:26:34 -07002056}
KAMEZAWA Hiroyuki26174ef2010-10-27 15:33:43 -07002057
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002058/*
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002059 * size of first charge trial. "32" comes from vmscan.c's magic value.
2060 * TODO: maybe necessary to use big numbers in big irons.
2061 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002062#define CHARGE_BATCH 32U
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002063struct memcg_stock_pcp {
2064 struct mem_cgroup *cached; /* this never be root cgroup */
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002065 unsigned int nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002066 struct work_struct work;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002067 unsigned long flags;
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07002068#define FLUSHING_CACHED_CHARGE 0
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002069};
2070static DEFINE_PER_CPU(struct memcg_stock_pcp, memcg_stock);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002071static DEFINE_MUTEX(percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002072
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002073/**
2074 * consume_stock: Try to consume stocked charge on this cpu.
2075 * @memcg: memcg to consume from.
2076 * @nr_pages: how many pages to charge.
2077 *
2078 * The charges will only happen if @memcg matches the current cpu's memcg
2079 * stock, and at least @nr_pages are available in that stock. Failure to
2080 * service an allocation will refill the stock.
2081 *
2082 * returns true if successful, false otherwise.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002083 */
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002084static bool consume_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002085{
2086 struct memcg_stock_pcp *stock;
2087 bool ret = true;
2088
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002089 if (nr_pages > CHARGE_BATCH)
2090 return false;
2091
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002092 stock = &get_cpu_var(memcg_stock);
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002093 if (memcg == stock->cached && stock->nr_pages >= nr_pages)
2094 stock->nr_pages -= nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002095 else /* need to call res_counter_charge */
2096 ret = false;
2097 put_cpu_var(memcg_stock);
2098 return ret;
2099}
2100
2101/*
2102 * Returns stocks cached in percpu to res_counter and reset cached information.
2103 */
2104static void drain_stock(struct memcg_stock_pcp *stock)
2105{
2106 struct mem_cgroup *old = stock->cached;
2107
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002108 if (stock->nr_pages) {
2109 unsigned long bytes = stock->nr_pages * PAGE_SIZE;
2110
2111 res_counter_uncharge(&old->res, bytes);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002112 if (do_swap_account)
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002113 res_counter_uncharge(&old->memsw, bytes);
2114 stock->nr_pages = 0;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002115 }
2116 stock->cached = NULL;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002117}
2118
2119/*
2120 * This must be called under preempt disabled or must be called by
2121 * a thread which is pinned to local cpu.
2122 */
2123static void drain_local_stock(struct work_struct *dummy)
2124{
2125 struct memcg_stock_pcp *stock = &__get_cpu_var(memcg_stock);
2126 drain_stock(stock);
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002127 clear_bit(FLUSHING_CACHED_CHARGE, &stock->flags);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002128}
2129
Michal Hockoe4777492013-02-22 16:35:40 -08002130static void __init memcg_stock_init(void)
2131{
2132 int cpu;
2133
2134 for_each_possible_cpu(cpu) {
2135 struct memcg_stock_pcp *stock =
2136 &per_cpu(memcg_stock, cpu);
2137 INIT_WORK(&stock->work, drain_local_stock);
2138 }
2139}
2140
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002141/*
2142 * Cache charges(val) which is from res_counter, to local per_cpu area.
Greg Thelen320cc512010-03-15 15:27:28 +01002143 * This will be consumed by consume_stock() function, later.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002144 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002145static void refill_stock(struct mem_cgroup *memcg, unsigned int nr_pages)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002146{
2147 struct memcg_stock_pcp *stock = &get_cpu_var(memcg_stock);
2148
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002149 if (stock->cached != memcg) { /* reset if necessary */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002150 drain_stock(stock);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002151 stock->cached = memcg;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002152 }
Johannes Weiner11c9ea42011-03-23 16:42:34 -07002153 stock->nr_pages += nr_pages;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002154 put_cpu_var(memcg_stock);
2155}
2156
2157/*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002158 * Drains all per-CPU charge caches for given root_memcg resp. subtree
Michal Hockod38144b2011-07-26 16:08:28 -07002159 * of the hierarchy under it. sync flag says whether we should block
2160 * until the work is done.
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002161 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002162static void drain_all_stock(struct mem_cgroup *root_memcg, bool sync)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002163{
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002164 int cpu, curcpu;
Michal Hockod38144b2011-07-26 16:08:28 -07002165
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002166 /* Notify other cpus that system-wide "drain" is running */
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002167 get_online_cpus();
Johannes Weiner5af12d02011-08-25 15:59:07 -07002168 curcpu = get_cpu();
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002169 for_each_online_cpu(cpu) {
2170 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002171 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002172
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002173 memcg = stock->cached;
2174 if (!memcg || !stock->nr_pages)
KAMEZAWA Hiroyuki26fe6162011-06-15 15:08:45 -07002175 continue;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002176 if (!mem_cgroup_same_or_subtree(root_memcg, memcg))
Michal Hocko3e920412011-07-26 16:08:29 -07002177 continue;
Michal Hockod1a05b62011-07-26 16:08:27 -07002178 if (!test_and_set_bit(FLUSHING_CACHED_CHARGE, &stock->flags)) {
2179 if (cpu == curcpu)
2180 drain_local_stock(&stock->work);
2181 else
2182 schedule_work_on(cpu, &stock->work);
2183 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002184 }
Johannes Weiner5af12d02011-08-25 15:59:07 -07002185 put_cpu();
Michal Hockod38144b2011-07-26 16:08:28 -07002186
2187 if (!sync)
2188 goto out;
2189
2190 for_each_online_cpu(cpu) {
2191 struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002192 if (test_bit(FLUSHING_CACHED_CHARGE, &stock->flags))
Michal Hockod38144b2011-07-26 16:08:28 -07002193 flush_work(&stock->work);
2194 }
2195out:
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002196 put_online_cpus();
Michal Hockod38144b2011-07-26 16:08:28 -07002197}
2198
2199/*
2200 * Tries to drain stocked charges in other cpus. This function is asynchronous
2201 * and just put a work per cpu for draining localy on each cpu. Caller can
2202 * expects some charges will be back to res_counter later but cannot wait for
2203 * it.
2204 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002205static void drain_all_stock_async(struct mem_cgroup *root_memcg)
Michal Hockod38144b2011-07-26 16:08:28 -07002206{
Michal Hocko9f50fad2011-08-09 11:56:26 +02002207 /*
2208 * If someone calls draining, avoid adding more kworker runs.
2209 */
2210 if (!mutex_trylock(&percpu_charge_mutex))
2211 return;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002212 drain_all_stock(root_memcg, false);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002213 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002214}
2215
2216/* This is a synchronous drain interface. */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002217static void drain_all_stock_sync(struct mem_cgroup *root_memcg)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002218{
2219 /* called when force_empty is called */
Michal Hocko9f50fad2011-08-09 11:56:26 +02002220 mutex_lock(&percpu_charge_mutex);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002221 drain_all_stock(root_memcg, true);
Michal Hocko9f50fad2011-08-09 11:56:26 +02002222 mutex_unlock(&percpu_charge_mutex);
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002223}
2224
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002225/*
2226 * This function drains percpu counter value from DEAD cpu and
2227 * move it to local cpu. Note that this function can be preempted.
2228 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002229static void mem_cgroup_drain_pcp_counter(struct mem_cgroup *memcg, int cpu)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002230{
2231 int i;
2232
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002233 spin_lock(&memcg->pcp_counter_lock);
Johannes Weiner61046212012-05-29 15:07:05 -07002234 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002235 long x = per_cpu(memcg->stat->count[i], cpu);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002236
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002237 per_cpu(memcg->stat->count[i], cpu) = 0;
2238 memcg->nocpu_base.count[i] += x;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002239 }
Johannes Weinere9f89742011-03-23 16:42:37 -07002240 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002241 unsigned long x = per_cpu(memcg->stat->events[i], cpu);
Johannes Weinere9f89742011-03-23 16:42:37 -07002242
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002243 per_cpu(memcg->stat->events[i], cpu) = 0;
2244 memcg->nocpu_base.events[i] += x;
Johannes Weinere9f89742011-03-23 16:42:37 -07002245 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002246 spin_unlock(&memcg->pcp_counter_lock);
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002247}
2248
Paul Gortmaker0db06282013-06-19 14:53:51 -04002249static int memcg_cpu_hotplug_callback(struct notifier_block *nb,
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002250 unsigned long action,
2251 void *hcpu)
2252{
2253 int cpu = (unsigned long)hcpu;
2254 struct memcg_stock_pcp *stock;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002255 struct mem_cgroup *iter;
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002256
KAMEZAWA Hiroyuki619d0942012-03-21 16:34:23 -07002257 if (action == CPU_ONLINE)
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002258 return NOTIFY_OK;
KAMEZAWA Hiroyuki1489eba2010-10-27 15:33:42 -07002259
Kirill A. Shutemovd8330492012-04-12 12:49:11 -07002260 if (action != CPU_DEAD && action != CPU_DEAD_FROZEN)
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002261 return NOTIFY_OK;
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002262
Johannes Weiner9f3a0d02012-01-12 17:17:48 -08002263 for_each_mem_cgroup(iter)
KAMEZAWA Hiroyuki711d3d22010-10-27 15:33:42 -07002264 mem_cgroup_drain_pcp_counter(iter, cpu);
2265
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002266 stock = &per_cpu(memcg_stock, cpu);
2267 drain_stock(stock);
2268 return NOTIFY_OK;
2269}
2270
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002271
2272/* See __mem_cgroup_try_charge() for details */
2273enum {
2274 CHARGE_OK, /* success */
2275 CHARGE_RETRY, /* need to retry but retry is not bad */
2276 CHARGE_NOMEM, /* we can't do more. return -ENOMEM */
2277 CHARGE_WOULDBLOCK, /* GFP_WAIT wasn't set and no enough res. */
2278 CHARGE_OOM_DIE, /* the current is killed because of OOM */
2279};
2280
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002281static int mem_cgroup_do_charge(struct mem_cgroup *memcg, gfp_t gfp_mask,
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002282 unsigned int nr_pages, unsigned int min_pages,
2283 bool oom_check)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002284{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002285 unsigned long csize = nr_pages * PAGE_SIZE;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002286 struct mem_cgroup *mem_over_limit;
2287 struct res_counter *fail_res;
2288 unsigned long flags = 0;
2289 int ret;
2290
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002291 ret = res_counter_charge(&memcg->res, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002292
2293 if (likely(!ret)) {
2294 if (!do_swap_account)
2295 return CHARGE_OK;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002296 ret = res_counter_charge(&memcg->memsw, csize, &fail_res);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002297 if (likely(!ret))
2298 return CHARGE_OK;
2299
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002300 res_counter_uncharge(&memcg->res, csize);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002301 mem_over_limit = mem_cgroup_from_res_counter(fail_res, memsw);
2302 flags |= MEM_CGROUP_RECLAIM_NOSWAP;
2303 } else
2304 mem_over_limit = mem_cgroup_from_res_counter(fail_res, res);
Johannes Weiner9221edb2011-02-01 15:52:42 -08002305 /*
Johannes Weiner9221edb2011-02-01 15:52:42 -08002306 * Never reclaim on behalf of optional batching, retry with a
2307 * single page instead.
2308 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002309 if (nr_pages > min_pages)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002310 return CHARGE_RETRY;
2311
2312 if (!(gfp_mask & __GFP_WAIT))
2313 return CHARGE_WOULDBLOCK;
2314
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002315 if (gfp_mask & __GFP_NORETRY)
2316 return CHARGE_NOMEM;
2317
Johannes Weiner56600482012-01-12 17:17:59 -08002318 ret = mem_cgroup_reclaim(mem_over_limit, gfp_mask, flags);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002319 if (mem_cgroup_margin(mem_over_limit) >= nr_pages)
Johannes Weiner19942822011-02-01 15:52:43 -08002320 return CHARGE_RETRY;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002321 /*
Johannes Weiner19942822011-02-01 15:52:43 -08002322 * Even though the limit is exceeded at this point, reclaim
2323 * may have been able to free some pages. Retry the charge
2324 * before killing the task.
2325 *
2326 * Only for regular pages, though: huge pages are rather
2327 * unlikely to succeed so close to the limit, and we fall back
2328 * to regular pages anyway in case of failure.
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002329 */
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002330 if (nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER) && ret)
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002331 return CHARGE_RETRY;
2332
2333 /*
2334 * At task move, charge accounts can be doubly counted. So, it's
2335 * better to wait until the end of task_move if something is going on.
2336 */
2337 if (mem_cgroup_wait_acct_move(mem_over_limit))
2338 return CHARGE_RETRY;
2339
2340 /* If we don't need to call oom-killer at el, return immediately */
2341 if (!oom_check)
2342 return CHARGE_NOMEM;
2343 /* check OOM */
David Rientjese845e192012-03-21 16:34:10 -07002344 if (!mem_cgroup_handle_oom(mem_over_limit, gfp_mask, get_order(csize)))
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002345 return CHARGE_OOM_DIE;
2346
2347 return CHARGE_RETRY;
2348}
2349
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002350/*
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002351 * __mem_cgroup_try_charge() does
2352 * 1. detect memcg to be charged against from passed *mm and *ptr,
2353 * 2. update res_counter
2354 * 3. call memory reclaim if necessary.
2355 *
2356 * In some special case, if the task is fatal, fatal_signal_pending() or
2357 * has TIF_MEMDIE, this function returns -EINTR while writing root_mem_cgroup
2358 * to *ptr. There are two reasons for this. 1: fatal threads should quit as soon
2359 * as possible without any hazards. 2: all pages should have a valid
2360 * pc->mem_cgroup. If mm is NULL and the caller doesn't pass a valid memcg
2361 * pointer, that is treated as a charge to root_mem_cgroup.
2362 *
2363 * So __mem_cgroup_try_charge() will return
2364 * 0 ... on success, filling *ptr with a valid memcg pointer.
2365 * -ENOMEM ... charge failure because of resource limits.
2366 * -EINTR ... if thread is fatal. *ptr is filled with root_mem_cgroup.
2367 *
2368 * Unlike the exported interface, an "oom" parameter is added. if oom==true,
2369 * the oom-killer can be invoked.
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002370 */
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08002371static int __mem_cgroup_try_charge(struct mm_struct *mm,
Andrea Arcangeliec168512011-01-13 15:46:56 -08002372 gfp_t gfp_mask,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002373 unsigned int nr_pages,
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002374 struct mem_cgroup **ptr,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002375 bool oom)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002376{
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002377 unsigned int batch = max(CHARGE_BATCH, nr_pages);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002378 int nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002379 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002380 int ret;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002381
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002382 /*
2383 * Unlike gloval-vm's OOM-kill, we're not in memory shortage
2384 * in system level. So, allow to go ahead dying process in addition to
2385 * MEMDIE process.
2386 */
2387 if (unlikely(test_thread_flag(TIF_MEMDIE)
2388 || fatal_signal_pending(current)))
2389 goto bypass;
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -08002390
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002391 /*
Hugh Dickins3be91272008-02-07 00:14:19 -08002392 * We always charge the cgroup the mm_struct belongs to.
2393 * The mm_struct's mem_cgroup changes on task migration if the
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002394 * thread group leader migrates. It's possible that mm is not
Johannes Weiner24467ca2012-07-31 16:45:40 -07002395 * set, if so charge the root memcg (happens for pagecache usage).
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002396 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002397 if (!*ptr && !mm)
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002398 *ptr = root_mem_cgroup;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002399again:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002400 if (*ptr) { /* css should be a valid one */
2401 memcg = *ptr;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002402 if (mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002403 goto done;
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002404 if (consume_stock(memcg, nr_pages))
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002405 goto done;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002406 css_get(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002407 } else {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002408 struct task_struct *p;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08002409
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002410 rcu_read_lock();
2411 p = rcu_dereference(mm->owner);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002412 /*
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002413 * Because we don't have task_lock(), "p" can exit.
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002414 * In that case, "memcg" can point to root or p can be NULL with
KAMEZAWA Hiroyukiebb76ce2010-12-29 14:07:11 -08002415 * race with swapoff. Then, we have small risk of mis-accouning.
2416 * But such kind of mis-account by race always happens because
2417 * we don't have cgroup_mutex(). It's overkill and we allo that
2418 * small race, here.
2419 * (*) swapoff at el will charge against mm-struct not against
2420 * task-struct. So, mm->owner can be NULL.
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002421 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002422 memcg = mem_cgroup_from_task(p);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002423 if (!memcg)
2424 memcg = root_mem_cgroup;
2425 if (mem_cgroup_is_root(memcg)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002426 rcu_read_unlock();
2427 goto done;
2428 }
Suleiman Souhlala0956d52012-12-18 14:21:36 -08002429 if (consume_stock(memcg, nr_pages)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002430 /*
2431 * It seems dagerous to access memcg without css_get().
2432 * But considering how consume_stok works, it's not
2433 * necessary. If consume_stock success, some charges
2434 * from this memcg are cached on this cpu. So, we
2435 * don't need to call css_get()/css_tryget() before
2436 * calling consume_stock().
2437 */
2438 rcu_read_unlock();
2439 goto done;
2440 }
2441 /* after here, we may be blocked. we need to get refcnt */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002442 if (!css_tryget(&memcg->css)) {
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002443 rcu_read_unlock();
2444 goto again;
2445 }
2446 rcu_read_unlock();
2447 }
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002448
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002449 do {
2450 bool oom_check;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002451
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002452 /* If killed, bypass charge */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002453 if (fatal_signal_pending(current)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002454 css_put(&memcg->css);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002455 goto bypass;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002456 }
KAMEZAWA Hiroyukicdec2e42009-12-15 16:47:08 -08002457
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002458 oom_check = false;
2459 if (oom && !nr_oom_retries) {
2460 oom_check = true;
2461 nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
2462 }
Balbir Singh6d61ef42009-01-07 18:08:06 -08002463
Suleiman Souhlal4c9c5352012-12-18 14:21:41 -08002464 ret = mem_cgroup_do_charge(memcg, gfp_mask, batch, nr_pages,
2465 oom_check);
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002466 switch (ret) {
2467 case CHARGE_OK:
2468 break;
2469 case CHARGE_RETRY: /* not in OOM situation but retry */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002470 batch = nr_pages;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002471 css_put(&memcg->css);
2472 memcg = NULL;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002473 goto again;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002474 case CHARGE_WOULDBLOCK: /* !__GFP_WAIT */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002475 css_put(&memcg->css);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002476 goto nomem;
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002477 case CHARGE_NOMEM: /* OOM routine works */
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002478 if (!oom) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002479 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002480 goto nomem;
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07002481 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002482 /* If oom, we never return -ENOMEM */
2483 nr_oom_retries--;
2484 break;
2485 case CHARGE_OOM_DIE: /* Killed by OOM Killer */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002486 css_put(&memcg->css);
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002487 goto bypass;
Balbir Singh66e17072008-02-07 00:13:56 -08002488 }
KAMEZAWA Hiroyuki4b534332010-08-10 18:02:57 -07002489 } while (ret != CHARGE_OK);
2490
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002491 if (batch > nr_pages)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002492 refill_stock(memcg, batch - nr_pages);
2493 css_put(&memcg->css);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07002494done:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002495 *ptr = memcg;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002496 return 0;
2497nomem:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002498 *ptr = NULL;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002499 return -ENOMEM;
KAMEZAWA Hiroyuki867578c2010-03-10 15:22:39 -08002500bypass:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08002501 *ptr = root_mem_cgroup;
2502 return -EINTR;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002503}
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002504
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002505/*
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002506 * Somemtimes we have to undo a charge we got by try_charge().
2507 * This function is for that and do uncharge, put css's refcnt.
2508 * gotten by try_charge().
2509 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002510static void __mem_cgroup_cancel_charge(struct mem_cgroup *memcg,
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002511 unsigned int nr_pages)
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002512{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002513 if (!mem_cgroup_is_root(memcg)) {
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002514 unsigned long bytes = nr_pages * PAGE_SIZE;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08002515
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002516 res_counter_uncharge(&memcg->res, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002517 if (do_swap_account)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002518 res_counter_uncharge(&memcg->memsw, bytes);
Johannes Weinere7018b8d2011-03-23 16:42:33 -07002519 }
Daisuke Nishimuraa3032a22009-12-15 16:47:10 -08002520}
2521
2522/*
KAMEZAWA Hiroyukid01dd172012-05-29 15:07:03 -07002523 * Cancel chrages in this cgroup....doesn't propagate to parent cgroup.
2524 * This is useful when moving usage to parent cgroup.
2525 */
2526static void __mem_cgroup_cancel_local_charge(struct mem_cgroup *memcg,
2527 unsigned int nr_pages)
2528{
2529 unsigned long bytes = nr_pages * PAGE_SIZE;
2530
2531 if (mem_cgroup_is_root(memcg))
2532 return;
2533
2534 res_counter_uncharge_until(&memcg->res, memcg->res.parent, bytes);
2535 if (do_swap_account)
2536 res_counter_uncharge_until(&memcg->memsw,
2537 memcg->memsw.parent, bytes);
2538}
2539
2540/*
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002541 * A helper function to get mem_cgroup from ID. must be called under
Tejun Heoe9316082012-11-05 09:16:58 -08002542 * rcu_read_lock(). The caller is responsible for calling css_tryget if
2543 * the mem_cgroup is used for charging. (dropping refcnt from swap can be
2544 * called against removed memcg.)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002545 */
2546static struct mem_cgroup *mem_cgroup_lookup(unsigned short id)
2547{
2548 struct cgroup_subsys_state *css;
2549
2550 /* ID 0 is unused ID */
2551 if (!id)
2552 return NULL;
2553 css = css_lookup(&mem_cgroup_subsys, id);
2554 if (!css)
2555 return NULL;
Wanpeng Lib2145142012-07-31 16:46:01 -07002556 return mem_cgroup_from_css(css);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002557}
2558
Wu Fengguange42d9d52009-12-16 12:19:59 +01002559struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page)
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002560{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002561 struct mem_cgroup *memcg = NULL;
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002562 struct page_cgroup *pc;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002563 unsigned short id;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002564 swp_entry_t ent;
2565
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002566 VM_BUG_ON(!PageLocked(page));
2567
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002568 pc = lookup_page_cgroup(page);
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002569 lock_page_cgroup(pc);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002570 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002571 memcg = pc->mem_cgroup;
2572 if (memcg && !css_tryget(&memcg->css))
2573 memcg = NULL;
Wu Fengguange42d9d52009-12-16 12:19:59 +01002574 } else if (PageSwapCache(page)) {
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002575 ent.val = page_private(page);
Bob Liu9fb4b7c2012-01-12 17:18:48 -08002576 id = lookup_swap_cgroup_id(ent);
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002577 rcu_read_lock();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002578 memcg = mem_cgroup_lookup(id);
2579 if (memcg && !css_tryget(&memcg->css))
2580 memcg = NULL;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07002581 rcu_read_unlock();
Daisuke Nishimura3c776e62009-04-02 16:57:43 -07002582 }
Daisuke Nishimurac0bd3f62009-04-30 15:08:11 -07002583 unlock_page_cgroup(pc);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002584 return memcg;
KAMEZAWA Hiroyukib5a84312009-01-07 18:08:35 -08002585}
2586
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002587static void __mem_cgroup_commit_charge(struct mem_cgroup *memcg,
Johannes Weiner5564e882011-03-23 16:42:29 -07002588 struct page *page,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07002589 unsigned int nr_pages,
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002590 enum charge_type ctype,
2591 bool lrucare)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08002592{
Johannes Weinerce587e62012-04-24 20:22:33 +02002593 struct page_cgroup *pc = lookup_page_cgroup(page);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002594 struct zone *uninitialized_var(zone);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002595 struct lruvec *lruvec;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002596 bool was_on_lru = false;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002597 bool anon;
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002598
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002599 lock_page_cgroup(pc);
Johannes Weiner90deb782012-07-31 16:45:47 -07002600 VM_BUG_ON(PageCgroupUsed(pc));
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08002601 /*
2602 * we don't need page_cgroup_lock about tail pages, becase they are not
2603 * accessed by any other context at this point.
2604 */
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002605
2606 /*
2607 * In some cases, SwapCache and FUSE(splice_buf->radixtree), the page
2608 * may already be on some other mem_cgroup's LRU. Take care of it.
2609 */
2610 if (lrucare) {
2611 zone = page_zone(page);
2612 spin_lock_irq(&zone->lru_lock);
2613 if (PageLRU(page)) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002614 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002615 ClearPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002616 del_page_from_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002617 was_on_lru = true;
2618 }
2619 }
2620
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002621 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyuki261fb612009-09-23 15:56:33 -07002622 /*
2623 * We access a page_cgroup asynchronously without lock_page_cgroup().
2624 * Especially when a page_cgroup is taken from a page, pc->mem_cgroup
2625 * is accessed after testing USED bit. To make pc->mem_cgroup visible
2626 * before USED bit, we need memory barrier here.
2627 * See mem_cgroup_add_lru_list(), etc.
2628 */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08002629 smp_wmb();
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002630 SetPageCgroupUsed(pc);
Hugh Dickins3be91272008-02-07 00:14:19 -08002631
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002632 if (lrucare) {
2633 if (was_on_lru) {
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002634 lruvec = mem_cgroup_zone_lruvec(zone, pc->mem_cgroup);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002635 VM_BUG_ON(PageLRU(page));
2636 SetPageLRU(page);
Hugh Dickinsfa9add62012-05-29 15:07:09 -07002637 add_page_to_lru_list(page, lruvec, page_lru(page));
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002638 }
2639 spin_unlock_irq(&zone->lru_lock);
2640 }
2641
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07002642 if (ctype == MEM_CGROUP_CHARGE_TYPE_ANON)
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07002643 anon = true;
2644 else
2645 anon = false;
2646
David Rientjesb070e652013-05-07 16:18:09 -07002647 mem_cgroup_charge_statistics(memcg, page, anon, nr_pages);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07002648 unlock_page_cgroup(pc);
Hugh Dickins9ce70c02012-03-05 14:59:16 -08002649
KAMEZAWA Hiroyuki430e48632010-03-10 15:22:30 -08002650 /*
Michal Hockoe8831102013-09-12 15:13:23 -07002651 * "charge_statistics" updated event counter.
KAMEZAWA Hiroyuki430e48632010-03-10 15:22:30 -08002652 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07002653 memcg_check_events(memcg, page);
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08002654}
2655
Glauber Costa7cf27982012-12-18 14:22:55 -08002656static DEFINE_MUTEX(set_limit_mutex);
2657
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002658#ifdef CONFIG_MEMCG_KMEM
2659static inline bool memcg_can_account_kmem(struct mem_cgroup *memcg)
2660{
2661 return !mem_cgroup_disabled() && !mem_cgroup_is_root(memcg) &&
2662 (memcg->kmem_account_flags & KMEM_ACCOUNTED_MASK);
2663}
2664
Glauber Costa1f458cb2012-12-18 14:22:50 -08002665/*
2666 * This is a bit cumbersome, but it is rarely used and avoids a backpointer
2667 * in the memcg_cache_params struct.
2668 */
2669static struct kmem_cache *memcg_params_to_cache(struct memcg_cache_params *p)
2670{
2671 struct kmem_cache *cachep;
2672
2673 VM_BUG_ON(p->is_root_cache);
2674 cachep = p->root_cache;
2675 return cachep->memcg_params->memcg_caches[memcg_cache_id(p->memcg)];
2676}
2677
Glauber Costa749c5412012-12-18 14:23:01 -08002678#ifdef CONFIG_SLABINFO
Tejun Heo182446d2013-08-08 20:11:24 -04002679static int mem_cgroup_slabinfo_read(struct cgroup_subsys_state *css,
2680 struct cftype *cft, struct seq_file *m)
Glauber Costa749c5412012-12-18 14:23:01 -08002681{
Tejun Heo182446d2013-08-08 20:11:24 -04002682 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Glauber Costa749c5412012-12-18 14:23:01 -08002683 struct memcg_cache_params *params;
2684
2685 if (!memcg_can_account_kmem(memcg))
2686 return -EIO;
2687
2688 print_slabinfo_header(m);
2689
2690 mutex_lock(&memcg->slab_caches_mutex);
2691 list_for_each_entry(params, &memcg->memcg_slab_caches, list)
2692 cache_show(memcg_params_to_cache(params), m);
2693 mutex_unlock(&memcg->slab_caches_mutex);
2694
2695 return 0;
2696}
2697#endif
2698
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002699static int memcg_charge_kmem(struct mem_cgroup *memcg, gfp_t gfp, u64 size)
2700{
2701 struct res_counter *fail_res;
2702 struct mem_cgroup *_memcg;
2703 int ret = 0;
2704 bool may_oom;
2705
2706 ret = res_counter_charge(&memcg->kmem, size, &fail_res);
2707 if (ret)
2708 return ret;
2709
2710 /*
2711 * Conditions under which we can wait for the oom_killer. Those are
2712 * the same conditions tested by the core page allocator
2713 */
2714 may_oom = (gfp & __GFP_FS) && !(gfp & __GFP_NORETRY);
2715
2716 _memcg = memcg;
2717 ret = __mem_cgroup_try_charge(NULL, gfp, size >> PAGE_SHIFT,
2718 &_memcg, may_oom);
2719
2720 if (ret == -EINTR) {
2721 /*
2722 * __mem_cgroup_try_charge() chosed to bypass to root due to
2723 * OOM kill or fatal signal. Since our only options are to
2724 * either fail the allocation or charge it to this cgroup, do
2725 * it as a temporary condition. But we can't fail. From a
2726 * kmem/slab perspective, the cache has already been selected,
2727 * by mem_cgroup_kmem_get_cache(), so it is too late to change
2728 * our minds.
2729 *
2730 * This condition will only trigger if the task entered
2731 * memcg_charge_kmem in a sane state, but was OOM-killed during
2732 * __mem_cgroup_try_charge() above. Tasks that were already
2733 * dying when the allocation triggers should have been already
2734 * directed to the root cgroup in memcontrol.h
2735 */
2736 res_counter_charge_nofail(&memcg->res, size, &fail_res);
2737 if (do_swap_account)
2738 res_counter_charge_nofail(&memcg->memsw, size,
2739 &fail_res);
2740 ret = 0;
2741 } else if (ret)
2742 res_counter_uncharge(&memcg->kmem, size);
2743
2744 return ret;
2745}
2746
2747static void memcg_uncharge_kmem(struct mem_cgroup *memcg, u64 size)
2748{
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002749 res_counter_uncharge(&memcg->res, size);
2750 if (do_swap_account)
2751 res_counter_uncharge(&memcg->memsw, size);
Glauber Costa7de37682012-12-18 14:22:07 -08002752
2753 /* Not down to 0 */
2754 if (res_counter_uncharge(&memcg->kmem, size))
2755 return;
2756
Li Zefan10d5ebf2013-07-08 16:00:33 -07002757 /*
2758 * Releases a reference taken in kmem_cgroup_css_offline in case
2759 * this last uncharge is racing with the offlining code or it is
2760 * outliving the memcg existence.
2761 *
2762 * The memory barrier imposed by test&clear is paired with the
2763 * explicit one in memcg_kmem_mark_dead().
2764 */
Glauber Costa7de37682012-12-18 14:22:07 -08002765 if (memcg_kmem_test_and_clear_dead(memcg))
Li Zefan10d5ebf2013-07-08 16:00:33 -07002766 css_put(&memcg->css);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08002767}
2768
Glauber Costa2633d7a2012-12-18 14:22:34 -08002769void memcg_cache_list_add(struct mem_cgroup *memcg, struct kmem_cache *cachep)
2770{
2771 if (!memcg)
2772 return;
2773
2774 mutex_lock(&memcg->slab_caches_mutex);
2775 list_add(&cachep->memcg_params->list, &memcg->memcg_slab_caches);
2776 mutex_unlock(&memcg->slab_caches_mutex);
2777}
2778
2779/*
2780 * helper for acessing a memcg's index. It will be used as an index in the
2781 * child cache array in kmem_cache, and also to derive its name. This function
2782 * will return -1 when this is not a kmem-limited memcg.
2783 */
2784int memcg_cache_id(struct mem_cgroup *memcg)
2785{
2786 return memcg ? memcg->kmemcg_id : -1;
2787}
2788
Glauber Costa55007d82012-12-18 14:22:38 -08002789/*
2790 * This ends up being protected by the set_limit mutex, during normal
2791 * operation, because that is its main call site.
2792 *
2793 * But when we create a new cache, we can call this as well if its parent
2794 * is kmem-limited. That will have to hold set_limit_mutex as well.
2795 */
2796int memcg_update_cache_sizes(struct mem_cgroup *memcg)
2797{
2798 int num, ret;
2799
2800 num = ida_simple_get(&kmem_limited_groups,
2801 0, MEMCG_CACHES_MAX_SIZE, GFP_KERNEL);
2802 if (num < 0)
2803 return num;
2804 /*
2805 * After this point, kmem_accounted (that we test atomically in
2806 * the beginning of this conditional), is no longer 0. This
2807 * guarantees only one process will set the following boolean
2808 * to true. We don't need test_and_set because we're protected
2809 * by the set_limit_mutex anyway.
2810 */
2811 memcg_kmem_set_activated(memcg);
2812
2813 ret = memcg_update_all_caches(num+1);
2814 if (ret) {
2815 ida_simple_remove(&kmem_limited_groups, num);
2816 memcg_kmem_clear_activated(memcg);
2817 return ret;
2818 }
2819
2820 memcg->kmemcg_id = num;
2821 INIT_LIST_HEAD(&memcg->memcg_slab_caches);
2822 mutex_init(&memcg->slab_caches_mutex);
2823 return 0;
2824}
2825
2826static size_t memcg_caches_array_size(int num_groups)
2827{
2828 ssize_t size;
2829 if (num_groups <= 0)
2830 return 0;
2831
2832 size = 2 * num_groups;
2833 if (size < MEMCG_CACHES_MIN_SIZE)
2834 size = MEMCG_CACHES_MIN_SIZE;
2835 else if (size > MEMCG_CACHES_MAX_SIZE)
2836 size = MEMCG_CACHES_MAX_SIZE;
2837
2838 return size;
2839}
2840
2841/*
2842 * We should update the current array size iff all caches updates succeed. This
2843 * can only be done from the slab side. The slab mutex needs to be held when
2844 * calling this.
2845 */
2846void memcg_update_array_size(int num)
2847{
2848 if (num > memcg_limited_groups_array_size)
2849 memcg_limited_groups_array_size = memcg_caches_array_size(num);
2850}
2851
Konstantin Khlebnikov15cf17d2013-03-08 12:43:36 -08002852static void kmem_cache_destroy_work_func(struct work_struct *w);
2853
Glauber Costa55007d82012-12-18 14:22:38 -08002854int memcg_update_cache_size(struct kmem_cache *s, int num_groups)
2855{
2856 struct memcg_cache_params *cur_params = s->memcg_params;
2857
2858 VM_BUG_ON(s->memcg_params && !s->memcg_params->is_root_cache);
2859
2860 if (num_groups > memcg_limited_groups_array_size) {
2861 int i;
2862 ssize_t size = memcg_caches_array_size(num_groups);
2863
2864 size *= sizeof(void *);
Andrey Vagin90c7a792013-09-11 14:22:18 -07002865 size += offsetof(struct memcg_cache_params, memcg_caches);
Glauber Costa55007d82012-12-18 14:22:38 -08002866
2867 s->memcg_params = kzalloc(size, GFP_KERNEL);
2868 if (!s->memcg_params) {
2869 s->memcg_params = cur_params;
2870 return -ENOMEM;
2871 }
2872
2873 s->memcg_params->is_root_cache = true;
2874
2875 /*
2876 * There is the chance it will be bigger than
2877 * memcg_limited_groups_array_size, if we failed an allocation
2878 * in a cache, in which case all caches updated before it, will
2879 * have a bigger array.
2880 *
2881 * But if that is the case, the data after
2882 * memcg_limited_groups_array_size is certainly unused
2883 */
2884 for (i = 0; i < memcg_limited_groups_array_size; i++) {
2885 if (!cur_params->memcg_caches[i])
2886 continue;
2887 s->memcg_params->memcg_caches[i] =
2888 cur_params->memcg_caches[i];
2889 }
2890
2891 /*
2892 * Ideally, we would wait until all caches succeed, and only
2893 * then free the old one. But this is not worth the extra
2894 * pointer per-cache we'd have to have for this.
2895 *
2896 * It is not a big deal if some caches are left with a size
2897 * bigger than the others. And all updates will reset this
2898 * anyway.
2899 */
2900 kfree(cur_params);
2901 }
2902 return 0;
2903}
2904
Glauber Costa943a4512012-12-18 14:23:03 -08002905int memcg_register_cache(struct mem_cgroup *memcg, struct kmem_cache *s,
2906 struct kmem_cache *root_cache)
Glauber Costa2633d7a2012-12-18 14:22:34 -08002907{
Andrey Vagin90c7a792013-09-11 14:22:18 -07002908 size_t size;
Glauber Costa2633d7a2012-12-18 14:22:34 -08002909
2910 if (!memcg_kmem_enabled())
2911 return 0;
2912
Andrey Vagin90c7a792013-09-11 14:22:18 -07002913 if (!memcg) {
2914 size = offsetof(struct memcg_cache_params, memcg_caches);
Glauber Costa55007d82012-12-18 14:22:38 -08002915 size += memcg_limited_groups_array_size * sizeof(void *);
Andrey Vagin90c7a792013-09-11 14:22:18 -07002916 } else
2917 size = sizeof(struct memcg_cache_params);
Glauber Costa55007d82012-12-18 14:22:38 -08002918
Glauber Costa2633d7a2012-12-18 14:22:34 -08002919 s->memcg_params = kzalloc(size, GFP_KERNEL);
2920 if (!s->memcg_params)
2921 return -ENOMEM;
2922
Glauber Costa943a4512012-12-18 14:23:03 -08002923 if (memcg) {
Glauber Costa2633d7a2012-12-18 14:22:34 -08002924 s->memcg_params->memcg = memcg;
Glauber Costa943a4512012-12-18 14:23:03 -08002925 s->memcg_params->root_cache = root_cache;
Andrey Vagin3e6b11d2013-08-13 16:00:47 -07002926 INIT_WORK(&s->memcg_params->destroy,
2927 kmem_cache_destroy_work_func);
Glauber Costa4ba902b2013-02-12 13:46:22 -08002928 } else
2929 s->memcg_params->is_root_cache = true;
2930
Glauber Costa2633d7a2012-12-18 14:22:34 -08002931 return 0;
2932}
2933
2934void memcg_release_cache(struct kmem_cache *s)
2935{
Glauber Costad7f25f82012-12-18 14:22:40 -08002936 struct kmem_cache *root;
2937 struct mem_cgroup *memcg;
2938 int id;
2939
2940 /*
2941 * This happens, for instance, when a root cache goes away before we
2942 * add any memcg.
2943 */
2944 if (!s->memcg_params)
2945 return;
2946
2947 if (s->memcg_params->is_root_cache)
2948 goto out;
2949
2950 memcg = s->memcg_params->memcg;
2951 id = memcg_cache_id(memcg);
2952
2953 root = s->memcg_params->root_cache;
2954 root->memcg_params->memcg_caches[id] = NULL;
Glauber Costad7f25f82012-12-18 14:22:40 -08002955
2956 mutex_lock(&memcg->slab_caches_mutex);
2957 list_del(&s->memcg_params->list);
2958 mutex_unlock(&memcg->slab_caches_mutex);
2959
Li Zefan20f05312013-07-08 16:00:31 -07002960 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08002961out:
Glauber Costa2633d7a2012-12-18 14:22:34 -08002962 kfree(s->memcg_params);
2963}
2964
Glauber Costa0e9d92f2012-12-18 14:22:42 -08002965/*
2966 * During the creation a new cache, we need to disable our accounting mechanism
2967 * altogether. This is true even if we are not creating, but rather just
2968 * enqueing new caches to be created.
2969 *
2970 * This is because that process will trigger allocations; some visible, like
2971 * explicit kmallocs to auxiliary data structures, name strings and internal
2972 * cache structures; some well concealed, like INIT_WORK() that can allocate
2973 * objects during debug.
2974 *
2975 * If any allocation happens during memcg_kmem_get_cache, we will recurse back
2976 * to it. This may not be a bounded recursion: since the first cache creation
2977 * failed to complete (waiting on the allocation), we'll just try to create the
2978 * cache again, failing at the same point.
2979 *
2980 * memcg_kmem_get_cache is prepared to abort after seeing a positive count of
2981 * memcg_kmem_skip_account. So we enclose anything that might allocate memory
2982 * inside the following two functions.
2983 */
2984static inline void memcg_stop_kmem_account(void)
2985{
2986 VM_BUG_ON(!current->mm);
2987 current->memcg_kmem_skip_account++;
2988}
2989
2990static inline void memcg_resume_kmem_account(void)
2991{
2992 VM_BUG_ON(!current->mm);
2993 current->memcg_kmem_skip_account--;
2994}
2995
Glauber Costa1f458cb2012-12-18 14:22:50 -08002996static void kmem_cache_destroy_work_func(struct work_struct *w)
2997{
2998 struct kmem_cache *cachep;
2999 struct memcg_cache_params *p;
3000
3001 p = container_of(w, struct memcg_cache_params, destroy);
3002
3003 cachep = memcg_params_to_cache(p);
3004
Glauber Costa22933152012-12-18 14:22:59 -08003005 /*
3006 * If we get down to 0 after shrink, we could delete right away.
3007 * However, memcg_release_pages() already puts us back in the workqueue
3008 * in that case. If we proceed deleting, we'll get a dangling
3009 * reference, and removing the object from the workqueue in that case
3010 * is unnecessary complication. We are not a fast path.
3011 *
3012 * Note that this case is fundamentally different from racing with
3013 * shrink_slab(): if memcg_cgroup_destroy_cache() is called in
3014 * kmem_cache_shrink, not only we would be reinserting a dead cache
3015 * into the queue, but doing so from inside the worker racing to
3016 * destroy it.
3017 *
3018 * So if we aren't down to zero, we'll just schedule a worker and try
3019 * again
3020 */
3021 if (atomic_read(&cachep->memcg_params->nr_pages) != 0) {
3022 kmem_cache_shrink(cachep);
3023 if (atomic_read(&cachep->memcg_params->nr_pages) == 0)
3024 return;
3025 } else
Glauber Costa1f458cb2012-12-18 14:22:50 -08003026 kmem_cache_destroy(cachep);
3027}
3028
3029void mem_cgroup_destroy_cache(struct kmem_cache *cachep)
3030{
3031 if (!cachep->memcg_params->dead)
3032 return;
3033
3034 /*
Glauber Costa22933152012-12-18 14:22:59 -08003035 * There are many ways in which we can get here.
3036 *
3037 * We can get to a memory-pressure situation while the delayed work is
3038 * still pending to run. The vmscan shrinkers can then release all
3039 * cache memory and get us to destruction. If this is the case, we'll
3040 * be executed twice, which is a bug (the second time will execute over
3041 * bogus data). In this case, cancelling the work should be fine.
3042 *
3043 * But we can also get here from the worker itself, if
3044 * kmem_cache_shrink is enough to shake all the remaining objects and
3045 * get the page count to 0. In this case, we'll deadlock if we try to
3046 * cancel the work (the worker runs with an internal lock held, which
3047 * is the same lock we would hold for cancel_work_sync().)
3048 *
3049 * Since we can't possibly know who got us here, just refrain from
3050 * running if there is already work pending
3051 */
3052 if (work_pending(&cachep->memcg_params->destroy))
3053 return;
3054 /*
Glauber Costa1f458cb2012-12-18 14:22:50 -08003055 * We have to defer the actual destroying to a workqueue, because
3056 * we might currently be in a context that cannot sleep.
3057 */
3058 schedule_work(&cachep->memcg_params->destroy);
3059}
3060
Glauber Costad7f25f82012-12-18 14:22:40 -08003061/*
3062 * This lock protects updaters, not readers. We want readers to be as fast as
3063 * they can, and they will either see NULL or a valid cache value. Our model
3064 * allow them to see NULL, in which case the root memcg will be selected.
3065 *
3066 * We need this lock because multiple allocations to the same cache from a non
3067 * will span more than one worker. Only one of them can create the cache.
3068 */
3069static DEFINE_MUTEX(memcg_cache_mutex);
Michal Hockod9c10dd2013-03-28 08:48:14 +01003070
3071/*
3072 * Called with memcg_cache_mutex held
3073 */
3074static struct kmem_cache *kmem_cache_dup(struct mem_cgroup *memcg,
3075 struct kmem_cache *s)
3076{
3077 struct kmem_cache *new;
3078 static char *tmp_name = NULL;
3079
3080 lockdep_assert_held(&memcg_cache_mutex);
3081
3082 /*
3083 * kmem_cache_create_memcg duplicates the given name and
3084 * cgroup_name for this name requires RCU context.
3085 * This static temporary buffer is used to prevent from
3086 * pointless shortliving allocation.
3087 */
3088 if (!tmp_name) {
3089 tmp_name = kmalloc(PATH_MAX, GFP_KERNEL);
3090 if (!tmp_name)
3091 return NULL;
3092 }
3093
3094 rcu_read_lock();
3095 snprintf(tmp_name, PATH_MAX, "%s(%d:%s)", s->name,
3096 memcg_cache_id(memcg), cgroup_name(memcg->css.cgroup));
3097 rcu_read_unlock();
3098
3099 new = kmem_cache_create_memcg(memcg, tmp_name, s->object_size, s->align,
3100 (s->flags & ~SLAB_PANIC), s->ctor, s);
3101
3102 if (new)
3103 new->allocflags |= __GFP_KMEMCG;
3104
3105 return new;
3106}
3107
Glauber Costad7f25f82012-12-18 14:22:40 -08003108static struct kmem_cache *memcg_create_kmem_cache(struct mem_cgroup *memcg,
3109 struct kmem_cache *cachep)
3110{
3111 struct kmem_cache *new_cachep;
3112 int idx;
3113
3114 BUG_ON(!memcg_can_account_kmem(memcg));
3115
3116 idx = memcg_cache_id(memcg);
3117
3118 mutex_lock(&memcg_cache_mutex);
3119 new_cachep = cachep->memcg_params->memcg_caches[idx];
Li Zefan20f05312013-07-08 16:00:31 -07003120 if (new_cachep) {
3121 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003122 goto out;
Li Zefan20f05312013-07-08 16:00:31 -07003123 }
Glauber Costad7f25f82012-12-18 14:22:40 -08003124
3125 new_cachep = kmem_cache_dup(memcg, cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003126 if (new_cachep == NULL) {
3127 new_cachep = cachep;
Li Zefan20f05312013-07-08 16:00:31 -07003128 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003129 goto out;
3130 }
3131
Glauber Costa1f458cb2012-12-18 14:22:50 -08003132 atomic_set(&new_cachep->memcg_params->nr_pages , 0);
Glauber Costad7f25f82012-12-18 14:22:40 -08003133
3134 cachep->memcg_params->memcg_caches[idx] = new_cachep;
3135 /*
3136 * the readers won't lock, make sure everybody sees the updated value,
3137 * so they won't put stuff in the queue again for no reason
3138 */
3139 wmb();
3140out:
3141 mutex_unlock(&memcg_cache_mutex);
3142 return new_cachep;
3143}
3144
Glauber Costa7cf27982012-12-18 14:22:55 -08003145void kmem_cache_destroy_memcg_children(struct kmem_cache *s)
3146{
3147 struct kmem_cache *c;
3148 int i;
3149
3150 if (!s->memcg_params)
3151 return;
3152 if (!s->memcg_params->is_root_cache)
3153 return;
3154
3155 /*
3156 * If the cache is being destroyed, we trust that there is no one else
3157 * requesting objects from it. Even if there are, the sanity checks in
3158 * kmem_cache_destroy should caught this ill-case.
3159 *
3160 * Still, we don't want anyone else freeing memcg_caches under our
3161 * noses, which can happen if a new memcg comes to life. As usual,
3162 * we'll take the set_limit_mutex to protect ourselves against this.
3163 */
3164 mutex_lock(&set_limit_mutex);
3165 for (i = 0; i < memcg_limited_groups_array_size; i++) {
3166 c = s->memcg_params->memcg_caches[i];
3167 if (!c)
3168 continue;
3169
3170 /*
3171 * We will now manually delete the caches, so to avoid races
3172 * we need to cancel all pending destruction workers and
3173 * proceed with destruction ourselves.
3174 *
3175 * kmem_cache_destroy() will call kmem_cache_shrink internally,
3176 * and that could spawn the workers again: it is likely that
3177 * the cache still have active pages until this very moment.
3178 * This would lead us back to mem_cgroup_destroy_cache.
3179 *
3180 * But that will not execute at all if the "dead" flag is not
3181 * set, so flip it down to guarantee we are in control.
3182 */
3183 c->memcg_params->dead = false;
Glauber Costa22933152012-12-18 14:22:59 -08003184 cancel_work_sync(&c->memcg_params->destroy);
Glauber Costa7cf27982012-12-18 14:22:55 -08003185 kmem_cache_destroy(c);
3186 }
3187 mutex_unlock(&set_limit_mutex);
3188}
3189
Glauber Costad7f25f82012-12-18 14:22:40 -08003190struct create_work {
3191 struct mem_cgroup *memcg;
3192 struct kmem_cache *cachep;
3193 struct work_struct work;
3194};
3195
Glauber Costa1f458cb2012-12-18 14:22:50 -08003196static void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3197{
3198 struct kmem_cache *cachep;
3199 struct memcg_cache_params *params;
3200
3201 if (!memcg_kmem_is_active(memcg))
3202 return;
3203
3204 mutex_lock(&memcg->slab_caches_mutex);
3205 list_for_each_entry(params, &memcg->memcg_slab_caches, list) {
3206 cachep = memcg_params_to_cache(params);
3207 cachep->memcg_params->dead = true;
Glauber Costa1f458cb2012-12-18 14:22:50 -08003208 schedule_work(&cachep->memcg_params->destroy);
3209 }
3210 mutex_unlock(&memcg->slab_caches_mutex);
3211}
3212
Glauber Costad7f25f82012-12-18 14:22:40 -08003213static void memcg_create_cache_work_func(struct work_struct *w)
3214{
3215 struct create_work *cw;
3216
3217 cw = container_of(w, struct create_work, work);
3218 memcg_create_kmem_cache(cw->memcg, cw->cachep);
Glauber Costad7f25f82012-12-18 14:22:40 -08003219 kfree(cw);
3220}
3221
3222/*
3223 * Enqueue the creation of a per-memcg kmem_cache.
Glauber Costad7f25f82012-12-18 14:22:40 -08003224 */
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003225static void __memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3226 struct kmem_cache *cachep)
Glauber Costad7f25f82012-12-18 14:22:40 -08003227{
3228 struct create_work *cw;
3229
3230 cw = kmalloc(sizeof(struct create_work), GFP_NOWAIT);
Li Zefanca0dde92013-04-29 15:08:57 -07003231 if (cw == NULL) {
3232 css_put(&memcg->css);
Glauber Costad7f25f82012-12-18 14:22:40 -08003233 return;
3234 }
3235
3236 cw->memcg = memcg;
3237 cw->cachep = cachep;
3238
3239 INIT_WORK(&cw->work, memcg_create_cache_work_func);
3240 schedule_work(&cw->work);
3241}
3242
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003243static void memcg_create_cache_enqueue(struct mem_cgroup *memcg,
3244 struct kmem_cache *cachep)
3245{
3246 /*
3247 * We need to stop accounting when we kmalloc, because if the
3248 * corresponding kmalloc cache is not yet created, the first allocation
3249 * in __memcg_create_cache_enqueue will recurse.
3250 *
3251 * However, it is better to enclose the whole function. Depending on
3252 * the debugging options enabled, INIT_WORK(), for instance, can
3253 * trigger an allocation. This too, will make us recurse. Because at
3254 * this point we can't allow ourselves back into memcg_kmem_get_cache,
3255 * the safest choice is to do it like this, wrapping the whole function.
3256 */
3257 memcg_stop_kmem_account();
3258 __memcg_create_cache_enqueue(memcg, cachep);
3259 memcg_resume_kmem_account();
3260}
Glauber Costad7f25f82012-12-18 14:22:40 -08003261/*
3262 * Return the kmem_cache we're supposed to use for a slab allocation.
3263 * We try to use the current memcg's version of the cache.
3264 *
3265 * If the cache does not exist yet, if we are the first user of it,
3266 * we either create it immediately, if possible, or create it asynchronously
3267 * in a workqueue.
3268 * In the latter case, we will let the current allocation go through with
3269 * the original cache.
3270 *
3271 * Can't be called in interrupt context or from kernel threads.
3272 * This function needs to be called with rcu_read_lock() held.
3273 */
3274struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep,
3275 gfp_t gfp)
3276{
3277 struct mem_cgroup *memcg;
3278 int idx;
3279
3280 VM_BUG_ON(!cachep->memcg_params);
3281 VM_BUG_ON(!cachep->memcg_params->is_root_cache);
3282
Glauber Costa0e9d92f2012-12-18 14:22:42 -08003283 if (!current->mm || current->memcg_kmem_skip_account)
3284 return cachep;
3285
Glauber Costad7f25f82012-12-18 14:22:40 -08003286 rcu_read_lock();
3287 memcg = mem_cgroup_from_task(rcu_dereference(current->mm->owner));
Glauber Costad7f25f82012-12-18 14:22:40 -08003288
3289 if (!memcg_can_account_kmem(memcg))
Li Zefanca0dde92013-04-29 15:08:57 -07003290 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003291
3292 idx = memcg_cache_id(memcg);
3293
3294 /*
3295 * barrier to mare sure we're always seeing the up to date value. The
3296 * code updating memcg_caches will issue a write barrier to match this.
3297 */
3298 read_barrier_depends();
Li Zefanca0dde92013-04-29 15:08:57 -07003299 if (likely(cachep->memcg_params->memcg_caches[idx])) {
3300 cachep = cachep->memcg_params->memcg_caches[idx];
3301 goto out;
Glauber Costad7f25f82012-12-18 14:22:40 -08003302 }
3303
Li Zefanca0dde92013-04-29 15:08:57 -07003304 /* The corresponding put will be done in the workqueue. */
3305 if (!css_tryget(&memcg->css))
3306 goto out;
3307 rcu_read_unlock();
3308
3309 /*
3310 * If we are in a safe context (can wait, and not in interrupt
3311 * context), we could be be predictable and return right away.
3312 * This would guarantee that the allocation being performed
3313 * already belongs in the new cache.
3314 *
3315 * However, there are some clashes that can arrive from locking.
3316 * For instance, because we acquire the slab_mutex while doing
3317 * kmem_cache_dup, this means no further allocation could happen
3318 * with the slab_mutex held.
3319 *
3320 * Also, because cache creation issue get_online_cpus(), this
3321 * creates a lock chain: memcg_slab_mutex -> cpu_hotplug_mutex,
3322 * that ends up reversed during cpu hotplug. (cpuset allocates
3323 * a bunch of GFP_KERNEL memory during cpuup). Due to all that,
3324 * better to defer everything.
3325 */
3326 memcg_create_cache_enqueue(memcg, cachep);
3327 return cachep;
3328out:
3329 rcu_read_unlock();
3330 return cachep;
Glauber Costad7f25f82012-12-18 14:22:40 -08003331}
3332EXPORT_SYMBOL(__memcg_kmem_get_cache);
3333
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003334/*
3335 * We need to verify if the allocation against current->mm->owner's memcg is
3336 * possible for the given order. But the page is not allocated yet, so we'll
3337 * need a further commit step to do the final arrangements.
3338 *
3339 * It is possible for the task to switch cgroups in this mean time, so at
3340 * commit time, we can't rely on task conversion any longer. We'll then use
3341 * the handle argument to return to the caller which cgroup we should commit
3342 * against. We could also return the memcg directly and avoid the pointer
3343 * passing, but a boolean return value gives better semantics considering
3344 * the compiled-out case as well.
3345 *
3346 * Returning true means the allocation is possible.
3347 */
3348bool
3349__memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **_memcg, int order)
3350{
3351 struct mem_cgroup *memcg;
3352 int ret;
3353
3354 *_memcg = NULL;
Glauber Costa6d42c232013-07-08 16:00:00 -07003355
3356 /*
3357 * Disabling accounting is only relevant for some specific memcg
3358 * internal allocations. Therefore we would initially not have such
3359 * check here, since direct calls to the page allocator that are marked
3360 * with GFP_KMEMCG only happen outside memcg core. We are mostly
3361 * concerned with cache allocations, and by having this test at
3362 * memcg_kmem_get_cache, we are already able to relay the allocation to
3363 * the root cache and bypass the memcg cache altogether.
3364 *
3365 * There is one exception, though: the SLUB allocator does not create
3366 * large order caches, but rather service large kmallocs directly from
3367 * the page allocator. Therefore, the following sequence when backed by
3368 * the SLUB allocator:
3369 *
3370 * memcg_stop_kmem_account();
3371 * kmalloc(<large_number>)
3372 * memcg_resume_kmem_account();
3373 *
3374 * would effectively ignore the fact that we should skip accounting,
3375 * since it will drive us directly to this function without passing
3376 * through the cache selector memcg_kmem_get_cache. Such large
3377 * allocations are extremely rare but can happen, for instance, for the
3378 * cache arrays. We bring this test here.
3379 */
3380 if (!current->mm || current->memcg_kmem_skip_account)
3381 return true;
3382
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003383 memcg = try_get_mem_cgroup_from_mm(current->mm);
3384
3385 /*
3386 * very rare case described in mem_cgroup_from_task. Unfortunately there
3387 * isn't much we can do without complicating this too much, and it would
3388 * be gfp-dependent anyway. Just let it go
3389 */
3390 if (unlikely(!memcg))
3391 return true;
3392
3393 if (!memcg_can_account_kmem(memcg)) {
3394 css_put(&memcg->css);
3395 return true;
3396 }
3397
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003398 ret = memcg_charge_kmem(memcg, gfp, PAGE_SIZE << order);
3399 if (!ret)
3400 *_memcg = memcg;
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003401
3402 css_put(&memcg->css);
3403 return (ret == 0);
3404}
3405
3406void __memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg,
3407 int order)
3408{
3409 struct page_cgroup *pc;
3410
3411 VM_BUG_ON(mem_cgroup_is_root(memcg));
3412
3413 /* The page allocation failed. Revert */
3414 if (!page) {
3415 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003416 return;
3417 }
3418
3419 pc = lookup_page_cgroup(page);
3420 lock_page_cgroup(pc);
3421 pc->mem_cgroup = memcg;
3422 SetPageCgroupUsed(pc);
3423 unlock_page_cgroup(pc);
3424}
3425
3426void __memcg_kmem_uncharge_pages(struct page *page, int order)
3427{
3428 struct mem_cgroup *memcg = NULL;
3429 struct page_cgroup *pc;
3430
3431
3432 pc = lookup_page_cgroup(page);
3433 /*
3434 * Fast unlocked return. Theoretically might have changed, have to
3435 * check again after locking.
3436 */
3437 if (!PageCgroupUsed(pc))
3438 return;
3439
3440 lock_page_cgroup(pc);
3441 if (PageCgroupUsed(pc)) {
3442 memcg = pc->mem_cgroup;
3443 ClearPageCgroupUsed(pc);
3444 }
3445 unlock_page_cgroup(pc);
3446
3447 /*
3448 * We trust that only if there is a memcg associated with the page, it
3449 * is a valid allocation
3450 */
3451 if (!memcg)
3452 return;
3453
3454 VM_BUG_ON(mem_cgroup_is_root(memcg));
3455 memcg_uncharge_kmem(memcg, PAGE_SIZE << order);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003456}
Glauber Costa1f458cb2012-12-18 14:22:50 -08003457#else
3458static inline void mem_cgroup_destroy_all_caches(struct mem_cgroup *memcg)
3459{
3460}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -08003461#endif /* CONFIG_MEMCG_KMEM */
3462
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003463#ifdef CONFIG_TRANSPARENT_HUGEPAGE
3464
Kirill A. Shutemova0db00f2012-05-29 15:06:56 -07003465#define PCGF_NOCOPY_AT_SPLIT (1 << PCG_LOCK | 1 << PCG_MIGRATION)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003466/*
3467 * Because tail pages are not marked as "used", set it. We're under
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003468 * zone->lru_lock, 'splitting on pmd' and compound_lock.
3469 * charge/uncharge will be never happen and move_account() is done under
3470 * compound_lock(), so we don't have to take care of races.
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003471 */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003472void mem_cgroup_split_huge_fixup(struct page *head)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003473{
3474 struct page_cgroup *head_pc = lookup_page_cgroup(head);
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003475 struct page_cgroup *pc;
David Rientjesb070e652013-05-07 16:18:09 -07003476 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003477 int i;
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003478
KAMEZAWA Hiroyuki3d37c4a2011-01-25 15:07:28 -08003479 if (mem_cgroup_disabled())
3480 return;
David Rientjesb070e652013-05-07 16:18:09 -07003481
3482 memcg = head_pc->mem_cgroup;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003483 for (i = 1; i < HPAGE_PMD_NR; i++) {
3484 pc = head_pc + i;
David Rientjesb070e652013-05-07 16:18:09 -07003485 pc->mem_cgroup = memcg;
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003486 smp_wmb();/* see __commit_charge() */
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -08003487 pc->flags = head_pc->flags & ~PCGF_NOCOPY_AT_SPLIT;
3488 }
David Rientjesb070e652013-05-07 16:18:09 -07003489 __this_cpu_sub(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE],
3490 HPAGE_PMD_NR);
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003491}
Hugh Dickins12d27102012-01-12 17:19:52 -08003492#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -08003493
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003494/**
Johannes Weinerde3638d2011-03-23 16:42:28 -07003495 * mem_cgroup_move_account - move account of the page
Johannes Weiner5564e882011-03-23 16:42:29 -07003496 * @page: the page
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003497 * @nr_pages: number of regular pages (>1 for huge pages)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003498 * @pc: page_cgroup of the page.
3499 * @from: mem_cgroup which the page is moved from.
3500 * @to: mem_cgroup which the page is moved to. @from != @to.
3501 *
3502 * The caller must confirm following.
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003503 * - page is not on LRU (isolate_page() is useful.)
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003504 * - compound_lock is held when nr_pages > 1
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003505 *
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003506 * This function doesn't do "charge" to new cgroup and doesn't do "uncharge"
3507 * from old cgroup.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003508 */
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003509static int mem_cgroup_move_account(struct page *page,
3510 unsigned int nr_pages,
3511 struct page_cgroup *pc,
3512 struct mem_cgroup *from,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003513 struct mem_cgroup *to)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003514{
Johannes Weinerde3638d2011-03-23 16:42:28 -07003515 unsigned long flags;
3516 int ret;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07003517 bool anon = PageAnon(page);
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003518
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003519 VM_BUG_ON(from == to);
Johannes Weiner5564e882011-03-23 16:42:29 -07003520 VM_BUG_ON(PageLRU(page));
Johannes Weinerde3638d2011-03-23 16:42:28 -07003521 /*
3522 * The page is isolated from LRU. So, collapse function
3523 * will not handle this page. But page splitting can happen.
3524 * Do this check under compound_page_lock(). The caller should
3525 * hold it.
3526 */
3527 ret = -EBUSY;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003528 if (nr_pages > 1 && !PageTransHuge(page))
Johannes Weinerde3638d2011-03-23 16:42:28 -07003529 goto out;
3530
3531 lock_page_cgroup(pc);
3532
3533 ret = -EINVAL;
3534 if (!PageCgroupUsed(pc) || pc->mem_cgroup != from)
3535 goto unlock;
3536
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003537 move_lock_mem_cgroup(from, &flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003538
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07003539 if (!anon && page_mapped(page)) {
KAMEZAWA Hiroyukic62b1a32010-03-10 15:22:29 -08003540 /* Update mapped_file data for mem_cgroup */
3541 preempt_disable();
3542 __this_cpu_dec(from->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3543 __this_cpu_inc(to->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
3544 preempt_enable();
Balbir Singhd69b0422009-06-17 16:26:34 -07003545 }
David Rientjesb070e652013-05-07 16:18:09 -07003546 mem_cgroup_charge_statistics(from, page, anon, -nr_pages);
Balbir Singhd69b0422009-06-17 16:26:34 -07003547
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08003548 /* caller should have done css_get */
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003549 pc->mem_cgroup = to;
David Rientjesb070e652013-05-07 16:18:09 -07003550 mem_cgroup_charge_statistics(to, page, anon, nr_pages);
KAMEZAWA Hiroyuki312734c02012-03-21 16:34:24 -07003551 move_unlock_mem_cgroup(from, &flags);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003552 ret = 0;
3553unlock:
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003554 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukid2265e62010-03-10 15:22:31 -08003555 /*
3556 * check events
3557 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003558 memcg_check_events(to, page);
3559 memcg_check_events(from, page);
Johannes Weinerde3638d2011-03-23 16:42:28 -07003560out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003561 return ret;
3562}
3563
Michal Hocko2ef37d32012-10-26 13:37:30 +02003564/**
3565 * mem_cgroup_move_parent - moves page to the parent group
3566 * @page: the page to move
3567 * @pc: page_cgroup of the page
3568 * @child: page's cgroup
3569 *
3570 * move charges to its parent or the root cgroup if the group has no
3571 * parent (aka use_hierarchy==0).
3572 * Although this might fail (get_page_unless_zero, isolate_lru_page or
3573 * mem_cgroup_move_account fails) the failure is always temporary and
3574 * it signals a race with a page removal/uncharge or migration. In the
3575 * first case the page is on the way out and it will vanish from the LRU
3576 * on the next attempt and the call should be retried later.
3577 * Isolation from the LRU fails only if page has been isolated from
3578 * the LRU since we looked at it and that usually means either global
3579 * reclaim or migration going on. The page will either get back to the
3580 * LRU or vanish.
3581 * Finaly mem_cgroup_move_account fails only if the page got uncharged
3582 * (!PageCgroupUsed) or moved to a different group. The page will
3583 * disappear in the next attempt.
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003584 */
Johannes Weiner5564e882011-03-23 16:42:29 -07003585static int mem_cgroup_move_parent(struct page *page,
3586 struct page_cgroup *pc,
KAMEZAWA Hiroyuki6068bf02012-07-31 16:42:45 -07003587 struct mem_cgroup *child)
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003588{
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003589 struct mem_cgroup *parent;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003590 unsigned int nr_pages;
Andrew Morton4be44892011-03-23 16:42:39 -07003591 unsigned long uninitialized_var(flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003592 int ret;
3593
Michal Hockod8423012012-10-26 13:37:29 +02003594 VM_BUG_ON(mem_cgroup_is_root(child));
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003595
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003596 ret = -EBUSY;
3597 if (!get_page_unless_zero(page))
3598 goto out;
3599 if (isolate_lru_page(page))
3600 goto put;
KAMEZAWA Hiroyuki52dbb902011-01-25 15:07:29 -08003601
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003602 nr_pages = hpage_nr_pages(page);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003603
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003604 parent = parent_mem_cgroup(child);
3605 /*
3606 * If no parent, move charges to root cgroup.
3607 */
3608 if (!parent)
3609 parent = root_mem_cgroup;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003610
Michal Hocko2ef37d32012-10-26 13:37:30 +02003611 if (nr_pages > 1) {
3612 VM_BUG_ON(!PageTransHuge(page));
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003613 flags = compound_lock_irqsave(page);
Michal Hocko2ef37d32012-10-26 13:37:30 +02003614 }
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003615
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003616 ret = mem_cgroup_move_account(page, nr_pages,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07003617 pc, child, parent);
KAMEZAWA Hiroyukicc926f72012-05-29 15:07:04 -07003618 if (!ret)
3619 __mem_cgroup_cancel_local_charge(child, nr_pages);
Jesper Juhl8dba4742011-01-25 15:07:24 -08003620
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003621 if (nr_pages > 1)
KAMEZAWA Hiroyuki987eba62011-01-20 14:44:25 -08003622 compound_unlock_irqrestore(page, flags);
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08003623 putback_lru_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003624put:
Daisuke Nishimura40d58132009-01-15 13:51:12 -08003625 put_page(page);
Daisuke Nishimura57f9fd7d2009-12-15 16:47:11 -08003626out:
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08003627 return ret;
3628}
3629
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003630/*
3631 * Charge the memory controller for page usage.
3632 * Return
3633 * 0 if the charge was successful
3634 * < 0 if the cgroup is over its limit
3635 */
3636static int mem_cgroup_charge_common(struct page *page, struct mm_struct *mm,
Daisuke Nishimura73045c42010-08-10 18:02:59 -07003637 gfp_t gfp_mask, enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003638{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003639 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003640 unsigned int nr_pages = 1;
Johannes Weiner8493ae42011-02-01 15:52:44 -08003641 bool oom = true;
3642 int ret;
Andrea Arcangeliec168512011-01-13 15:46:56 -08003643
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003644 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003645 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003646 VM_BUG_ON(!PageTransHuge(page));
Johannes Weiner8493ae42011-02-01 15:52:44 -08003647 /*
3648 * Never OOM-kill a process for a huge page. The
3649 * fault handler will fall back to regular pages.
3650 */
3651 oom = false;
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003652 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003653
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003654 ret = __mem_cgroup_try_charge(mm, gfp_mask, nr_pages, &memcg, oom);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003655 if (ret == -ENOMEM)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003656 return ret;
Johannes Weinerce587e62012-04-24 20:22:33 +02003657 __mem_cgroup_commit_charge(memcg, page, nr_pages, ctype, false);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003658 return 0;
3659}
3660
3661int mem_cgroup_newpage_charge(struct page *page,
3662 struct mm_struct *mm, gfp_t gfp_mask)
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003663{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003664 if (mem_cgroup_disabled())
Li Zefancede86a2008-07-25 01:47:18 -07003665 return 0;
Johannes Weiner7a0524c2012-01-12 17:18:43 -08003666 VM_BUG_ON(page_mapped(page));
3667 VM_BUG_ON(page->mapping && !PageAnon(page));
3668 VM_BUG_ON(!mm);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003669 return mem_cgroup_charge_common(page, mm, gfp_mask,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07003670 MEM_CGROUP_CHARGE_TYPE_ANON);
KAMEZAWA Hiroyuki217bc312008-02-07 00:14:17 -08003671}
3672
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003673/*
3674 * While swap-in, try_charge -> commit or cancel, the page is locked.
3675 * And when try_charge() successfully returns, one refcnt to memcg without
Uwe Kleine-König21ae2952009-10-07 15:21:09 +02003676 * struct page_cgroup is acquired. This refcnt will be consumed by
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003677 * "commit()" or removed by "cancel()"
3678 */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003679static int __mem_cgroup_try_charge_swapin(struct mm_struct *mm,
3680 struct page *page,
3681 gfp_t mask,
3682 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003683{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003684 struct mem_cgroup *memcg;
Johannes Weiner90deb782012-07-31 16:45:47 -07003685 struct page_cgroup *pc;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003686 int ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003687
Johannes Weiner90deb782012-07-31 16:45:47 -07003688 pc = lookup_page_cgroup(page);
3689 /*
3690 * Every swap fault against a single page tries to charge the
3691 * page, bail as early as possible. shmem_unuse() encounters
3692 * already charged pages, too. The USED bit is protected by
3693 * the page lock, which serializes swap cache removal, which
3694 * in turn serializes uncharging.
3695 */
3696 if (PageCgroupUsed(pc))
3697 return 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003698 if (!do_swap_account)
3699 goto charge_cur_mm;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003700 memcg = try_get_mem_cgroup_from_page(page);
3701 if (!memcg)
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003702 goto charge_cur_mm;
Johannes Weiner72835c82012-01-12 17:18:32 -08003703 *memcgp = memcg;
3704 ret = __mem_cgroup_try_charge(NULL, mask, 1, memcgp, true);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003705 css_put(&memcg->css);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003706 if (ret == -EINTR)
3707 ret = 0;
KAMEZAWA Hiroyuki54595fe2009-01-07 18:08:33 -08003708 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003709charge_cur_mm:
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08003710 ret = __mem_cgroup_try_charge(mm, mask, 1, memcgp, true);
3711 if (ret == -EINTR)
3712 ret = 0;
3713 return ret;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003714}
3715
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003716int mem_cgroup_try_charge_swapin(struct mm_struct *mm, struct page *page,
3717 gfp_t gfp_mask, struct mem_cgroup **memcgp)
3718{
3719 *memcgp = NULL;
3720 if (mem_cgroup_disabled())
3721 return 0;
Johannes Weinerbdf4f4d2012-07-31 16:45:50 -07003722 /*
3723 * A racing thread's fault, or swapoff, may have already
3724 * updated the pte, and even removed page from swap cache: in
3725 * those cases unuse_pte()'s pte_same() test will fail; but
3726 * there's also a KSM case which does need to charge the page.
3727 */
3728 if (!PageSwapCache(page)) {
3729 int ret;
3730
3731 ret = __mem_cgroup_try_charge(mm, gfp_mask, 1, memcgp, true);
3732 if (ret == -EINTR)
3733 ret = 0;
3734 return ret;
3735 }
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003736 return __mem_cgroup_try_charge_swapin(mm, page, gfp_mask, memcgp);
3737}
3738
Johannes Weiner827a03d2012-07-31 16:45:36 -07003739void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg)
3740{
3741 if (mem_cgroup_disabled())
3742 return;
3743 if (!memcg)
3744 return;
3745 __mem_cgroup_cancel_charge(memcg, 1);
3746}
3747
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07003748static void
Johannes Weiner72835c82012-01-12 17:18:32 -08003749__mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *memcg,
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07003750 enum charge_type ctype)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003751{
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003752 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003753 return;
Johannes Weiner72835c82012-01-12 17:18:32 -08003754 if (!memcg)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003755 return;
KAMEZAWA Hiroyuki5a6475a2011-03-23 16:42:42 -07003756
Johannes Weinerce587e62012-04-24 20:22:33 +02003757 __mem_cgroup_commit_charge(memcg, page, 1, ctype, true);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003758 /*
3759 * Now swap is on-memory. This means this page may be
3760 * counted both as mem and swap....double count.
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08003761 * Fix it by uncharging from memsw. Basically, this SwapCache is stable
3762 * under lock_page(). But in do_swap_page()::memory.c, reuse_swap_page()
3763 * may call delete_from_swap_cache() before reach here.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003764 */
KAMEZAWA Hiroyuki03f3c432009-01-07 18:08:31 -08003765 if (do_swap_account && PageSwapCache(page)) {
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003766 swp_entry_t ent = {.val = page_private(page)};
Hugh Dickins86493002012-05-29 15:06:52 -07003767 mem_cgroup_uncharge_swap(ent);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003768 }
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003769}
3770
Johannes Weiner72835c82012-01-12 17:18:32 -08003771void mem_cgroup_commit_charge_swapin(struct page *page,
3772 struct mem_cgroup *memcg)
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07003773{
Johannes Weiner72835c82012-01-12 17:18:32 -08003774 __mem_cgroup_commit_charge_swapin(page, memcg,
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07003775 MEM_CGROUP_CHARGE_TYPE_ANON);
Daisuke Nishimura83aae4c2009-04-02 16:57:48 -07003776}
3777
Johannes Weiner827a03d2012-07-31 16:45:36 -07003778int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
3779 gfp_t gfp_mask)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003780{
Johannes Weiner827a03d2012-07-31 16:45:36 -07003781 struct mem_cgroup *memcg = NULL;
3782 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
3783 int ret;
3784
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003785 if (mem_cgroup_disabled())
Johannes Weiner827a03d2012-07-31 16:45:36 -07003786 return 0;
3787 if (PageCompound(page))
3788 return 0;
3789
Johannes Weiner827a03d2012-07-31 16:45:36 -07003790 if (!PageSwapCache(page))
3791 ret = mem_cgroup_charge_common(page, mm, gfp_mask, type);
3792 else { /* page is swapcache/shmem */
Johannes Weiner0435a2f2012-07-31 16:45:43 -07003793 ret = __mem_cgroup_try_charge_swapin(mm, page,
3794 gfp_mask, &memcg);
Johannes Weiner827a03d2012-07-31 16:45:36 -07003795 if (!ret)
3796 __mem_cgroup_commit_charge_swapin(page, memcg, type);
3797 }
3798 return ret;
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003799}
3800
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003801static void mem_cgroup_do_uncharge(struct mem_cgroup *memcg,
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003802 unsigned int nr_pages,
3803 const enum charge_type ctype)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08003804{
3805 struct memcg_batch_info *batch = NULL;
3806 bool uncharge_memsw = true;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003807
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08003808 /* If swapout, usage of swap doesn't decrease */
3809 if (!do_swap_account || ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT)
3810 uncharge_memsw = false;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08003811
3812 batch = &current->memcg_batch;
3813 /*
3814 * In usual, we do css_get() when we remember memcg pointer.
3815 * But in this case, we keep res->usage until end of a series of
3816 * uncharges. Then, it's ok to ignore memcg's refcnt.
3817 */
3818 if (!batch->memcg)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003819 batch->memcg = memcg;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08003820 /*
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003821 * do_batch > 0 when unmapping pages or inode invalidate/truncate.
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003822 * In those cases, all pages freed continuously can be expected to be in
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003823 * the same cgroup and we have chance to coalesce uncharges.
3824 * But we do uncharge one by one if this is killed by OOM(TIF_MEMDIE)
3825 * because we want to do uncharge as soon as possible.
3826 */
3827
3828 if (!batch->do_batch || test_thread_flag(TIF_MEMDIE))
3829 goto direct_uncharge;
3830
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003831 if (nr_pages > 1)
Andrea Arcangeliec168512011-01-13 15:46:56 -08003832 goto direct_uncharge;
3833
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07003834 /*
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08003835 * In typical case, batch->memcg == mem. This means we can
3836 * merge a series of uncharges to an uncharge of res_counter.
3837 * If not, we uncharge res_counter ony by one.
3838 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003839 if (batch->memcg != memcg)
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08003840 goto direct_uncharge;
3841 /* remember freed charge and uncharge it later */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07003842 batch->nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08003843 if (uncharge_memsw)
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07003844 batch->memsw_nr_pages++;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08003845 return;
3846direct_uncharge:
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003847 res_counter_uncharge(&memcg->res, nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08003848 if (uncharge_memsw)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003849 res_counter_uncharge(&memcg->memsw, nr_pages * PAGE_SIZE);
3850 if (unlikely(batch->memcg != memcg))
3851 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08003852}
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -08003853
Balbir Singh8697d332008-02-07 00:13:59 -08003854/*
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07003855 * uncharge if !page_mapped(page)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08003856 */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003857static struct mem_cgroup *
Johannes Weiner0030f532012-07-31 16:45:25 -07003858__mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype,
3859 bool end_migration)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08003860{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003861 struct mem_cgroup *memcg = NULL;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003862 unsigned int nr_pages = 1;
3863 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07003864 bool anon;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08003865
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08003866 if (mem_cgroup_disabled())
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003867 return NULL;
Balbir Singh40779602008-04-04 14:29:59 -07003868
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003869 if (PageTransHuge(page)) {
Johannes Weiner7ec99d62011-03-23 16:42:36 -07003870 nr_pages <<= compound_order(page);
Andrea Arcangeli37c2ac72011-01-13 15:47:16 -08003871 VM_BUG_ON(!PageTransHuge(page));
3872 }
Balbir Singh8697d332008-02-07 00:13:59 -08003873 /*
Balbir Singh3c541e12008-02-07 00:14:41 -08003874 * Check if our page_cgroup is valid
Balbir Singh8697d332008-02-07 00:13:59 -08003875 */
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07003876 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08003877 if (unlikely(!PageCgroupUsed(pc)))
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003878 return NULL;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -08003879
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07003880 lock_page_cgroup(pc);
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08003881
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003882 memcg = pc->mem_cgroup;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003883
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08003884 if (!PageCgroupUsed(pc))
3885 goto unlock_out;
3886
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07003887 anon = PageAnon(page);
3888
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08003889 switch (ctype) {
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07003890 case MEM_CGROUP_CHARGE_TYPE_ANON:
KAMEZAWA Hiroyuki2ff76f12012-03-21 16:34:25 -07003891 /*
3892 * Generally PageAnon tells if it's the anon statistics to be
3893 * updated; but sometimes e.g. mem_cgroup_uncharge_page() is
3894 * used before page reached the stage of being marked PageAnon.
3895 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07003896 anon = true;
3897 /* fallthrough */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07003898 case MEM_CGROUP_CHARGE_TYPE_DROP:
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07003899 /* See mem_cgroup_prepare_migration() */
Johannes Weiner0030f532012-07-31 16:45:25 -07003900 if (page_mapped(page))
3901 goto unlock_out;
3902 /*
3903 * Pages under migration may not be uncharged. But
3904 * end_migration() /must/ be the one uncharging the
3905 * unused post-migration page and so it has to call
3906 * here with the migration bit still set. See the
3907 * res_counter handling below.
3908 */
3909 if (!end_migration && PageCgroupMigration(pc))
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08003910 goto unlock_out;
3911 break;
3912 case MEM_CGROUP_CHARGE_TYPE_SWAPOUT:
3913 if (!PageAnon(page)) { /* Shared memory */
3914 if (page->mapping && !page_is_file_cache(page))
3915 goto unlock_out;
3916 } else if (page_mapped(page)) /* Anon */
3917 goto unlock_out;
3918 break;
3919 default:
3920 break;
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07003921 }
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08003922
David Rientjesb070e652013-05-07 16:18:09 -07003923 mem_cgroup_charge_statistics(memcg, page, anon, -nr_pages);
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07003924
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07003925 ClearPageCgroupUsed(pc);
KAMEZAWA Hiroyuki544122e2009-01-07 18:08:34 -08003926 /*
3927 * pc->mem_cgroup is not cleared here. It will be accessed when it's
3928 * freed from LRU. This is safe because uncharged page is expected not
3929 * to be reused (freed soon). Exception is SwapCache, it's handled by
3930 * special functions.
3931 */
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08003932
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07003933 unlock_page_cgroup(pc);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07003934 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003935 * even after unlock, we have memcg->res.usage here and this memcg
Li Zefan40503772013-07-08 16:00:34 -07003936 * will never be freed, so it's safe to call css_get().
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07003937 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003938 memcg_check_events(memcg, page);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07003939 if (do_swap_account && ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003940 mem_cgroup_swap_statistics(memcg, true);
Li Zefan40503772013-07-08 16:00:34 -07003941 css_get(&memcg->css);
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07003942 }
Johannes Weiner0030f532012-07-31 16:45:25 -07003943 /*
3944 * Migration does not charge the res_counter for the
3945 * replacement page, so leave it alone when phasing out the
3946 * page that is unused after the migration.
3947 */
3948 if (!end_migration && !mem_cgroup_is_root(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003949 mem_cgroup_do_uncharge(memcg, nr_pages, ctype);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08003950
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07003951 return memcg;
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08003952
3953unlock_out:
3954 unlock_page_cgroup(pc);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08003955 return NULL;
Balbir Singh3c541e12008-02-07 00:14:41 -08003956}
3957
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07003958void mem_cgroup_uncharge_page(struct page *page)
3959{
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07003960 /* early check. */
3961 if (page_mapped(page))
3962 return;
Johannes Weiner40f23a22012-01-12 17:18:45 -08003963 VM_BUG_ON(page->mapping && !PageAnon(page));
Johannes Weiner28ccddf2013-05-24 15:55:15 -07003964 /*
3965 * If the page is in swap cache, uncharge should be deferred
3966 * to the swap path, which also properly accounts swap usage
3967 * and handles memcg lifetime.
3968 *
3969 * Note that this check is not stable and reclaim may add the
3970 * page to swap cache at any time after this. However, if the
3971 * page is not in swap cache by the time page->mapcount hits
3972 * 0, there won't be any page table references to the swap
3973 * slot, and reclaim will free it and not actually write the
3974 * page to disk.
3975 */
Johannes Weiner0c59b892012-07-31 16:45:31 -07003976 if (PageSwapCache(page))
3977 return;
Johannes Weiner0030f532012-07-31 16:45:25 -07003978 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_ANON, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07003979}
3980
3981void mem_cgroup_uncharge_cache_page(struct page *page)
3982{
3983 VM_BUG_ON(page_mapped(page));
KAMEZAWA Hiroyukib7abea92008-10-18 20:28:09 -07003984 VM_BUG_ON(page->mapping);
Johannes Weiner0030f532012-07-31 16:45:25 -07003985 __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_CACHE, false);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07003986}
3987
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08003988/*
3989 * Batch_start/batch_end is called in unmap_page_range/invlidate/trucate.
3990 * In that cases, pages are freed continuously and we can expect pages
3991 * are in the same memcg. All these calls itself limits the number of
3992 * pages freed at once, then uncharge_start/end() is called properly.
3993 * This may be called prural(2) times in a context,
3994 */
3995
3996void mem_cgroup_uncharge_start(void)
3997{
3998 current->memcg_batch.do_batch++;
3999 /* We can do nest. */
4000 if (current->memcg_batch.do_batch == 1) {
4001 current->memcg_batch.memcg = NULL;
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004002 current->memcg_batch.nr_pages = 0;
4003 current->memcg_batch.memsw_nr_pages = 0;
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004004 }
4005}
4006
4007void mem_cgroup_uncharge_end(void)
4008{
4009 struct memcg_batch_info *batch = &current->memcg_batch;
4010
4011 if (!batch->do_batch)
4012 return;
4013
4014 batch->do_batch--;
4015 if (batch->do_batch) /* If stacked, do nothing. */
4016 return;
4017
4018 if (!batch->memcg)
4019 return;
4020 /*
4021 * This "batch->memcg" is valid without any css_get/put etc...
4022 * bacause we hide charges behind us.
4023 */
Johannes Weiner7ffd4ca2011-03-23 16:42:35 -07004024 if (batch->nr_pages)
4025 res_counter_uncharge(&batch->memcg->res,
4026 batch->nr_pages * PAGE_SIZE);
4027 if (batch->memsw_nr_pages)
4028 res_counter_uncharge(&batch->memcg->memsw,
4029 batch->memsw_nr_pages * PAGE_SIZE);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004030 memcg_oom_recover(batch->memcg);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -08004031 /* forget this pointer (for sanity check) */
4032 batch->memcg = NULL;
4033}
4034
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004035#ifdef CONFIG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004036/*
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004037 * called after __delete_from_swap_cache() and drop "page" account.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004038 * memcg information is recorded to swap_cgroup of "ent"
4039 */
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004040void
4041mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout)
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004042{
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004043 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004044 int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004045
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004046 if (!swapout) /* this was a swap cache but the swap is unused ! */
4047 ctype = MEM_CGROUP_CHARGE_TYPE_DROP;
4048
Johannes Weiner0030f532012-07-31 16:45:25 -07004049 memcg = __mem_cgroup_uncharge_common(page, ctype, false);
KAMEZAWA Hiroyuki8a9478c2009-06-17 16:27:17 -07004050
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004051 /*
4052 * record memcg information, if swapout && memcg != NULL,
Li Zefan40503772013-07-08 16:00:34 -07004053 * css_get() was called in uncharge().
KAMEZAWA Hiroyukif75ca962010-08-10 18:03:02 -07004054 */
4055 if (do_swap_account && swapout && memcg)
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004056 swap_cgroup_record(ent, css_id(&memcg->css));
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004057}
Daisuke Nishimurae767e052009-05-28 14:34:28 -07004058#endif
KAMEZAWA Hiroyukid13d1442009-01-07 18:07:56 -08004059
Andrew Mortonc255a452012-07-31 16:43:02 -07004060#ifdef CONFIG_MEMCG_SWAP
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004061/*
4062 * called from swap_entry_free(). remove record in swap_cgroup and
4063 * uncharge "memsw" account.
4064 */
4065void mem_cgroup_uncharge_swap(swp_entry_t ent)
4066{
4067 struct mem_cgroup *memcg;
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004068 unsigned short id;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004069
4070 if (!do_swap_account)
4071 return;
4072
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004073 id = swap_cgroup_record(ent, 0);
4074 rcu_read_lock();
4075 memcg = mem_cgroup_lookup(id);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004076 if (memcg) {
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004077 /*
4078 * We uncharge this because swap is freed.
4079 * This memcg can be obsolete one. We avoid calling css_tryget
4080 */
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004081 if (!mem_cgroup_is_root(memcg))
KAMEZAWA Hiroyuki4e649152009-10-01 15:44:11 -07004082 res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004083 mem_cgroup_swap_statistics(memcg, false);
Li Zefan40503772013-07-08 16:00:34 -07004084 css_put(&memcg->css);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004085 }
KAMEZAWA Hiroyukia3b2d692009-04-02 16:57:45 -07004086 rcu_read_unlock();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004087}
Daisuke Nishimura02491442010-03-10 15:22:17 -08004088
4089/**
4090 * mem_cgroup_move_swap_account - move swap charge and swap_cgroup's record.
4091 * @entry: swap entry to be moved
4092 * @from: mem_cgroup which the entry is moved from
4093 * @to: mem_cgroup which the entry is moved to
4094 *
4095 * It succeeds only when the swap_cgroup's record for this entry is the same
4096 * as the mem_cgroup's id of @from.
4097 *
4098 * Returns 0 on success, -EINVAL on failure.
4099 *
4100 * The caller must have charged to @to, IOW, called res_counter_charge() about
4101 * both res and memsw, and called css_get().
4102 */
4103static int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004104 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004105{
4106 unsigned short old_id, new_id;
4107
4108 old_id = css_id(&from->css);
4109 new_id = css_id(&to->css);
4110
4111 if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08004112 mem_cgroup_swap_statistics(from, false);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004113 mem_cgroup_swap_statistics(to, true);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004114 /*
4115 * This function is only called from task migration context now.
4116 * It postpones res_counter and refcount handling till the end
4117 * of task migration(mem_cgroup_clear_mc()) for performance
Li Zefan40503772013-07-08 16:00:34 -07004118 * improvement. But we cannot postpone css_get(to) because if
4119 * the process that has been moved to @to does swap-in, the
4120 * refcount of @to might be decreased to 0.
4121 *
4122 * We are in attach() phase, so the cgroup is guaranteed to be
4123 * alive, so we can just call css_get().
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08004124 */
Li Zefan40503772013-07-08 16:00:34 -07004125 css_get(&to->css);
Daisuke Nishimura02491442010-03-10 15:22:17 -08004126 return 0;
4127 }
4128 return -EINVAL;
4129}
4130#else
4131static inline int mem_cgroup_move_swap_account(swp_entry_t entry,
Hugh Dickinse91cbb42012-05-29 15:06:51 -07004132 struct mem_cgroup *from, struct mem_cgroup *to)
Daisuke Nishimura02491442010-03-10 15:22:17 -08004133{
4134 return -EINVAL;
4135}
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004136#endif
4137
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004138/*
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004139 * Before starting migration, account PAGE_SIZE to mem_cgroup that the old
4140 * page belongs to.
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004141 */
Johannes Weiner0030f532012-07-31 16:45:25 -07004142void mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
4143 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004144{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004145 struct mem_cgroup *memcg = NULL;
Mel Gormanb32967f2012-11-19 12:35:47 +00004146 unsigned int nr_pages = 1;
Johannes Weiner7ec99d62011-03-23 16:42:36 -07004147 struct page_cgroup *pc;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004148 enum charge_type ctype;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004149
Johannes Weiner72835c82012-01-12 17:18:32 -08004150 *memcgp = NULL;
KAMEZAWA Hiroyuki56039ef2011-03-23 16:42:19 -07004151
Hirokazu Takahashif8d665422009-01-07 18:08:02 -08004152 if (mem_cgroup_disabled())
Johannes Weiner0030f532012-07-31 16:45:25 -07004153 return;
Balbir Singh40779602008-04-04 14:29:59 -07004154
Mel Gormanb32967f2012-11-19 12:35:47 +00004155 if (PageTransHuge(page))
4156 nr_pages <<= compound_order(page);
4157
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004158 pc = lookup_page_cgroup(page);
4159 lock_page_cgroup(pc);
4160 if (PageCgroupUsed(pc)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004161 memcg = pc->mem_cgroup;
4162 css_get(&memcg->css);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004163 /*
4164 * At migrating an anonymous page, its mapcount goes down
4165 * to 0 and uncharge() will be called. But, even if it's fully
4166 * unmapped, migration may fail and this page has to be
4167 * charged again. We set MIGRATION flag here and delay uncharge
4168 * until end_migration() is called
4169 *
4170 * Corner Case Thinking
4171 * A)
4172 * When the old page was mapped as Anon and it's unmap-and-freed
4173 * while migration was ongoing.
4174 * If unmap finds the old page, uncharge() of it will be delayed
4175 * until end_migration(). If unmap finds a new page, it's
4176 * uncharged when it make mapcount to be 1->0. If unmap code
4177 * finds swap_migration_entry, the new page will not be mapped
4178 * and end_migration() will find it(mapcount==0).
4179 *
4180 * B)
4181 * When the old page was mapped but migraion fails, the kernel
4182 * remaps it. A charge for it is kept by MIGRATION flag even
4183 * if mapcount goes down to 0. We can do remap successfully
4184 * without charging it again.
4185 *
4186 * C)
4187 * The "old" page is under lock_page() until the end of
4188 * migration, so, the old page itself will not be swapped-out.
4189 * If the new page is swapped out before end_migraton, our
4190 * hook to usual swap-out path will catch the event.
4191 */
4192 if (PageAnon(page))
4193 SetPageCgroupMigration(pc);
Hugh Dickinsb9c565d2008-03-04 14:29:11 -08004194 }
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004195 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004196 /*
4197 * If the page is not charged at this point,
4198 * we return here.
4199 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004200 if (!memcg)
Johannes Weiner0030f532012-07-31 16:45:25 -07004201 return;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004202
Johannes Weiner72835c82012-01-12 17:18:32 -08004203 *memcgp = memcg;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004204 /*
4205 * We charge new page before it's used/mapped. So, even if unlock_page()
4206 * is called before end_migration, we can catch all events on this new
4207 * page. In the case new page is migrated but not remapped, new page's
4208 * mapcount will be finally 0 and we call uncharge in end_migration().
4209 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004210 if (PageAnon(page))
Kamezawa Hiroyuki41326c12012-07-31 16:41:40 -07004211 ctype = MEM_CGROUP_CHARGE_TYPE_ANON;
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004212 else
Johannes Weiner62ba7442012-07-31 16:45:39 -07004213 ctype = MEM_CGROUP_CHARGE_TYPE_CACHE;
Johannes Weiner0030f532012-07-31 16:45:25 -07004214 /*
4215 * The page is committed to the memcg, but it's not actually
4216 * charged to the res_counter since we plan on replacing the
4217 * old one and only one page is going to be left afterwards.
4218 */
Mel Gormanb32967f2012-11-19 12:35:47 +00004219 __mem_cgroup_commit_charge(memcg, newpage, nr_pages, ctype, false);
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004220}
Hugh Dickinsfb59e9f2008-03-04 14:29:16 -08004221
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004222/* remove redundant charge if migration failed*/
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004223void mem_cgroup_end_migration(struct mem_cgroup *memcg,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004224 struct page *oldpage, struct page *newpage, bool migration_ok)
KAMEZAWA Hiroyukie8589cc2008-07-25 01:47:10 -07004225{
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004226 struct page *used, *unused;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004227 struct page_cgroup *pc;
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004228 bool anon;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004229
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004230 if (!memcg)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004231 return;
Tejun Heob25ed602012-11-05 09:16:59 -08004232
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -08004233 if (!migration_ok) {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004234 used = oldpage;
4235 unused = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004236 } else {
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004237 used = newpage;
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004238 unused = oldpage;
4239 }
Johannes Weiner0030f532012-07-31 16:45:25 -07004240 anon = PageAnon(used);
Johannes Weiner7d188952012-07-31 16:45:34 -07004241 __mem_cgroup_uncharge_common(unused,
4242 anon ? MEM_CGROUP_CHARGE_TYPE_ANON
4243 : MEM_CGROUP_CHARGE_TYPE_CACHE,
4244 true);
Johannes Weiner0030f532012-07-31 16:45:25 -07004245 css_put(&memcg->css);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004246 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004247 * We disallowed uncharge of pages under migration because mapcount
4248 * of the page goes down to zero, temporarly.
4249 * Clear the flag and check the page should be charged.
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -07004250 */
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004251 pc = lookup_page_cgroup(oldpage);
4252 lock_page_cgroup(pc);
4253 ClearPageCgroupMigration(pc);
4254 unlock_page_cgroup(pc);
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004255
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004256 /*
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004257 * If a page is a file cache, radix-tree replacement is very atomic
4258 * and we can skip this check. When it was an Anon page, its mapcount
4259 * goes down to 0. But because we added MIGRATION flage, it's not
4260 * uncharged yet. There are several case but page->mapcount check
4261 * and USED bit check in mem_cgroup_uncharge_page() will do enough
4262 * check. (see prepare_charge() also)
KAMEZAWA Hiroyuki01b1ae62009-01-07 18:07:50 -08004263 */
KAMEZAWA Hiroyukib24028572012-03-21 16:34:22 -07004264 if (anon)
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -07004265 mem_cgroup_uncharge_page(used);
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -08004266}
Pavel Emelianov78fb7462008-02-07 00:13:51 -08004267
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004268/*
4269 * At replace page cache, newpage is not under any memcg but it's on
4270 * LRU. So, this function doesn't touch res_counter but handles LRU
4271 * in correct way. Both pages are locked so we cannot race with uncharge.
4272 */
4273void mem_cgroup_replace_page_cache(struct page *oldpage,
4274 struct page *newpage)
4275{
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004276 struct mem_cgroup *memcg = NULL;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004277 struct page_cgroup *pc;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004278 enum charge_type type = MEM_CGROUP_CHARGE_TYPE_CACHE;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004279
4280 if (mem_cgroup_disabled())
4281 return;
4282
4283 pc = lookup_page_cgroup(oldpage);
4284 /* fix accounting on old pages */
4285 lock_page_cgroup(pc);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004286 if (PageCgroupUsed(pc)) {
4287 memcg = pc->mem_cgroup;
David Rientjesb070e652013-05-07 16:18:09 -07004288 mem_cgroup_charge_statistics(memcg, oldpage, false, -1);
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004289 ClearPageCgroupUsed(pc);
4290 }
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004291 unlock_page_cgroup(pc);
4292
Hugh Dickinsbde05d12012-05-29 15:06:38 -07004293 /*
4294 * When called from shmem_replace_page(), in some cases the
4295 * oldpage has already been charged, and in some cases not.
4296 */
4297 if (!memcg)
4298 return;
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004299 /*
4300 * Even if newpage->mapping was NULL before starting replacement,
4301 * the newpage may be on LRU(or pagevec for LRU) already. We lock
4302 * LRU while we overwrite pc->mem_cgroup.
4303 */
Johannes Weinerce587e62012-04-24 20:22:33 +02004304 __mem_cgroup_commit_charge(memcg, newpage, 1, type, true);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -08004305}
4306
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004307#ifdef CONFIG_DEBUG_VM
4308static struct page_cgroup *lookup_page_cgroup_used(struct page *page)
4309{
4310 struct page_cgroup *pc;
4311
4312 pc = lookup_page_cgroup(page);
Johannes Weinercfa44942012-01-12 17:18:38 -08004313 /*
4314 * Can be NULL while feeding pages into the page allocator for
4315 * the first time, i.e. during boot or memory hotplug;
4316 * or when mem_cgroup_disabled().
4317 */
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004318 if (likely(pc) && PageCgroupUsed(pc))
4319 return pc;
4320 return NULL;
4321}
4322
4323bool mem_cgroup_bad_page_check(struct page *page)
4324{
4325 if (mem_cgroup_disabled())
4326 return false;
4327
4328 return lookup_page_cgroup_used(page) != NULL;
4329}
4330
4331void mem_cgroup_print_bad_page(struct page *page)
4332{
4333 struct page_cgroup *pc;
4334
4335 pc = lookup_page_cgroup_used(page);
4336 if (pc) {
Andrew Mortond0451972013-02-22 16:32:06 -08004337 pr_alert("pc:%p pc->flags:%lx pc->mem_cgroup:%p\n",
4338 pc, pc->flags, pc->mem_cgroup);
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -07004339 }
4340}
4341#endif
4342
KOSAKI Motohirod38d2a72009-01-06 14:39:44 -08004343static int mem_cgroup_resize_limit(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004344 unsigned long long val)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004345{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004346 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004347 u64 memswlimit, memlimit;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004348 int ret = 0;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004349 int children = mem_cgroup_count_children(memcg);
4350 u64 curusage, oldusage;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004351 int enlarge;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004352
4353 /*
4354 * For keeping hierarchical_reclaim simple, how long we should retry
4355 * is depends on callers. We set our retry-count to be function
4356 * of # of children which we should visit in this loop.
4357 */
4358 retry_count = MEM_CGROUP_RECLAIM_RETRIES * children;
4359
4360 oldusage = res_counter_read_u64(&memcg->res, RES_USAGE);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004361
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004362 enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004363 while (retry_count) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004364 if (signal_pending(current)) {
4365 ret = -EINTR;
4366 break;
4367 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004368 /*
4369 * Rather than hide all in some function, I do this in
4370 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004371 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004372 */
4373 mutex_lock(&set_limit_mutex);
4374 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4375 if (memswlimit < val) {
4376 ret = -EINVAL;
4377 mutex_unlock(&set_limit_mutex);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004378 break;
4379 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004380
4381 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4382 if (memlimit < val)
4383 enlarge = 1;
4384
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004385 ret = res_counter_set_limit(&memcg->res, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004386 if (!ret) {
4387 if (memswlimit == val)
4388 memcg->memsw_is_minimum = true;
4389 else
4390 memcg->memsw_is_minimum = false;
4391 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004392 mutex_unlock(&set_limit_mutex);
4393
4394 if (!ret)
4395 break;
4396
Johannes Weiner56600482012-01-12 17:17:59 -08004397 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4398 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004399 curusage = res_counter_read_u64(&memcg->res, RES_USAGE);
4400 /* Usage is reduced ? */
4401 if (curusage >= oldusage)
4402 retry_count--;
4403 else
4404 oldusage = curusage;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004405 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004406 if (!ret && enlarge)
4407 memcg_oom_recover(memcg);
KOSAKI Motohiro14797e22009-01-07 18:08:18 -08004408
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004409 return ret;
4410}
4411
Li Zefan338c8432009-06-17 16:27:15 -07004412static int mem_cgroup_resize_memsw_limit(struct mem_cgroup *memcg,
4413 unsigned long long val)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004414{
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004415 int retry_count;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004416 u64 memlimit, memswlimit, oldusage, curusage;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004417 int children = mem_cgroup_count_children(memcg);
4418 int ret = -EBUSY;
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004419 int enlarge = 0;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004420
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004421 /* see mem_cgroup_resize_res_limit */
4422 retry_count = children * MEM_CGROUP_RECLAIM_RETRIES;
4423 oldusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004424 while (retry_count) {
4425 if (signal_pending(current)) {
4426 ret = -EINTR;
4427 break;
4428 }
4429 /*
4430 * Rather than hide all in some function, I do this in
4431 * open coded manner. You see what this really does.
Wanpeng Liaaad1532012-07-31 16:43:23 -07004432 * We have to guarantee memcg->res.limit <= memcg->memsw.limit.
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004433 */
4434 mutex_lock(&set_limit_mutex);
4435 memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4436 if (memlimit > val) {
4437 ret = -EINVAL;
4438 mutex_unlock(&set_limit_mutex);
4439 break;
4440 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004441 memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4442 if (memswlimit < val)
4443 enlarge = 1;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004444 ret = res_counter_set_limit(&memcg->memsw, val);
KAMEZAWA Hiroyuki22a668d2009-06-17 16:27:19 -07004445 if (!ret) {
4446 if (memlimit == val)
4447 memcg->memsw_is_minimum = true;
4448 else
4449 memcg->memsw_is_minimum = false;
4450 }
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004451 mutex_unlock(&set_limit_mutex);
4452
4453 if (!ret)
4454 break;
4455
Johannes Weiner56600482012-01-12 17:17:59 -08004456 mem_cgroup_reclaim(memcg, GFP_KERNEL,
4457 MEM_CGROUP_RECLAIM_NOSWAP |
4458 MEM_CGROUP_RECLAIM_SHRINK);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004459 curusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004460 /* Usage is reduced ? */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004461 if (curusage >= oldusage)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004462 retry_count--;
KAMEZAWA Hiroyuki81d39c22009-04-02 16:57:36 -07004463 else
4464 oldusage = curusage;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004465 }
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07004466 if (!ret && enlarge)
4467 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004468 return ret;
4469}
4470
Michal Hocko2ef37d32012-10-26 13:37:30 +02004471/**
4472 * mem_cgroup_force_empty_list - clears LRU of a group
4473 * @memcg: group to clear
4474 * @node: NUMA node
4475 * @zid: zone id
4476 * @lru: lru to to clear
4477 *
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004478 * Traverse a specified page_cgroup list and try to drop them all. This doesn't
Michal Hocko2ef37d32012-10-26 13:37:30 +02004479 * reclaim the pages page themselves - pages are moved to the parent (or root)
4480 * group.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004481 */
Michal Hocko2ef37d32012-10-26 13:37:30 +02004482static void mem_cgroup_force_empty_list(struct mem_cgroup *memcg,
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004483 int node, int zid, enum lru_list lru)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004484{
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004485 struct lruvec *lruvec;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004486 unsigned long flags;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004487 struct list_head *list;
Johannes Weiner925b7672012-01-12 17:18:15 -08004488 struct page *busy;
4489 struct zone *zone;
KAMEZAWA Hiroyuki072c56c12008-02-07 00:14:39 -08004490
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004491 zone = &NODE_DATA(node)->node_zones[zid];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08004492 lruvec = mem_cgroup_zone_lruvec(zone, memcg);
4493 list = &lruvec->lists[lru];
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004494
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004495 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004496 do {
Johannes Weiner925b7672012-01-12 17:18:15 -08004497 struct page_cgroup *pc;
Johannes Weiner5564e882011-03-23 16:42:29 -07004498 struct page *page;
4499
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004500 spin_lock_irqsave(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004501 if (list_empty(list)) {
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004502 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004503 break;
4504 }
Johannes Weiner925b7672012-01-12 17:18:15 -08004505 page = list_entry(list->prev, struct page, lru);
4506 if (busy == page) {
4507 list_move(&page->lru, list);
Thiago Farina648bcc72010-03-05 13:42:04 -08004508 busy = NULL;
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004509 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004510 continue;
4511 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004512 spin_unlock_irqrestore(&zone->lru_lock, flags);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004513
Johannes Weiner925b7672012-01-12 17:18:15 -08004514 pc = lookup_page_cgroup(page);
Johannes Weiner5564e882011-03-23 16:42:29 -07004515
KAMEZAWA Hiroyuki3c935d12012-07-31 16:42:46 -07004516 if (mem_cgroup_move_parent(page, pc, memcg)) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004517 /* found lock contention or "pc" is obsolete. */
Johannes Weiner925b7672012-01-12 17:18:15 -08004518 busy = page;
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004519 cond_resched();
4520 } else
4521 busy = NULL;
Michal Hocko2ef37d32012-10-26 13:37:30 +02004522 } while (!list_empty(list));
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004523}
4524
4525/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004526 * make mem_cgroup's charge to be 0 if there is no task by moving
4527 * all the charges and pages to the parent.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004528 * This enables deleting this mem_cgroup.
Michal Hockoc26251f2012-10-26 13:37:28 +02004529 *
4530 * Caller is responsible for holding css reference on the memcg.
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004531 */
Michal Hockoab5196c2012-10-26 13:37:32 +02004532static void mem_cgroup_reparent_charges(struct mem_cgroup *memcg)
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004533{
Michal Hockoc26251f2012-10-26 13:37:28 +02004534 int node, zid;
Glauber Costabea207c2012-12-18 14:22:11 -08004535 u64 usage;
Hugh Dickins8869b8f2008-03-04 14:29:09 -08004536
Daisuke Nishimurafce66472010-01-15 17:01:30 -08004537 do {
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004538 /* This is for making all *used* pages to be on LRU. */
4539 lru_add_drain_all();
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004540 drain_all_stock_sync(memcg);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004541 mem_cgroup_start_move(memcg);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08004542 for_each_node_state(node, N_MEMORY) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004543 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsf156ab92012-03-21 16:34:19 -07004544 enum lru_list lru;
4545 for_each_lru(lru) {
Michal Hocko2ef37d32012-10-26 13:37:30 +02004546 mem_cgroup_force_empty_list(memcg,
Hugh Dickinsf156ab92012-03-21 16:34:19 -07004547 node, zid, lru);
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004548 }
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08004549 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004550 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004551 mem_cgroup_end_move(memcg);
4552 memcg_oom_recover(memcg);
KAMEZAWA Hiroyuki52d4b9a2008-10-18 20:28:16 -07004553 cond_resched();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004554
Michal Hocko2ef37d32012-10-26 13:37:30 +02004555 /*
Glauber Costabea207c2012-12-18 14:22:11 -08004556 * Kernel memory may not necessarily be trackable to a specific
4557 * process. So they are not migrated, and therefore we can't
4558 * expect their value to drop to 0 here.
4559 * Having res filled up with kmem only is enough.
4560 *
Michal Hocko2ef37d32012-10-26 13:37:30 +02004561 * This is a safety check because mem_cgroup_force_empty_list
4562 * could have raced with mem_cgroup_replace_page_cache callers
4563 * so the lru seemed empty but the page could have been added
4564 * right after the check. RES_USAGE should be safe as we always
4565 * charge before adding to the LRU.
4566 */
Glauber Costabea207c2012-12-18 14:22:11 -08004567 usage = res_counter_read_u64(&memcg->res, RES_USAGE) -
4568 res_counter_read_u64(&memcg->kmem, RES_USAGE);
4569 } while (usage > 0);
Michal Hockoc26251f2012-10-26 13:37:28 +02004570}
4571
4572/*
Glauber Costab5f99b52013-02-22 16:34:53 -08004573 * This mainly exists for tests during the setting of set of use_hierarchy.
4574 * Since this is the very setting we are changing, the current hierarchy value
4575 * is meaningless
4576 */
4577static inline bool __memcg_has_children(struct mem_cgroup *memcg)
4578{
Tejun Heo492eb212013-08-08 20:11:25 -04004579 struct cgroup_subsys_state *pos;
Glauber Costab5f99b52013-02-22 16:34:53 -08004580
4581 /* bounce at first found */
Tejun Heo492eb212013-08-08 20:11:25 -04004582 css_for_each_child(pos, &memcg->css)
Glauber Costab5f99b52013-02-22 16:34:53 -08004583 return true;
4584 return false;
4585}
4586
4587/*
Glauber Costa09998212013-02-22 16:34:55 -08004588 * Must be called with memcg_create_mutex held, unless the cgroup is guaranteed
4589 * to be already dead (as in mem_cgroup_force_empty, for instance). This is
Glauber Costab5f99b52013-02-22 16:34:53 -08004590 * from mem_cgroup_count_children(), in the sense that we don't really care how
4591 * many children we have; we only need to know if we have any. It also counts
4592 * any memcg without hierarchy as infertile.
4593 */
4594static inline bool memcg_has_children(struct mem_cgroup *memcg)
4595{
4596 return memcg->use_hierarchy && __memcg_has_children(memcg);
4597}
4598
4599/*
Michal Hockoc26251f2012-10-26 13:37:28 +02004600 * Reclaims as many pages from the given memcg as possible and moves
4601 * the rest to the parent.
4602 *
4603 * Caller is responsible for holding css reference for memcg.
4604 */
4605static int mem_cgroup_force_empty(struct mem_cgroup *memcg)
4606{
4607 int nr_retries = MEM_CGROUP_RECLAIM_RETRIES;
4608 struct cgroup *cgrp = memcg->css.cgroup;
4609
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004610 /* returns EBUSY if there is a task or if we come here twice. */
Michal Hockoc26251f2012-10-26 13:37:28 +02004611 if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children))
4612 return -EBUSY;
4613
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004614 /* we call try-to-free pages for make this cgroup empty */
4615 lru_add_drain_all();
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004616 /* try to free all pages in this cgroup */
Glauber Costa569530f2012-04-12 12:49:13 -07004617 while (nr_retries && res_counter_read_u64(&memcg->res, RES_USAGE) > 0) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004618 int progress;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004619
Michal Hockoc26251f2012-10-26 13:37:28 +02004620 if (signal_pending(current))
4621 return -EINTR;
4622
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004623 progress = try_to_free_mem_cgroup_pages(memcg, GFP_KERNEL,
Johannes Weiner185efc02011-09-14 16:21:58 -07004624 false);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004625 if (!progress) {
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004626 nr_retries--;
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004627 /* maybe some writeback is necessary */
Jens Axboe8aa7e842009-07-09 14:52:32 +02004628 congestion_wait(BLK_RW_ASYNC, HZ/10);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004629 }
KAMEZAWA Hiroyukif817ed42009-01-07 18:07:53 -08004630
4631 }
KAMEZAWA Hiroyuki08e552c2009-01-07 18:08:01 -08004632 lru_add_drain();
Michal Hockoab5196c2012-10-26 13:37:32 +02004633 mem_cgroup_reparent_charges(memcg);
4634
4635 return 0;
KAMEZAWA Hiroyukicc847582008-02-07 00:14:16 -08004636}
4637
Tejun Heo182446d2013-08-08 20:11:24 -04004638static int mem_cgroup_force_empty_write(struct cgroup_subsys_state *css,
4639 unsigned int event)
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004640{
Tejun Heo182446d2013-08-08 20:11:24 -04004641 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Michal Hockoc26251f2012-10-26 13:37:28 +02004642
Michal Hockod8423012012-10-26 13:37:29 +02004643 if (mem_cgroup_is_root(memcg))
4644 return -EINVAL;
Li Zefanc33bd832013-09-12 15:13:19 -07004645 return mem_cgroup_force_empty(memcg);
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08004646}
4647
Tejun Heo182446d2013-08-08 20:11:24 -04004648static u64 mem_cgroup_hierarchy_read(struct cgroup_subsys_state *css,
4649 struct cftype *cft)
Balbir Singh18f59ea2009-01-07 18:08:07 -08004650{
Tejun Heo182446d2013-08-08 20:11:24 -04004651 return mem_cgroup_from_css(css)->use_hierarchy;
Balbir Singh18f59ea2009-01-07 18:08:07 -08004652}
4653
Tejun Heo182446d2013-08-08 20:11:24 -04004654static int mem_cgroup_hierarchy_write(struct cgroup_subsys_state *css,
4655 struct cftype *cft, u64 val)
Balbir Singh18f59ea2009-01-07 18:08:07 -08004656{
4657 int retval = 0;
Tejun Heo182446d2013-08-08 20:11:24 -04004658 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Tejun Heo63876982013-08-08 20:11:23 -04004659 struct mem_cgroup *parent_memcg = mem_cgroup_from_css(css_parent(&memcg->css));
Balbir Singh18f59ea2009-01-07 18:08:07 -08004660
Glauber Costa09998212013-02-22 16:34:55 -08004661 mutex_lock(&memcg_create_mutex);
Glauber Costa567fb432012-07-31 16:43:07 -07004662
4663 if (memcg->use_hierarchy == val)
4664 goto out;
4665
Balbir Singh18f59ea2009-01-07 18:08:07 -08004666 /*
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02004667 * If parent's use_hierarchy is set, we can't make any modifications
Balbir Singh18f59ea2009-01-07 18:08:07 -08004668 * in the child subtrees. If it is unset, then the change can
4669 * occur, provided the current cgroup has no children.
4670 *
4671 * For the root cgroup, parent_mem is NULL, we allow value to be
4672 * set if there are no children.
4673 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004674 if ((!parent_memcg || !parent_memcg->use_hierarchy) &&
Balbir Singh18f59ea2009-01-07 18:08:07 -08004675 (val == 1 || val == 0)) {
Glauber Costab5f99b52013-02-22 16:34:53 -08004676 if (!__memcg_has_children(memcg))
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004677 memcg->use_hierarchy = val;
Balbir Singh18f59ea2009-01-07 18:08:07 -08004678 else
4679 retval = -EBUSY;
4680 } else
4681 retval = -EINVAL;
Glauber Costa567fb432012-07-31 16:43:07 -07004682
4683out:
Glauber Costa09998212013-02-22 16:34:55 -08004684 mutex_unlock(&memcg_create_mutex);
Balbir Singh18f59ea2009-01-07 18:08:07 -08004685
4686 return retval;
4687}
4688
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004689
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004690static unsigned long mem_cgroup_recursive_stat(struct mem_cgroup *memcg,
Johannes Weiner7a159cc2011-03-23 16:42:38 -07004691 enum mem_cgroup_stat_index idx)
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004692{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07004693 struct mem_cgroup *iter;
Johannes Weiner7a159cc2011-03-23 16:42:38 -07004694 long val = 0;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004695
Johannes Weiner7a159cc2011-03-23 16:42:38 -07004696 /* Per-cpu values can be negative, use a signed accumulator */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004697 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07004698 val += mem_cgroup_read_stat(iter, idx);
4699
4700 if (val < 0) /* race ? */
4701 val = 0;
4702 return val;
Balbir Singh0c3e73e2009-09-23 15:56:42 -07004703}
4704
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004705static inline u64 mem_cgroup_usage(struct mem_cgroup *memcg, bool swap)
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004706{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07004707 u64 val;
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004708
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004709 if (!mem_cgroup_is_root(memcg)) {
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004710 if (!swap)
Glauber Costa65c64ce2011-12-22 01:02:27 +00004711 return res_counter_read_u64(&memcg->res, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004712 else
Glauber Costa65c64ce2011-12-22 01:02:27 +00004713 return res_counter_read_u64(&memcg->memsw, RES_USAGE);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004714 }
4715
David Rientjesb070e652013-05-07 16:18:09 -07004716 /*
4717 * Transparent hugepages are still accounted for in MEM_CGROUP_STAT_RSS
4718 * as well as in MEM_CGROUP_STAT_RSS_HUGE.
4719 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004720 val = mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_CACHE);
4721 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_RSS);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004722
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07004723 if (swap)
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07004724 val += mem_cgroup_recursive_stat(memcg, MEM_CGROUP_STAT_SWAP);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004725
4726 return val << PAGE_SHIFT;
4727}
4728
Tejun Heo182446d2013-08-08 20:11:24 -04004729static ssize_t mem_cgroup_read(struct cgroup_subsys_state *css,
4730 struct cftype *cft, struct file *file,
4731 char __user *buf, size_t nbytes, loff_t *ppos)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004732{
Tejun Heo182446d2013-08-08 20:11:24 -04004733 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Tejun Heoaf36f902012-04-01 12:09:55 -07004734 char str[64];
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004735 u64 val;
Glauber Costa86ae53e2012-12-18 14:21:45 -08004736 int name, len;
4737 enum res_type type;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004738
4739 type = MEMFILE_TYPE(cft->private);
4740 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07004741
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004742 switch (type) {
4743 case _MEM:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004744 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004745 val = mem_cgroup_usage(memcg, false);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004746 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004747 val = res_counter_read_u64(&memcg->res, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004748 break;
4749 case _MEMSWAP:
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004750 if (name == RES_USAGE)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004751 val = mem_cgroup_usage(memcg, true);
Kirill A. Shutemov104f3922010-03-10 15:22:21 -08004752 else
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004753 val = res_counter_read_u64(&memcg->memsw, name);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004754 break;
Glauber Costa510fc4e2012-12-18 14:21:47 -08004755 case _KMEM:
4756 val = res_counter_read_u64(&memcg->kmem, name);
4757 break;
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004758 default:
4759 BUG();
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004760 }
Tejun Heoaf36f902012-04-01 12:09:55 -07004761
4762 len = scnprintf(str, sizeof(str), "%llu\n", (unsigned long long)val);
4763 return simple_read_from_buffer(buf, nbytes, ppos, str, len);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004764}
Glauber Costa510fc4e2012-12-18 14:21:47 -08004765
Tejun Heo182446d2013-08-08 20:11:24 -04004766static int memcg_update_kmem_limit(struct cgroup_subsys_state *css, u64 val)
Glauber Costa510fc4e2012-12-18 14:21:47 -08004767{
4768 int ret = -EINVAL;
4769#ifdef CONFIG_MEMCG_KMEM
Tejun Heo182446d2013-08-08 20:11:24 -04004770 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Glauber Costa510fc4e2012-12-18 14:21:47 -08004771 /*
4772 * For simplicity, we won't allow this to be disabled. It also can't
4773 * be changed if the cgroup has children already, or if tasks had
4774 * already joined.
4775 *
4776 * If tasks join before we set the limit, a person looking at
4777 * kmem.usage_in_bytes will have no way to determine when it took
4778 * place, which makes the value quite meaningless.
4779 *
4780 * After it first became limited, changes in the value of the limit are
4781 * of course permitted.
Glauber Costa510fc4e2012-12-18 14:21:47 -08004782 */
Glauber Costa09998212013-02-22 16:34:55 -08004783 mutex_lock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08004784 mutex_lock(&set_limit_mutex);
4785 if (!memcg->kmem_account_flags && val != RESOURCE_MAX) {
Tejun Heo182446d2013-08-08 20:11:24 -04004786 if (cgroup_task_count(css->cgroup) || memcg_has_children(memcg)) {
Glauber Costa510fc4e2012-12-18 14:21:47 -08004787 ret = -EBUSY;
4788 goto out;
4789 }
4790 ret = res_counter_set_limit(&memcg->kmem, val);
4791 VM_BUG_ON(ret);
4792
Glauber Costa55007d82012-12-18 14:22:38 -08004793 ret = memcg_update_cache_sizes(memcg);
4794 if (ret) {
4795 res_counter_set_limit(&memcg->kmem, RESOURCE_MAX);
4796 goto out;
4797 }
Glauber Costa692e89a2013-02-22 16:34:56 -08004798 static_key_slow_inc(&memcg_kmem_enabled_key);
4799 /*
4800 * setting the active bit after the inc will guarantee no one
4801 * starts accounting before all call sites are patched
4802 */
4803 memcg_kmem_set_active(memcg);
Glauber Costa510fc4e2012-12-18 14:21:47 -08004804 } else
4805 ret = res_counter_set_limit(&memcg->kmem, val);
4806out:
4807 mutex_unlock(&set_limit_mutex);
Glauber Costa09998212013-02-22 16:34:55 -08004808 mutex_unlock(&memcg_create_mutex);
Glauber Costa510fc4e2012-12-18 14:21:47 -08004809#endif
4810 return ret;
4811}
4812
Hugh Dickins6d0439902013-02-22 16:35:50 -08004813#ifdef CONFIG_MEMCG_KMEM
Glauber Costa55007d82012-12-18 14:22:38 -08004814static int memcg_propagate_kmem(struct mem_cgroup *memcg)
Glauber Costa510fc4e2012-12-18 14:21:47 -08004815{
Glauber Costa55007d82012-12-18 14:22:38 -08004816 int ret = 0;
Glauber Costa510fc4e2012-12-18 14:21:47 -08004817 struct mem_cgroup *parent = parent_mem_cgroup(memcg);
4818 if (!parent)
Glauber Costa55007d82012-12-18 14:22:38 -08004819 goto out;
4820
Glauber Costa510fc4e2012-12-18 14:21:47 -08004821 memcg->kmem_account_flags = parent->kmem_account_flags;
Glauber Costaa8964b92012-12-18 14:22:09 -08004822 /*
4823 * When that happen, we need to disable the static branch only on those
4824 * memcgs that enabled it. To achieve this, we would be forced to
4825 * complicate the code by keeping track of which memcgs were the ones
4826 * that actually enabled limits, and which ones got it from its
4827 * parents.
4828 *
4829 * It is a lot simpler just to do static_key_slow_inc() on every child
4830 * that is accounted.
4831 */
Glauber Costa55007d82012-12-18 14:22:38 -08004832 if (!memcg_kmem_is_active(memcg))
4833 goto out;
4834
4835 /*
Li Zefan10d5ebf2013-07-08 16:00:33 -07004836 * __mem_cgroup_free() will issue static_key_slow_dec() because this
4837 * memcg is active already. If the later initialization fails then the
4838 * cgroup core triggers the cleanup so we do not have to do it here.
Glauber Costa55007d82012-12-18 14:22:38 -08004839 */
Glauber Costa55007d82012-12-18 14:22:38 -08004840 static_key_slow_inc(&memcg_kmem_enabled_key);
4841
4842 mutex_lock(&set_limit_mutex);
Glauber Costa425c5982013-07-08 16:00:01 -07004843 memcg_stop_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08004844 ret = memcg_update_cache_sizes(memcg);
Glauber Costa425c5982013-07-08 16:00:01 -07004845 memcg_resume_kmem_account();
Glauber Costa55007d82012-12-18 14:22:38 -08004846 mutex_unlock(&set_limit_mutex);
Glauber Costa55007d82012-12-18 14:22:38 -08004847out:
4848 return ret;
Glauber Costa510fc4e2012-12-18 14:21:47 -08004849}
Hugh Dickins6d0439902013-02-22 16:35:50 -08004850#endif /* CONFIG_MEMCG_KMEM */
Glauber Costa510fc4e2012-12-18 14:21:47 -08004851
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004852/*
4853 * The user of this function is...
4854 * RES_LIMIT.
4855 */
Tejun Heo182446d2013-08-08 20:11:24 -04004856static int mem_cgroup_write(struct cgroup_subsys_state *css, struct cftype *cft,
Paul Menage856c13a2008-07-25 01:47:04 -07004857 const char *buffer)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004858{
Tejun Heo182446d2013-08-08 20:11:24 -04004859 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Glauber Costa86ae53e2012-12-18 14:21:45 -08004860 enum res_type type;
4861 int name;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004862 unsigned long long val;
4863 int ret;
4864
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004865 type = MEMFILE_TYPE(cft->private);
4866 name = MEMFILE_ATTR(cft->private);
Tejun Heoaf36f902012-04-01 12:09:55 -07004867
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004868 switch (name) {
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004869 case RES_LIMIT:
Balbir Singh4b3bde42009-09-23 15:56:32 -07004870 if (mem_cgroup_is_root(memcg)) { /* Can't set limit on root */
4871 ret = -EINVAL;
4872 break;
4873 }
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004874 /* This function does all necessary parse...reuse it */
4875 ret = res_counter_memparse_write_strategy(buffer, &val);
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004876 if (ret)
4877 break;
4878 if (type == _MEM)
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004879 ret = mem_cgroup_resize_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08004880 else if (type == _MEMSWAP)
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004881 ret = mem_cgroup_resize_memsw_limit(memcg, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08004882 else if (type == _KMEM)
Tejun Heo182446d2013-08-08 20:11:24 -04004883 ret = memcg_update_kmem_limit(css, val);
Glauber Costa510fc4e2012-12-18 14:21:47 -08004884 else
4885 return -EINVAL;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004886 break;
Balbir Singh296c81d2009-09-23 15:56:36 -07004887 case RES_SOFT_LIMIT:
4888 ret = res_counter_memparse_write_strategy(buffer, &val);
4889 if (ret)
4890 break;
4891 /*
4892 * For memsw, soft limits are hard to implement in terms
4893 * of semantics, for now, we support soft limits for
4894 * control without swap
4895 */
4896 if (type == _MEM)
4897 ret = res_counter_set_soft_limit(&memcg->res, val);
4898 else
4899 ret = -EINVAL;
4900 break;
KAMEZAWA Hiroyuki628f4232008-07-25 01:47:20 -07004901 default:
4902 ret = -EINVAL; /* should be BUG() ? */
4903 break;
4904 }
4905 return ret;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08004906}
4907
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08004908static void memcg_get_hierarchical_limit(struct mem_cgroup *memcg,
4909 unsigned long long *mem_limit, unsigned long long *memsw_limit)
4910{
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08004911 unsigned long long min_limit, min_memsw_limit, tmp;
4912
4913 min_limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
4914 min_memsw_limit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08004915 if (!memcg->use_hierarchy)
4916 goto out;
4917
Tejun Heo63876982013-08-08 20:11:23 -04004918 while (css_parent(&memcg->css)) {
4919 memcg = mem_cgroup_from_css(css_parent(&memcg->css));
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08004920 if (!memcg->use_hierarchy)
4921 break;
4922 tmp = res_counter_read_u64(&memcg->res, RES_LIMIT);
4923 min_limit = min(min_limit, tmp);
4924 tmp = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
4925 min_memsw_limit = min(min_memsw_limit, tmp);
4926 }
4927out:
4928 *mem_limit = min_limit;
4929 *memsw_limit = min_memsw_limit;
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08004930}
4931
Tejun Heo182446d2013-08-08 20:11:24 -04004932static int mem_cgroup_reset(struct cgroup_subsys_state *css, unsigned int event)
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07004933{
Tejun Heo182446d2013-08-08 20:11:24 -04004934 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Glauber Costa86ae53e2012-12-18 14:21:45 -08004935 int name;
4936 enum res_type type;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07004937
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004938 type = MEMFILE_TYPE(event);
4939 name = MEMFILE_ATTR(event);
Tejun Heoaf36f902012-04-01 12:09:55 -07004940
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004941 switch (name) {
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07004942 case RES_MAX_USAGE:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004943 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004944 res_counter_reset_max(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08004945 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004946 res_counter_reset_max(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08004947 else if (type == _KMEM)
4948 res_counter_reset_max(&memcg->kmem);
4949 else
4950 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07004951 break;
4952 case RES_FAILCNT:
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08004953 if (type == _MEM)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004954 res_counter_reset_failcnt(&memcg->res);
Glauber Costa510fc4e2012-12-18 14:21:47 -08004955 else if (type == _MEMSWAP)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07004956 res_counter_reset_failcnt(&memcg->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08004957 else if (type == _KMEM)
4958 res_counter_reset_failcnt(&memcg->kmem);
4959 else
4960 return -EINVAL;
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07004961 break;
4962 }
Balbir Singhf64c3f52009-09-23 15:56:37 -07004963
Pavel Emelyanov85cc59d2008-04-29 01:00:20 -07004964 return 0;
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07004965}
4966
Tejun Heo182446d2013-08-08 20:11:24 -04004967static u64 mem_cgroup_move_charge_read(struct cgroup_subsys_state *css,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004968 struct cftype *cft)
4969{
Tejun Heo182446d2013-08-08 20:11:24 -04004970 return mem_cgroup_from_css(css)->move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004971}
4972
Daisuke Nishimura02491442010-03-10 15:22:17 -08004973#ifdef CONFIG_MMU
Tejun Heo182446d2013-08-08 20:11:24 -04004974static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004975 struct cftype *cft, u64 val)
4976{
Tejun Heo182446d2013-08-08 20:11:24 -04004977 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004978
4979 if (val >= (1 << NR_MOVE_TYPE))
4980 return -EINVAL;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004981
Glauber Costaee5e8472013-02-22 16:34:50 -08004982 /*
4983 * No kind of locking is needed in here, because ->can_attach() will
4984 * check this value once in the beginning of the process, and then carry
4985 * on with stale data. This means that changes to this value will only
4986 * affect task migrations starting after the change.
4987 */
4988 memcg->move_charge_at_immigrate = val;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004989 return 0;
4990}
Daisuke Nishimura02491442010-03-10 15:22:17 -08004991#else
Tejun Heo182446d2013-08-08 20:11:24 -04004992static int mem_cgroup_move_charge_write(struct cgroup_subsys_state *css,
Daisuke Nishimura02491442010-03-10 15:22:17 -08004993 struct cftype *cft, u64 val)
4994{
4995 return -ENOSYS;
4996}
4997#endif
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08004998
Ying Han406eb0c2011-05-26 16:25:37 -07004999#ifdef CONFIG_NUMA
Tejun Heo182446d2013-08-08 20:11:24 -04005000static int memcg_numa_stat_show(struct cgroup_subsys_state *css,
5001 struct cftype *cft, struct seq_file *m)
Ying Han406eb0c2011-05-26 16:25:37 -07005002{
5003 int nid;
5004 unsigned long total_nr, file_nr, anon_nr, unevictable_nr;
5005 unsigned long node_nr;
Tejun Heo182446d2013-08-08 20:11:24 -04005006 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Ying Han406eb0c2011-05-26 16:25:37 -07005007
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005008 total_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005009 seq_printf(m, "total=%lu", total_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005010 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005011 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid, LRU_ALL);
Ying Han406eb0c2011-05-26 16:25:37 -07005012 seq_printf(m, " N%d=%lu", nid, node_nr);
5013 }
5014 seq_putc(m, '\n');
5015
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005016 file_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005017 seq_printf(m, "file=%lu", file_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005018 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005019 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005020 LRU_ALL_FILE);
Ying Han406eb0c2011-05-26 16:25:37 -07005021 seq_printf(m, " N%d=%lu", nid, node_nr);
5022 }
5023 seq_putc(m, '\n');
5024
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005025 anon_nr = mem_cgroup_nr_lru_pages(memcg, LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005026 seq_printf(m, "anon=%lu", anon_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005027 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005028 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005029 LRU_ALL_ANON);
Ying Han406eb0c2011-05-26 16:25:37 -07005030 seq_printf(m, " N%d=%lu", nid, node_nr);
5031 }
5032 seq_putc(m, '\n');
5033
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005034 unevictable_nr = mem_cgroup_nr_lru_pages(memcg, BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005035 seq_printf(m, "unevictable=%lu", unevictable_nr);
Lai Jiangshan31aaea42012-12-12 13:51:27 -08005036 for_each_node_state(nid, N_MEMORY) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005037 node_nr = mem_cgroup_node_nr_lru_pages(memcg, nid,
KAMEZAWA Hiroyukibb2a0de2011-07-26 16:08:22 -07005038 BIT(LRU_UNEVICTABLE));
Ying Han406eb0c2011-05-26 16:25:37 -07005039 seq_printf(m, " N%d=%lu", nid, node_nr);
5040 }
5041 seq_putc(m, '\n');
5042 return 0;
5043}
5044#endif /* CONFIG_NUMA */
5045
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005046static inline void mem_cgroup_lru_names_not_uptodate(void)
5047{
5048 BUILD_BUG_ON(ARRAY_SIZE(mem_cgroup_lru_names) != NR_LRU_LISTS);
5049}
5050
Tejun Heo182446d2013-08-08 20:11:24 -04005051static int memcg_stat_show(struct cgroup_subsys_state *css, struct cftype *cft,
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005052 struct seq_file *m)
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005053{
Tejun Heo182446d2013-08-08 20:11:24 -04005054 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005055 struct mem_cgroup *mi;
5056 unsigned int i;
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005057
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005058 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005059 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005060 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005061 seq_printf(m, "%s %ld\n", mem_cgroup_stat_names[i],
5062 mem_cgroup_read_stat(memcg, i) * PAGE_SIZE);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005063 }
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005064
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005065 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++)
5066 seq_printf(m, "%s %lu\n", mem_cgroup_events_names[i],
5067 mem_cgroup_read_events(memcg, i));
5068
5069 for (i = 0; i < NR_LRU_LISTS; i++)
5070 seq_printf(m, "%s %lu\n", mem_cgroup_lru_names[i],
5071 mem_cgroup_nr_lru_pages(memcg, BIT(i)) * PAGE_SIZE);
5072
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005073 /* Hierarchical information */
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005074 {
5075 unsigned long long limit, memsw_limit;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005076 memcg_get_hierarchical_limit(memcg, &limit, &memsw_limit);
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005077 seq_printf(m, "hierarchical_memory_limit %llu\n", limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005078 if (do_swap_account)
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005079 seq_printf(m, "hierarchical_memsw_limit %llu\n",
5080 memsw_limit);
KAMEZAWA Hiroyukifee7b542009-01-07 18:08:26 -08005081 }
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005082
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005083 for (i = 0; i < MEM_CGROUP_STAT_NSTATS; i++) {
5084 long long val = 0;
5085
Kamezawa Hiroyukibff6bb82012-07-31 16:41:38 -07005086 if (i == MEM_CGROUP_STAT_SWAP && !do_swap_account)
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005087 continue;
Johannes Weineraf7c4b02012-05-29 15:07:08 -07005088 for_each_mem_cgroup_tree(mi, memcg)
5089 val += mem_cgroup_read_stat(mi, i) * PAGE_SIZE;
5090 seq_printf(m, "total_%s %lld\n", mem_cgroup_stat_names[i], val);
5091 }
5092
5093 for (i = 0; i < MEM_CGROUP_EVENTS_NSTATS; i++) {
5094 unsigned long long val = 0;
5095
5096 for_each_mem_cgroup_tree(mi, memcg)
5097 val += mem_cgroup_read_events(mi, i);
5098 seq_printf(m, "total_%s %llu\n",
5099 mem_cgroup_events_names[i], val);
5100 }
5101
5102 for (i = 0; i < NR_LRU_LISTS; i++) {
5103 unsigned long long val = 0;
5104
5105 for_each_mem_cgroup_tree(mi, memcg)
5106 val += mem_cgroup_nr_lru_pages(mi, BIT(i)) * PAGE_SIZE;
5107 seq_printf(m, "total_%s %llu\n", mem_cgroup_lru_names[i], val);
Daisuke Nishimura1dd3a272009-09-23 15:56:43 -07005108 }
KAMEZAWA Hiroyuki14067bb2009-04-02 16:57:35 -07005109
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005110#ifdef CONFIG_DEBUG_VM
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005111 {
5112 int nid, zid;
5113 struct mem_cgroup_per_zone *mz;
Hugh Dickins89abfab2012-05-29 15:06:53 -07005114 struct zone_reclaim_stat *rstat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005115 unsigned long recent_rotated[2] = {0, 0};
5116 unsigned long recent_scanned[2] = {0, 0};
5117
5118 for_each_online_node(nid)
5119 for (zid = 0; zid < MAX_NR_ZONES; zid++) {
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005120 mz = mem_cgroup_zoneinfo(memcg, nid, zid);
Hugh Dickins89abfab2012-05-29 15:06:53 -07005121 rstat = &mz->lruvec.reclaim_stat;
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005122
Hugh Dickins89abfab2012-05-29 15:06:53 -07005123 recent_rotated[0] += rstat->recent_rotated[0];
5124 recent_rotated[1] += rstat->recent_rotated[1];
5125 recent_scanned[0] += rstat->recent_scanned[0];
5126 recent_scanned[1] += rstat->recent_scanned[1];
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005127 }
Johannes Weiner78ccf5b2012-05-29 15:07:06 -07005128 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]);
5129 seq_printf(m, "recent_rotated_file %lu\n", recent_rotated[1]);
5130 seq_printf(m, "recent_scanned_anon %lu\n", recent_scanned[0]);
5131 seq_printf(m, "recent_scanned_file %lu\n", recent_scanned[1]);
KOSAKI Motohiro7f016ee2009-01-07 18:08:22 -08005132 }
5133#endif
5134
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005135 return 0;
5136}
5137
Tejun Heo182446d2013-08-08 20:11:24 -04005138static u64 mem_cgroup_swappiness_read(struct cgroup_subsys_state *css,
5139 struct cftype *cft)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005140{
Tejun Heo182446d2013-08-08 20:11:24 -04005141 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005142
KAMEZAWA Hiroyuki1f4c0252011-07-26 16:08:21 -07005143 return mem_cgroup_swappiness(memcg);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005144}
5145
Tejun Heo182446d2013-08-08 20:11:24 -04005146static int mem_cgroup_swappiness_write(struct cgroup_subsys_state *css,
5147 struct cftype *cft, u64 val)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005148{
Tejun Heo182446d2013-08-08 20:11:24 -04005149 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Tejun Heo63876982013-08-08 20:11:23 -04005150 struct mem_cgroup *parent = mem_cgroup_from_css(css_parent(&memcg->css));
Li Zefan068b38c2009-01-15 13:51:26 -08005151
Tejun Heo63876982013-08-08 20:11:23 -04005152 if (val > 100 || !parent)
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005153 return -EINVAL;
5154
Glauber Costa09998212013-02-22 16:34:55 -08005155 mutex_lock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005156
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005157 /* If under hierarchy, only empty-root can set this value */
Glauber Costab5f99b52013-02-22 16:34:53 -08005158 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005159 mutex_unlock(&memcg_create_mutex);
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005160 return -EINVAL;
Li Zefan068b38c2009-01-15 13:51:26 -08005161 }
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005162
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005163 memcg->swappiness = val;
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005164
Glauber Costa09998212013-02-22 16:34:55 -08005165 mutex_unlock(&memcg_create_mutex);
Li Zefan068b38c2009-01-15 13:51:26 -08005166
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005167 return 0;
5168}
5169
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005170static void __mem_cgroup_threshold(struct mem_cgroup *memcg, bool swap)
5171{
5172 struct mem_cgroup_threshold_ary *t;
5173 u64 usage;
5174 int i;
5175
5176 rcu_read_lock();
5177 if (!swap)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005178 t = rcu_dereference(memcg->thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005179 else
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005180 t = rcu_dereference(memcg->memsw_thresholds.primary);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005181
5182 if (!t)
5183 goto unlock;
5184
5185 usage = mem_cgroup_usage(memcg, swap);
5186
5187 /*
Sha Zhengju748dad32012-05-29 15:06:57 -07005188 * current_threshold points to threshold just below or equal to usage.
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005189 * If it's not true, a threshold was crossed after last
5190 * call of __mem_cgroup_threshold().
5191 */
Phil Carmody5407a562010-05-26 14:42:42 -07005192 i = t->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005193
5194 /*
5195 * Iterate backward over array of thresholds starting from
5196 * current_threshold and check if a threshold is crossed.
5197 * If none of thresholds below usage is crossed, we read
5198 * only one element of the array here.
5199 */
5200 for (; i >= 0 && unlikely(t->entries[i].threshold > usage); i--)
5201 eventfd_signal(t->entries[i].eventfd, 1);
5202
5203 /* i = current_threshold + 1 */
5204 i++;
5205
5206 /*
5207 * Iterate forward over array of thresholds starting from
5208 * current_threshold+1 and check if a threshold is crossed.
5209 * If none of thresholds above usage is crossed, we read
5210 * only one element of the array here.
5211 */
5212 for (; i < t->size && unlikely(t->entries[i].threshold <= usage); i++)
5213 eventfd_signal(t->entries[i].eventfd, 1);
5214
5215 /* Update current_threshold */
Phil Carmody5407a562010-05-26 14:42:42 -07005216 t->current_threshold = i - 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005217unlock:
5218 rcu_read_unlock();
5219}
5220
5221static void mem_cgroup_threshold(struct mem_cgroup *memcg)
5222{
Kirill A. Shutemovad4ca5f2010-10-07 12:59:27 -07005223 while (memcg) {
5224 __mem_cgroup_threshold(memcg, false);
5225 if (do_swap_account)
5226 __mem_cgroup_threshold(memcg, true);
5227
5228 memcg = parent_mem_cgroup(memcg);
5229 }
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005230}
5231
5232static int compare_thresholds(const void *a, const void *b)
5233{
5234 const struct mem_cgroup_threshold *_a = a;
5235 const struct mem_cgroup_threshold *_b = b;
5236
Greg Thelen2bff24a2013-09-11 14:23:08 -07005237 if (_a->threshold > _b->threshold)
5238 return 1;
5239
5240 if (_a->threshold < _b->threshold)
5241 return -1;
5242
5243 return 0;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005244}
5245
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005246static int mem_cgroup_oom_notify_cb(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005247{
5248 struct mem_cgroup_eventfd_list *ev;
5249
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005250 list_for_each_entry(ev, &memcg->oom_notify, list)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005251 eventfd_signal(ev->eventfd, 1);
5252 return 0;
5253}
5254
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005255static void mem_cgroup_oom_notify(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005256{
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005257 struct mem_cgroup *iter;
5258
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005259 for_each_mem_cgroup_tree(iter, memcg)
KAMEZAWA Hiroyuki7d74b062010-10-27 15:33:41 -07005260 mem_cgroup_oom_notify_cb(iter);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005261}
5262
Tejun Heo81eeaf02013-08-08 20:11:26 -04005263static int mem_cgroup_usage_register_event(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005264 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005265{
Tejun Heo81eeaf02013-08-08 20:11:26 -04005266 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005267 struct mem_cgroup_thresholds *thresholds;
5268 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005269 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005270 u64 threshold, usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005271 int i, size, ret;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005272
5273 ret = res_counter_memparse_write_strategy(args, &threshold);
5274 if (ret)
5275 return ret;
5276
5277 mutex_lock(&memcg->thresholds_lock);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005278
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005279 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005280 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005281 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005282 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005283 else
5284 BUG();
5285
5286 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5287
5288 /* Check if a threshold crossed before adding a new one */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005289 if (thresholds->primary)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005290 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5291
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005292 size = thresholds->primary ? thresholds->primary->size + 1 : 1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005293
5294 /* Allocate memory for new array of thresholds */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005295 new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005296 GFP_KERNEL);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005297 if (!new) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005298 ret = -ENOMEM;
5299 goto unlock;
5300 }
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005301 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005302
5303 /* Copy thresholds (if any) to new array */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005304 if (thresholds->primary) {
5305 memcpy(new->entries, thresholds->primary->entries, (size - 1) *
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005306 sizeof(struct mem_cgroup_threshold));
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005307 }
5308
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005309 /* Add new threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005310 new->entries[size - 1].eventfd = eventfd;
5311 new->entries[size - 1].threshold = threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005312
5313 /* Sort thresholds. Registering of new threshold isn't time-critical */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005314 sort(new->entries, size, sizeof(struct mem_cgroup_threshold),
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005315 compare_thresholds, NULL);
5316
5317 /* Find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005318 new->current_threshold = -1;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005319 for (i = 0; i < size; i++) {
Sha Zhengju748dad32012-05-29 15:06:57 -07005320 if (new->entries[i].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005321 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005322 * new->current_threshold will not be used until
5323 * rcu_assign_pointer(), so it's safe to increment
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005324 * it here.
5325 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005326 ++new->current_threshold;
Sha Zhengju748dad32012-05-29 15:06:57 -07005327 } else
5328 break;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005329 }
5330
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005331 /* Free old spare buffer and save old primary buffer as spare */
5332 kfree(thresholds->spare);
5333 thresholds->spare = thresholds->primary;
5334
5335 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005336
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005337 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005338 synchronize_rcu();
5339
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005340unlock:
5341 mutex_unlock(&memcg->thresholds_lock);
5342
5343 return ret;
5344}
5345
Tejun Heo81eeaf02013-08-08 20:11:26 -04005346static void mem_cgroup_usage_unregister_event(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005347 struct cftype *cft, struct eventfd_ctx *eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005348{
Tejun Heo81eeaf02013-08-08 20:11:26 -04005349 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005350 struct mem_cgroup_thresholds *thresholds;
5351 struct mem_cgroup_threshold_ary *new;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005352 enum res_type type = MEMFILE_TYPE(cft->private);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005353 u64 usage;
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005354 int i, j, size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005355
5356 mutex_lock(&memcg->thresholds_lock);
5357 if (type == _MEM)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005358 thresholds = &memcg->thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005359 else if (type == _MEMSWAP)
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005360 thresholds = &memcg->memsw_thresholds;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005361 else
5362 BUG();
5363
Anton Vorontsov371528c2012-02-24 05:14:46 +04005364 if (!thresholds->primary)
5365 goto unlock;
5366
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005367 usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
5368
5369 /* Check if a threshold crossed before removing */
5370 __mem_cgroup_threshold(memcg, type == _MEMSWAP);
5371
5372 /* Calculate new number of threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005373 size = 0;
5374 for (i = 0; i < thresholds->primary->size; i++) {
5375 if (thresholds->primary->entries[i].eventfd != eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005376 size++;
5377 }
5378
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005379 new = thresholds->spare;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005380
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005381 /* Set thresholds array to NULL if we don't have thresholds */
5382 if (!size) {
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005383 kfree(new);
5384 new = NULL;
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005385 goto swap_buffers;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005386 }
5387
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005388 new->size = size;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005389
5390 /* Copy thresholds and find current threshold */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005391 new->current_threshold = -1;
5392 for (i = 0, j = 0; i < thresholds->primary->size; i++) {
5393 if (thresholds->primary->entries[i].eventfd == eventfd)
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005394 continue;
5395
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005396 new->entries[j] = thresholds->primary->entries[i];
Sha Zhengju748dad32012-05-29 15:06:57 -07005397 if (new->entries[j].threshold <= usage) {
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005398 /*
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005399 * new->current_threshold will not be used
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005400 * until rcu_assign_pointer(), so it's safe to increment
5401 * it here.
5402 */
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005403 ++new->current_threshold;
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005404 }
5405 j++;
5406 }
5407
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005408swap_buffers:
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005409 /* Swap primary and spare array */
5410 thresholds->spare = thresholds->primary;
Sha Zhengju8c757762012-05-10 13:01:45 -07005411 /* If all events are unregistered, free the spare array */
5412 if (!new) {
5413 kfree(thresholds->spare);
5414 thresholds->spare = NULL;
5415 }
5416
Kirill A. Shutemov2c488db2010-05-26 14:42:47 -07005417 rcu_assign_pointer(thresholds->primary, new);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005418
Kirill A. Shutemov907860e2010-05-26 14:42:46 -07005419 /* To be sure that nobody uses thresholds */
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005420 synchronize_rcu();
Anton Vorontsov371528c2012-02-24 05:14:46 +04005421unlock:
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005422 mutex_unlock(&memcg->thresholds_lock);
Kirill A. Shutemov2e72b632010-03-10 15:22:24 -08005423}
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005424
Tejun Heo81eeaf02013-08-08 20:11:26 -04005425static int mem_cgroup_oom_register_event(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005426 struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
5427{
Tejun Heo81eeaf02013-08-08 20:11:26 -04005428 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005429 struct mem_cgroup_eventfd_list *event;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005430 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005431
5432 BUG_ON(type != _OOM_TYPE);
5433 event = kmalloc(sizeof(*event), GFP_KERNEL);
5434 if (!event)
5435 return -ENOMEM;
5436
Michal Hocko1af8efe2011-07-26 16:08:24 -07005437 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005438
5439 event->eventfd = eventfd;
5440 list_add(&event->list, &memcg->oom_notify);
5441
5442 /* already in OOM ? */
Michal Hocko79dfdac2011-07-26 16:08:23 -07005443 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005444 eventfd_signal(eventfd, 1);
Michal Hocko1af8efe2011-07-26 16:08:24 -07005445 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005446
5447 return 0;
5448}
5449
Tejun Heo81eeaf02013-08-08 20:11:26 -04005450static void mem_cgroup_oom_unregister_event(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005451 struct cftype *cft, struct eventfd_ctx *eventfd)
5452{
Tejun Heo81eeaf02013-08-08 20:11:26 -04005453 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005454 struct mem_cgroup_eventfd_list *ev, *tmp;
Glauber Costa86ae53e2012-12-18 14:21:45 -08005455 enum res_type type = MEMFILE_TYPE(cft->private);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005456
5457 BUG_ON(type != _OOM_TYPE);
5458
Michal Hocko1af8efe2011-07-26 16:08:24 -07005459 spin_lock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005460
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005461 list_for_each_entry_safe(ev, tmp, &memcg->oom_notify, list) {
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005462 if (ev->eventfd == eventfd) {
5463 list_del(&ev->list);
5464 kfree(ev);
5465 }
5466 }
5467
Michal Hocko1af8efe2011-07-26 16:08:24 -07005468 spin_unlock(&memcg_oom_lock);
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005469}
5470
Tejun Heo182446d2013-08-08 20:11:24 -04005471static int mem_cgroup_oom_control_read(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005472 struct cftype *cft, struct cgroup_map_cb *cb)
5473{
Tejun Heo182446d2013-08-08 20:11:24 -04005474 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005475
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005476 cb->fill(cb, "oom_kill_disable", memcg->oom_kill_disable);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005477
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005478 if (atomic_read(&memcg->under_oom))
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005479 cb->fill(cb, "under_oom", 1);
5480 else
5481 cb->fill(cb, "under_oom", 0);
5482 return 0;
5483}
5484
Tejun Heo182446d2013-08-08 20:11:24 -04005485static int mem_cgroup_oom_control_write(struct cgroup_subsys_state *css,
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005486 struct cftype *cft, u64 val)
5487{
Tejun Heo182446d2013-08-08 20:11:24 -04005488 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Tejun Heo63876982013-08-08 20:11:23 -04005489 struct mem_cgroup *parent = mem_cgroup_from_css(css_parent(&memcg->css));
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005490
5491 /* cannot set to root cgroup and only 0 and 1 are allowed */
Tejun Heo63876982013-08-08 20:11:23 -04005492 if (!parent || !((val == 0) || (val == 1)))
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005493 return -EINVAL;
5494
Glauber Costa09998212013-02-22 16:34:55 -08005495 mutex_lock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005496 /* oom-kill-disable is a flag for subhierarchy. */
Glauber Costab5f99b52013-02-22 16:34:53 -08005497 if ((parent->use_hierarchy) || memcg_has_children(memcg)) {
Glauber Costa09998212013-02-22 16:34:55 -08005498 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005499 return -EINVAL;
5500 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005501 memcg->oom_kill_disable = val;
KAMEZAWA Hiroyuki4d845eb2010-06-29 15:05:18 -07005502 if (!val)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005503 memcg_oom_recover(memcg);
Glauber Costa09998212013-02-22 16:34:55 -08005504 mutex_unlock(&memcg_create_mutex);
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005505 return 0;
5506}
5507
Andrew Mortonc255a452012-07-31 16:43:02 -07005508#ifdef CONFIG_MEMCG_KMEM
Glauber Costacbe128e32012-04-09 19:36:34 -03005509static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005510{
Glauber Costa55007d82012-12-18 14:22:38 -08005511 int ret;
5512
Glauber Costa2633d7a2012-12-18 14:22:34 -08005513 memcg->kmemcg_id = -1;
Glauber Costa55007d82012-12-18 14:22:38 -08005514 ret = memcg_propagate_kmem(memcg);
5515 if (ret)
5516 return ret;
Glauber Costa2633d7a2012-12-18 14:22:34 -08005517
Glauber Costa1d62e432012-04-09 19:36:33 -03005518 return mem_cgroup_sockets_init(memcg, ss);
Michel Lespinasse573b4002013-04-29 15:08:13 -07005519}
Glauber Costae5671df2011-12-11 21:47:01 +00005520
Li Zefan10d5ebf2013-07-08 16:00:33 -07005521static void memcg_destroy_kmem(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005522{
Glauber Costa1d62e432012-04-09 19:36:33 -03005523 mem_cgroup_sockets_destroy(memcg);
Li Zefan10d5ebf2013-07-08 16:00:33 -07005524}
5525
5526static void kmem_cgroup_css_offline(struct mem_cgroup *memcg)
5527{
5528 if (!memcg_kmem_is_active(memcg))
5529 return;
5530
5531 /*
5532 * kmem charges can outlive the cgroup. In the case of slab
5533 * pages, for instance, a page contain objects from various
5534 * processes. As we prevent from taking a reference for every
5535 * such allocation we have to be careful when doing uncharge
5536 * (see memcg_uncharge_kmem) and here during offlining.
5537 *
5538 * The idea is that that only the _last_ uncharge which sees
5539 * the dead memcg will drop the last reference. An additional
5540 * reference is taken here before the group is marked dead
5541 * which is then paired with css_put during uncharge resp. here.
5542 *
5543 * Although this might sound strange as this path is called from
5544 * css_offline() when the referencemight have dropped down to 0
5545 * and shouldn't be incremented anymore (css_tryget would fail)
5546 * we do not have other options because of the kmem allocations
5547 * lifetime.
5548 */
5549 css_get(&memcg->css);
Glauber Costa7de37682012-12-18 14:22:07 -08005550
5551 memcg_kmem_mark_dead(memcg);
5552
5553 if (res_counter_read_u64(&memcg->kmem, RES_USAGE) != 0)
5554 return;
5555
Glauber Costa7de37682012-12-18 14:22:07 -08005556 if (memcg_kmem_test_and_clear_dead(memcg))
Li Zefan10d5ebf2013-07-08 16:00:33 -07005557 css_put(&memcg->css);
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005558}
Glauber Costae5671df2011-12-11 21:47:01 +00005559#else
Glauber Costacbe128e32012-04-09 19:36:34 -03005560static int memcg_init_kmem(struct mem_cgroup *memcg, struct cgroup_subsys *ss)
Glauber Costae5671df2011-12-11 21:47:01 +00005561{
5562 return 0;
5563}
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005564
Li Zefan10d5ebf2013-07-08 16:00:33 -07005565static void memcg_destroy_kmem(struct mem_cgroup *memcg)
5566{
5567}
5568
5569static void kmem_cgroup_css_offline(struct mem_cgroup *memcg)
Glauber Costad1a4c0b2011-12-11 21:47:04 +00005570{
5571}
Glauber Costae5671df2011-12-11 21:47:01 +00005572#endif
5573
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005574static struct cftype mem_cgroup_files[] = {
5575 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005576 .name = "usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005577 .private = MEMFILE_PRIVATE(_MEM, RES_USAGE),
Tejun Heoaf36f902012-04-01 12:09:55 -07005578 .read = mem_cgroup_read,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005579 .register_event = mem_cgroup_usage_register_event,
5580 .unregister_event = mem_cgroup_usage_unregister_event,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005581 },
5582 {
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005583 .name = "max_usage_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005584 .private = MEMFILE_PRIVATE(_MEM, RES_MAX_USAGE),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005585 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005586 .read = mem_cgroup_read,
Pavel Emelyanovc84872e2008-04-29 01:00:17 -07005587 },
5588 {
Balbir Singh0eea1032008-02-07 00:13:57 -08005589 .name = "limit_in_bytes",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005590 .private = MEMFILE_PRIVATE(_MEM, RES_LIMIT),
Paul Menage856c13a2008-07-25 01:47:04 -07005591 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005592 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005593 },
5594 {
Balbir Singh296c81d2009-09-23 15:56:36 -07005595 .name = "soft_limit_in_bytes",
5596 .private = MEMFILE_PRIVATE(_MEM, RES_SOFT_LIMIT),
5597 .write_string = mem_cgroup_write,
Tejun Heoaf36f902012-04-01 12:09:55 -07005598 .read = mem_cgroup_read,
Balbir Singh296c81d2009-09-23 15:56:36 -07005599 },
5600 {
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005601 .name = "failcnt",
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005602 .private = MEMFILE_PRIVATE(_MEM, RES_FAILCNT),
Pavel Emelyanov29f2a4d2008-04-29 01:00:21 -07005603 .trigger = mem_cgroup_reset,
Tejun Heoaf36f902012-04-01 12:09:55 -07005604 .read = mem_cgroup_read,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005605 },
Balbir Singh8697d332008-02-07 00:13:59 -08005606 {
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005607 .name = "stat",
Wanpeng Liab215882012-07-31 16:43:09 -07005608 .read_seq_string = memcg_stat_show,
KAMEZAWA Hiroyukid2ceb9b2008-02-07 00:14:25 -08005609 },
KAMEZAWA Hiroyukic1e862c2009-01-07 18:07:55 -08005610 {
5611 .name = "force_empty",
5612 .trigger = mem_cgroup_force_empty_write,
5613 },
Balbir Singh18f59ea2009-01-07 18:08:07 -08005614 {
5615 .name = "use_hierarchy",
Tejun Heof00baae2013-04-15 13:41:15 -07005616 .flags = CFTYPE_INSANE,
Balbir Singh18f59ea2009-01-07 18:08:07 -08005617 .write_u64 = mem_cgroup_hierarchy_write,
5618 .read_u64 = mem_cgroup_hierarchy_read,
5619 },
KOSAKI Motohiroa7885eb2009-01-07 18:08:24 -08005620 {
5621 .name = "swappiness",
5622 .read_u64 = mem_cgroup_swappiness_read,
5623 .write_u64 = mem_cgroup_swappiness_write,
5624 },
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005625 {
5626 .name = "move_charge_at_immigrate",
5627 .read_u64 = mem_cgroup_move_charge_read,
5628 .write_u64 = mem_cgroup_move_charge_write,
5629 },
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005630 {
5631 .name = "oom_control",
KAMEZAWA Hiroyuki3c11ecf2010-05-26 14:42:37 -07005632 .read_map = mem_cgroup_oom_control_read,
5633 .write_u64 = mem_cgroup_oom_control_write,
KAMEZAWA Hiroyuki9490ff22010-05-26 14:42:36 -07005634 .register_event = mem_cgroup_oom_register_event,
5635 .unregister_event = mem_cgroup_oom_unregister_event,
5636 .private = MEMFILE_PRIVATE(_OOM_TYPE, OOM_CONTROL),
5637 },
Anton Vorontsov70ddf632013-04-29 15:08:31 -07005638 {
5639 .name = "pressure_level",
5640 .register_event = vmpressure_register_event,
5641 .unregister_event = vmpressure_unregister_event,
5642 },
Ying Han406eb0c2011-05-26 16:25:37 -07005643#ifdef CONFIG_NUMA
5644 {
5645 .name = "numa_stat",
Wanpeng Liab215882012-07-31 16:43:09 -07005646 .read_seq_string = memcg_numa_stat_show,
Ying Han406eb0c2011-05-26 16:25:37 -07005647 },
5648#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08005649#ifdef CONFIG_MEMCG_KMEM
5650 {
5651 .name = "kmem.limit_in_bytes",
5652 .private = MEMFILE_PRIVATE(_KMEM, RES_LIMIT),
5653 .write_string = mem_cgroup_write,
5654 .read = mem_cgroup_read,
5655 },
5656 {
5657 .name = "kmem.usage_in_bytes",
5658 .private = MEMFILE_PRIVATE(_KMEM, RES_USAGE),
5659 .read = mem_cgroup_read,
5660 },
5661 {
5662 .name = "kmem.failcnt",
5663 .private = MEMFILE_PRIVATE(_KMEM, RES_FAILCNT),
5664 .trigger = mem_cgroup_reset,
5665 .read = mem_cgroup_read,
5666 },
5667 {
5668 .name = "kmem.max_usage_in_bytes",
5669 .private = MEMFILE_PRIVATE(_KMEM, RES_MAX_USAGE),
5670 .trigger = mem_cgroup_reset,
5671 .read = mem_cgroup_read,
5672 },
Glauber Costa749c5412012-12-18 14:23:01 -08005673#ifdef CONFIG_SLABINFO
5674 {
5675 .name = "kmem.slabinfo",
5676 .read_seq_string = mem_cgroup_slabinfo_read,
5677 },
5678#endif
Glauber Costa510fc4e2012-12-18 14:21:47 -08005679#endif
Tejun Heo6bc10342012-04-01 12:09:55 -07005680 { }, /* terminate */
Tejun Heoaf36f902012-04-01 12:09:55 -07005681};
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005682
Michal Hocko2d110852013-02-22 16:34:43 -08005683#ifdef CONFIG_MEMCG_SWAP
5684static struct cftype memsw_cgroup_files[] = {
5685 {
5686 .name = "memsw.usage_in_bytes",
5687 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_USAGE),
5688 .read = mem_cgroup_read,
5689 .register_event = mem_cgroup_usage_register_event,
5690 .unregister_event = mem_cgroup_usage_unregister_event,
5691 },
5692 {
5693 .name = "memsw.max_usage_in_bytes",
5694 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_MAX_USAGE),
5695 .trigger = mem_cgroup_reset,
5696 .read = mem_cgroup_read,
5697 },
5698 {
5699 .name = "memsw.limit_in_bytes",
5700 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_LIMIT),
5701 .write_string = mem_cgroup_write,
5702 .read = mem_cgroup_read,
5703 },
5704 {
5705 .name = "memsw.failcnt",
5706 .private = MEMFILE_PRIVATE(_MEMSWAP, RES_FAILCNT),
5707 .trigger = mem_cgroup_reset,
5708 .read = mem_cgroup_read,
5709 },
5710 { }, /* terminate */
5711};
5712#endif
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005713static int alloc_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005714{
5715 struct mem_cgroup_per_node *pn;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08005716 struct mem_cgroup_per_zone *mz;
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07005717 int zone, tmp = node;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08005718 /*
5719 * This routine is called against possible nodes.
5720 * But it's BUG to call kmalloc() against offline node.
5721 *
5722 * TODO: this routine can waste much memory for nodes which will
5723 * never be onlined. It's better to use memory hotplug callback
5724 * function.
5725 */
KAMEZAWA Hiroyuki41e33552008-04-08 17:41:54 -07005726 if (!node_state(node, N_NORMAL_MEMORY))
5727 tmp = -1;
Jesper Juhl17295c82011-01-13 15:47:42 -08005728 pn = kzalloc_node(sizeof(*pn), GFP_KERNEL, tmp);
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005729 if (!pn)
5730 return 1;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08005731
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08005732 for (zone = 0; zone < MAX_NR_ZONES; zone++) {
5733 mz = &pn->zoneinfo[zone];
Hugh Dickinsbea8c152012-11-16 14:14:54 -08005734 lruvec_init(&mz->lruvec);
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005735 mz->memcg = memcg;
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08005736 }
Johannes Weiner54f72fe2013-07-08 15:59:49 -07005737 memcg->nodeinfo[node] = pn;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005738 return 0;
5739}
5740
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005741static void free_mem_cgroup_per_zone_info(struct mem_cgroup *memcg, int node)
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08005742{
Johannes Weiner54f72fe2013-07-08 15:59:49 -07005743 kfree(memcg->nodeinfo[node]);
KAMEZAWA Hiroyuki1ecaab22008-02-07 00:14:38 -08005744}
5745
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07005746static struct mem_cgroup *mem_cgroup_alloc(void)
5747{
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005748 struct mem_cgroup *memcg;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08005749 size_t size = memcg_size();
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07005750
Glauber Costa45cf7eb2013-02-22 16:34:49 -08005751 /* Can be very big if nr_node_ids is very big */
Jan Blunckc8dad2b2009-01-07 18:07:53 -08005752 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005753 memcg = kzalloc(size, GFP_KERNEL);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07005754 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005755 memcg = vzalloc(size);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07005756
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005757 if (!memcg)
Dan Carpentere7bbcdf2010-03-23 13:35:12 -07005758 return NULL;
5759
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005760 memcg->stat = alloc_percpu(struct mem_cgroup_stat_cpu);
5761 if (!memcg->stat)
Dan Carpenterd2e61b82010-11-11 14:05:12 -08005762 goto out_free;
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005763 spin_lock_init(&memcg->pcp_counter_lock);
5764 return memcg;
Dan Carpenterd2e61b82010-11-11 14:05:12 -08005765
5766out_free:
5767 if (size < PAGE_SIZE)
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005768 kfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08005769 else
Hugh Dickinsd79154b2012-03-21 16:34:18 -07005770 vfree(memcg);
Dan Carpenterd2e61b82010-11-11 14:05:12 -08005771 return NULL;
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07005772}
5773
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -08005774/*
Glauber Costac8b2a362012-12-18 14:22:13 -08005775 * At destroying mem_cgroup, references from swap_cgroup can remain.
5776 * (scanning all at force_empty is too costly...)
5777 *
5778 * Instead of clearing all references at force_empty, we remember
5779 * the number of reference from swap_cgroup and free mem_cgroup when
5780 * it goes down to 0.
5781 *
5782 * Removal of cgroup itself succeeds regardless of refs from swap.
Hugh Dickins59927fb2012-03-15 15:17:07 -07005783 */
Glauber Costac8b2a362012-12-18 14:22:13 -08005784
5785static void __mem_cgroup_free(struct mem_cgroup *memcg)
Hugh Dickins59927fb2012-03-15 15:17:07 -07005786{
Glauber Costac8b2a362012-12-18 14:22:13 -08005787 int node;
Glauber Costa45cf7eb2013-02-22 16:34:49 -08005788 size_t size = memcg_size();
Hugh Dickins59927fb2012-03-15 15:17:07 -07005789
Glauber Costac8b2a362012-12-18 14:22:13 -08005790 free_css_id(&mem_cgroup_subsys, &memcg->css);
5791
5792 for_each_node(node)
5793 free_mem_cgroup_per_zone_info(memcg, node);
5794
5795 free_percpu(memcg->stat);
5796
Glauber Costa3f134612012-05-29 15:07:11 -07005797 /*
5798 * We need to make sure that (at least for now), the jump label
5799 * destruction code runs outside of the cgroup lock. This is because
5800 * get_online_cpus(), which is called from the static_branch update,
5801 * can't be called inside the cgroup_lock. cpusets are the ones
5802 * enforcing this dependency, so if they ever change, we might as well.
5803 *
5804 * schedule_work() will guarantee this happens. Be careful if you need
5805 * to move this code around, and make sure it is outside
5806 * the cgroup_lock.
5807 */
Glauber Costaa8964b92012-12-18 14:22:09 -08005808 disarm_static_keys(memcg);
Glauber Costa3afe36b2012-05-29 15:07:10 -07005809 if (size < PAGE_SIZE)
5810 kfree(memcg);
5811 else
5812 vfree(memcg);
Hugh Dickins59927fb2012-03-15 15:17:07 -07005813}
Glauber Costa3afe36b2012-05-29 15:07:10 -07005814
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08005815/*
5816 * Returns the parent mem_cgroup in memcgroup hierarchy with hierarchy enabled.
5817 */
Glauber Costae1aab162011-12-11 21:47:03 +00005818struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08005819{
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005820 if (!memcg->res.parent)
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08005821 return NULL;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005822 return mem_cgroup_from_res_counter(memcg->res.parent, res);
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08005823}
Glauber Costae1aab162011-12-11 21:47:03 +00005824EXPORT_SYMBOL(parent_mem_cgroup);
KAMEZAWA Hiroyuki33327942008-04-29 01:00:24 -07005825
Li Zefan0eb253e2009-01-15 13:51:25 -08005826static struct cgroup_subsys_state * __ref
Tejun Heoeb954192013-08-08 20:11:23 -04005827mem_cgroup_css_alloc(struct cgroup_subsys_state *parent_css)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005828{
Glauber Costad142e3e2013-02-22 16:34:52 -08005829 struct mem_cgroup *memcg;
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07005830 long error = -ENOMEM;
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005831 int node;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005832
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005833 memcg = mem_cgroup_alloc();
5834 if (!memcg)
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07005835 return ERR_PTR(error);
Pavel Emelianov78fb7462008-02-07 00:13:51 -08005836
Bob Liu3ed28fa2012-01-12 17:19:04 -08005837 for_each_node(node)
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005838 if (alloc_mem_cgroup_per_zone_info(memcg, node))
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08005839 goto free_out;
Balbir Singhf64c3f52009-09-23 15:56:37 -07005840
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08005841 /* root ? */
Tejun Heoeb954192013-08-08 20:11:23 -04005842 if (parent_css == NULL) {
Hillf Dantona41c58a2011-12-19 17:11:57 -08005843 root_mem_cgroup = memcg;
Glauber Costad142e3e2013-02-22 16:34:52 -08005844 res_counter_init(&memcg->res, NULL);
5845 res_counter_init(&memcg->memsw, NULL);
5846 res_counter_init(&memcg->kmem, NULL);
Balbir Singh18f59ea2009-01-07 18:08:07 -08005847 }
Balbir Singh28dbc4b2009-01-07 18:08:05 -08005848
Glauber Costad142e3e2013-02-22 16:34:52 -08005849 memcg->last_scanned_node = MAX_NUMNODES;
5850 INIT_LIST_HEAD(&memcg->oom_notify);
Glauber Costad142e3e2013-02-22 16:34:52 -08005851 memcg->move_charge_at_immigrate = 0;
5852 mutex_init(&memcg->thresholds_lock);
5853 spin_lock_init(&memcg->move_lock);
Anton Vorontsov70ddf632013-04-29 15:08:31 -07005854 vmpressure_init(&memcg->vmpressure);
Glauber Costad142e3e2013-02-22 16:34:52 -08005855
5856 return &memcg->css;
5857
5858free_out:
5859 __mem_cgroup_free(memcg);
5860 return ERR_PTR(error);
5861}
5862
5863static int
Tejun Heoeb954192013-08-08 20:11:23 -04005864mem_cgroup_css_online(struct cgroup_subsys_state *css)
Glauber Costad142e3e2013-02-22 16:34:52 -08005865{
Tejun Heoeb954192013-08-08 20:11:23 -04005866 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
5867 struct mem_cgroup *parent = mem_cgroup_from_css(css_parent(css));
Glauber Costad142e3e2013-02-22 16:34:52 -08005868 int error = 0;
5869
Tejun Heo63876982013-08-08 20:11:23 -04005870 if (!parent)
Glauber Costad142e3e2013-02-22 16:34:52 -08005871 return 0;
5872
Glauber Costa09998212013-02-22 16:34:55 -08005873 mutex_lock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08005874
5875 memcg->use_hierarchy = parent->use_hierarchy;
5876 memcg->oom_kill_disable = parent->oom_kill_disable;
5877 memcg->swappiness = mem_cgroup_swappiness(parent);
5878
5879 if (parent->use_hierarchy) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005880 res_counter_init(&memcg->res, &parent->res);
5881 res_counter_init(&memcg->memsw, &parent->memsw);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005882 res_counter_init(&memcg->kmem, &parent->kmem);
Glauber Costa55007d82012-12-18 14:22:38 -08005883
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08005884 /*
Li Zefan8d76a972013-07-08 16:00:36 -07005885 * No need to take a reference to the parent because cgroup
5886 * core guarantees its existence.
Daisuke Nishimura7bcc1bb2009-01-29 14:25:11 -08005887 */
Balbir Singh18f59ea2009-01-07 18:08:07 -08005888 } else {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005889 res_counter_init(&memcg->res, NULL);
5890 res_counter_init(&memcg->memsw, NULL);
Glauber Costa510fc4e2012-12-18 14:21:47 -08005891 res_counter_init(&memcg->kmem, NULL);
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07005892 /*
5893 * Deeper hierachy with use_hierarchy == false doesn't make
5894 * much sense so let cgroup subsystem know about this
5895 * unfortunate state in our controller.
5896 */
Glauber Costad142e3e2013-02-22 16:34:52 -08005897 if (parent != root_mem_cgroup)
Tejun Heo8c7f6ed2012-09-13 12:20:58 -07005898 mem_cgroup_subsys.broken_hierarchy = true;
Balbir Singh18f59ea2009-01-07 18:08:07 -08005899 }
Glauber Costacbe128e32012-04-09 19:36:34 -03005900
5901 error = memcg_init_kmem(memcg, &mem_cgroup_subsys);
Glauber Costa09998212013-02-22 16:34:55 -08005902 mutex_unlock(&memcg_create_mutex);
Glauber Costad142e3e2013-02-22 16:34:52 -08005903 return error;
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005904}
5905
Michal Hocko5f578162013-04-29 15:07:17 -07005906/*
5907 * Announce all parents that a group from their hierarchy is gone.
5908 */
5909static void mem_cgroup_invalidate_reclaim_iterators(struct mem_cgroup *memcg)
5910{
5911 struct mem_cgroup *parent = memcg;
5912
5913 while ((parent = parent_mem_cgroup(parent)))
Johannes Weiner519ebea2013-07-03 15:04:51 -07005914 mem_cgroup_iter_invalidate(parent);
Michal Hocko5f578162013-04-29 15:07:17 -07005915
5916 /*
5917 * if the root memcg is not hierarchical we have to check it
5918 * explicitely.
5919 */
5920 if (!root_mem_cgroup->use_hierarchy)
Johannes Weiner519ebea2013-07-03 15:04:51 -07005921 mem_cgroup_iter_invalidate(root_mem_cgroup);
Michal Hocko5f578162013-04-29 15:07:17 -07005922}
5923
Tejun Heoeb954192013-08-08 20:11:23 -04005924static void mem_cgroup_css_offline(struct cgroup_subsys_state *css)
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08005925{
Tejun Heoeb954192013-08-08 20:11:23 -04005926 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
KAMEZAWA Hiroyukiec64f512009-04-02 16:57:26 -07005927
Li Zefan10d5ebf2013-07-08 16:00:33 -07005928 kmem_cgroup_css_offline(memcg);
5929
Michal Hocko5f578162013-04-29 15:07:17 -07005930 mem_cgroup_invalidate_reclaim_iterators(memcg);
Michal Hockoab5196c2012-10-26 13:37:32 +02005931 mem_cgroup_reparent_charges(memcg);
Glauber Costa1f458cb2012-12-18 14:22:50 -08005932 mem_cgroup_destroy_all_caches(memcg);
Michal Hocko33cb8762013-07-31 13:53:51 -07005933 vmpressure_cleanup(&memcg->vmpressure);
KAMEZAWA Hiroyukidf878fb2008-02-07 00:14:28 -08005934}
5935
Tejun Heoeb954192013-08-08 20:11:23 -04005936static void mem_cgroup_css_free(struct cgroup_subsys_state *css)
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005937{
Tejun Heoeb954192013-08-08 20:11:23 -04005938 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Daisuke Nishimurac268e992009-01-15 13:51:13 -08005939
Li Zefan10d5ebf2013-07-08 16:00:33 -07005940 memcg_destroy_kmem(memcg);
Li Zefan465939a2013-07-08 16:00:38 -07005941 __mem_cgroup_free(memcg);
Balbir Singh8cdea7c2008-02-07 00:13:50 -08005942}
5943
Daisuke Nishimura02491442010-03-10 15:22:17 -08005944#ifdef CONFIG_MMU
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005945/* Handlers for move charge at task migration. */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005946#define PRECHARGE_COUNT_AT_ONCE 256
5947static int mem_cgroup_do_precharge(unsigned long count)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08005948{
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005949 int ret = 0;
5950 int batch_count = PRECHARGE_COUNT_AT_ONCE;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005951 struct mem_cgroup *memcg = mc.to;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08005952
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005953 if (mem_cgroup_is_root(memcg)) {
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005954 mc.precharge += count;
5955 /* we don't need css_get for root */
5956 return ret;
5957 }
5958 /* try to charge at once */
5959 if (count > 1) {
5960 struct res_counter *dummy;
5961 /*
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005962 * "memcg" cannot be under rmdir() because we've already checked
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005963 * by cgroup_lock_live_cgroup() that it is not removed and we
5964 * are still under the same cgroup_mutex. So we can postpone
5965 * css_get().
5966 */
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005967 if (res_counter_charge(&memcg->res, PAGE_SIZE * count, &dummy))
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005968 goto one_by_one;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005969 if (do_swap_account && res_counter_charge(&memcg->memsw,
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005970 PAGE_SIZE * count, &dummy)) {
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005971 res_counter_uncharge(&memcg->res, PAGE_SIZE * count);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005972 goto one_by_one;
5973 }
5974 mc.precharge += count;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005975 return ret;
5976 }
5977one_by_one:
5978 /* fall back to one by one charge */
5979 while (count--) {
5980 if (signal_pending(current)) {
5981 ret = -EINTR;
5982 break;
5983 }
5984 if (!batch_count--) {
5985 batch_count = PRECHARGE_COUNT_AT_ONCE;
5986 cond_resched();
5987 }
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07005988 ret = __mem_cgroup_try_charge(NULL,
5989 GFP_KERNEL, 1, &memcg, false);
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08005990 if (ret)
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005991 /* mem_cgroup_clear_mc() will do uncharge later */
KAMEZAWA Hiroyuki38c5d722012-01-12 17:19:01 -08005992 return ret;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08005993 mc.precharge++;
5994 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08005995 return ret;
5996}
5997
5998/**
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07005999 * get_mctgt_type - get target type of moving charge
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006000 * @vma: the vma the pte to be checked belongs
6001 * @addr: the address corresponding to the pte to be checked
6002 * @ptent: the pte to be checked
Daisuke Nishimura02491442010-03-10 15:22:17 -08006003 * @target: the pointer the target page or swap ent will be stored(can be NULL)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006004 *
6005 * Returns
6006 * 0(MC_TARGET_NONE): if the pte is not a target for move charge.
6007 * 1(MC_TARGET_PAGE): if the page corresponding to this pte is a target for
6008 * move charge. if @target is not NULL, the page is stored in target->page
6009 * with extra refcnt got(Callers should handle it).
Daisuke Nishimura02491442010-03-10 15:22:17 -08006010 * 2(MC_TARGET_SWAP): if the swap entry corresponding to this pte is a
6011 * target for charge migration. if @target is not NULL, the entry is stored
6012 * in target->ent.
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006013 *
6014 * Called with pte lock held.
6015 */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006016union mc_target {
6017 struct page *page;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006018 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006019};
6020
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006021enum mc_target_type {
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006022 MC_TARGET_NONE = 0,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006023 MC_TARGET_PAGE,
Daisuke Nishimura02491442010-03-10 15:22:17 -08006024 MC_TARGET_SWAP,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006025};
6026
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006027static struct page *mc_handle_present_pte(struct vm_area_struct *vma,
6028 unsigned long addr, pte_t ptent)
6029{
6030 struct page *page = vm_normal_page(vma, addr, ptent);
6031
6032 if (!page || !page_mapped(page))
6033 return NULL;
6034 if (PageAnon(page)) {
6035 /* we don't move shared anon */
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006036 if (!move_anon())
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006037 return NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006038 } else if (!move_file())
6039 /* we ignore mapcount for file pages */
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006040 return NULL;
6041 if (!get_page_unless_zero(page))
6042 return NULL;
6043
6044 return page;
6045}
6046
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006047#ifdef CONFIG_SWAP
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006048static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6049 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6050{
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006051 struct page *page = NULL;
6052 swp_entry_t ent = pte_to_swp_entry(ptent);
6053
6054 if (!move_anon() || non_swap_entry(ent))
6055 return NULL;
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006056 /*
6057 * Because lookup_swap_cache() updates some statistics counter,
6058 * we call find_get_page() with swapper_space directly.
6059 */
Shaohua Li33806f02013-02-22 16:34:37 -08006060 page = find_get_page(swap_address_space(ent), ent.val);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006061 if (do_swap_account)
6062 entry->val = ent.val;
6063
6064 return page;
6065}
KAMEZAWA Hiroyuki4b913552012-05-29 15:06:51 -07006066#else
6067static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
6068 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6069{
6070 return NULL;
6071}
6072#endif
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006073
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006074static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
6075 unsigned long addr, pte_t ptent, swp_entry_t *entry)
6076{
6077 struct page *page = NULL;
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006078 struct address_space *mapping;
6079 pgoff_t pgoff;
6080
6081 if (!vma->vm_file) /* anonymous vma */
6082 return NULL;
6083 if (!move_file())
6084 return NULL;
6085
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006086 mapping = vma->vm_file->f_mapping;
6087 if (pte_none(ptent))
6088 pgoff = linear_page_index(vma, addr);
6089 else /* pte_file(ptent) is true */
6090 pgoff = pte_to_pgoff(ptent);
6091
6092 /* page is moved even if it's not RSS of this task(page-faulted). */
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006093 page = find_get_page(mapping, pgoff);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006094
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006095#ifdef CONFIG_SWAP
6096 /* shmem/tmpfs may report page out on swap: account for that too. */
6097 if (radix_tree_exceptional_entry(page)) {
6098 swp_entry_t swap = radix_to_swp_entry(page);
6099 if (do_swap_account)
6100 *entry = swap;
Shaohua Li33806f02013-02-22 16:34:37 -08006101 page = find_get_page(swap_address_space(swap), swap.val);
Hugh Dickinsaa3b1892011-08-03 16:21:24 -07006102 }
6103#endif
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006104 return page;
6105}
6106
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006107static enum mc_target_type get_mctgt_type(struct vm_area_struct *vma,
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006108 unsigned long addr, pte_t ptent, union mc_target *target)
6109{
Daisuke Nishimura02491442010-03-10 15:22:17 -08006110 struct page *page = NULL;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006111 struct page_cgroup *pc;
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006112 enum mc_target_type ret = MC_TARGET_NONE;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006113 swp_entry_t ent = { .val = 0 };
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006114
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006115 if (pte_present(ptent))
6116 page = mc_handle_present_pte(vma, addr, ptent);
6117 else if (is_swap_pte(ptent))
6118 page = mc_handle_swap_pte(vma, addr, ptent, &ent);
Daisuke Nishimura87946a72010-05-26 14:42:39 -07006119 else if (pte_none(ptent) || pte_file(ptent))
6120 page = mc_handle_file_pte(vma, addr, ptent, &ent);
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006121
6122 if (!page && !ent.val)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006123 return ret;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006124 if (page) {
6125 pc = lookup_page_cgroup(page);
6126 /*
6127 * Do only loose check w/o page_cgroup lock.
6128 * mem_cgroup_move_account() checks the pc is valid or not under
6129 * the lock.
6130 */
6131 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6132 ret = MC_TARGET_PAGE;
6133 if (target)
6134 target->page = page;
6135 }
6136 if (!ret || !target)
6137 put_page(page);
6138 }
Daisuke Nishimura90254a62010-05-26 14:42:38 -07006139 /* There is a swap entry and a page doesn't exist or isn't charged */
6140 if (ent.val && !ret &&
Bob Liu9fb4b7c2012-01-12 17:18:48 -08006141 css_id(&mc.from->css) == lookup_swap_cgroup_id(ent)) {
KAMEZAWA Hiroyuki7f0f1542010-05-11 14:06:58 -07006142 ret = MC_TARGET_SWAP;
6143 if (target)
6144 target->ent = ent;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006145 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006146 return ret;
6147}
6148
Naoya Horiguchi12724852012-03-21 16:34:28 -07006149#ifdef CONFIG_TRANSPARENT_HUGEPAGE
6150/*
6151 * We don't consider swapping or file mapped pages because THP does not
6152 * support them for now.
6153 * Caller should make sure that pmd_trans_huge(pmd) is true.
6154 */
6155static enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6156 unsigned long addr, pmd_t pmd, union mc_target *target)
6157{
6158 struct page *page = NULL;
6159 struct page_cgroup *pc;
6160 enum mc_target_type ret = MC_TARGET_NONE;
6161
6162 page = pmd_page(pmd);
6163 VM_BUG_ON(!page || !PageHead(page));
6164 if (!move_anon())
6165 return ret;
6166 pc = lookup_page_cgroup(page);
6167 if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
6168 ret = MC_TARGET_PAGE;
6169 if (target) {
6170 get_page(page);
6171 target->page = page;
6172 }
6173 }
6174 return ret;
6175}
6176#else
6177static inline enum mc_target_type get_mctgt_type_thp(struct vm_area_struct *vma,
6178 unsigned long addr, pmd_t pmd, union mc_target *target)
6179{
6180 return MC_TARGET_NONE;
6181}
6182#endif
6183
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006184static int mem_cgroup_count_precharge_pte_range(pmd_t *pmd,
6185 unsigned long addr, unsigned long end,
6186 struct mm_walk *walk)
6187{
6188 struct vm_area_struct *vma = walk->private;
6189 pte_t *pte;
6190 spinlock_t *ptl;
6191
Naoya Horiguchi12724852012-03-21 16:34:28 -07006192 if (pmd_trans_huge_lock(pmd, vma) == 1) {
6193 if (get_mctgt_type_thp(vma, addr, *pmd, NULL) == MC_TARGET_PAGE)
6194 mc.precharge += HPAGE_PMD_NR;
6195 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006196 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006197 }
Dave Hansen03319322011-03-22 16:32:56 -07006198
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006199 if (pmd_trans_unstable(pmd))
6200 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006201 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6202 for (; addr != end; pte++, addr += PAGE_SIZE)
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006203 if (get_mctgt_type(vma, addr, *pte, NULL))
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006204 mc.precharge++; /* increment precharge temporarily */
6205 pte_unmap_unlock(pte - 1, ptl);
6206 cond_resched();
6207
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006208 return 0;
6209}
6210
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006211static unsigned long mem_cgroup_count_precharge(struct mm_struct *mm)
6212{
6213 unsigned long precharge;
6214 struct vm_area_struct *vma;
6215
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006216 down_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006217 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6218 struct mm_walk mem_cgroup_count_precharge_walk = {
6219 .pmd_entry = mem_cgroup_count_precharge_pte_range,
6220 .mm = mm,
6221 .private = vma,
6222 };
6223 if (is_vm_hugetlb_page(vma))
6224 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006225 walk_page_range(vma->vm_start, vma->vm_end,
6226 &mem_cgroup_count_precharge_walk);
6227 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006228 up_read(&mm->mmap_sem);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006229
6230 precharge = mc.precharge;
6231 mc.precharge = 0;
6232
6233 return precharge;
6234}
6235
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006236static int mem_cgroup_precharge_mc(struct mm_struct *mm)
6237{
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006238 unsigned long precharge = mem_cgroup_count_precharge(mm);
6239
6240 VM_BUG_ON(mc.moving_task);
6241 mc.moving_task = current;
6242 return mem_cgroup_do_precharge(precharge);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006243}
6244
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006245/* cancels all extra charges on mc.from and mc.to, and wakes up all waiters. */
6246static void __mem_cgroup_clear_mc(void)
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006247{
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006248 struct mem_cgroup *from = mc.from;
6249 struct mem_cgroup *to = mc.to;
Li Zefan40503772013-07-08 16:00:34 -07006250 int i;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006251
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006252 /* we must uncharge all the leftover precharges from mc.to */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006253 if (mc.precharge) {
6254 __mem_cgroup_cancel_charge(mc.to, mc.precharge);
6255 mc.precharge = 0;
6256 }
6257 /*
6258 * we didn't uncharge from mc.from at mem_cgroup_move_account(), so
6259 * we must uncharge here.
6260 */
6261 if (mc.moved_charge) {
6262 __mem_cgroup_cancel_charge(mc.from, mc.moved_charge);
6263 mc.moved_charge = 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006264 }
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006265 /* we must fixup refcnts and charges */
6266 if (mc.moved_swap) {
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006267 /* uncharge swap account from the old cgroup */
6268 if (!mem_cgroup_is_root(mc.from))
6269 res_counter_uncharge(&mc.from->memsw,
6270 PAGE_SIZE * mc.moved_swap);
Li Zefan40503772013-07-08 16:00:34 -07006271
6272 for (i = 0; i < mc.moved_swap; i++)
6273 css_put(&mc.from->css);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006274
6275 if (!mem_cgroup_is_root(mc.to)) {
6276 /*
6277 * we charged both to->res and to->memsw, so we should
6278 * uncharge to->res.
6279 */
6280 res_counter_uncharge(&mc.to->res,
6281 PAGE_SIZE * mc.moved_swap);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006282 }
Li Zefan40503772013-07-08 16:00:34 -07006283 /* we've already done css_get(mc.to) */
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006284 mc.moved_swap = 0;
6285 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006286 memcg_oom_recover(from);
6287 memcg_oom_recover(to);
6288 wake_up_all(&mc.waitq);
6289}
6290
6291static void mem_cgroup_clear_mc(void)
6292{
6293 struct mem_cgroup *from = mc.from;
6294
6295 /*
6296 * we must clear moving_task before waking up waiters at the end of
6297 * task migration.
6298 */
6299 mc.moving_task = NULL;
6300 __mem_cgroup_clear_mc();
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006301 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006302 mc.from = NULL;
6303 mc.to = NULL;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006304 spin_unlock(&mc.lock);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006305 mem_cgroup_end_move(from);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006306}
6307
Tejun Heoeb954192013-08-08 20:11:23 -04006308static int mem_cgroup_can_attach(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006309 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006310{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006311 struct task_struct *p = cgroup_taskset_first(tset);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006312 int ret = 0;
Tejun Heoeb954192013-08-08 20:11:23 -04006313 struct mem_cgroup *memcg = mem_cgroup_from_css(css);
Glauber Costaee5e8472013-02-22 16:34:50 -08006314 unsigned long move_charge_at_immigrate;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006315
Glauber Costaee5e8472013-02-22 16:34:50 -08006316 /*
6317 * We are now commited to this value whatever it is. Changes in this
6318 * tunable will only affect upcoming migrations, not the current one.
6319 * So we need to save it, and keep it going.
6320 */
6321 move_charge_at_immigrate = memcg->move_charge_at_immigrate;
6322 if (move_charge_at_immigrate) {
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006323 struct mm_struct *mm;
6324 struct mem_cgroup *from = mem_cgroup_from_task(p);
6325
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006326 VM_BUG_ON(from == memcg);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006327
6328 mm = get_task_mm(p);
6329 if (!mm)
6330 return 0;
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006331 /* We move charges only when we move a owner of the mm */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006332 if (mm->owner == p) {
6333 VM_BUG_ON(mc.from);
6334 VM_BUG_ON(mc.to);
6335 VM_BUG_ON(mc.precharge);
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006336 VM_BUG_ON(mc.moved_charge);
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006337 VM_BUG_ON(mc.moved_swap);
KAMEZAWA Hiroyuki32047e22010-10-27 15:33:40 -07006338 mem_cgroup_start_move(from);
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006339 spin_lock(&mc.lock);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006340 mc.from = from;
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -07006341 mc.to = memcg;
Glauber Costaee5e8472013-02-22 16:34:50 -08006342 mc.immigrate_flags = move_charge_at_immigrate;
KAMEZAWA Hiroyuki2bd9bb22010-08-10 18:02:58 -07006343 spin_unlock(&mc.lock);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006344 /* We set mc.moving_task later */
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006345
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006346 ret = mem_cgroup_precharge_mc(mm);
6347 if (ret)
6348 mem_cgroup_clear_mc();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006349 }
6350 mmput(mm);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006351 }
6352 return ret;
6353}
6354
Tejun Heoeb954192013-08-08 20:11:23 -04006355static void mem_cgroup_cancel_attach(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006356 struct cgroup_taskset *tset)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006357{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006358 mem_cgroup_clear_mc();
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006359}
6360
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006361static int mem_cgroup_move_charge_pte_range(pmd_t *pmd,
6362 unsigned long addr, unsigned long end,
6363 struct mm_walk *walk)
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006364{
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006365 int ret = 0;
6366 struct vm_area_struct *vma = walk->private;
6367 pte_t *pte;
6368 spinlock_t *ptl;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006369 enum mc_target_type target_type;
6370 union mc_target target;
6371 struct page *page;
6372 struct page_cgroup *pc;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006373
Naoya Horiguchi12724852012-03-21 16:34:28 -07006374 /*
6375 * We don't take compound_lock() here but no race with splitting thp
6376 * happens because:
6377 * - if pmd_trans_huge_lock() returns 1, the relevant thp is not
6378 * under splitting, which means there's no concurrent thp split,
6379 * - if another thread runs into split_huge_page() just after we
6380 * entered this if-block, the thread must wait for page table lock
6381 * to be unlocked in __split_huge_page_splitting(), where the main
6382 * part of thp split is not executed yet.
6383 */
6384 if (pmd_trans_huge_lock(pmd, vma) == 1) {
Hugh Dickins62ade862012-05-18 11:28:34 -07006385 if (mc.precharge < HPAGE_PMD_NR) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006386 spin_unlock(&vma->vm_mm->page_table_lock);
6387 return 0;
6388 }
6389 target_type = get_mctgt_type_thp(vma, addr, *pmd, &target);
6390 if (target_type == MC_TARGET_PAGE) {
6391 page = target.page;
6392 if (!isolate_lru_page(page)) {
6393 pc = lookup_page_cgroup(page);
6394 if (!mem_cgroup_move_account(page, HPAGE_PMD_NR,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006395 pc, mc.from, mc.to)) {
Naoya Horiguchi12724852012-03-21 16:34:28 -07006396 mc.precharge -= HPAGE_PMD_NR;
6397 mc.moved_charge += HPAGE_PMD_NR;
6398 }
6399 putback_lru_page(page);
6400 }
6401 put_page(page);
6402 }
6403 spin_unlock(&vma->vm_mm->page_table_lock);
Andrea Arcangeli1a5a9902012-03-21 16:33:42 -07006404 return 0;
Naoya Horiguchi12724852012-03-21 16:34:28 -07006405 }
6406
Andrea Arcangeli45f83ce2012-03-28 14:42:40 -07006407 if (pmd_trans_unstable(pmd))
6408 return 0;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006409retry:
6410 pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
6411 for (; addr != end; addr += PAGE_SIZE) {
6412 pte_t ptent = *(pte++);
Daisuke Nishimura02491442010-03-10 15:22:17 -08006413 swp_entry_t ent;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006414
6415 if (!mc.precharge)
6416 break;
6417
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006418 switch (get_mctgt_type(vma, addr, ptent, &target)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006419 case MC_TARGET_PAGE:
6420 page = target.page;
6421 if (isolate_lru_page(page))
6422 goto put;
6423 pc = lookup_page_cgroup(page);
Johannes Weiner7ec99d62011-03-23 16:42:36 -07006424 if (!mem_cgroup_move_account(page, 1, pc,
KAMEZAWA Hiroyuki2f3479b2012-05-29 15:07:04 -07006425 mc.from, mc.to)) {
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006426 mc.precharge--;
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006427 /* we uncharge from mc.from later. */
6428 mc.moved_charge++;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006429 }
6430 putback_lru_page(page);
Naoya Horiguchi8d32ff82012-03-21 16:34:27 -07006431put: /* get_mctgt_type() gets the page */
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006432 put_page(page);
6433 break;
Daisuke Nishimura02491442010-03-10 15:22:17 -08006434 case MC_TARGET_SWAP:
6435 ent = target.ent;
Hugh Dickinse91cbb42012-05-29 15:06:51 -07006436 if (!mem_cgroup_move_swap_account(ent, mc.from, mc.to)) {
Daisuke Nishimura02491442010-03-10 15:22:17 -08006437 mc.precharge--;
Daisuke Nishimura483c30b2010-03-10 15:22:18 -08006438 /* we fixup refcnts and charges later. */
6439 mc.moved_swap++;
6440 }
Daisuke Nishimura02491442010-03-10 15:22:17 -08006441 break;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006442 default:
6443 break;
6444 }
6445 }
6446 pte_unmap_unlock(pte - 1, ptl);
6447 cond_resched();
6448
6449 if (addr != end) {
6450 /*
6451 * We have consumed all precharges we got in can_attach().
6452 * We try charge one by one, but don't do any additional
6453 * charges to mc.to if we have failed in charge once in attach()
6454 * phase.
6455 */
Daisuke Nishimura854ffa82010-03-10 15:22:15 -08006456 ret = mem_cgroup_do_precharge(1);
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006457 if (!ret)
6458 goto retry;
6459 }
6460
6461 return ret;
6462}
6463
6464static void mem_cgroup_move_charge(struct mm_struct *mm)
6465{
6466 struct vm_area_struct *vma;
6467
6468 lru_add_drain_all();
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006469retry:
6470 if (unlikely(!down_read_trylock(&mm->mmap_sem))) {
6471 /*
6472 * Someone who are holding the mmap_sem might be waiting in
6473 * waitq. So we cancel all extra charges, wake up all waiters,
6474 * and retry. Because we cancel precharges, we might not be able
6475 * to move enough charges, but moving charge is a best-effort
6476 * feature anyway, so it wouldn't be a big problem.
6477 */
6478 __mem_cgroup_clear_mc();
6479 cond_resched();
6480 goto retry;
6481 }
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006482 for (vma = mm->mmap; vma; vma = vma->vm_next) {
6483 int ret;
6484 struct mm_walk mem_cgroup_move_charge_walk = {
6485 .pmd_entry = mem_cgroup_move_charge_pte_range,
6486 .mm = mm,
6487 .private = vma,
6488 };
6489 if (is_vm_hugetlb_page(vma))
6490 continue;
Daisuke Nishimura4ffef5f2010-03-10 15:22:14 -08006491 ret = walk_page_range(vma->vm_start, vma->vm_end,
6492 &mem_cgroup_move_charge_walk);
6493 if (ret)
6494 /*
6495 * means we have consumed all precharges and failed in
6496 * doing additional charge. Just abandon here.
6497 */
6498 break;
6499 }
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006500 up_read(&mm->mmap_sem);
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006501}
6502
Tejun Heoeb954192013-08-08 20:11:23 -04006503static void mem_cgroup_move_task(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006504 struct cgroup_taskset *tset)
Balbir Singh67e465a2008-02-07 00:13:54 -08006505{
Tejun Heo2f7ee562011-12-12 18:12:21 -08006506 struct task_struct *p = cgroup_taskset_first(tset);
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006507 struct mm_struct *mm = get_task_mm(p);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006508
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006509 if (mm) {
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006510 if (mc.to)
6511 mem_cgroup_move_charge(mm);
Daisuke Nishimuradfe076b2011-01-13 15:47:41 -08006512 mmput(mm);
6513 }
KOSAKI Motohiroa4336582011-06-15 15:08:13 -07006514 if (mc.to)
6515 mem_cgroup_clear_mc();
Balbir Singh67e465a2008-02-07 00:13:54 -08006516}
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006517#else /* !CONFIG_MMU */
Tejun Heoeb954192013-08-08 20:11:23 -04006518static int mem_cgroup_can_attach(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006519 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006520{
6521 return 0;
6522}
Tejun Heoeb954192013-08-08 20:11:23 -04006523static void mem_cgroup_cancel_attach(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006524 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006525{
6526}
Tejun Heoeb954192013-08-08 20:11:23 -04006527static void mem_cgroup_move_task(struct cgroup_subsys_state *css,
Li Zefan761b3ef2012-01-31 13:47:36 +08006528 struct cgroup_taskset *tset)
Daisuke Nishimura5cfb80a2010-03-23 13:35:11 -07006529{
6530}
6531#endif
Balbir Singh67e465a2008-02-07 00:13:54 -08006532
Tejun Heof00baae2013-04-15 13:41:15 -07006533/*
6534 * Cgroup retains root cgroups across [un]mount cycles making it necessary
6535 * to verify sane_behavior flag on each mount attempt.
6536 */
Tejun Heoeb954192013-08-08 20:11:23 -04006537static void mem_cgroup_bind(struct cgroup_subsys_state *root_css)
Tejun Heof00baae2013-04-15 13:41:15 -07006538{
6539 /*
6540 * use_hierarchy is forced with sane_behavior. cgroup core
6541 * guarantees that @root doesn't have any children, so turning it
6542 * on for the root memcg is enough.
6543 */
Tejun Heoeb954192013-08-08 20:11:23 -04006544 if (cgroup_sane_behavior(root_css->cgroup))
6545 mem_cgroup_from_css(root_css)->use_hierarchy = true;
Tejun Heof00baae2013-04-15 13:41:15 -07006546}
6547
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006548struct cgroup_subsys mem_cgroup_subsys = {
6549 .name = "memory",
6550 .subsys_id = mem_cgroup_subsys_id,
Tejun Heo92fb9742012-11-19 08:13:38 -08006551 .css_alloc = mem_cgroup_css_alloc,
Glauber Costad142e3e2013-02-22 16:34:52 -08006552 .css_online = mem_cgroup_css_online,
Tejun Heo92fb9742012-11-19 08:13:38 -08006553 .css_offline = mem_cgroup_css_offline,
6554 .css_free = mem_cgroup_css_free,
Daisuke Nishimura7dc74be2010-03-10 15:22:13 -08006555 .can_attach = mem_cgroup_can_attach,
6556 .cancel_attach = mem_cgroup_cancel_attach,
Balbir Singh67e465a2008-02-07 00:13:54 -08006557 .attach = mem_cgroup_move_task,
Tejun Heof00baae2013-04-15 13:41:15 -07006558 .bind = mem_cgroup_bind,
Tejun Heo6bc10342012-04-01 12:09:55 -07006559 .base_cftypes = mem_cgroup_files,
KAMEZAWA Hiroyuki6d12e2d2008-02-07 00:14:31 -08006560 .early_init = 0,
KAMEZAWA Hiroyuki04046e12009-04-02 16:57:33 -07006561 .use_id = 1,
Balbir Singh8cdea7c2008-02-07 00:13:50 -08006562};
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006563
Andrew Mortonc255a452012-07-31 16:43:02 -07006564#ifdef CONFIG_MEMCG_SWAP
Michal Hockoa42c3902010-11-24 12:57:08 -08006565static int __init enable_swap_account(char *s)
6566{
Michal Hockoa2c89902011-05-24 17:12:50 -07006567 if (!strcmp(s, "1"))
Michal Hockoa42c3902010-11-24 12:57:08 -08006568 really_do_swap_account = 1;
Michal Hockoa2c89902011-05-24 17:12:50 -07006569 else if (!strcmp(s, "0"))
Michal Hockoa42c3902010-11-24 12:57:08 -08006570 really_do_swap_account = 0;
6571 return 1;
6572}
Michal Hockoa2c89902011-05-24 17:12:50 -07006573__setup("swapaccount=", enable_swap_account);
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006574
Michal Hocko2d110852013-02-22 16:34:43 -08006575static void __init memsw_file_init(void)
6576{
Michal Hocko6acc8b02013-02-22 16:34:45 -08006577 WARN_ON(cgroup_add_cftypes(&mem_cgroup_subsys, memsw_cgroup_files));
Michal Hocko2d110852013-02-22 16:34:43 -08006578}
Michal Hocko6acc8b02013-02-22 16:34:45 -08006579
6580static void __init enable_swap_cgroup(void)
6581{
6582 if (!mem_cgroup_disabled() && really_do_swap_account) {
6583 do_swap_account = 1;
6584 memsw_file_init();
6585 }
6586}
6587
Michal Hocko2d110852013-02-22 16:34:43 -08006588#else
Michal Hocko6acc8b02013-02-22 16:34:45 -08006589static void __init enable_swap_cgroup(void)
Michal Hocko2d110852013-02-22 16:34:43 -08006590{
6591}
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -08006592#endif
Michal Hocko2d110852013-02-22 16:34:43 -08006593
6594/*
Michal Hocko10813122013-02-22 16:35:41 -08006595 * subsys_initcall() for memory controller.
6596 *
6597 * Some parts like hotcpu_notifier() have to be initialized from this context
6598 * because of lock dependencies (cgroup_lock -> cpu hotplug) but basically
6599 * everything that doesn't depend on a specific mem_cgroup structure should
6600 * be initialized from here.
Michal Hocko2d110852013-02-22 16:34:43 -08006601 */
6602static int __init mem_cgroup_init(void)
6603{
6604 hotcpu_notifier(memcg_cpu_hotplug_callback, 0);
Michal Hocko6acc8b02013-02-22 16:34:45 -08006605 enable_swap_cgroup();
Michal Hockoe4777492013-02-22 16:35:40 -08006606 memcg_stock_init();
Michal Hocko2d110852013-02-22 16:34:43 -08006607 return 0;
6608}
6609subsys_initcall(mem_cgroup_init);