/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | resource.h | 20 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/ |
D | resource.h | 20 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/ |
D | resource.h | 20 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/ |
D | resource.h | 20 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/ |
D | resource.h | 20 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/ |
D | resource.h | 20 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/ |
D | resource.h | 44 typedef unsigned long long rlim_t; typedef 47 rlim_t rlim_cur; 48 rlim_t rlim_max;
|
/third_party/musl/libc-test/src/api/ |
D | sys_resource.c | 7 T(rlim_t) in f() 20 F(rlim_t, rlim_cur) in f() 21 F(rlim_t, rlim_max) in f()
|
/third_party/mksh/ |
D | ulimit.c | 35 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/ |
D | resource.rs | 8 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/ |
D | resource.c | 156 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/ |
D | ulimit.c | 96 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/ |
D | mod.rs | 259 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/ |
D | mincore01.c | 49 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/ |
D | mod.rs | 224 pub const RLIM_INFINITY: ::rlim_t = !0; 226 pub const RLIM_INFINITY: ::rlim_t = 0x7fffffff;
|
/third_party/ltp/testcases/kernel/syscalls/getdtablesize/ |
D | getdtablesize01.c | 64 max_val_opfiles = (rlim_t) rlp.rlim_cur; in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 29 pub type rlim_t = u64; 39 pub type rlim_t = c_ulong;
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 7 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/ |
D | daemon-conf.h | 52 rlim_t value;
|
D | cpulimit.c | 101 rl.rlim_cur = (rlim_t) n; in reset_cpu_time()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | mod.rs | 11 pub type rlim_t = u64; typedef
|
/third_party/libuv/src/unix/ |
D | thread.c | 220 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/ |
D | thread.c | 220 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/ |
D | mod.rs | 240 pub const RLIM_INFINITY: ::rlim_t = !0;
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_net.function | 104 rlim_t old_rlim_cur = rlim_nofile.rlim_cur;
|