Lines Matching defs:mem_cgroup
263 struct mem_cgroup { struct
264 struct cgroup_subsys_state css;
267 struct page_counter memory;
268 struct page_counter memsw;
269 struct page_counter kmem;
272 unsigned long low;
273 unsigned long high;
275 unsigned long soft_limit;
300 struct mem_cgroup_thresholds thresholds; argument
303 struct mem_cgroup_thresholds memsw_thresholds; argument
310 * mem_cgroup ? And what type of charges should we move ? argument
324 struct mem_cgroup_stat_cpu __percpu *stat; argument
329 struct mem_cgroup_stat_cpu nocpu_base; argument
353 struct mem_cgroup_per_node *nodeinfo[0]; argument
358 bool memcg_kmem_is_active(struct mem_cgroup *memcg) in memcg_kmem_is_active() argument