Linux Kernel
3.7.1
|
#include <asm-generic/resource.h>
Go to the source code of this file.
Macros | |
#define | RLIMIT_NOFILE 6 /* max number of open files */ |
#define | RLIMIT_AS 7 /* address space limit */ |
#define | RLIMIT_NPROC 8 /* max number of processes */ |
#define | RLIMIT_MEMLOCK 9 /* max locked-in-memory address space */ |
#define | RLIM_INFINITY 0x7ffffffffffffffful |
#define RLIM_INFINITY 0x7ffffffffffffffful |
Definition at line 18 of file resource.h.
Definition at line 9 of file resource.h.
Definition at line 11 of file resource.h.
Definition at line 10 of file resource.h.