Go to the documentation of this file. 1 #ifndef _UAPI_LINUX_RESOURCE_H
2 #define _UAPI_LINUX_RESOURCE_H
4 #include <linux/time.h>
5 #include <linux/types.h>
19 #define RUSAGE_CHILDREN (-1)
20 #define RUSAGE_BOTH (-2)
21 #define RUSAGE_THREAD 1
47 #define RLIM64_INFINITY (~0ULL)
54 #define PRIO_MIN (-20)
57 #define PRIO_PROCESS 0
65 #define _STK_LIM (8*1024*1024)
71 #define MLOCK_LIMIT ((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024)
77 #include <asm/resource.h>