memcontrol.h 11.5 KB
Newer Older
B
Balbir Singh 已提交
1 2 3 4 5
/* memcontrol.h - Memory Controller
 *
 * Copyright IBM Corporation, 2007
 * Author Balbir Singh <balbir@linux.vnet.ibm.com>
 *
6 7 8
 * Copyright 2007 OpenVZ SWsoft Inc
 * Author: Pavel Emelianov <xemul@openvz.org>
 *
B
Balbir Singh 已提交
9 10 11 12 13 14 15 16 17 18 19 20 21
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#ifndef _LINUX_MEMCONTROL_H
#define _LINUX_MEMCONTROL_H
22
#include <linux/cgroup.h>
23 24
#include <linux/vm_event_item.h>

25 26
struct mem_cgroup;
struct page_cgroup;
27 28
struct page;
struct mm_struct;
29

30 31 32 33 34
/* Stats that can be updated by kernel. */
enum mem_cgroup_page_stat_item {
	MEMCG_NR_FILE_MAPPED, /* # of pages charged as file rss */
};

35 36 37 38 39 40
struct mem_cgroup_reclaim_cookie {
	struct zone *zone;
	int priority;
	unsigned int generation;
};

41
#ifdef CONFIG_CGROUP_MEM_RES_CTLR
K
KAMEZAWA Hiroyuki 已提交
42 43 44 45 46 47 48 49 50 51
/*
 * All "charge" functions with gfp_mask should use GFP_KERNEL or
 * (gfp_mask & GFP_RECLAIM_MASK). In current implementatin, memcg doesn't
 * alloc memory but reclaims memory from all available zones. So, "where I want
 * memory from" bits of gfp_mask has no meaning. So any bits of that field is
 * available but adding a rule is better. charge functions' gfp_mask should
 * be set to GFP_KERNEL or gfp_mask & GFP_RECLAIM_MASK for avoiding ambiguous
 * codes.
 * (Of course, if memcg does memory allocation in future, GFP_KERNEL is sane.)
 */
52

53
extern int mem_cgroup_newpage_charge(struct page *page, struct mm_struct *mm,
54
				gfp_t gfp_mask);
55
/* for swap handling */
56
extern int mem_cgroup_try_charge_swapin(struct mm_struct *mm,
57
		struct page *page, gfp_t mask, struct mem_cgroup **memcgp);
58
extern void mem_cgroup_commit_charge_swapin(struct page *page,
59 60
					struct mem_cgroup *memcg);
extern void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg);
61

H
Hugh Dickins 已提交
62 63
extern int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
					gfp_t gfp_mask);
64 65 66 67 68 69 70 71

struct lruvec *mem_cgroup_zone_lruvec(struct zone *, struct mem_cgroup *);
struct lruvec *mem_cgroup_lru_add_list(struct zone *, struct page *,
				       enum lru_list);
void mem_cgroup_lru_del_list(struct page *, enum lru_list);
void mem_cgroup_lru_del(struct page *);
struct lruvec *mem_cgroup_lru_move_lists(struct zone *, struct page *,
					 enum lru_list, enum lru_list);
72 73 74 75 76

/* For coalescing uncharge for reducing memcg' overhead*/
extern void mem_cgroup_uncharge_start(void);
extern void mem_cgroup_uncharge_end(void);

77
extern void mem_cgroup_uncharge_page(struct page *page);
78
extern void mem_cgroup_uncharge_cache_page(struct page *page);
79

80 81
extern void mem_cgroup_out_of_memory(struct mem_cgroup *memcg, gfp_t gfp_mask,
				     int order);
82
int task_in_mem_cgroup(struct task_struct *task, const struct mem_cgroup *memcg);
83

84
extern struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page);
85
extern struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p);
86
extern struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm);
87

G
Glauber Costa 已提交
88
extern struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *memcg);
G
Glauber Costa 已提交
89
extern struct mem_cgroup *mem_cgroup_from_cont(struct cgroup *cont);
G
Glauber Costa 已提交
90

