blob: 192ff927f920bfa1802ac46cf3b574e52cb58bf8 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _UAPI__INCLUDE_LINUX_OOM_H
8#define _UAPI__INCLUDE_LINUX_OOM_H
Tao Baod7db5942015-01-28 10:07:51 -08009#define OOM_SCORE_ADJ_MIN (- 1000)
Ben Cheng655a7c02013-10-16 16:09:24 -070010#define OOM_SCORE_ADJ_MAX 1000
Tao Baod7db5942015-01-28 10:07:51 -080011#define OOM_DISABLE (- 17)
12#define OOM_ADJUST_MIN (- 16)
Ben Cheng655a7c02013-10-16 16:09:24 -070013#define OOM_ADJUST_MAX 15
14#endif