Home
last modified time | relevance | path

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

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