Lines Matching refs:oom_group
1790 struct mem_cgroup *oom_group = NULL; in mem_cgroup_get_oom_group() local
1811 if (memcg->oom_group) in mem_cgroup_get_oom_group()
1812 oom_group = memcg; in mem_cgroup_get_oom_group()
1818 if (oom_group) in mem_cgroup_get_oom_group()
1819 css_get(&oom_group->css); in mem_cgroup_get_oom_group()
1823 return oom_group; in mem_cgroup_get_oom_group()
5622 seq_printf(m, "%d\n", memcg->oom_group); in memory_oom_group_show()
5631 int ret, oom_group; in memory_oom_group_write() local
5637 ret = kstrtoint(buf, 0, &oom_group); in memory_oom_group_write()
5641 if (oom_group != 0 && oom_group != 1) in memory_oom_group_write()
5644 memcg->oom_group = oom_group; in memory_oom_group_write()