Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dresources.h42 #if defined(RLIMIT_RSS) || (defined(HAVE_DECL_RLIMIT_RSS) && HAVE_DECL_RLIMIT_RSS)
44 static_assert((RLIMIT_RSS) == (5), "RLIMIT_RSS != 5");
47 # define RLIMIT_RSS 5
92 #if defined(RLIMIT_RSS) || (defined(HAVE_DECL_RLIMIT_RSS) && HAVE_DECL_RLIMIT_RSS)
94 static_assert((RLIMIT_RSS) == (7), "RLIMIT_RSS != 7");
97 # define RLIMIT_RSS 7
114 #if defined(RLIMIT_RSS) || (defined(HAVE_DECL_RLIMIT_RSS) && HAVE_DECL_RLIMIT_RSS)
116 static_assert((RLIMIT_RSS) == (5), "RLIMIT_RSS != 5");
119 # define RLIMIT_RSS 5
150 #if defined(RLIMIT_RSS) || (defined(HAVE_DECL_RLIMIT_RSS) && HAVE_DECL_RLIMIT_RSS)
[all …]
Dresources.in9 RLIMIT_RSS 5
17 RLIMIT_RSS 7
21 RLIMIT_RSS 5
27 RLIMIT_RSS 5
/external/kernel-headers/original/uapi/asm-generic/
Dresource.h22 #ifndef RLIMIT_RSS
23 # define RLIMIT_RSS 5 /* max resident set size */ macro
/external/ltp/testcases/kernel/syscalls/getrlimit/
Dgetrlimit01.c44 {RLIMIT_RSS, "RLIMIT_RSS"},
/external/python/cpython2/Modules/
Dresource.c306 #ifdef RLIMIT_RSS in initresource()
307 PyModule_AddIntConstant(m, "RLIMIT_RSS", RLIMIT_RSS); in initresource()
/external/python/cpython3/Modules/
Dresource.c406 #ifdef RLIMIT_RSS in resource_exec()
407 ADD_INT(module, RLIMIT_RSS); in resource_exec()
/external/toybox/toys/posix/
Dulimit.c70 RLIMIT_RSS, RLIMIT_NOFILE, 0, RLIMIT_MSGQUEUE, in ulimit_main()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmod.rs136 pub const RLIMIT_RSS: ::c_int = 5; constant
/external/mksh/src/
Dfuncs.c3230 !defined(RLIMIT_RSS) || (RLIMIT_VMEM == RLIMIT_RSS)
3233 #if !defined(RLIMIT_RSS) || (RLIMIT_RSS == RLIMIT_AS)
3241 #ifdef RLIMIT_RSS
3244 #elif defined(RLIMIT_VMEM) && (RLIMIT_VMEM == RLIMIT_RSS)
3249 #if defined(ULIMIT_M_IS_RSS) && defined(RLIMIT_AS) && (RLIMIT_RSS == RLIMIT_AS)
3259 (!defined(RLIMIT_RSS) || (defined(RLIMIT_AS) && (RLIMIT_RSS == RLIMIT_AS)))
Drlimits.opt99 FN("resident-set(KiB)", RLIMIT_RSS, 1024
Drlimits.gen95 FN("resident-set(KiB)", RLIMIT_RSS, 1024, 'm')
/external/llvm/lib/Support/Unix/
DProgram.inc160 #ifdef RLIMIT_RSS
162 getrlimit (RLIMIT_RSS, &r);
164 setrlimit (RLIMIT_RSS, &r);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DProgram.inc160 #ifdef RLIMIT_RSS
162 getrlimit (RLIMIT_RSS, &r);
164 setrlimit (RLIMIT_RSS, &r);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProgram.inc156 #ifdef RLIMIT_RSS
158 getrlimit (RLIMIT_RSS, &r);
160 setrlimit (RLIMIT_RSS, &r);
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py334 RLIMIT_RSS = 7 variable
/external/llvm-project/llvm/lib/Support/Unix/
DProgram.inc156 #ifdef RLIMIT_RSS
158 getrlimit (RLIMIT_RSS, &r);
160 setrlimit (RLIMIT_RSS, &r);
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs48 pub const RLIMIT_RSS: ::c_int = 7; constant
/external/python/cpython2/Lib/plat-atheos/
DIN.py500 RLIMIT_RSS = 5 variable
/external/python/cpython2/Doc/library/
Dresource.rst118 .. data:: RLIMIT_RSS
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs386 pub const RLIMIT_RSS: ::c_int = 5; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs417 pub const RLIMIT_RSS: ::__rlimit_resource_t = 5; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs289 pub const RLIMIT_RSS: ::c_int = 5; constant
Dpowerpc.rs172 pub const RLIMIT_RSS: ::c_int = 5; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
Dmod.rs210 pub const RLIMIT_RSS: ::__rlimit_resource_t = 5; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
Dmod.rs216 pub const RLIMIT_RSS: ::__rlimit_resource_t = 5; constant

12