Searched refs:oom (Results 1 - 25 of 51) sorted by last modified time

123

/linux-master/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c5 #include <linux/oom.h>
418 long low, oom; local
420 oom = cg_read_key_long(children[i], "memory.events", "oom ");
423 if (oom)
859 if (cg_read_key_long(memcg, "memory.events", "oom ") != 1)
883 * up to OOM. Then it checks for oom and oom_kill events in
910 if (cg_read_key_long(memcg, "memory.events", "oom ") != 1)
1113 * up to OOM with memory.group.oom set. Then it checks that all
1144 if (cg_write(child, "memory.oom
[all...]
/linux-master/mm/
H A Dswapfile.c37 #include <linux/oom.h>
H A Dvmscan.c46 #include <linux/oom.h>
H A Dpage_ext.c487 goto oom;
496 oom:
H A Dpage_alloc.c30 #include <linux/oom.h>
42 #include <trace/events/oom.h>
3520 * Acquire the oom lock. If that fails, somebody else is
3531 * here, this is only to catch a parallel oom killing, we must fail if
3747 * inside the allocator rather than hit the oom killer prematurely.
3979 * !MMU doesn't have oom reaper so give access to memory reserves
3990 * reserves from oom victims which can live with a portion of it
4023 * Returns true if a retry is viable or false to enter the oom path.
H A Doom_kill.c21 #include <linux/oom.h>
54 #include <trace/events/oom.h>
61 * Serializes oom killer invocations (out_of_memory()) from all contexts to
62 * prevent from over eager oom killing (e.g. when the oom killer is invoked
87 * This function is assuming oom-killer context and 'current' has triggered
88 * the oom-killer.
101 * If this is a mempolicy constrained oom, tsk's
109 * This is not a mempolicy constrained oom, so only
154 * order == -1 means the oom kil
[all...]
H A Dmmap.c47 #include <linux/oom.h>
3316 * Set MMF_OOM_SKIP to hide this task from the oom killer/reaper
H A Dmigrate_device.c13 #include <linux/oom.h>
H A Dmigrate.c48 #include <linux/oom.h>
H A Dmemory.c75 #include <linux/oom.h>
3293 goto oom;
3410 oom:
4465 goto oom;
4526 oom:
H A Dmemcontrol.c61 #include <linux/oom.h>
2181 * relying on the oom victim to make a forward progress and we can
2182 * invoke the oom killer here.
2298 * In this case it's better to ignore memory.group.oom.
2306 * highest-level memory cgroup with oom.group set.
2328 pr_cont(" are going to be killed due to memory.oom.group set\n");
2827 * subsequent retries we only want to do what's necessary to prevent oom
2983 /* Avoid endless loop for tasks bypassed by the oom killer */
2988 * keep retrying as long as the memcg oom killer is able to make
2989 * a forward progress or bypass the charge if the oom kille
[all...]
H A Dksm.c41 #include <linux/oom.h>
705 * just to undo a merge it made a moment before, so unlikely to oom.
H A Dhuge_memory.c35 #include <linux/oom.h>
/linux-master/kernel/cgroup/
H A Dcpuset.c43 #include <linux/oom.h>
4839 * yes. If current has access to memory reserves as an oom victim, yes.
/linux-master/net/packet/
H A Daf_packet.c1894 goto oom;
1924 oom:
/linux-master/kernel/trace/
H A Dring_buffer.c29 #include <linux/oom.h>
1509 * gracefully without invoking oom-killer and the system is not
/linux-master/kernel/
H A Dsysctl.c58 #include <linux/oom.h>
H A Dfork.c85 #include <linux/oom.h>
683 * Don't duplicate many vmas if we've been oom-killed (for
H A Dexit.c59 #include <linux/oom.h>
H A Dcpu.c18 #include <linux/oom.h>
/linux-master/fs/
H A Dexec.c61 #include <linux/oom.h>
/linux-master/drivers/net/
H A Dvirtio_net.c2151 bool oom; local
2161 oom = err == -ENOMEM;
2173 return !oom;
2433 /* Make sure we have some buffers: if oom use wq. */
/linux-master/kernel/power/
H A Dprocess.c10 #include <linux/oom.h>
146 * killable tasks. There is no guarantee oom victims will
/linux-master/drivers/gpu/drm/i915/
H A Di915_driver.c33 #include <linux/oom.h>
/linux-master/kernel/rcu/
H A Dtree.c57 #include <linux/oom.h>

Completed in 838 milliseconds

123