Searched refs:page_cgroup (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Dpage_cgroup.h20 * A page_cgroup page is associated with every page descriptor. The
21 * page_cgroup helps us identify information about the cgroup
25 struct page_cgroup { struct
44 struct page_cgroup *lookup_page_cgroup(struct page *page);
45 struct page *lookup_cgroup_page(struct page_cgroup *pc);
48 static inline int PageCgroup##uname(struct page_cgroup *pc) \
52 static inline void SetPageCgroup##uname(struct page_cgroup *pc)\
56 static inline void ClearPageCgroup##uname(struct page_cgroup *pc) \
60 static inline int TestClearPageCgroup##uname(struct page_cgroup *pc) \
71 static inline void lock_page_cgroup(struct page_cgroup *p
[all...]
H A Dmmzone.h644 struct page_cgroup *node_page_cgroup;
995 struct page_cgroup;
1015 * If !SPARSEMEM, pgdat doesn't have page_cgroup pointer. We use
1016 * section. (see memcontrol.h/page_cgroup.h about this.)
1018 struct page_cgroup *page_cgroup; member in struct:mem_section
H A Dmemcontrol.h26 struct page_cgroup;

Completed in 219 milliseconds