Searched refs:oom_group (Results 1 – 1 of 1) sorted by relevance
1950 struct mem_cgroup *oom_group = NULL; in mem_cgroup_get_oom_group() local1979 if (READ_ONCE(memcg->oom_group)) in mem_cgroup_get_oom_group()1980 oom_group = memcg; in mem_cgroup_get_oom_group()1986 if (oom_group) in mem_cgroup_get_oom_group()1987 css_get(&oom_group->css); in mem_cgroup_get_oom_group()1991 return oom_group; in mem_cgroup_get_oom_group()4860 seq_printf(m, "%d\n", READ_ONCE(memcg->oom_group)); in memory_oom_group_show()4869 int ret, oom_group; in memory_oom_group_write() local4875 ret = kstrtoint(buf, 0, &oom_group); in memory_oom_group_write()4879 if (oom_group != 0 && oom_group != 1) in memory_oom_group_write()[all …]