Searched refs:OOM_SCORE_ADJ_MIN (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Doom.h6 * /proc/<pid>/oom_score_adj set to OOM_SCORE_ADJ_MIN disables oom killing for
9 #define OOM_SCORE_ADJ_MIN (-1000) macro
/linux-master/mm/
H A Doom_kill.c220 if (adj == OOM_SCORE_ADJ_MIN ||
1001 * oom_score_adj to OOM_SCORE_ADJ_MIN.
1005 if (task->signal->oom_score_adj != OOM_SCORE_ADJ_MIN &&
1153 current->signal->oom_score_adj != OOM_SCORE_ADJ_MIN) {
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c1241 * processes were killed except those set with OOM_SCORE_ADJ_MIN
1267 if (set_oom_adj_score(safe_pid, OOM_SCORE_ADJ_MIN))
/linux-master/fs/proc/
H A Dbase.c560 * Special case OOM_SCORE_ADJ_MIN for all others scale the
1202 short oom_score_adj = OOM_SCORE_ADJ_MIN;
1230 if (oom_score_adj < OOM_SCORE_ADJ_MIN ||

Completed in 150 milliseconds