HomeSort by relevance Sort by last modified time
    Searched refs:RLIMIT_RSS (Results 1 - 20 of 20) sorted by null

  /bionic/libc/kernel/uapi/asm-mips/asm/
resource.h 23 #define RLIMIT_RSS 7
  /external/kernel-headers/original/uapi/asm-mips/asm/
resource.h 20 #define RLIMIT_RSS 7 /* max resident set size */
  /bionic/libc/kernel/uapi/asm-generic/
resource.h 26 #ifndef RLIMIT_RSS
27 #define RLIMIT_RSS 5
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 22 #ifndef RLIMIT_RSS
23 # define RLIMIT_RSS 5 /* max resident set size */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
resource.h 21 #ifndef RLIMIT_RSS
22 # define RLIMIT_RSS 5 /* max resident set size */
  /external/strace/xlat/
resources.h 44 #if defined(RLIMIT_RSS) || (defined(HAVE_DECL_RLIMIT_RSS) && HAVE_DECL_RLIMIT_RSS)
45 XLAT(RLIMIT_RSS),
  /external/mksh/src/
rlimits.opt 96 FN("resident-set(KiB)", RLIMIT_RSS, 1024
rlimits.gen 92 FN("resident-set(KiB)", RLIMIT_RSS, 1024, 'm')
funcs.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
resource.h 90 #define RLIMIT_RSS 5 /* resident set size */
  /external/ltp/testcases/kernel/syscalls/getrlimit/
getrlimit01.c 44 {RLIMIT_RSS, "RLIMIT_RSS"},
  /external/toybox/toys/posix/
ulimit.c 65 RLIMIT_SIGPENDING, RLIMIT_MEMLOCK, RLIMIT_RSS, RLIMIT_NOFILE, 0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 60 #define RLIMIT_RSS __RLIMIT_RSS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 60 #define RLIMIT_RSS __RLIMIT_RSS
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 289 #ifdef RLIMIT_RSS
290 PyModule_AddIntConstant(m, "RLIMIT_RSS", RLIMIT_RSS);
  /external/python/cpython2/Modules/
resource.c 306 #ifdef RLIMIT_RSS
307 PyModule_AddIntConstant(m, "RLIMIT_RSS", RLIMIT_RSS);
  /external/honggfuzz/
subproc.c 166 #if defined(RLIMIT_RSS)
172 if (setrlimit(RLIMIT_RSS, &rl) == -1) {
173 PLOG_W("Couldn't enforce the RLIMIT_RSS resource limit, ignoring");
176 #endif /* defined(RLIMIT_RSS) */
  /external/python/cpython3/Modules/
resource.c 369 #ifdef RLIMIT_RSS
370 PyModule_AddIntMacro(m, RLIMIT_RSS);
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 334 RLIMIT_RSS = 7
  /external/python/cpython2/Lib/plat-atheos/
IN.py 500 RLIMIT_RSS = 5

Completed in 296 milliseconds