diff options
Diffstat (limited to 'include/uapi/linux/oom.h')
| -rw-r--r-- | include/uapi/linux/oom.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/uapi/linux/oom.h b/include/uapi/linux/oom.h new file mode 100644 index 000000000000..a49c4afc7060 --- /dev/null +++ b/include/uapi/linux/oom.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #ifndef _UAPI__INCLUDE_LINUX_OOM_H | ||
| 2 | #define _UAPI__INCLUDE_LINUX_OOM_H | ||
| 3 | |||
| 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 | ||
| 10 | |||
| 11 | #endif /* _UAPI__INCLUDE_LINUX_OOM_H */ | ||
