Home
last modified time | relevance | path

Searched refs:oom_kill_disable (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/mm/
Dmemcontrol.c1690 if (memcg->oom_kill_disable) { in mem_cgroup_oom()
1751 if (locked && !memcg->oom_kill_disable) { in mem_cgroup_oom_synchronize()
3825 seq_printf(sf, "oom_kill_disable %d\n", memcg->oom_kill_disable); in mem_cgroup_oom_control_read()
3841 memcg->oom_kill_disable = val; in mem_cgroup_oom_control_write()
4489 memcg->oom_kill_disable = parent->oom_kill_disable; in mem_cgroup_css_alloc()
/Linux-v4.19/include/linux/
Dmemcontrol.h239 int oom_kill_disable; member
/Linux-v4.19/Documentation/cgroup-v1/
Dmemory.txt763 oom_kill_disable 0 or 1 (if 1, oom-killer is disabled)