Home
last modified time | relevance | path

Searched refs:RLIMIT_AS (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dresource.h38 #ifndef RLIMIT_AS
39 # define RLIMIT_AS 9 /* address space limit */ macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dresource.h38 #ifndef RLIMIT_AS
39 # define RLIMIT_AS 9 /* address space limit */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dresource.h25 #ifndef RLIMIT_AS
26 # define RLIMIT_AS 9 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dresource.h38 #ifndef RLIMIT_AS
39 #define RLIMIT_AS 9 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dresource.h38 #ifndef RLIMIT_AS
39 #define RLIMIT_AS 9 macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dresource.h19 #define RLIMIT_AS 6 /* address space limit */ macro
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dresource.h10 #define RLIMIT_AS 7 /* address space limit */ macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dresource.h19 #define RLIMIT_AS 6 /* address space limit */ macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dresource.h10 #define RLIMIT_AS 7 /* address space limit */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dresource.h22 #define RLIMIT_AS 6 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dresource.h22 #define RLIMIT_AS 6 macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Dresource.h22 [RLIMIT_AS] = { RLIM_INFINITY, RLIM_INFINITY }, \
/kernel/linux/linux-6.6/include/asm-generic/
H A Dresource.h22 [RLIMIT_AS] = { RLIM_INFINITY, RLIM_INFINITY }, \
/kernel/liteos_a/testsuites/unittest/libc/misc/full/
H A Dmisc_test_012.cpp54 ret = setrlimit(RLIMIT_AS, &rlim2); in TestCase()
/kernel/linux/linux-5.10/mm/
H A Dmmap.c3429 if (mm->total_vm + npages > rlimit(RLIMIT_AS) >> PAGE_SHIFT) in may_expand_vm()
/kernel/linux/linux-5.10/fs/proc/
H A Dbase.c594 [RLIMIT_AS] = {"Max address space", "bytes"},
/kernel/linux/linux-6.6/fs/proc/
H A Dbase.c598 [RLIMIT_AS] = {"Max address space", "bytes"},
/kernel/linux/linux-6.6/mm/
H A Dmmap.c3429 if (mm->total_vm + npages > rlimit(RLIMIT_AS) >> PAGE_SHIFT) in may_expand_vm()

Completed in 21 milliseconds