blob: d8dd6560621baf5b0e5ad094c818336752a66c9c [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 Hiroyukic9b0ed512008-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);
David Rientjesffbdccf2013-07-03 15:01:23 -070080bool task_in_mem_cgroup(struct task_struct *task,
81 const struct mem_cgroup *memcg);
David Rientjes3062fc62008-02-07 00:14:03 -080082
Wu Fengguange42d9d52009-12-16 12:19:59 +010083extern struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page);
Balbir Singhcf475ad22008-04-29 01:00:16 -070084extern struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p);
KOSAKI Motohiroa4336582011-06-15 15:08:13 -070085extern struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm);
Balbir Singhcf475ad22008-04-29 01:00:16 -070086
Glauber Costae1aab162011-12-11 21:47:03 +000087extern struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg);
Tejun Heo182446d2013-08-08 20:11:24 -040088extern struct mem_cgroup *mem_cgroup_from_css(struct cgroup_subsys_state *css);
Glauber Costae1aab162011-12-11 21:47:03 +000089
Lai Jiangshan2e4d4092009-01-07 18:08:07 -080090static inline
Johannes Weiner587af302012-10-08 16:34:12 -070091bool mm_match_cgroup(const struct mm_struct *mm, const struct mem_cgroup *memcg)
Lai Jiangshan2e4d4092009-01-07 18:08:07 -080092{
Johannes Weiner587af302012-10-08 16:34:12 -070093 struct mem_cgroup *task_memcg;
94 bool match;
Johannes Weinerc3ac9a82012-05-29 15:06:25 -070095
Lai Jiangshan2e4d4092009-01-07 18:08:07 -080096 rcu_read_lock();
Johannes Weiner587af302012-10-08 16:34:12 -070097 task_memcg = mem_cgroup_from_task(rcu_dereference(mm->owner));
98 match = __mem_cgroup_same_or_subtree(memcg, task_memcg);
Lai Jiangshan2e4d4092009-01-07 18:08:07 -080099 rcu_read_unlock();
Johannes Weinerc3ac9a82012-05-29 15:06:25 -0700100 return match;
Lai Jiangshan2e4d4092009-01-07 18:08:07 -0800101}
Balbir Singh8a9f3cc2008-02-07 00:13:53 -0800102
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700103extern struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *memcg);
Wu Fengguangd3242362009-12-16 12:19:59 +0100104
Johannes Weiner0030f532012-07-31 16:45:25 -0700105extern void
106mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
107 struct mem_cgroup **memcgp);
Raghavendra K Tc0ff4b82011-11-02 13:38:15 -0700108extern void mem_cgroup_end_migration(struct mem_cgroup *memcg,
Daisuke Nishimura50de1dd2011-01-13 15:47:43 -0800109 struct page *oldpage, struct page *newpage, bool migration_ok);
KAMEZAWA Hiroyukiae41be32008-02-07 00:14:10 -0800110
Johannes Weiner56600482012-01-12 17:17:59 -0800111struct mem_cgroup *mem_cgroup_iter(struct mem_cgroup *,
112 struct mem_cgroup *,
113 struct mem_cgroup_reclaim_cookie *);
114void mem_cgroup_iter_break(struct mem_cgroup *, struct mem_cgroup *);
115
KAMEZAWA Hiroyuki58ae83d2008-02-07 00:14:32 -0800116/*
117 * For memory reclaim.
118 */
Konstantin Khlebnikovc56d5c72012-05-29 15:07:00 -0700119int mem_cgroup_inactive_anon_is_low(struct lruvec *lruvec);
Ying Han889976d2011-05-26 16:25:33 -0700120int mem_cgroup_select_victim_node(struct mem_cgroup *memcg);
Hugh Dickins4d7dcca2012-05-29 15:07:08 -0700121unsigned long mem_cgroup_get_lru_size(struct lruvec *lruvec, enum lru_list);
Hugh Dickinsfa9add62012-05-29 15:07:09 -0700122void mem_cgroup_update_lru_size(struct lruvec *, enum lru_list, int);
Balbir Singhe2224322009-04-02 16:57:39 -0700123extern void mem_cgroup_print_oom_info(struct mem_cgroup *memcg,
124 struct task_struct *p);
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -0800125extern void mem_cgroup_replace_page_cache(struct page *oldpage,
126 struct page *newpage);
KAMEZAWA Hiroyuki58ae83d2008-02-07 00:14:32 -0800127
Andrew Mortonc255a452012-07-31 16:43:02 -0700128#ifdef CONFIG_MEMCG_SWAP
KAMEZAWA Hiroyukic0777192009-01-07 18:07:57 -0800129extern int do_swap_account;
130#endif
Hirokazu Takahashif8d665422009-01-07 18:08:02 -0800131
132static inline bool mem_cgroup_disabled(void)
133{
134 if (mem_cgroup_subsys.disabled)
135 return true;
136 return false;
137}
138
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -0700139void __mem_cgroup_begin_update_page_stat(struct page *page, bool *locked,
140 unsigned long *flags);
141
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -0700142extern atomic_t memcg_moving;
143
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -0700144static inline void mem_cgroup_begin_update_page_stat(struct page *page,
145 bool *locked, unsigned long *flags)
146{
147 if (mem_cgroup_disabled())
148 return;
149 rcu_read_lock();
150 *locked = false;
KAMEZAWA Hiroyuki4331f7d2012-03-21 16:34:26 -0700151 if (atomic_read(&memcg_moving))
152 __mem_cgroup_begin_update_page_stat(page, locked, flags);
KAMEZAWA Hiroyuki89c06bd2012-03-21 16:34:25 -0700153}
154
155void __mem_cgroup_end_update_page_stat(struct page *page,
156 unsigned long *flags);
157static inline void mem_cgroup_end_update_page_stat(struct page *page,
158 bool *locked, unsigned long *flags)
159{
160 if (mem_cgroup_disabled())
161 return;
162 if (*locked)
163 __mem_cgroup_end_update_page_stat(page, flags);
164 rcu_read_unlock();
165}
166
Greg Thelen2a7106f2011-01-13 15:47:37 -0800167void mem_cgroup_update_page_stat(struct page *page,
168 enum mem_cgroup_page_stat_item idx,
169 int val);
170
171static inline void mem_cgroup_inc_page_stat(struct page *page,
172 enum mem_cgroup_page_stat_item idx)
173{
174 mem_cgroup_update_page_stat(page, idx, 1);
175}
176
177static inline void mem_cgroup_dec_page_stat(struct page *page,
178 enum mem_cgroup_page_stat_item idx)
179{
180 mem_cgroup_update_page_stat(page, idx, -1);
181}
182
Michal Hockoa5b7c872013-09-12 15:13:25 -0700183bool mem_cgroup_soft_reclaim_eligible(struct mem_cgroup *memcg,
184 struct mem_cgroup *root);
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 Rientjesffbdccf2013-07-03 15:01:23 -0700276static inline bool task_in_mem_cgroup(struct task_struct *task,
277 const struct mem_cgroup *memcg)
David Rientjes4c4a2212008-02-07 00:14:06 -0800278{
David Rientjesffbdccf2013-07-03 15:01:23 -0700279 return true;
David Rientjes4c4a2212008-02-07 00:14:06 -0800280}
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
Michal Hockoa5b7c872013-09-12 15:13:25 -0700361bool mem_cgroup_soft_reclaim_eligible(struct mem_cgroup *memcg,
362 struct mem_cgroup *root)
Balbir Singh4e416952009-09-23 15:56:39 -0700363{
Michal Hocko3b387222013-09-12 15:13:21 -0700364 return false;
Balbir Singh4e416952009-09-23 15:56:39 -0700365}
366
KAMEZAWA Hiroyukie94c8a92012-01-12 17:18:20 -0800367static inline void mem_cgroup_split_huge_fixup(struct page *head)
KAMEZAWA Hiroyukica3e0212011-01-20 14:44:24 -0800368{
369}
370
Ying Han456f9982011-05-26 16:25:38 -0700371static inline
372void mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx)
373{
374}
KAMEZAWA Hiroyukiab936cb2012-01-12 17:17:44 -0800375static inline void mem_cgroup_replace_page_cache(struct page *oldpage,
376 struct page *newpage)
377{
378}
Andrew Mortonc255a452012-07-31 16:43:02 -0700379#endif /* CONFIG_MEMCG */
Pavel Emelianov78fb7462008-02-07 00:13:51 -0800380
Andrew Mortonc255a452012-07-31 16:43:02 -0700381#if !defined(CONFIG_MEMCG) || !defined(CONFIG_DEBUG_VM)
Daisuke Nishimuraf212ad72011-03-23 16:42:25 -0700382static inline bool
383mem_cgroup_bad_page_check(struct page *page)
384{
385 return false;
386}
387
388static inline void
389mem_cgroup_print_bad_page(struct page *page)
390{
391}
392#endif
393
Glauber Costae1aab162011-12-11 21:47:03 +0000394enum {
395 UNDER_LIMIT,
396 SOFT_LIMIT,
397 OVER_LIMIT,
398};
399
400struct sock;
David Rientjescd590852012-10-10 15:54:08 -0700401#if defined(CONFIG_INET) && defined(CONFIG_MEMCG_KMEM)
Glauber Costae1aab162011-12-11 21:47:03 +0000402void sock_update_memcg(struct sock *sk);
403void sock_release_memcg(struct sock *sk);
404#else
405static inline void sock_update_memcg(struct sock *sk)
406{
407}
408static inline void sock_release_memcg(struct sock *sk)
409{
410}
David Rientjescd590852012-10-10 15:54:08 -0700411#endif /* CONFIG_INET && CONFIG_MEMCG_KMEM */
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800412
413#ifdef CONFIG_MEMCG_KMEM
Glauber Costaa8964b92012-12-18 14:22:09 -0800414extern struct static_key memcg_kmem_enabled_key;
Glauber Costa749c5412012-12-18 14:23:01 -0800415
416extern int memcg_limited_groups_array_size;
Glauber Costaebe945c2012-12-18 14:23:10 -0800417
418/*
419 * Helper macro to loop through all memcg-specific caches. Callers must still
420 * check if the cache is valid (it is either valid or NULL).
421 * the slab_mutex must be held when looping through those caches
422 */
Glauber Costa749c5412012-12-18 14:23:01 -0800423#define for_each_memcg_cache_index(_idx) \
Glauber Costa91c777d2013-02-04 14:28:49 -0800424 for ((_idx) = 0; (_idx) < memcg_limited_groups_array_size; (_idx)++)
Glauber Costa749c5412012-12-18 14:23:01 -0800425
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800426static inline bool memcg_kmem_enabled(void)
427{
Glauber Costaa8964b92012-12-18 14:22:09 -0800428 return static_key_false(&memcg_kmem_enabled_key);
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800429}
430
431/*
432 * In general, we'll do everything in our power to not incur in any overhead
433 * for non-memcg users for the kmem functions. Not even a function call, if we
434 * can avoid it.
435 *
436 * Therefore, we'll inline all those functions so that in the best case, we'll
437 * see that kmemcg is off for everybody and proceed quickly. If it is on,
438 * we'll still do most of the flag checking inline. We check a lot of
439 * conditions, but because they are pretty simple, they are expected to be
440 * fast.
441 */
442bool __memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **memcg,
443 int order);
444void __memcg_kmem_commit_charge(struct page *page,
445 struct mem_cgroup *memcg, int order);
446void __memcg_kmem_uncharge_pages(struct page *page, int order);
447
Glauber Costa2633d7a2012-12-18 14:22:34 -0800448int memcg_cache_id(struct mem_cgroup *memcg);
Glauber Costa943a4512012-12-18 14:23:03 -0800449int memcg_register_cache(struct mem_cgroup *memcg, struct kmem_cache *s,
450 struct kmem_cache *root_cache);
Glauber Costa2633d7a2012-12-18 14:22:34 -0800451void memcg_release_cache(struct kmem_cache *cachep);
452void memcg_cache_list_add(struct mem_cgroup *memcg, struct kmem_cache *cachep);
453
Glauber Costa55007d82012-12-18 14:22:38 -0800454int memcg_update_cache_size(struct kmem_cache *s, int num_groups);
455void memcg_update_array_size(int num_groups);
Glauber Costad7f25f82012-12-18 14:22:40 -0800456
457struct kmem_cache *
458__memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp);
459
Glauber Costa1f458cb2012-12-18 14:22:50 -0800460void mem_cgroup_destroy_cache(struct kmem_cache *cachep);
Glauber Costa7cf27982012-12-18 14:22:55 -0800461void kmem_cache_destroy_memcg_children(struct kmem_cache *s);
Glauber Costa1f458cb2012-12-18 14:22:50 -0800462
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800463/**
464 * memcg_kmem_newpage_charge: verify if a new kmem allocation is allowed.
465 * @gfp: the gfp allocation flags.
466 * @memcg: a pointer to the memcg this was charged against.
467 * @order: allocation order.
468 *
469 * returns true if the memcg where the current task belongs can hold this
470 * allocation.
471 *
472 * We return true automatically if this allocation is not to be accounted to
473 * any memcg.
474 */
475static inline bool
476memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **memcg, int order)
477{
478 if (!memcg_kmem_enabled())
479 return true;
480
481 /*
482 * __GFP_NOFAIL allocations will move on even if charging is not
483 * possible. Therefore we don't even try, and have this allocation
484 * unaccounted. We could in theory charge it with
485 * res_counter_charge_nofail, but we hope those allocations are rare,
486 * and won't be worth the trouble.
487 */
488 if (!(gfp & __GFP_KMEMCG) || (gfp & __GFP_NOFAIL))
489 return true;
490 if (in_interrupt() || (!current->mm) || (current->flags & PF_KTHREAD))
491 return true;
492
493 /* If the test is dying, just let it go. */
494 if (unlikely(fatal_signal_pending(current)))
495 return true;
496
497 return __memcg_kmem_newpage_charge(gfp, memcg, order);
498}
499
500/**
501 * memcg_kmem_uncharge_pages: uncharge pages from memcg
502 * @page: pointer to struct page being freed
503 * @order: allocation order.
504 *
505 * there is no need to specify memcg here, since it is embedded in page_cgroup
506 */
507static inline void
508memcg_kmem_uncharge_pages(struct page *page, int order)
509{
510 if (memcg_kmem_enabled())
511 __memcg_kmem_uncharge_pages(page, order);
512}
513
514/**
515 * memcg_kmem_commit_charge: embeds correct memcg in a page
516 * @page: pointer to struct page recently allocated
517 * @memcg: the memcg structure we charged against
518 * @order: allocation order.
519 *
520 * Needs to be called after memcg_kmem_newpage_charge, regardless of success or
521 * failure of the allocation. if @page is NULL, this function will revert the
522 * charges. Otherwise, it will commit the memcg given by @memcg to the
523 * corresponding page_cgroup.
524 */
525static inline void
526memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg, int order)
527{
528 if (memcg_kmem_enabled() && memcg)
529 __memcg_kmem_commit_charge(page, memcg, order);
530}
531
Glauber Costad7f25f82012-12-18 14:22:40 -0800532/**
533 * memcg_kmem_get_cache: selects the correct per-memcg cache for allocation
534 * @cachep: the original global kmem cache
535 * @gfp: allocation flags.
536 *
537 * This function assumes that the task allocating, which determines the memcg
538 * in the page allocator, belongs to the same cgroup throughout the whole
539 * process. Misacounting can happen if the task calls memcg_kmem_get_cache()
540 * while belonging to a cgroup, and later on changes. This is considered
541 * acceptable, and should only happen upon task migration.
542 *
543 * Before the cache is created by the memcg core, there is also a possible
544 * imbalance: the task belongs to a memcg, but the cache being allocated from
545 * is the global cache, since the child cache is not yet guaranteed to be
546 * ready. This case is also fine, since in this case the GFP_KMEMCG will not be
547 * passed and the page allocator will not attempt any cgroup accounting.
548 */
549static __always_inline struct kmem_cache *
550memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp)
551{
552 if (!memcg_kmem_enabled())
553 return cachep;
554 if (gfp & __GFP_NOFAIL)
555 return cachep;
556 if (in_interrupt() || (!current->mm) || (current->flags & PF_KTHREAD))
557 return cachep;
558 if (unlikely(fatal_signal_pending(current)))
559 return cachep;
560
561 return __memcg_kmem_get_cache(cachep, gfp);
562}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800563#else
Glauber Costa749c5412012-12-18 14:23:01 -0800564#define for_each_memcg_cache_index(_idx) \
565 for (; NULL; )
566
Glauber Costab9ce5ef2012-12-18 14:22:46 -0800567static inline bool memcg_kmem_enabled(void)
568{
569 return false;
570}
571
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800572static inline bool
573memcg_kmem_newpage_charge(gfp_t gfp, struct mem_cgroup **memcg, int order)
574{
575 return true;
576}
577
578static inline void memcg_kmem_uncharge_pages(struct page *page, int order)
579{
580}
581
582static inline void
583memcg_kmem_commit_charge(struct page *page, struct mem_cgroup *memcg, int order)
584{
585}
Glauber Costa2633d7a2012-12-18 14:22:34 -0800586
587static inline int memcg_cache_id(struct mem_cgroup *memcg)
588{
589 return -1;
590}
591
Glauber Costa943a4512012-12-18 14:23:03 -0800592static inline int
593memcg_register_cache(struct mem_cgroup *memcg, struct kmem_cache *s,
594 struct kmem_cache *root_cache)
Glauber Costa2633d7a2012-12-18 14:22:34 -0800595{
596 return 0;
597}
598
599static inline void memcg_release_cache(struct kmem_cache *cachep)
600{
601}
602
603static inline void memcg_cache_list_add(struct mem_cgroup *memcg,
604 struct kmem_cache *s)
605{
606}
Glauber Costad7f25f82012-12-18 14:22:40 -0800607
608static inline struct kmem_cache *
609memcg_kmem_get_cache(struct kmem_cache *cachep, gfp_t gfp)
610{
611 return cachep;
612}
Glauber Costa7cf27982012-12-18 14:22:55 -0800613
614static inline void kmem_cache_destroy_memcg_children(struct kmem_cache *s)
615{
616}
Glauber Costa7ae1e1d2012-12-18 14:21:56 -0800617#endif /* CONFIG_MEMCG_KMEM */
Balbir Singh8cdea7c2008-02-07 00:13:50 -0800618#endif /* _LINUX_MEMCONTROL_H */
619