/external/strace/xlat/ |
D | resources.h | 42 #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 …]
|
D | resources.in | 9 RLIMIT_RSS 5 17 RLIMIT_RSS 7 21 RLIMIT_RSS 5 27 RLIMIT_RSS 5
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | resource.h | 22 #ifndef RLIMIT_RSS 23 # define RLIMIT_RSS 5 /* max resident set size */ macro
|
/external/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit01.c | 44 {RLIMIT_RSS, "RLIMIT_RSS"},
|
/external/python/cpython2/Modules/ |
D | resource.c | 306 #ifdef RLIMIT_RSS in initresource() 307 PyModule_AddIntConstant(m, "RLIMIT_RSS", RLIMIT_RSS); in initresource()
|
/external/python/cpython3/Modules/ |
D | resource.c | 406 #ifdef RLIMIT_RSS in resource_exec() 407 ADD_INT(module, RLIMIT_RSS); in resource_exec()
|
/external/toybox/toys/posix/ |
D | ulimit.c | 70 RLIMIT_RSS, RLIMIT_NOFILE, 0, RLIMIT_MSGQUEUE, in ulimit_main()
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | mod.rs | 136 pub const RLIMIT_RSS: ::c_int = 5; constant
|
/external/mksh/src/ |
D | funcs.c | 3230 !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)))
|
D | rlimits.opt | 99 FN("resident-set(KiB)", RLIMIT_RSS, 1024
|
D | rlimits.gen | 95 FN("resident-set(KiB)", RLIMIT_RSS, 1024, 'm')
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 160 #ifdef RLIMIT_RSS 162 getrlimit (RLIMIT_RSS, &r); 164 setrlimit (RLIMIT_RSS, &r);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Program.inc | 160 #ifdef RLIMIT_RSS 162 getrlimit (RLIMIT_RSS, &r); 164 setrlimit (RLIMIT_RSS, &r);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Program.inc | 156 #ifdef RLIMIT_RSS 158 getrlimit (RLIMIT_RSS, &r); 160 setrlimit (RLIMIT_RSS, &r);
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 334 RLIMIT_RSS = 7 variable
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Program.inc | 156 #ifdef RLIMIT_RSS 158 getrlimit (RLIMIT_RSS, &r); 160 setrlimit (RLIMIT_RSS, &r);
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 48 pub const RLIMIT_RSS: ::c_int = 7; constant
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 500 RLIMIT_RSS = 5 variable
|
/external/python/cpython2/Doc/library/ |
D | resource.rst | 118 .. data:: RLIMIT_RSS
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 386 pub const RLIMIT_RSS: ::c_int = 5; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 417 pub const RLIMIT_RSS: ::__rlimit_resource_t = 5; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 289 pub const RLIMIT_RSS: ::c_int = 5; constant
|
D | powerpc.rs | 172 pub const RLIMIT_RSS: ::c_int = 5; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
D | mod.rs | 210 pub const RLIMIT_RSS: ::__rlimit_resource_t = 5; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/ |
D | mod.rs | 216 pub const RLIMIT_RSS: ::__rlimit_resource_t = 5; constant
|