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

/linux-master/arch/alpha/include/uapi/asm/
H A Dresource.h10 #define RLIMIT_AS 7 /* address space limit */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dresource.h19 #define RLIMIT_AS 6 /* address space limit */ macro
/linux-master/include/uapi/asm-generic/
H A Dresource.h38 #ifndef RLIMIT_AS
39 # define RLIMIT_AS 9 /* address space limit */ macro
/linux-master/include/asm-generic/
H A Dresource.h22 [RLIMIT_AS] = { RLIM_INFINITY, RLIM_INFINITY }, \
/linux-master/fs/proc/
H A Dbase.c587 [RLIMIT_AS] = {"Max address space", "bytes"},
/linux-master/mm/
H A Dmmap.c3440 if (mm->total_vm + npages > rlimit(RLIMIT_AS) >> PAGE_SHIFT)

Completed in 371 milliseconds