Home
last modified time | relevance | path

Searched refs:RLIMIT_AS (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/asm-generic/
A Dresource.h38 #ifndef RLIMIT_AS
39 # define RLIMIT_AS 9 /* address space limit */ macro
/linux/arch/alpha/include/uapi/asm/
A Dresource.h10 #define RLIMIT_AS 7 /* address space limit */ macro
/linux/arch/mips/include/uapi/asm/
A Dresource.h19 #define RLIMIT_AS 6 /* address space limit */ macro
/linux/include/asm-generic/
A Dresource.h22 [RLIMIT_AS] = { RLIM_INFINITY, RLIM_INFINITY }, \
/linux/mm/
A Dmmap.c3309 if (mm->total_vm + npages > rlimit(RLIMIT_AS) >> PAGE_SHIFT) in may_expand_vm()
/linux/fs/proc/
A Dbase.c586 [RLIMIT_AS] = {"Max address space", "bytes"},
/linux/Documentation/admin-guide/sysctl/
A Dkernel.rst1230 limits (in particular, ``RLIMIT_AS`` and ``RLIMIT_NPROC``). Most systems don't

Completed in 19 milliseconds