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

/linux-4.4.14/include/asm-generic/
H A Dresource.h21 [RLIMIT_AS] = { RLIM_INFINITY, RLIM_INFINITY }, \
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dresource.h9 #define RLIMIT_AS 7 /* address space limit */ macro
/linux-4.4.14/include/uapi/asm-generic/
H A Dresource.h37 #ifndef RLIMIT_AS
38 # define RLIMIT_AS 9 /* address space limit */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dresource.h18 #define RLIMIT_AS 6 /* address space limit */ macro
/linux-4.4.14/fs/proc/
H A Dbase.c607 [RLIMIT_AS] = {"Max address space", "bytes"},
/linux-4.4.14/mm/
H A Dmmap.c3013 lim = rlimit(RLIMIT_AS) >> PAGE_SHIFT; may_expand_vm()
/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c2259 * if ((mm->total_vm << PAGE_SHIFT) + len> task->rlim[RLIMIT_AS].rlim_cur) pfm_smpl_buffer_alloc()

Completed in 234 milliseconds