Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e47b207a5bcb73bb097f94d9fe364f50737b0eb2 10 lines 232 B view raw
1#ifndef __INCLUDE_LINUX_OOM_H 2#define __INCLUDE_LINUX_OOM_H 3 4/* /proc/<pid>/oom_adj set to -17 protects from the oom-killer */ 5#define OOM_DISABLE (-17) 6/* inclusive */ 7#define OOM_ADJUST_MIN (-16) 8#define OOM_ADJUST_MAX 15 9 10#endif