91 92 93
static inline
int mm_match_cgroup(const struct mm_struct *mm, const struct mem_cgroup *cgroup)
{
94
	struct mem_cgroup *memcg;
95
	rcu_read_lock();
96
	memcg = mem_cgroup_from_task(rcu_dereference((mm)->owner));
97
	rcu_read_unlock();
98
	return cgroup == memcg;
99
}
100

101
extern struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *memcg);
102

103
extern int
104
mem_cgroup_prepare_migration(struct page *page,
105
	struct page *newpage, struct mem_cgroup **memcgp, gfp_t gfp_mask);
106
extern void mem_cgroup_end_migration(struct mem_cgroup *memcg,
107
	struct page *oldpage, struct page *newpage, bool migration_ok);
108

109 110 111 112 113
struct mem_cgroup *mem_cgroup_iter(struct mem_cgroup *,
				   struct mem_cgroup *,
				   struct mem_cgroup_reclaim_cookie *);
void mem_cgroup_iter_break(struct mem_cgroup *, struct mem_cgroup *);

114 115 116
/*
 * For memory reclaim.
 */
117 118 119 120
int mem_cgroup_inactive_anon_is_low(struct mem_cgroup *memcg,
				    struct zone *zone);
int mem_cgroup_inactive_file_is_low(struct mem_cgroup *memcg,
				    struct zone *zone);
121
int mem_cgroup_select_victim_node(struct mem_cgroup *memcg);
122
unsigned long mem_cgroup_zone_nr_lru_pages(struct mem_cgroup *memcg,
123
					int nid, int zid, unsigned int lrumask);
K
KOSAKI Motohiro 已提交
124 125 126 127
struct zone_reclaim_stat *mem_cgroup_get_reclaim_stat(struct mem_cgroup *memcg,
						      struct zone *zone);
struct zone_reclaim_stat*
mem_cgroup_get_reclaim_stat_from_page(struct page *page);
128 129
extern void mem_cgroup_print_oom_info(struct mem_cgroup *memcg,
					struct task_struct *p);
130 131
extern void mem_cgroup_replace_page_cache(struct page *oldpage,
					struct page *newpage);
132

133 134 135
#ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
extern int do_swap_account;
#endif
136 137 138 139 140 141 142 143

static inline bool mem_cgroup_disabled(void)
{
	if (mem_cgroup_subsys.disabled)
		return true;
	return false;
}

144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
void __mem_cgroup_begin_update_page_stat(struct page *page, bool *locked,
					 unsigned long *flags);

static inline void mem_cgroup_begin_update_page_stat(struct page *page,
					bool *locked, unsigned long *flags)
{
	if (mem_cgroup_disabled())
		return;
	rcu_read_lock();
	*locked = false;
	return __mem_cgroup_begin_update_page_stat(page, locked, flags);
}

void __mem_cgroup_end_update_page_stat(struct page *page,
				unsigned long *flags);
static inline void mem_cgroup_end_update_page_stat(struct page *page,
					bool *locked, unsigned long *flags)
{
	if (mem_cgroup_disabled())
		return;
	if (*locked)
		__mem_cgroup_end_update_page_stat(page, flags);
	rcu_read_unlock();
}

169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
void mem_cgroup_update_page_stat(struct page *page,
				 enum mem_cgroup_page_stat_item idx,
				 int val);

static inline void mem_cgroup_inc_page_stat(struct page *page,
					    enum mem_cgroup_page_stat_item idx)
{
	mem_cgroup_update_page_stat(page, idx, 1);
}

static inline void mem_cgroup_dec_page_stat(struct page *page,
					    enum mem_cgroup_page_stat_item idx)
{
	mem_cgroup_update_page_stat(page, idx, -1);
}

185
unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
186 187
						gfp_t gfp_mask,
						unsigned long *total_scanned);
188
u64 mem_cgroup_get_limit(struct mem_cgroup *memcg);
D
David Rientjes 已提交
189

