Lines Matching refs:oom_group
1907 struct mem_cgroup *oom_group = NULL; in mem_cgroup_get_oom_group() local
1936 if (memcg->oom_group) in mem_cgroup_get_oom_group()
1937 oom_group = memcg; in mem_cgroup_get_oom_group()
1943 if (oom_group) in mem_cgroup_get_oom_group()
1944 css_get(&oom_group->css); in mem_cgroup_get_oom_group()
1948 return oom_group; in mem_cgroup_get_oom_group()
6405 seq_printf(m, "%d\n", memcg->oom_group); in memory_oom_group_show()
6414 int ret, oom_group; in memory_oom_group_write() local
6420 ret = kstrtoint(buf, 0, &oom_group); in memory_oom_group_write()
6424 if (oom_group != 0 && oom_group != 1) in memory_oom_group_write()
6427 memcg->oom_group = oom_group; in memory_oom_group_write()