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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dresource.h19 #define RLIMIT_RSS 7 /* max resident set size */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dresource.h21 #ifndef RLIMIT_RSS
22 # define RLIMIT_RSS 5 /* max resident set size */ macro
79 [RLIMIT_RSS] = { RLIM_INFINITY, RLIM_INFINITY }, \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dchpst.c235 #ifdef RLIMIT_RSS
236 limit(RLIMIT_RSS, limitr);
239 "RLIMIT_RSS");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c421 rsslim = ACCESS_ONCE(sig->rlim[RLIMIT_RSS].rlim_cur);
H A Dbase.c454 [RLIMIT_RSS] = {"Max resident set", "bytes"},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule.cpp147 #ifdef RLIMIT_RSS
148 UnlimitResource(RLIMIT_RSS);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c11747 #ifdef RLIMIT_RSS
11748 { "memory(kbytes)", RLIMIT_RSS, 1024, 'm' },
11816 #ifdef RLIMIT_RSS

Completed in 129 milliseconds