190
void mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx);
191
#ifdef CONFIG_TRANSPARENT_HUGEPAGE
192
void mem_cgroup_split_huge_fixup(struct page *head);
193 194
#endif

195 196 197 198
#ifdef CONFIG_DEBUG_VM
bool mem_cgroup_bad_page_check(struct page *page);
void mem_cgroup_print_bad_page(struct page *page);
#endif
199
#else /* CONFIG_CGROUP_MEM_RES_CTLR */
200 201 202
struct mem_cgroup;

static inline int mem_cgroup_newpage_charge(struct page *page,
H
Hugh Dickins 已提交
203
					struct mm_struct *mm, gfp_t gfp_mask)
204 205 206 207
{
	return 0;
}

H
Hugh Dickins 已提交
208 209
static inline int mem_cgroup_cache_charge(struct page *page,
					struct mm_struct *mm, gfp_t gfp_mask)
210
{
H
Hugh Dickins 已提交
211
	return 0;
212 213
}

214
static inline int mem_cgroup_try_charge_swapin(struct mm_struct *mm,
215
		struct page *page, gfp_t gfp_mask, struct mem_cgroup **memcgp)
216 217 218 219 220
{
	return 0;
}

static inline void mem_cgroup_commit_charge_swapin(struct page *page,
221
					  struct mem_cgroup *memcg)
222 223 224
{
}

225
static inline void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *memcg)
226 227 228
{
}

229 230 231 232 233 234 235 236
static inline void mem_cgroup_uncharge_start(void)
{
}

static inline void mem_cgroup_uncharge_end(void)
{
}

237 238 239 240
static inline void mem_cgroup_uncharge_page(struct page *page)
{
}

241 242 243 244
static inline void mem_cgroup_uncharge_cache_page(struct page *page)
{
}

245 246
static inline struct lruvec *mem_cgroup_zone_lruvec(struct zone *zone,
						    struct mem_cgroup *memcg)
K
KAMEZAWA Hiroyuki 已提交
247
{
248
	return &zone->lruvec;
K
KAMEZAWA Hiroyuki 已提交
249 250
}

251 252 253
static inline struct lruvec *mem_cgroup_lru_add_list(struct zone *zone,
						     struct page *page,
						     enum lru_list lru)
254
{
255
	return &zone->lruvec;
256 257
}

258
static inline void mem_cgroup_lru_del_list(struct page *page, enum lru_list lru)
K
KAMEZAWA Hiroyuki 已提交
259 260 261
{
}

262
static inline void mem_cgroup_lru_del(struct page *page)
K
KAMEZAWA Hiroyuki 已提交
263 264 265
{
}

266 267 268 269
static inline struct lruvec *mem_cgroup_lru_move_lists(struct zone *zone,
						       struct page *page,
						       enum lru_list from,
						       enum lru_list to)
270
{
271
	return &zone->lruvec;
272 273
}

274 275 276 277 278
static inline struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page)
{
	return NULL;
}

279 280 281 282 283
static inline struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm)
{
	return NULL;
}

284 285
static inline int mm_match_cgroup(struct mm_struct *mm,
		struct mem_cgroup *memcg)
286
{
287
	return 1;
288 289
}

290
static inline int task_in_mem_cgroup(struct task_struct *task,
291
				     const struct mem_cgroup *memcg)
292 293 294 295
{
	return 1;
}

296 297
static inline struct cgroup_subsys_state
		*mem_cgroup_css(struct mem_cgroup *memcg)
298 299 300 301
{
	return NULL;
}

302
static inline int
303
mem_cgroup_prepare_migration(struct page *page, struct page *newpage,
304
	struct mem_cgroup **memcgp, gfp_t gfp_mask)
305 306 307 308
{
	return 0;
}

309
static inline void mem_cgroup_end_migration(struct mem_cgroup *memcg,
310
		struct page *oldpage, struct page *newpage, bool migration_ok)
311 312 313
{
}

