Home
last modified time | relevance | path

Searched refs:RLIMIT_RSS (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/asm-generic/
H A Dresource.h22 #ifndef RLIMIT_RSS
23 # define RLIMIT_RSS 5 /* max resident set size */ macro
/linux/arch/mips/include/uapi/asm/
H A Dresource.h20 #define RLIMIT_RSS 7 /* max resident set size */ macro
/linux/include/asm-generic/
H A Dresource.h18 [RLIMIT_RSS] = { RLIM_INFINITY, RLIM_INFINITY }, \
/linux/fs/proc/
H A Darray.c526 rsslim = READ_ONCE(sig->rlim[RLIMIT_RSS].rlim_cur); in do_task_stat()