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

123

/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/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/arch/s390/mm/
H A Dcmm.c21 #include <linux/oom.h>
/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/arch/um/kernel/
H A Dreboot.c11 #include <linux/oom.h>
/linux-master/arch/x86/um/vdso/
H A Dvma.c31 goto oom;
37 goto oom;
45 oom:
/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/gpu/drm/i915/
H A Di915_driver.c33 #include <linux/oom.h>
/linux-master/drivers/md/
H A Ddm-integrity.c2731 oom:
2745 goto oom;
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c125 goto oom;
132 goto oom;
142 oom:
/linux-master/drivers/net/ethernet/atheros/
H A Dag71xx.c1713 goto oom;
1747 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/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/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/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/nvidia/
H A Dforcedeth.c5462 int oom, i; local
5489 oom = nv_init_ring(dev);
5605 if (oom)
/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/drivers/tty/
H A Dsysrq.c45 #include <linux/oom.h>
410 .help_msg = "memory-full-oom-kill(f)",
/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/fs/nfsd/
H A Dauth.c45 goto oom;
54 goto oom;
86 oom:
/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/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/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);

Completed in 751 milliseconds

123