314 315 316 317 318 319 320 321 322 323 324 325 326
static inline struct mem_cgroup *
mem_cgroup_iter(struct mem_cgroup *root,
		struct mem_cgroup *prev,
		struct mem_cgroup_reclaim_cookie *reclaim)
{
	return NULL;
}

static inline void mem_cgroup_iter_break(struct mem_cgroup *root,
					 struct mem_cgroup *prev)
{
}

327 328 329 330
static inline bool mem_cgroup_disabled(void)
{
	return true;
}
331

332
static inline int
333
mem_cgroup_inactive_anon_is_low(struct mem_cgroup *memcg, struct zone *zone)
334 335 336 337
{
	return 1;
}

338
static inline int
339
mem_cgroup_inactive_file_is_low(struct mem_cgroup *memcg, struct zone *zone)
340 341 342 343
{
	return 1;
}

344
static inline unsigned long
345 346
mem_cgroup_zone_nr_lru_pages(struct mem_cgroup *memcg, int nid, int zid,
				unsigned int lru_mask)
347 348 349 350 351
{
	return 0;
}


K
KOSAKI Motohiro 已提交
352 353 354 355 356 357 358 359 360 361 362 363
static inline struct zone_reclaim_stat*
mem_cgroup_get_reclaim_stat(struct mem_cgroup *memcg, struct zone *zone)
{
	return NULL;
}

static inline struct zone_reclaim_stat*
mem_cgroup_get_reclaim_stat_from_page(struct page *page)
{
	return NULL;
}

364 365 366 367 368
static inline void
mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
{
}

369 370 371 372 373 374 375 376 377 378
static inline void mem_cgroup_begin_update_page_stat(struct page *page,
					bool *locked, unsigned long *flags)
{
}

static inline void mem_cgroup_end_update_page_stat(struct page *page,
					bool *locked, unsigned long *flags)
{
}

379 380 381 382 383 384 385
static inline void mem_cgroup_inc_page_stat(struct page *page,
					    enum mem_cgroup_page_stat_item idx)
{
}

static inline void mem_cgroup_dec_page_stat(struct page *page,
					    enum mem_cgroup_page_stat_item idx)
386 387 388
{
}

389 390
static inline
unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
391 392
					    gfp_t gfp_mask,
					    unsigned long *total_scanned)
393 394 395 396
{
	return 0;
}

D
David Rientjes 已提交
397
static inline
398
u64 mem_cgroup_get_limit(struct mem_cgroup *memcg)
D
David Rientjes 已提交
399 400 401 402
{
	return 0;
}

403
static inline void mem_cgroup_split_huge_fixup(struct page *head)
404 405 406
{
}

407 408 409 410
static inline
void mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx)
{
}
411 412 413 414
static inline void mem_cgroup_replace_page_cache(struct page *oldpage,
				struct page *newpage)
{
}
415
#endif /* CONFIG_CGROUP_MEM_RES_CTLR */
416

417 418 419 420 421 422 423 424 425 426 427 428 429
#if !defined(CONFIG_CGROUP_MEM_RES_CTLR) || !defined(CONFIG_DEBUG_VM)
static inline bool
mem_cgroup_bad_page_check(struct page *page)
{
	return false;
}

static inline void
mem_cgroup_print_bad_page(struct page *page)
{
}
#endif

G
Glauber Costa 已提交
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447
enum {
	UNDER_LIMIT,
	SOFT_LIMIT,
	OVER_LIMIT,
};

struct sock;
#ifdef CONFIG_CGROUP_MEM_RES_CTLR_KMEM
void sock_update_memcg(struct sock *sk);
void sock_release_memcg(struct sock *sk);
#else
static inline void sock_update_memcg(struct sock *sk)
{
}
static inline void sock_release_memcg(struct sock *sk)
{
}
#endif /* CONFIG_CGROUP_MEM_RES_CTLR_KMEM */
B
Balbir Singh 已提交
448 449
#endif /* _LINUX_MEMCONTROL_H */