Home
last modified time | relevance | path

Searched refs:oom (Results 1 – 23 of 23) sorted by relevance

/linux/fs/nfsd/
H A Dauth.c45 goto oom; in nfsd_setuser()
54 goto oom; in nfsd_setuser()
85 oom: in nfsd_setuser()
/linux/samples/cgroup/
H A Dmemcg_event_listener.c37 long oom; member
55 printf("\toom: %ld\n", counters->oom); in print_memcg_counters()
130 .new = &new_counters.oom, in read_memcg_events()
131 .old = &counters->oom, in read_memcg_events()
/linux/include/net/
H A Dfq_impl.h204 bool oom; in fq_tin_enqueue() local
234 oom = (fq->memory_usage > fq->memory_limit); in fq_tin_enqueue()
235 while (fq->backlog > fq->limit || oom) { in fq_tin_enqueue()
245 if (oom) { in fq_tin_enqueue()
247 oom = (fq->memory_usage > fq->memory_limit); in fq_tin_enqueue()
/linux/tools/testing/fault-injection/
H A Dfailcmd.sh34 --oom-kill-allocating-task=value
97 LONGOPTS=$LONGOPTS,reject-start:,reject-end:,oom-kill-allocating-task:,help
190 --oom-kill-allocating-task)
/linux/security/selinux/
H A Dnetlink.c79 goto oom; in selnl_notify()
94 oom: in selnl_notify()
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c125 goto oom; in snd_solo_pcm_open()
132 goto oom; in snd_solo_pcm_open()
142 oom: in snd_solo_pcm_open()
/linux/Documentation/mm/
H A Dindex.rst26 oom
/linux/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c322 goto oom; in tulip_poll()
348 goto oom; in tulip_poll()
352 oom: /* Executed with RX ints disabled */ in tulip_poll()
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c382 u8 oom; member
613 mp->oom = 1; in rxq_refill()
614 goto oom; in rxq_refill()
650 oom: in rxq_refill()
2249 if (unlikely(mp->oom)) { in mv643xx_eth_poll()
2250 mp->oom = 0; in mv643xx_eth_poll()
2268 if (likely(!mp->oom)) in mv643xx_eth_poll()
2291 } else if (!mp->oom && (mp->work_rx_refill & queue_mask)) { in mv643xx_eth_poll()
2299 if (mp->oom) in mv643xx_eth_poll()
2454 if (mp->oom) { in mv643xx_eth_open()
/linux/include/trace/events/
H A Doom.h3 #define TRACE_SYSTEM oom
/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c616 long low, oom; in test_memcg_protection() local
618 oom = cg_read_key_long(children[i], "memory.events", "oom "); in test_memcg_protection()
621 if (oom) in test_memcg_protection()
/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c562 int oom; member
1840 if (np->oom) { in netdev_timer()
1842 np->oom = 0; in netdev_timer()
1845 if (!np->oom) { in netdev_timer()
1954 np->oom = 1; in refill_rx()
1986 np->oom = 0; in init_ring()
2388 if (np->oom) in netdev_rx()
/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.c1064 goto oom; in emac_resize_rx_ring()
1095 oom: in emac_resize_rx_ring()
1229 goto oom; in emac_open()
1275 oom: in emac_open()
1772 goto oom; in emac_poll_rx()
1780 goto oom; in emac_poll_rx()
1823 oom: in emac_poll_rx()
/linux/Documentation/arch/x86/
H A Dearlyprintk.rst141 …SysRq : HELP : loglevel(0-9) reBoot Crashdump terminate-all-tasks(E) memory-full-oom-kill(F) kill-…
/linux/Documentation/filesystems/
H A Dproc.rst37 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj - Adjust the oom-killer
39 3.2 /proc/<pid>/oom_score - Display current oom-killer score
1730 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj- Adjust the oom-killer score
1734 process gets killed in out of memory (oom) conditions.
1743 The amount of "allowed" memory depends on the context in which the oom killer
1755 polarize the preference for oom killing either by always preferring a certain
1757 equivalent to disabling oom killing entirely for that task since it will always
1771 (OOM_DISABLE) to disable oom killing entirely for that task. Its value is
1779 3.2 /proc/<pid>/oom_score - Display current oom-killer score
1782 This file can be used to check the current score used by the oom-killer for
/linux/Documentation/filesystems/caching/
H A Dfscache.rst182 | |oom=N |Number of acq reqs failed on ENOMEM |
/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c1693 goto oom; in ag71xx_poll()
1727 oom: in ag71xx_poll()
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst885 may be killed by oom-killer. No panic occurs in this case.
890 above-mentioned. Even oom happens under memory cgroup, the whole
899 why oom happens. You can get snapshot.
/linux/mm/
H A Dmemory.c3721 goto oom; in wp_page_copy()
3838 oom: in wp_page_copy()
5226 goto oom; in do_anonymous_page()
5284 oom: in do_anonymous_page()
/linux/drivers/md/
H A Ddm-integrity.c3135 oom: in integrity_recalc()
3149 goto oom; in integrity_recalc()
3299 oom: in integrity_recalc_inline()
3314 goto oom; in integrity_recalc_inline()
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst1397 reclaim and oom-kill are bypassed. This is useful for admin
1400 The job will trigger the reclaim and/or oom-kill on its next
1453 memory.oom.group
1469 memory.oom.group values of ancestor cgroups.
1501 oom
/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c5448 int oom, i; in nv_open() local
5475 oom = nv_init_ring(dev); in nv_open()
5592 if (oom) in nv_open()
/linux/
H A DMAINTAINERS16635 F: include/linux/oom.h
16636 F: include/trace/events/oom.h
16637 F: include/uapi/linux/oom.h