Home
last modified time | relevance | path

Searched refs:oom_score_adj (Results 1 – 9 of 9) sorted by relevance

/linux/include/trace/events/
H A Dtask.h19 __field( short, oom_score_adj)
26 __entry->oom_score_adj = task->signal->oom_score_adj;
31 __entry->clone_flags, __entry->oom_score_adj)
44 __field( short, oom_score_adj)
51 __entry->oom_score_adj = task->signal->oom_score_adj;
56 __entry->newcomm, __entry->oom_score_adj)
H A Doom.h21 __field( short, oom_score_adj)
27 __entry->oom_score_adj = task->signal->oom_score_adj;
30 TP_printk("pid=%d comm=%s oom_score_adj=%hd",
31 __entry->pid, __entry->comm, __entry->oom_score_adj)
90 __field(short, oom_score_adj)
102 __entry->oom_score_adj = task->signal->oom_score_adj;
105 TP_printk("pid=%d comm=%s total-vm=%lukB anon-rss=%lukB file-rss:%lukB shmem-rss:%lukB uid=%u pgtables=%lukB oom_score_adj=%hd",
114 __entry->oom_score_adj
[all...]
/linux/samples/bpf/
H A Dtest_overhead_kprobe.bpf.c20 u16 oom_score_adj; in prog() local
30 oom_score_adj = BPF_CORE_READ(signal, oom_score_adj); in prog()
/linux/mm/
H A Doom_kill.c69 /* Serializes oom_score_adj and oom_score_adj_min updates */
219 adj = (long)p->signal->oom_score_adj; in oom_badness()
235 /* Normalize to oom_score_adj units */ in oom_badness()
409 task->signal->oom_score_adj, task->comm); in dump_task()
423 * pgtables_bytes, swapents, oom_score_adj value, and name.
428 pr_info("[ pid ] uid tgid total_vm rss rss_anon rss_file rss_shmem pgtables_bytes swapents oom_score_adj name\n"); in dump_tasks()
456 pr_warn("%s invoked oom-killer: gfp_mask=%#x(%pGg), order=%d, oom_score_adj=%hd\n", in dump_header()
458 current->signal->oom_score_adj); in dump_header()
949 pr_err("%s: Killed process %d (%s) total-vm:%lukB, anon-rss:%lukB, file-rss:%lukB, shmem-rss:%lukB, UID:%u pgtables:%lukB oom_score_adj:%hd\n", in __oom_kill_process()
955 mm_pgtables_bytes(mm) >> 10, victim->signal->oom_score_adj); in __oom_kill_process()
[all...]
/linux/kernel/
H A Dfork.c1880 sig->oom_score_adj = current->signal->oom_score_adj; in copy_signal()
2095 tsk->signal->oom_score_adj = current->signal->oom_score_adj; in copy_oom_score_adj()
/linux/include/linux/sched/
H A Dsignal.h232 short oom_score_adj; /* OOM kill score adjustment */ member
/linux/Documentation/filesystems/
H A Dproc.rst37 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj - Adjust the oom-killer
1687 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj- Adjust the oom-killer score
1709 The value of /proc/<pid>/oom_score_adj is added to the badness score before it
1718 consider for each task. Setting a /proc/<pid>/oom_score_adj value of +500, for
1729 scaled linearly with /proc/<pid>/oom_score_adj.
1731 The value of /proc/<pid>/oom_score_adj may be reduced no lower than the last
1740 any given <pid>. Use it together with /proc/<pid>/oom_score_adj to tune which
1743 Please note that the exported value includes oom_score_adj so it is
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst745 pid, uid, tgid, vm size, rss, pgtables_bytes, swapents, oom_score_adj
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst1366 Tasks with the OOM protection (oom_score_adj set to -1000)