Home
last modified time | relevance | path

Searched refs:RLIMIT_AS (Results 1 – 25 of 73) sorted by relevance

123

/third_party/mksh/
Dulimit.c40 #ifdef RLIMIT_AS
41 #if !defined(RLIMIT_VMEM) || (RLIMIT_VMEM == RLIMIT_AS) || \
45 #if !defined(RLIMIT_RSS) || (RLIMIT_RSS == RLIMIT_AS)
61 #if defined(ULIMIT_M_IS_RSS) && defined(RLIMIT_AS) && \
62 !defined(__APPLE__) && (RLIMIT_RSS == RLIMIT_AS)
68 #if !defined(RLIMIT_AS) && !defined(ULIMIT_M_IS_VMEM) && defined(RLIMIT_VMEM)
73 (!defined(RLIMIT_RSS) || (defined(RLIMIT_AS) && (RLIMIT_RSS == RLIMIT_AS)))
77 #if defined(ULIMIT_M_IS_VMEM) && defined(RLIMIT_AS) && \
78 (RLIMIT_VMEM == RLIMIT_AS)
/third_party/python/Lib/test/
Dtest_resource.py156 -1, resource.RLIMIT_AS)
157 limit = resource.getrlimit(resource.RLIMIT_AS)
158 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS), limit)
159 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS, limit),
172 limits = resource.getrlimit(resource.RLIMIT_AS)
173 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS, BadSeq()),
/third_party/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c108 SAFE_GETRLIMIT(RLIMIT_AS, &lim); in setup()
116 SAFE_SETRLIMIT(RLIMIT_AS, &lim); in setup()
/third_party/musl/arch/mips/bits/
Dresource.h2 #define RLIMIT_AS 6 macro
/third_party/musl/arch/mips64/bits/
Dresource.h2 #define RLIMIT_AS 6 macro
/third_party/musl/arch/mipsn32/bits/
Dresource.h2 #define RLIMIT_AS 6 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs208 pub const RLIMIT_AS: ::__rlimit_resource_t = 9; constant
229 pub const RLIMIT_AS: ::c_int = 9; constant
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dresource.h61 #define RLIMIT_AS 9 macro
/third_party/ltp/testcases/kernel/syscalls/getrlimit/
Dgetrlimit01.c30 {RLIMIT_AS, "RLIMIT_AS"},
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs227 pub const RLIMIT_AS: ::__rlimit_resource_t = 6; constant
247 pub const RLIMIT_AS: ::c_int = 6; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
Dmod.rs246 pub const RLIMIT_AS: ::__rlimit_resource_t = 9; constant
266 pub const RLIMIT_AS: ::c_int = 9; constant
/third_party/musl/libc-test/src/api/
Dsys_resource.c34 C(RLIMIT_AS) in f()
/third_party/libunwind/libunwind/tests/
Dtest-mem.c99 setrlimit (RLIMIT_AS, &rlim); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
D4-1.c70 rc |= setrlimit(RLIMIT_AS, &rl); in child()
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dresource.h86 #define RLIMIT_AS 9 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dresource.h86 #define RLIMIT_AS 9 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dresource.h86 #define RLIMIT_AS 9 macro
/third_party/musl/include/sys/
Dresource.h86 #define RLIMIT_AS 9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dresource.h86 #define RLIMIT_AS 9 macro
/third_party/python/Modules/
Dresource.c411 #ifdef RLIMIT_AS in resource_exec()
412 ADD_INT(module, RLIMIT_AS); in resource_exec()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D24-2.c63 if (getrlimit(RLIMIT_AS, &rlim) == -1) { in main()
/third_party/toybox/toys/posix/
Dulimit.c68 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS}; in ulimit_main()
/third_party/pulseaudio/src/daemon/
Ddaemon-conf.h103 #ifdef RLIMIT_AS
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
Dshell_unix.go58 …if err := syscall.Setrlimit(syscall.RLIMIT_AS, &syscall.Rlimit{Cur: limit, Max: limit}); err != ni…
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
D5-1.c152 if ((ret = setrlimit(RLIMIT_AS, &rl))) { in main()

123