Lines Matching refs:oom_group
2094 struct mem_cgroup *oom_group = NULL; in mem_cgroup_get_oom_group() local
2123 if (memcg->oom_group) in mem_cgroup_get_oom_group()
2124 oom_group = memcg; in mem_cgroup_get_oom_group()
2130 if (oom_group) in mem_cgroup_get_oom_group()
2131 css_get(&oom_group->css); in mem_cgroup_get_oom_group()
2135 return oom_group; in mem_cgroup_get_oom_group()
6525 seq_printf(m, "%d\n", memcg->oom_group); in memory_oom_group_show()
6534 int ret, oom_group; in memory_oom_group_write() local
6540 ret = kstrtoint(buf, 0, &oom_group); in memory_oom_group_write()
6544 if (oom_group != 0 && oom_group != 1) in memory_oom_group_write()
6547 memcg->oom_group = oom_group; in memory_oom_group_write()