Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / include / uapi / linux / oom.h
blobb29272d621ce21162dc148217e4b6e89f72304b1
1 #ifndef _UAPI__INCLUDE_LINUX_OOM_H
2 #define _UAPI__INCLUDE_LINUX_OOM_H
4 /*
5 * /proc/<pid>/oom_score_adj set to OOM_SCORE_ADJ_MIN disables oom killing for
6 * pid.
7 */
8 #define OOM_SCORE_ADJ_MIN (-1000)
9 #define OOM_SCORE_ADJ_MAX 1000
12 * /proc/<pid>/oom_adj set to -17 protects from the oom killer for legacy
13 * purposes.
15 #define OOM_DISABLE (-17)
16 /* inclusive */
17 #define OOM_ADJUST_MIN (-16)
18 #define OOM_ADJUST_MAX 15
20 #endif /* _UAPI__INCLUDE_LINUX_OOM_H */