Searched refs:may_oom (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dmemcontrol.h134 WARN_ON(current->memcg_oom.may_oom); mem_cgroup_oom_enable()
135 current->memcg_oom.may_oom = 1; mem_cgroup_oom_enable()
140 WARN_ON(!current->memcg_oom.may_oom); mem_cgroup_oom_disable()
141 current->memcg_oom.may_oom = 0; mem_cgroup_oom_disable()
H A Dsched.h1715 unsigned int may_oom:1; member in struct:task_struct::memcg_oom_info
/linux-4.1.27/mm/
H A Dmemcontrol.c1864 if (!current->memcg_oom.may_oom) mem_cgroup_oom()

Completed in 258 milliseconds