Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemcontrol.h214 int oom_kill_disable; member
/linux-4.4.14/mm/
Dmemcontrol.c1757 if (locked && !memcg->oom_kill_disable) { in mem_cgroup_oom_synchronize()
3597 seq_printf(sf, "oom_kill_disable %d\n", memcg->oom_kill_disable); in mem_cgroup_oom_control_read()
3611 memcg->oom_kill_disable = val; in mem_cgroup_oom_control_write()
4289 memcg->oom_kill_disable = parent->oom_kill_disable; in mem_cgroup_css_online()
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt771 oom_kill_disable 0 or 1 (if 1, oom-killer is disabled)