| /src/bin/ksh/ |
| c_ulimit.c | 91 #ifdef RLIMIT_RSS 92 { "memory(kbytes)", RLIMIT, RLIMIT_RSS, RLIMIT_RSS, 1024, 'm' },
|
| /src/sys/sys/ |
| resource.h | 93 #define RLIMIT_RSS 5 /* resident set size */
|
| sysctl.h | 937 #define PROC_PID_LIMIT_RSS (RLIMIT_RSS+1)
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| resource.c | 72 #ifdef RLIMIT_RSS 73 *rlim_resource = RLIMIT_RSS; 74 #else /* ifdef RLIMIT_RSS */ 76 #endif /* ifdef RLIMIT_RSS */
|
| /src/sys/compat/linux/common/ |
| linux_limit.h | 87 return RLIMIT_RSS;
|
| /src/bin/pax/ |
| pax.c | 416 #ifdef RLIMIT_RSS 420 if (getrlimit(RLIMIT_RSS , &reslimit) == 0){ 422 (void)setrlimit(RLIMIT_RSS , &reslimit);
|
| /src/sys/miscfs/procfs/ |
| procfs_limit.c | 61 { "Max resident set", "bytes", RLIMIT_RSS },
|
| procfs_status.c | 136 "VmRSS:\t%8ju kB\n", (intmax_t)p->p_rlimit[RLIMIT_RSS].rlim_cur / 1024); 239 "VmRSS:\t%8" PRIu64 " kB\n", p->p_rlimit[RLIMIT_RSS].rlim_cur / 1024);
|
| procfs_linux.c | 518 p->p_rlimit[RLIMIT_RSS].rlim_cur, /* 25 rsslim */
|
| /src/bin/sh/ |
| miscbltin.c | 579 #ifdef RLIMIT_RSS 580 { "memory", "kbytes", 'm', RLIMIT_RSS, 1024 },
|
| /src/sys/uvm/ |
| uvm_glue.c | 484 p->p_rlimit[RLIMIT_RSS].rlim_cur = MIN(VM_MAXUSER_ADDRESS,
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| Program.inc | 156 #ifdef RLIMIT_RSS 158 getrlimit (RLIMIT_RSS, &r); 160 setrlimit (RLIMIT_RSS, &r);
|
| /src/tests/lib/libc/sys/ |
| t_setrlimit.c | 65 RLIMIT_RSS,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ggc-common.cc | 1085 #if defined(HAVE_GETRLIMIT) && defined (RLIMIT_RSS) 1090 if (getrlimit (RLIMIT_RSS, &rlim) == 0
|
| /src/lib/libutil/ |
| passwd.c | 218 (void)setrlimit(RLIMIT_RSS, &rlim);
|
| login_cap.c | 420 { RLIMIT_RSS, R_CSIZE, "memoryuse", },
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ggc-common.cc | 1107 #if defined(HAVE_GETRLIMIT) && defined (RLIMIT_RSS) 1112 if (getrlimit (RLIMIT_RSS, &rlim) == 0
|
| /src/sys/rump/librump/rumpkern/ |
| vm.c | 502 PUNLIMIT(RLIMIT_RSS);
|
| /src/sys/kern/ |
| kern_proc.c | 539 rlim[RLIMIT_RSS].rlim_max = lim;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | [all...] |