Searched refs:oom (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/arch/x86/um/vdso/
H A Dvma.c31 goto oom;
37 goto oom;
45 oom:
/linux-master/fs/nfsd/
H A Dauth.c45 goto oom;
54 goto oom;
86 oom:
/linux-master/arch/um/kernel/
H A Dreboot.c11 #include <linux/oom.h>
/linux-master/security/selinux/
H A Dnetlink.c78 goto oom;
93 oom:
/linux-master/include/linux/
H A Doom.h9 #include <uapi/linux/oom.h>
26 * Details of the page allocation that triggered the oom killer that are used to
36 /* Memory cgroup in which oom is invoked, or NULL for global oom */
43 * order == -1 means the oom kill is required by sysrq, otherwise only
48 /* Used by oom implementation, do not set */
82 * This is no longer true if the oom reaper started to reap the
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c39 long oom; member in struct:memcg_counters
57 printf("\toom: %ld\n", counters->oom);
131 .name = "oom",
132 .new = &new_counters.oom,
133 .old = &counters->oom,
/linux-master/arch/sparc/vdso/
H A Dvma.c266 goto oom;
272 goto oom;
277 goto oom;
289 goto oom;
294 goto oom;
298 goto oom;
308 oom:
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh34 --oom-kill-allocating-task=value
89 LONGOPTS=$LONGOPTS,reject-start:,reject-end:,oom-kill-allocating-task:,help
178 --oom-kill-allocating-task)
/linux-master/include/net/
H A Dfq_impl.h204 bool oom; local
234 oom = (fq->memory_usage > fq->memory_limit);
235 while (fq->backlog > fq->limit || oom) {
245 if (oom) {
247 oom = (fq->memory_usage > fq->memory_limit);
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c125 goto oom;
132 goto oom;
142 oom:
/linux-master/kernel/power/
H A Dprocess.c10 #include <linux/oom.h>
146 * killable tasks. There is no guarantee oom victims will
/linux-master/mm/
H A Dpage_ext.c474 goto oom;
483 oom:
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 Dmigrate_device.c13 #include <linux/oom.h>
H A Dmemory.c75 #include <linux/oom.h>
3265 goto oom;
3387 oom:
4431 goto oom;
4437 goto oom;
4495 oom:
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c322 goto oom;
348 goto oom;
352 oom: /* Executed with RX ints disabled */
/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)
857 if (cg_read_key_long(memcg, "memory.events", "oom ") != 1)
881 * up to OOM. Then it checks for oom and oom_kill events in
908 if (cg_read_key_long(memcg, "memory.events", "oom ") != 1)
1111 * up to OOM with memory.group.oom set. Then it checks that all
1142 if (cg_write(child, "memory.oom
[all...]
/linux-master/include/trace/events/
H A Doom.h3 #define TRACE_SYSTEM oom
/linux-master/arch/s390/mm/
H A Dcmm.c21 #include <linux/oom.h>
/linux-master/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c382 u8 oom; member in struct:mv643xx_eth_private
613 mp->oom = 1;
614 goto oom;
650 oom:
2252 if (unlikely(mp->oom)) {
2253 mp->oom = 0;
2271 if (likely(!mp->oom))
2294 } else if (!mp->oom && (mp->work_rx_refill & queue_mask)) {
2302 if (mp->oom)
2457 if (mp->oom) {
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c16 #include <linux/oom.h>
273 cmm_dbg("delta = %ld, loaned = %lu, target = %lu, oom = %lu, totalram = %lu\n",
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shrinker.c7 #include <linux/oom.h>
134 * we will force the wake during oom-notifier.
/linux-master/drivers/net/ethernet/natsemi/
H A Dnatsemi.c562 int oom; member in struct:netdev_private
1840 if (np->oom) {
1842 np->oom = 0;
1845 if (!np->oom) {
1954 np->oom = 1;
1986 np->oom = 0;
2388 if (np->oom)
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.c1075 goto oom;
1106 oom:
1248 goto oom;
1294 oom:
1794 goto oom;
1802 goto oom;
1846 oom:
/linux-master/drivers/net/ethernet/atheros/
H A Dag71xx.c1713 goto oom;
1747 oom:

Completed in 296 milliseconds

123