Home
last modified time | relevance | path

Searched refs:rlim_t (Results 1 – 25 of 60) sorted by relevance

123

/third_party/musl/porting/liteos_a/kernel/include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
23 rlim_t rlim_cur;
24 rlim_t rlim_max;
105 #define rlim64_t rlim_t
/third_party/musl/porting/uniproton/kernel/include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
23 rlim_t rlim_cur;
24 rlim_t rlim_max;
105 #define rlim64_t rlim_t
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
23 rlim_t rlim_cur;
24 rlim_t rlim_max;
105 #define rlim64_t rlim_t
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
23 rlim_t rlim_cur;
24 rlim_t rlim_max;
105 #define rlim64_t rlim_t
/third_party/musl/ndk_musl_include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
23 rlim_t rlim_cur;
24 rlim_t rlim_max;
105 #define rlim64_t rlim_t
/third_party/musl/include/sys/
Dresource.h20 typedef unsigned long long rlim_t; typedef
23 rlim_t rlim_cur;
24 rlim_t rlim_max;
105 #define rlim64_t rlim_t
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dresource.h44 typedef unsigned long long rlim_t; typedef
47 rlim_t rlim_cur;
48 rlim_t rlim_max;
/third_party/musl/libc-test/src/api/
Dsys_resource.c7 T(rlim_t) in f()
20 F(rlim_t, rlim_cur) in f()
21 F(rlim_t, rlim_max) in f()
/third_party/mksh/
Dulimit.c35 typedef unsigned long rlim_t; typedef
255 #define RL_T rlim_t
256 #define RL_U (rlim_t)RLIM_INFINITY
288 val = (rlim_t)((rlim_t)rval * l->factor); in set_ulimit()
/third_party/rust/crates/nix/src/sys/
Dresource.rs8 pub use libc::rlim_t;
201 pub fn getrlimit(resource: Resource) -> Result<(rlim_t, rlim_t)> { in getrlimit() argument
250 soft_limit: rlim_t, in setrlimit() argument
251 hard_limit: rlim_t, in setrlimit() argument
/third_party/python/Modules/
Dresource.c156 if (rl_out->rlim_cur == (rlim_t)-1 && PyErr_Occurred()) in py2rlimit()
159 if (rl_out->rlim_max == (rlim_t)-1 && PyErr_Occurred()) in py2rlimit()
164 if (rl_out->rlim_cur == (rlim_t)-1 && PyErr_Occurred()) in py2rlimit()
167 if (rl_out->rlim_max == (rlim_t)-1 && PyErr_Occurred()) in py2rlimit()
/third_party/toybox/toys/posix/
Dulimit.c96 rlim_t rl = FLAG(H) ? rr.rlim_max : rr.rlim_cur; in ulimit_main()
109 rlim_t val; in ulimit_main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs259 pub const RLIM_INFINITY: ::rlim_t = !0;
275 pub const RLIM_INFINITY: ::rlim_t = !0;
283 pub const RLIM_INFINITY: ::rlim_t = 0x7fffffff;
/third_party/ltp/testcases/kernel/syscalls/mincore/
Dmincore01.c49 static rlim_t STACK_LIMIT = 10485760;
146 tc->len = as_lim.rlim_cur - (rlim_t)global_pointer + pagesize; in setup4()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs224 pub const RLIM_INFINITY: ::rlim_t = !0;
226 pub const RLIM_INFINITY: ::rlim_t = 0x7fffffff;
/third_party/ltp/testcases/kernel/syscalls/getdtablesize/
Dgetdtablesize01.c64 max_val_opfiles = (rlim_t) rlp.rlim_cur; in main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs29 pub type rlim_t = u64;
39 pub type rlim_t = c_ulong;
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs7 pub type rlim_t = u64; typedef
408 pub const RLIM_INFINITY: rlim_t = 0x7fff_ffff_ffff_ffff;
409 pub const RLIM_SAVED_MAX: rlim_t = RLIM_INFINITY;
410 pub const RLIM_SAVED_CUR: rlim_t = RLIM_INFINITY;
/third_party/pulseaudio/src/daemon/
Ddaemon-conf.h52 rlim_t value;
Dcpulimit.c101 rl.rlim_cur = (rlim_t) n; in reset_cpu_time()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Dmod.rs11 pub type rlim_t = u64; typedef
/third_party/libuv/src/unix/
Dthread.c220 lim.rlim_cur -= lim.rlim_cur % (rlim_t) getpagesize(); in uv__thread_stack_size()
222 if (lim.rlim_cur >= (rlim_t) uv__min_stack_size()) in uv__thread_stack_size()
/third_party/node/deps/uv/src/unix/
Dthread.c220 lim.rlim_cur -= lim.rlim_cur % (rlim_t) getpagesize(); in uv__thread_stack_size()
222 if (lim.rlim_cur >= (rlim_t) uv__min_stack_size()) in uv__thread_stack_size()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs240 pub const RLIM_INFINITY: ::rlim_t = !0;
/third_party/mbedtls/tests/suites/
Dtest_suite_net.function104 rlim_t old_rlim_cur = rlim_nofile.rlim_cur;

123