Lines Matching defs:mem_cgroup
285 struct mem_cgroup { struct
286 struct cgroup_subsys_state css;
290 struct res_counter res;
293 struct vmpressure vmpressure;
296 int initialized;
301 struct res_counter memsw;
325 struct mem_cgroup_thresholds thresholds; argument
328 struct mem_cgroup_thresholds memsw_thresholds; argument
335 * mem_cgroup ? And what type of charges should we move ? argument
347 struct mem_cgroup_stat_cpu __percpu *stat; argument
352 struct mem_cgroup_stat_cpu nocpu_base; argument
353 spinlock_t pcp_counter_lock;
378 struct mem_cgroup_per_node *nodeinfo[0]; argument
389 static inline void memcg_kmem_set_active(struct mem_cgroup *memcg) in memcg_kmem_set_active() argument