/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A 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/ |
H A 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/ |
H A 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/kernel/include/sys/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | resource.rs | 8 pub use libc::rlim_t; 201 pub fn getrlimit(resource: Resource) -> Result<(rlim_t, rlim_t)> { in getrlimit() 250 soft_limit: rlim_t, in setrlimit() 251 hard_limit: rlim_t, in setrlimit()
|
/third_party/toybox/toys/posix/ |
H A 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/curl/tests/libtest/ |
H A D | lib537.c | 102 static void rlim2str(char *buf, size_t len, rlim_t val) in rlim2str() 111 if(sizeof(rlim_t) > sizeof(long)) in rlim2str() 116 if(sizeof(rlim_t) < sizeof(long)) in rlim2str() 126 rlim_t nitems, i;
|
H A D | lib518.c | 102 static void rlim2str(char *buf, size_t len, rlim_t val) in rlim2str() 111 if(sizeof(rlim_t) > sizeof(long)) in rlim2str() 116 if(sizeof(rlim_t) < sizeof(long)) in rlim2str() 125 rlim_t nitems, i; in rlimit()
|
/third_party/python/Modules/ |
H A D | resource.c | 158 if (rl_out->rlim_cur == (rlim_t)-1 && PyErr_Occurred()) in py2rlimit() 161 if (rl_out->rlim_max == (rlim_t)-1 && PyErr_Occurred()) in py2rlimit() 166 if (rl_out->rlim_cur == (rlim_t)-1 && PyErr_Occurred()) in py2rlimit() 169 if (rl_out->rlim_max == (rlim_t)-1 && PyErr_Occurred()) in py2rlimit()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A 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/ |
H A 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/eudev/src/shared/ |
H A D | formats-util.h | 62 # error Unknown rlim_t size
|
/third_party/ltp/testcases/kernel/syscalls/getdtablesize/ |
H A 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/ |
H A D | mod.rs | 29 pub type rlim_t = u64; types 39 pub type rlim_t = c_ulong; types
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 224 pub const RLIM_INFINITY: ::rlim_t = !0; 226 pub const RLIM_INFINITY: ::rlim_t = 0x7fffffff;
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 7 pub type rlim_t = u64; types 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/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
H A D | mod.rs | 11 pub type rlim_t = u64; types
|
/third_party/pulseaudio/src/daemon/ |
H A D | daemon-conf.h | 52 rlim_t value;
|
H A D | cpulimit.c | 101 rl.rlim_cur = (rlim_t) n; in reset_cpu_time()
|
/third_party/libuv/src/unix/ |
H A D | thread.c | 113 lim.rlim_cur -= lim.rlim_cur % (rlim_t) getpagesize(); in uv__thread_stack_size() 115 if (lim.rlim_cur >= (rlim_t) uv__min_stack_size()) in uv__thread_stack_size()
|
/third_party/node/deps/uv/src/unix/ |
H A 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()
|