Searched refs:oom (Results 26 - 50 of 51) sorted by relevance

123

/linux-master/drivers/virtio/
H A Dvirtio_balloon.c17 #include <linux/oom.h>
/linux-master/fs/
H A Dcoredump.c38 #include <linux/oom.h>
H A Dexec.c61 #include <linux/oom.h>
/linux-master/mm/
H A Dmemory.c75 #include <linux/oom.h>
3293 goto oom;
3410 oom:
4465 goto oom;
4526 oom:
H A Dmigrate.c48 #include <linux/oom.h>
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 Dksm.c41 #include <linux/oom.h>
705 * just to undo a merge it made a moment before, so unlikely to oom.
H A Dswapfile.c37 #include <linux/oom.h>
H A Dhuge_memory.c35 #include <linux/oom.h>
H A Dmmap.c47 #include <linux/oom.h>
3316 * Set MMF_OOM_SKIP to hide this task from the oom killer/reaper
H A Dvmscan.c46 #include <linux/oom.h>
/linux-master/drivers/gpu/drm/i915/
H A Di915_driver.c33 #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/
H A Dcpu.c18 #include <linux/oom.h>
H A Dsysctl.c58 #include <linux/oom.h>
H A Dexit.c59 #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
/linux-master/fs/proc/
H A Dbase.c84 #include <linux/oom.h>
101 #include <trace/events/oom.h>
1149 * Processes that become oom disabled via oom_adj will still be oom disabled
/linux-master/net/packet/
H A Daf_packet.c1894 goto oom;
1924 oom:
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c5462 int oom, i; local
5489 oom = nv_init_ring(dev);
5605 if (oom)
/linux-master/drivers/md/
H A Ddm-integrity.c2731 oom:
2745 goto oom;
/linux-master/kernel/rcu/
H A Dtree.c57 #include <linux/oom.h>
H A Drcutorture.c47 #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/kernel/trace/
H A Dring_buffer.c29 #include <linux/oom.h>
1509 * gracefully without invoking oom-killer and the system is not

Completed in 612 milliseconds

123