• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
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  */
7 #ifndef _UAPI_ASM_GENERIC_RESOURCE_H
8 #define _UAPI_ASM_GENERIC_RESOURCE_H
9 #define RLIMIT_CPU 0
10 #define RLIMIT_FSIZE 1
11 #define RLIMIT_DATA 2
12 #define RLIMIT_STACK 3
13 #define RLIMIT_CORE 4
14 #ifndef RLIMIT_RSS
15 #define RLIMIT_RSS 5
16 #endif
17 #ifndef RLIMIT_NPROC
18 #define RLIMIT_NPROC 6
19 #endif
20 #ifndef RLIMIT_NOFILE
21 #define RLIMIT_NOFILE 7
22 #endif
23 #ifndef RLIMIT_MEMLOCK
24 #define RLIMIT_MEMLOCK 8
25 #endif
26 #ifndef RLIMIT_AS
27 #define RLIMIT_AS 9
28 #endif
29 #define RLIMIT_LOCKS 10
30 #define RLIMIT_SIGPENDING 11
31 #define RLIMIT_MSGQUEUE 12
32 #define RLIMIT_NICE 13
33 #define RLIMIT_RTPRIO 14
34 #define RLIMIT_RTTIME 15
35 #define RLIM_NLIMITS 16
36 #ifndef RLIM_INFINITY
37 #define RLIM_INFINITY (~0UL)
38 #endif
39 #endif
40