Searched refs:RLIMIT_AS (Results 1 – 11 of 11) sorted by relevance
25 #ifndef RLIMIT_AS26 # define RLIMIT_AS 9 macro
38 #ifndef RLIMIT_AS39 # define RLIMIT_AS 9 /* address space limit */ macro
38 #ifndef RLIMIT_AS39 #define RLIMIT_AS 9 macro
10 #define RLIMIT_AS 7 /* address space limit */ macro
22 #define RLIMIT_AS 6 macro
19 #define RLIMIT_AS 6 /* address space limit */ macro
22 [RLIMIT_AS] = { RLIM_INFINITY, RLIM_INFINITY }, \
54 ret = setrlimit(RLIMIT_AS, &rlim2); in TestCase()
3416 if (mm->total_vm + npages > rlimit(RLIMIT_AS) >> PAGE_SHIFT) in may_expand_vm()
594 [RLIMIT_AS] = {"Max address space", "bytes"},
1210 limits (in particular, ``RLIMIT_AS`` and ``RLIMIT_NPROC``). Most systems don't