Go to the documentation of this file. 1 #ifndef _UAPI_ASM_GENERIC_RESOURCE_H
2 #define _UAPI_ASM_GENERIC_RESOURCE_H
16 #define RLIMIT_FSIZE 1
18 #define RLIMIT_STACK 3
26 # define RLIMIT_NPROC 6
30 # define RLIMIT_NOFILE 7
33 #ifndef RLIMIT_MEMLOCK
34 # define RLIMIT_MEMLOCK 8
41 #define RLIMIT_LOCKS 10
42 #define RLIMIT_SIGPENDING 11
43 #define RLIMIT_MSGQUEUE 12
44 #define RLIMIT_NICE 13
46 #define RLIMIT_RTPRIO 14
47 #define RLIMIT_RTTIME 15
48 #define RLIM_NLIMITS 16
57 # define RLIM_INFINITY (~0UL)
64 # define _STK_LIM_MAX RLIM_INFINITY