Home
last modified time | relevance | path

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

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

Completed in 29 milliseconds