Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/asm-generic/
Dresource.h22 #ifndef RLIMIT_RSS
23 # define RLIMIT_RSS 5 /* max resident set size */ macro
/Linux-v5.10/arch/mips/include/uapi/asm/
Dresource.h20 #define RLIMIT_RSS 7 /* max resident set size */ macro
/Linux-v5.10/include/asm-generic/
Dresource.h18 [RLIMIT_RSS] = { RLIM_INFINITY, RLIM_INFINITY }, \
/Linux-v5.10/fs/proc/
Darray.c498 rsslim = READ_ONCE(sig->rlim[RLIMIT_RSS].rlim_cur); in do_task_stat()
Dbase.c581 [RLIMIT_RSS] = {"Max resident set", "bytes"},