Lines Matching refs:oom_group
2027 struct mem_cgroup *oom_group = NULL; in mem_cgroup_get_oom_group() local
2056 if (memcg->oom_group) in mem_cgroup_get_oom_group()
2057 oom_group = memcg; in mem_cgroup_get_oom_group()
2063 if (oom_group) in mem_cgroup_get_oom_group()
2064 css_get(&oom_group->css); in mem_cgroup_get_oom_group()
2068 return oom_group; in mem_cgroup_get_oom_group()
6556 seq_printf(m, "%d\n", memcg->oom_group); in memory_oom_group_show()
6565 int ret, oom_group; in memory_oom_group_write() local
6571 ret = kstrtoint(buf, 0, &oom_group); in memory_oom_group_write()
6575 if (oom_group != 0 && oom_group != 1) in memory_oom_group_write()
6578 memcg->oom_group = oom_group; in memory_oom_group_write()