blob: d6183f06d8c182951fac67c17a2c05d2ce9f20fa [file] [log] [blame]
Balbir Singh8cdea7c2008-02-07 00:13:50 -08001/* memcontrol.h - 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 *
Balbir Singh8cdea7c2008-02-07 00:13:50 -08009 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 */
19
20#ifndef _LINUX_MEMCONTROL_H
21#define _LINUX_MEMCONTROL_H
Hirokazu Takahashif8d665422009-01-07 18:08:02 -080022#include <linux/cgroup.h>
Ying Han456f9982011-05-26 16:25:38 -070023#include <linux/vm_event_item.h>
Glauber Costa7ae1e1d2012-12-18 14:21:56 -080024#include <linux/hardirq.h>
Glauber Costaa8964b92012-12-18 14:22:09 -080025#include <linux/jump_label.h>
Ying Han456f9982011-05-26 16:25:38 -070026
Pavel Emelianov78fb7462008-02-07 00:13:51 -080027struct mem_cgroup;
28struct page_cgroup;
Balbir Singh8697d332008-02-07 00:13:59 -080029struct page;
30struct mm_struct;
Glauber Costa2633d7a2012-12-18 14:22:34 -080031struct kmem_cache;
Pavel Emelianov78fb7462008-02-07 00:13:51 -080032
Greg Thelen2a7106f2011-01-13 15:47:37 -080033/* Stats that can be updated by kernel. */
34enum mem_cgroup_page_stat_item {
35 MEMCG_NR_FILE_MAPPED, /* # of pages charged as file rss */
36};
37
Johannes Weiner56600482012-01-12 17:17:59 -080038struct mem_cgroup_reclaim_cookie {
39 struct zone *zone;
40 int priority;
41 unsigned int generation;
42};
43
Andrew Mortonc255a452012-07-31 16:43:02 -070044#ifdef CONFIG_MEMCG
KAMEZAWA Hiroyuki2c26fdd2009-01-07 18:08:10 -080045/*
46 * All "charge" functions with gfp_mask should use GFP_KERNEL or
47 * (gfp_mask & GFP_RECLAIM_MASK). In current implementatin, memcg doesn't
48 * alloc memory but reclaims memory from all available zones. So, "where I want
49 * memory from" bits of gfp_mask has no meaning. So any bits of that field is
50 * available but adding a rule is better. charge functions' gfp_mask should
51 * be set to GFP_KERNEL or gfp_mask & GFP_RECLAIM_MASK for avoiding ambiguous
52 * codes.
53 * (Of course, if memcg does memory allocation in future, GFP_KERNEL is sane.)
54 */
Pavel Emelianov78fb7462008-02-07 00:13:51 -080055
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -080056extern int mem_cgroup_newpage_charge(struct page *page, struct mm_struct *mm,
Balbir Singhe1a1cd52008-02-07 00:14:02 -080057 gfp_t gfp_mask);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -080058/* for swap handling */
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -080059extern int mem_cgroup_try_charge_swapin(struct mm_struct *mm,
Johannes Weiner72835c82012-01-12 17:18:32 -080060 struct page *page, gfp_t mask, struct mem_cgroup **memcgp);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -080061extern void mem_cgroup_commit_charge_swapin(struct page *page,
Johannes Weiner72835c82012-01-12 17:18:32 -080062 struct mem_cgroup *memcg);
63extern void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg);
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -080064
Hugh Dickins82895462008-03-04 14:29:08 -080065extern int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
66 gfp_t gfp_mask);
Johannes Weiner925b7672012-01-12 17:18:15 -080067
68struct lruvec *mem_cgroup_zone_lruvec(struct zone *, struct mem_cgroup *);
Hugh Dickinsfa9add62012-05-29 15:07:09 -070069struct lruvec *mem_cgroup_page_lruvec(struct page *, struct zone *);
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -080070
71/* For coalescing uncharge for reducing memcg' overhead*/
72extern void mem_cgroup_uncharge_start(void);
73extern void mem_cgroup_uncharge_end(void);
74
Balbir Singh3c541e12008-02-07 00:14:41 -080075extern void mem_cgroup_uncharge_page(struct page *page);
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -070076extern void mem_cgroup_uncharge_cache_page(struct page *page);
KAMEZAWA Hiroyukic9b0ed52008-07-25 01:47:15 -070077
Johannes Weinerc3ac9a82012-05-29 15:06:25 -070078bool __mem_cgroup_same_or_subtree(const struct mem_cgroup *root_memcg,
79 struct mem_cgroup *memcg);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -070080int task_in_mem_cgroup(struct task_struct *task, const struct mem_cgroup *memcg);
David Rientjes3062fc62008-02-07 00:14:03 -080081
Wu Fengguange42d9d52009-12-16 12:19:59 +010082extern struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page);
Balbir Singhcf475ad2008-04-29 01:00:16 -070083extern struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p);
KOSAKI Motohiroa4336582011-06-15 15:08:13 -070084extern struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm);
Balbir Singhcf475ad2008-04-29 01:00:16 -070085
Glauber Costae1aab162011-12-11 21:47:03 +000086extern struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg);
Glauber Costad1a4c0b2011-12-11 21:47:04 +000087extern struct mem_cgroup *mem_cgroup_from_cont(struct cgroup *cont);
Glauber Costae1aab162011-12-11 21:47:03 +000088
Lai Jiangshan2e4d4092009-01-07 18:08:07 -080089static inline
Johannes Weiner587af302012-10-08 16:34:12 -070090bool mm_match_cgroup(const struct mm_struct *mm, const struct mem_cgroup *memcg)
Lai Jiangshan2e4d4092009-01-07 18:08:07 -080091{
Johannes Weiner587af302012-10-08 16:34:12 -070092 struct mem_cgroup *task_memcg;
93 bool match;
Johannes Weinerc3ac9a82012-05-29 15:06:25 -070094
Lai Jiangshan2e4d4092009-01-07 18:08:07 -080095 rcu_read_lock();
Johannes Weiner587af302012-10-08 16:34:12 -070096 task_memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
97 match = __mem_cgroup_same_or_subtree(memcg, task_memcg);
Lai Jiangshan2e4d4092009-01-07 18:08:07 -080098 rcu_read_unlock();
Johannes Weinerc3ac9a82012-05-29 15:06:25 -070099 return match;
Lai Jiangshan2e4d4092009-01-07 18:08:07 -0800100}
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800101
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700102extern struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *memcg);
Wu Fengguangd3242362009-12-16 12:19:59 +0100103
Johannes Weiner0030f532012-07-31 16:45:25 -0700104extern void
105mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
106 struct mem_cgroup **memcgp);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700107extern void mem_cgroup_end_migration(struct mem_cgroup *memcg,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -0800108 struct page *oldpage, struct page *newpage, bool migration_ok);
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -0800109
Johannes Weiner56600482012-01-12 17:17:59 -0800110struct mem_cgroup *mem_cgroup_iter(struct mem_cgroup *,
111 struct mem_cgroup *,
112 struct mem_cgroup_reclaim_cookie *);
113void mem_cgroup_iter_break(struct mem_cgroup *, struct mem_cgroup *);
114
KAMEZAWA Hiroyuki58ae83d2008-02-07 00:14:32 -0800115/*
116 * For memory reclaim.
117 */
Konstantin Khlebnikovc56d5c72012-05-29 15:07:00 -0700118int mem_cgroup_inactive_anon_is_low(struct lruvec *lruvec);
Ying Han889976d2011-05-26 16:25:33 -0700119int mem_cgroup_select_victim_node(struct mem_cgroup *memcg);
Hugh Dickins4d7dcca2012-05-29 15:07:08 -0700120unsigned long mem_cgroup_get_lru_size(struct lruvec *lruvec, enum lru_list);
Hugh Dickinsfa9add62012-05-29 15:07:09 -0700121void mem_cgroup_update_lru_size(struct lruvec *, enum lru_list, int);
Balbir Singhe2224322009-04-02 16:57:39 -0700122extern void mem_cgroup_print_oom_info(struct mem_cgroup *memcg,
123 struct task_struct *p);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -0800124extern void mem_cgroup_replace_page_cache(struct page *oldpage,
125 struct page *newpage);
KAMEZAWA Hiroyuki58ae83d2008-02-07 00:14:32 -0800126
Andrew Mortonc255a452012-07-31 16:43:02 -0700127#ifdef CONFIG_MEMCG_SWAP
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -0800128extern int do_swap_account;
129#endif
Hirokazu Takahashif8d665422009-01-07 18:08:02 -0800130
131static inline bool mem_cgroup_disabled(void)
132{
133 if (mem_cgroup_subsys.disabled)
134 return true;
135 return false;
136}
137
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -0700138void __mem_cgroup_begin_update_page_stat(struct page *page, bool *locked,
139 unsigned long *flags);
140
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -0700141extern atomic_t memcg_moving;
142
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -0700143static inline void mem_cgroup_begin_update_page_stat(struct page *page,
144 bool *locked, unsigned long *flags)
145{
146 if (mem_cgroup_disabled())
147 return;
148 rcu_read_lock();
149 *locked = false;
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -0700150 if (atomic_read(&memcg_moving))
151 __mem_cgroup_begin_update_page_stat(page, locked, flags);
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -0700152}
153
154void __mem_cgroup_end_update_page_stat(struct page *page,
155 unsigned long *flags);
156static inline void mem_cgroup_end_update_page_stat(struct page *page,
157 bool *locked, unsigned long *flags)
158{
159 if (mem_cgroup_disabled())
160 return;
161 if (*locked)
162 __mem_cgroup_end_update_page_stat(page, flags);
163 rcu_read_unlock();
164}
165
Greg Thelen2a7106f2011-01-13 15:47:37 -0800166void mem_cgroup_update_page_stat(struct page *page,
167 enum mem_cgroup_page_stat_item idx,
168 int val);
169
170static inline void mem_cgroup_inc_page_stat(struct page *page,
171 enum mem_cgroup_page_stat_item idx)
172{
173 mem_cgroup_update_page_stat(page, idx, 1);
174}
175
176static inline void mem_cgroup_dec_page_stat(struct page *page,
177 enum mem_cgroup_page_stat_item idx)
178{
179 mem_cgroup_update_page_stat(page, idx, -1);
180}
181
Balbir Singh4e416952009-09-23 15:56:39 -0700182unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
Ying Han0ae5e892011-05-26 16:25:25 -0700183 gfp_t gfp_mask,
184 unsigned long *total_scanned);
David Rientjesa63d83f2010-08-09 17:19:46 -0700185
David Rientjes68ae5642012-12-12 13:51:57 -0800186void __mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx);
187static inline void mem_cgroup_count_vm_event(struct mm_struct *mm,
188 enum vm_event_item idx)
189{
190 if (mem_cgroup_disabled())
191 return;
192 __mem_cgroup_count_vm_event(mm, idx);
193}
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -0800194#ifdef CONFIG_TRANSPARENT_HUGEPAGE
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -0800195void mem_cgroup_split_huge_fixup(struct page *head);
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -0800196#endif
197
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -0700198#ifdef CONFIG_DEBUG_VM
199bool mem_cgroup_bad_page_check(struct page *page);
200void mem_cgroup_print_bad_page(struct page *page);
201#endif
Andrew Mortonc255a452012-07-31 16:43:02 -0700202#else /* CONFIG_MEMCG */
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -0800203struct mem_cgroup;
204
205static inline int mem_cgroup_newpage_charge(struct page *page,
Hugh Dickins82895462008-03-04 14:29:08 -0800206 struct mm_struct *mm, gfp_t gfp_mask)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800207{
208 return 0;
209}
210
Hugh Dickins82895462008-03-04 14:29:08 -0800211static inline int mem_cgroup_cache_charge(struct page *page,
212 struct mm_struct *mm, gfp_t gfp_mask)
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800213{
Hugh Dickins82895462008-03-04 14:29:08 -0800214 return 0;
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800215}
216
KAMEZAWA Hiroyuki8c7c6e342009-01-07 18:08:00 -0800217static inline int mem_cgroup_try_charge_swapin(struct mm_struct *mm,
Johannes Weiner72835c82012-01-12 17:18:32 -0800218 struct page *page, gfp_t gfp_mask, struct mem_cgroup **memcgp)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -0800219{
220 return 0;
221}
222
223static inline void mem_cgroup_commit_charge_swapin(struct page *page,
Johannes Weiner72835c82012-01-12 17:18:32 -0800224 struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -0800225{
226}
227
Johannes Weiner72835c82012-01-12 17:18:32 -0800228static inline void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg)
KAMEZAWA Hiroyuki7a81b882009-01-07 18:07:48 -0800229{
230}
231
KAMEZAWA Hiroyuki569b8462009-12-15 16:47:03 -0800232static inline void mem_cgroup_uncharge_start(void)
233{
234}
235
236static inline void mem_cgroup_uncharge_end(void)
237{
238}
239
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800240static inline void mem_cgroup_uncharge_page(struct page *page)
241{
242}
243
KAMEZAWA Hiroyuki69029cd2008-07-25 01:47:14 -0700244static inline void mem_cgroup_uncharge_cache_page(struct page *page)
245{
246}
247
Johannes Weiner925b7672012-01-12 17:18:15 -0800248static inline struct lruvec *mem_cgroup_zone_lruvec(struct zone *zone,
249 struct mem_cgroup *memcg)
250{
251 return &zone->lruvec;
252}
253
Hugh Dickinsfa9add62012-05-29 15:07:09 -0700254static inline struct lruvec *mem_cgroup_page_lruvec(struct page *page,
255 struct zone *zone)
Minchan Kim3f58a822011-03-22 16:32:53 -0700256{
Johannes Weiner925b7672012-01-12 17:18:15 -0800257 return &zone->lruvec;
Balbir Singh66e17072008-02-07 00:13:56 -0800258}
259
Wu Fengguange42d9d52009-12-16 12:19:59 +0100260static inline struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page)
261{
262 return NULL;
263}
264
KOSAKI Motohiroa4336582011-06-15 15:08:13 -0700265static inline struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm)
266{
267 return NULL;
268}
269
Johannes Weiner587af302012-10-08 16:34:12 -0700270static inline bool mm_match_cgroup(struct mm_struct *mm,
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700271 struct mem_cgroup *memcg)
Balbir Singhbed71612008-02-07 00:14:01 -0800272{
Johannes Weiner587af302012-10-08 16:34:12 -0700273 return true;
Balbir Singhbed71612008-02-07 00:14:01 -0800274}
275
David Rientjes4c4a2212008-02-07 00:14:06 -0800276static inline int task_in_mem_cgroup(struct task_struct *task,
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700277 const struct mem_cgroup *memcg)
David Rientjes4c4a2212008-02-07 00:14:06 -0800278{
279 return 1;
280}
281
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700282static inline struct cgroup_subsys_state
283 *mem_cgroup_css(struct mem_cgroup *memcg)
Wu Fengguangd3242362009-12-16 12:19:59 +0100284{
285 return NULL;
286}
287
Johannes Weiner0030f532012-07-31 16:45:25 -0700288static inline void
akpm@linux-foundation.orgac39cf82010-05-26 14:42:46 -0700289mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
Johannes Weiner0030f532012-07-31 16:45:25 -0700290 struct mem_cgroup **memcgp)
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -0800291{
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -0800292}
293
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700294static inline void mem_cgroup_end_migration(struct mem_cgroup *memcg,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -0800295 struct page *oldpage, struct page *newpage, bool migration_ok)
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -0800296{
297}
298
Johannes Weiner56600482012-01-12 17:17:59 -0800299static inline struct mem_cgroup *
300mem_cgroup_iter(struct mem_cgroup *root,
301 struct mem_cgroup *prev,
302 struct mem_cgroup_reclaim_cookie *reclaim)
303{
304 return NULL;
305}
306
307static inline void mem_cgroup_iter_break(struct mem_cgroup *root,
308 struct mem_cgroup *prev)
309{
310}
311
Hirokazu Takahashif8d665422009-01-07 18:08:02 -0800312static inline bool mem_cgroup_disabled(void)
313{
314 return true;
315}
KAMEZAWA Hiroyukia636b322009-01-07 18:08:08 -0800316
KOSAKI Motohiro14797e22009-01-07 18:08:18 -0800317static inline int
Konstantin Khlebnikovc56d5c72012-05-29 15:07:00 -0700318mem_cgroup_inactive_anon_is_low(struct lruvec *lruvec)
KOSAKI Motohiro14797e22009-01-07 18:08:18 -0800319{
320 return 1;
321}
322
KOSAKI Motohiroa3d8e052009-01-07 18:08:19 -0800323static inline unsigned long
Hugh Dickins4d7dcca2012-05-29 15:07:08 -0700324mem_cgroup_get_lru_size(struct lruvec *lruvec, enum lru_list lru)
KOSAKI Motohiroa3d8e052009-01-07 18:08:19 -0800325{
326 return 0;
327}
328
Hugh Dickinsfa9add62012-05-29 15:07:09 -0700329static inline void
330mem_cgroup_update_lru_size(struct lruvec *lruvec, enum lru_list lru,
331 int increment)
KOSAKI Motohiro3e2f41f2009-01-07 18:08:20 -0800332{
KOSAKI Motohiro3e2f41f2009-01-07 18:08:20 -0800333}
334
Balbir Singhe2224322009-04-02 16:57:39 -0700335static inline void
336mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
337{
338}
339
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -0700340static inline void mem_cgroup_begin_update_page_stat(struct page *page,
341 bool *locked, unsigned long *flags)
342{
343}
344
345static inline void mem_cgroup_end_update_page_stat(struct page *page,
346 bool *locked, unsigned long *flags)
347{
348}
349
Greg Thelen2a7106f2011-01-13 15:47:37 -0800350static inline void mem_cgroup_inc_page_stat(struct page *page,
351 enum mem_cgroup_page_stat_item idx)
352{
353}
354
355static inline void mem_cgroup_dec_page_stat(struct page *page,
356 enum mem_cgroup_page_stat_item idx)
Balbir Singhd69b0422009-06-17 16:26:34 -0700357{
358}
359
Balbir Singh4e416952009-09-23 15:56:39 -0700360static inline
361unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
Ying Han0ae5e892011-05-26 16:25:25 -0700362 gfp_t gfp_mask,
363 unsigned long *total_scanned)
Balbir Singh4e416952009-09-23 15:56:39 -0700364{
365 return 0;
366}
367
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -0800368static inline void mem_cgroup_split_huge_fixup(struct page *head)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -0800369{
370}
371
Ying Han456f9982011-05-26 16:25:38 -0700372static inline
373void mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx)
374{
375}
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -0800376static inline void mem_cgroup_replace_page_cache(struct page *oldpage,
377 struct page *newpage)
378{
379}
Andrew Mortonc255a452012-07-31 16:43:02 -0700380#endif /* CONFIG_MEMCG */
Pavel Emelianov78fb7462008-02-07 00:13:51 -0800381
Andrew Mortonc255a452012-07-31 16:43:02 -0700382#if !defined(CONFIG_MEMCG) || !defined(CONFIG_DEBUG_VM)
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -0700383static inline bool
384mem_cgroup_bad_page_check(struct page *page)
385{
386 return false;
387}
388
389static inline void
390mem_cgroup_print_bad_page(struct page *page)
391{
392}
393#endif
394
Glauber Costae1aab162011-12-11 21:47:03 +0000395enum {
396 UNDER_LIMIT,
397 SOFT_LIMIT,
398 OVER_LIMIT,
399};
400
401struct sock;
David Rientjescd590852012-10-10 15:54:08 -0700402#if defined(CONFIG_INET) && defined(CONFIG_MEMCG_KMEM)
Glauber Costae1aab162011-12-11 21:47:03 +0000403void sock_update_memcg(struct sock *sk);
404void sock_release_memcg(struct sock *sk);
405#else
406static inline void sock_update_memcg(struct sock *sk)
407{
408}
409static inline void sock_release_memcg(struct sock *sk)
410{
411}
David Rientjescd590852012-10-10 15:54:08 -0700412#endif /* CONFIG_INET && CONFIG_MEMCG_KMEM */
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800413
414#ifdef CONFIG_MEMCG_KMEM
Glauber Costaa8964b92012-12-18 14:22:09 -0800415extern struct static_key memcg_kmem_enabled_key;
Glauber Costa749c5412012-12-18 14:23:01 -0800416
417extern int memcg_limited_groups_array_size;
Glauber Costaebe945c2012-12-18 14:23:10 -0800418
419/*
420 * Helper macro to loop through all memcg-specific caches. Callers must still
421 * check if the cache is valid (it is either valid or NULL).
422 * the slab_mutex must be held when looping through those caches
423 */
Glauber Costa749c5412012-12-18 14:23:01 -0800424#define for_each_memcg_cache_index(_idx) \
Glauber Costa91c777d2013-02-04 14:28:49 -0800425 for ((_idx) = 0; (_idx) < memcg_limited_groups_array_size; (_idx)++)
Glauber Costa749c5412012-12-18 14:23:01 -0800426
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800427static inline bool memcg_kmem_enabled(void)
428{
Glauber Costaa8964b92012-12-18 14:22:09 -0800429 return static_key_false(&memcg_kmem_enabled_key);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800430}
431
432/*
433 * In general, we'll do everything in our power to not incur in any overhead
434 * for non-memcg users for the kmem functions. Not even a function call, if we
435 * can avoid it.
436 *
437 * Therefore, we'll inline all those functions so that in the best case, we'll
438 * see that kmemcg is off for everybody and proceed quickly. If it is on,
439 * we'll still do most of the flag checking inline. We check a lot of
440 * conditions, but because they are pretty simple, they are expected to be
441 * fast.
442 */
443bool __memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **memcg,
444 int order);
445void __memcg_kmem_commit_charge(struct page *page,
446 struct mem_cgroup *memcg, int order);
447void __memcg_kmem_uncharge_pages(struct page *page, int order);
448
Glauber Costa2633d7a2012-12-18 14:22:34 -0800449int memcg_cache_id(struct mem_cgroup *memcg);
Glauber Costa943a4512012-12-18 14:23:03 -0800450int memcg_register_cache(struct mem_cgroup *memcg, struct kmem_cache *s,
451 struct kmem_cache *root_cache);
Glauber Costa2633d7a2012-12-18 14:22:34 -0800452void memcg_release_cache(struct kmem_cache *cachep);
453void memcg_cache_list_add(struct mem_cgroup *memcg, struct kmem_cache *cachep);
454
Glauber Costa55007d82012-12-18 14:22:38 -0800455int memcg_update_cache_size(struct kmem_cache *s, int num_groups);
456void memcg_update_array_size(int num_groups);
Glauber Costad7f25f82012-12-18 14:22:40 -0800457
458struct kmem_cache *
459__memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp);
460
Glauber Costa1f458cb2012-12-18 14:22:50 -0800461void mem_cgroup_destroy_cache(struct kmem_cache *cachep);
Glauber Costa7cf27982012-12-18 14:22:55 -0800462void kmem_cache_destroy_memcg_children(struct kmem_cache *s);
Glauber Costa1f458cb2012-12-18 14:22:50 -0800463
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800464/**
465 * memcg_kmem_newpage_charge: verify if a new kmem allocation is allowed.
466 * @gfp: the gfp allocation flags.
467 * @memcg: a pointer to the memcg this was charged against.
468 * @order: allocation order.
469 *
470 * returns true if the memcg where the current task belongs can hold this
471 * allocation.
472 *
473 * We return true automatically if this allocation is not to be accounted to
474 * any memcg.
475 */
476static inline bool
477memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **memcg, int order)
478{
479 if (!memcg_kmem_enabled())
480 return true;
481
482 /*
483 * __GFP_NOFAIL allocations will move on even if charging is not
484 * possible. Therefore we don't even try, and have this allocation
485 * unaccounted. We could in theory charge it with
486 * res_counter_charge_nofail, but we hope those allocations are rare,
487 * and won't be worth the trouble.
488 */
489 if (!(gfp & __GFP_KMEMCG) || (gfp & __GFP_NOFAIL))
490 return true;
491 if (in_interrupt() || (!current->mm) || (current->flags & PF_KTHREAD))
492 return true;
493
494 /* If the test is dying, just let it go. */
495 if (unlikely(fatal_signal_pending(current)))
496 return true;
497
498 return __memcg_kmem_newpage_charge(gfp, memcg, order);
499}
500
501/**
502 * memcg_kmem_uncharge_pages: uncharge pages from memcg
503 * @page: pointer to struct page being freed
504 * @order: allocation order.
505 *
506 * there is no need to specify memcg here, since it is embedded in page_cgroup
507 */
508static inline void
509memcg_kmem_uncharge_pages(struct page *page, int order)
510{
511 if (memcg_kmem_enabled())
512 __memcg_kmem_uncharge_pages(page, order);
513}
514
515/**
516 * memcg_kmem_commit_charge: embeds correct memcg in a page
517 * @page: pointer to struct page recently allocated
518 * @memcg: the memcg structure we charged against
519 * @order: allocation order.
520 *
521 * Needs to be called after memcg_kmem_newpage_charge, regardless of success or
522 * failure of the allocation. if @page is NULL, this function will revert the
523 * charges. Otherwise, it will commit the memcg given by @memcg to the
524 * corresponding page_cgroup.
525 */
526static inline void
527memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg, int order)
528{
529 if (memcg_kmem_enabled() && memcg)
530 __memcg_kmem_commit_charge(page, memcg, order);
531}
532
Glauber Costad7f25f82012-12-18 14:22:40 -0800533/**
534 * memcg_kmem_get_cache: selects the correct per-memcg cache for allocation
535 * @cachep: the original global kmem cache
536 * @gfp: allocation flags.
537 *
538 * This function assumes that the task allocating, which determines the memcg
539 * in the page allocator, belongs to the same cgroup throughout the whole
540 * process. Misacounting can happen if the task calls memcg_kmem_get_cache()
541 * while belonging to a cgroup, and later on changes. This is considered
542 * acceptable, and should only happen upon task migration.
543 *
544 * Before the cache is created by the memcg core, there is also a possible
545 * imbalance: the task belongs to a memcg, but the cache being allocated from
546 * is the global cache, since the child cache is not yet guaranteed to be
547 * ready. This case is also fine, since in this case the GFP_KMEMCG will not be
548 * passed and the page allocator will not attempt any cgroup accounting.
549 */
550static __always_inline struct kmem_cache *
551memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp)
552{
553 if (!memcg_kmem_enabled())
554 return cachep;
555 if (gfp & __GFP_NOFAIL)
556 return cachep;
557 if (in_interrupt() || (!current->mm) || (current->flags & PF_KTHREAD))
558 return cachep;
559 if (unlikely(fatal_signal_pending(current)))
560 return cachep;
561
562 return __memcg_kmem_get_cache(cachep, gfp);
563}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800564#else
Glauber Costa749c5412012-12-18 14:23:01 -0800565#define for_each_memcg_cache_index(_idx) \
566 for (; NULL; )
567
Glauber Costab9ce5ef2012-12-18 14:22:46 -0800568static inline bool memcg_kmem_enabled(void)
569{
570 return false;
571}
572
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800573static inline bool
574memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **memcg, int order)
575{
576 return true;
577}
578
579static inline void memcg_kmem_uncharge_pages(struct page *page, int order)
580{
581}
582
583static inline void
584memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg, int order)
585{
586}
Glauber Costa2633d7a2012-12-18 14:22:34 -0800587
588static inline int memcg_cache_id(struct mem_cgroup *memcg)
589{
590 return -1;
591}
592
Glauber Costa943a4512012-12-18 14:23:03 -0800593static inline int
594memcg_register_cache(struct mem_cgroup *memcg, struct kmem_cache *s,
595 struct kmem_cache *root_cache)
Glauber Costa2633d7a2012-12-18 14:22:34 -0800596{
597 return 0;
598}
599
600static inline void memcg_release_cache(struct kmem_cache *cachep)
601{
602}
603
604static inline void memcg_cache_list_add(struct mem_cgroup *memcg,
605 struct kmem_cache *s)
606{
607}
Glauber Costad7f25f82012-12-18 14:22:40 -0800608
609static inline struct kmem_cache *
610memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp)
611{
612 return cachep;
613}
Glauber Costa7cf27982012-12-18 14:22:55 -0800614
615static inline void kmem_cache_destroy_memcg_children(struct kmem_cache *s)
616{
617}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800618#endif /* CONFIG_MEMCG_KMEM */
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800619#endif /* _LINUX_MEMCONTROL_H */
620