Searched refs:RLIMIT_AS (Results 1 – 7 of 7) sorted by relevance
38 #ifndef RLIMIT_AS39 # define RLIMIT_AS 9 /* address space limit */ macro
10 #define RLIMIT_AS 7 /* address space limit */ macro
19 #define RLIMIT_AS 6 /* address space limit */ macro
22 [RLIMIT_AS] = { RLIM_INFINITY, RLIM_INFINITY }, \
3262 if (mm->total_vm + npages > rlimit(RLIMIT_AS) >> PAGE_SHIFT) in may_expand_vm()
585 [RLIMIT_AS] = {"Max address space", "bytes"},
1249 limits (in particular, ``RLIMIT_AS`` and ``RLIMIT_NPROC``). Most systems don't