| /linux-6.15/arch/sparc/vdso/ |
| H A D | vma.c | 267 goto oom; in init_vdso_image() 273 goto oom; in init_vdso_image() 278 goto oom; in init_vdso_image() 290 goto oom; in init_vdso_image() 295 goto oom; in init_vdso_image() 299 goto oom; in init_vdso_image() 309 oom: in init_vdso_image()
|
| /linux-6.15/fs/nfsd/ |
| H A D | auth.c | 45 goto oom; in nfsd_setuser() 54 goto oom; in nfsd_setuser() 85 oom: in nfsd_setuser()
|
| /linux-6.15/arch/x86/um/vdso/ |
| H A D | vma.c | 28 goto oom; in init_vdso() 34 oom: in init_vdso()
|
| /linux-6.15/samples/cgroup/ |
| H A D | memcg_event_listener.c | 39 long oom; member 57 printf("\toom: %ld\n", counters->oom); in print_memcg_counters() 132 .new = &new_counters.oom, in read_memcg_events() 133 .old = &counters->oom, in read_memcg_events()
|
| /linux-6.15/security/selinux/ |
| H A D | netlink.c | 78 goto oom; in selnl_notify() 93 oom: in selnl_notify()
|
| /linux-6.15/include/net/ |
| H A D | fq_impl.h | 204 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-6.15/tools/testing/fault-injection/ |
| H A D | failcmd.sh | 34 --oom-kill-allocating-task=value 97 LONGOPTS=$LONGOPTS,reject-start:,reject-end:,oom-kill-allocating-task:,help 190 --oom-kill-allocating-task)
|
| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | msm-sc7180-trogdor-kingoftown-flakes.txt | 13 msm/msm_shrink@copy-gpu-oom-32 20 msm/msm_shrink@copy-gpu-oom-8
|
| H A D | msm-sdm845-flakes.txt | 97 msm/msm_shrink@copy-gpu-oom-32 118 msm/msm_shrink@copy-mmap-oom-8
|
| /linux-6.15/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-g723.c | 125 goto oom; in snd_solo_pcm_open() 132 goto oom; in snd_solo_pcm_open() 142 oom: in snd_solo_pcm_open()
|
| /linux-6.15/Documentation/translations/zh_TW/admin-guide/ |
| H A D | sysrq.rst | 44 64 = 0x40 - 使能對進程的信號操作 (term, kill, oom-kill) 106 ``f`` 將調用 oom killer 殺掉一個過度佔用內存的進程,如果什麼任務都沒殺,
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/ |
| H A D | sysrq.rst | 44 64 = 0x40 - 使能对进程的信号操作 (term, kill, oom-kill) 106 ``f`` 将调用 oom killer 杀掉一个过度占用内存的进程,如果什么任务都没杀,
|
| /linux-6.15/Documentation/mm/ |
| H A D | index.rst | 25 oom
|
| /linux-6.15/mm/ |
| H A D | page_ext.c | 491 goto oom; in page_ext_init() 500 oom: in page_ext_init()
|
| /linux-6.15/drivers/net/ethernet/dec/tulip/ |
| H A D | interrupt.c | 322 goto oom; in tulip_poll() 348 goto oom; in tulip_poll() 352 oom: /* Executed with RX ints disabled */ in tulip_poll()
|
| /linux-6.15/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 382 u8 oom; member 613 mp->oom = 1; in rxq_refill() 614 goto oom; in rxq_refill() 650 oom: in rxq_refill() 2248 if (unlikely(mp->oom)) { in mv643xx_eth_poll() 2249 mp->oom = 0; in mv643xx_eth_poll() 2267 if (likely(!mp->oom)) in mv643xx_eth_poll() 2290 } else if (!mp->oom && (mp->work_rx_refill & queue_mask)) { in mv643xx_eth_poll() 2298 if (mp->oom) in mv643xx_eth_poll() 2453 if (mp->oom) { in mv643xx_eth_open()
|
| /linux-6.15/Documentation/admin-guide/cgroup-v1/ |
| H A D | memory.rst | 54 - oom-killer disable knob and oom-notifier 95 memory.oom_control set/show oom controls. 291 cgroup. (See :ref:`10. OOM Control <cgroup-v1-memory-oom-control>` below.) 304 When oom event notifier is registered, event will be delivered. 305 (See :ref:`oom_control <cgroup-v1-memory-oom-control>` section) 494 <cgroup-v1-memory-oom-control>` (below) and seeing what happens will be 780 .. _cgroup-v1-memory-oom-control: 825 (if 1, oom-killer is disabled) 921 (Expect a bunch of notifications, and eventually, the oom-killer will
|
| /linux-6.15/include/trace/events/ |
| H A D | oom.h | 3 #define TRACE_SYSTEM oom
|
| /linux-6.15/tools/testing/selftests/cgroup/ |
| H A D | test_memcontrol.c | 530 long low, oom; in test_memcg_protection() local 532 oom = cg_read_key_long(children[i], "memory.events", "oom "); in test_memcg_protection() 535 if (oom) in test_memcg_protection()
|
| /linux-6.15/drivers/net/ethernet/natsemi/ |
| H A D | natsemi.c | 562 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-6.15/drivers/net/ethernet/ibm/emac/ |
| H A D | core.c | 1064 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-6.15/Documentation/admin-guide/ |
| H A D | sysrq.rst | 32 64 = 0x40 - enable signalling of processes (term, kill, oom-kill) 109 ``f`` Will call the oom killer to kill a memory hog process, but do not
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | earlyprintk.rst | 141 …SysRq : HELP : loglevel(0-9) reBoot Crashdump terminate-all-tasks(E) memory-full-oom-kill(F) kill-…
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | proc.rst | 37 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 1732 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj- Adjust the oom-killer score 1736 process gets killed in out of memory (oom) conditions. 1745 The amount of "allowed" memory depends on the context in which the oom killer 1757 polarize the preference for oom killing either by always preferring a certain 1759 equivalent to disabling oom killing entirely for that task since it will always 1773 (OOM_DISABLE) to disable oom killing entirely for that task. Its value is 1781 3.2 /proc/<pid>/oom_score - Display current oom-killer score 1784 This file can be used to check the current score used by the oom-killer for
|
| /linux-6.15/Documentation/filesystems/caching/ |
| H A D | fscache.rst | 182 | |oom=N |Number of acq reqs failed on ENOMEM |
|