1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _UAPI__INCLUDE_LINUX_OOM_H 7 #define _UAPI__INCLUDE_LINUX_OOM_H 8 #define OOM_SCORE_ADJ_MIN (-1000) 9 #define OOM_SCORE_ADJ_MAX 1000 10 #define OOM_DISABLE (-17) 11 #define OOM_ADJUST_MIN (-16) 12 #define OOM_ADJUST_MAX 15 13 #endif 14