Searched refs:may_oom (Results 1 – 3 of 3) sorted by relevance
134 WARN_ON(current->memcg_oom.may_oom); in mem_cgroup_oom_enable()135 current->memcg_oom.may_oom = 1; in mem_cgroup_oom_enable()140 WARN_ON(!current->memcg_oom.may_oom); in mem_cgroup_oom_disable()141 current->memcg_oom.may_oom = 0; in mem_cgroup_oom_disable()
1715 unsigned int may_oom:1; member
1864 if (!current->memcg_oom.may_oom) in mem_cgroup_oom()