Home
last modified time | relevance | path

Searched refs:rlim_max (Results 1 – 14 of 14) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dprlimit.c41 if (new_rlimit->rlim_max == RLIM_INFINITY) in prlimit()
42 new_rlimit64_mem.rlim_max = RLIM64_INFINITY; in prlimit()
44 new_rlimit64_mem.rlim_max = new_rlimit->rlim_max; in prlimit()
68 old_rlimit->rlim_max = old_rlimit64_mem.rlim_max; in prlimit()
69 if (old_rlimit->rlim_max != old_rlimit64_mem.rlim_max) in prlimit()
72 && (old_rlimit64_mem.rlim_max != RLIM64_INFINITY)) in prlimit()
74 old_rlimit->rlim_max = RLIM_INFINITY; in prlimit()
A Dsetrlimit.c42 if (rlim->rlim_max == RLIM_INFINITY) in __setrlimit()
43 rlim64.rlim_max = RLIM64_INFINITY; in __setrlimit()
45 rlim64.rlim_max = rlim->rlim_max; in __setrlimit()
A Dgetrlimit64.c76 if (rlimits32.rlim_max == RLIM_INFINITY)
77 rlimits->rlim_max = RLIM64_INFINITY >> 1;
79 rlimits->rlim_max = rlimits32.rlim_max;
A Dtst-rlimit-infinity.c52 TEST_COMPARE (r.rlim_max, exp_max); in test_getrlimit()
61 TEST_COMPARE (r.rlim_max, exp_max); in test_getrlimit64()
70 TEST_COMPARE (r.rlim_max, exp_max); in test_prlimit_get()
79 TEST_COMPARE (r.rlim_max, exp_max); in test_prlimit64_get()
121 if ((res == 0) && (r64.rlim_max == PRLIMIT64_INFINITY)) in do_test()
/sysdeps/unix/sysv/linux/mips/
A Dsetrlimit64.c51 if (rlimits->rlim_max == OLD_RLIM64_INFINITY) in __old_setrlimit64()
52 krlimits.rlim_max = RLIM64_INFINITY; in __old_setrlimit64()
54 krlimits.rlim_max = rlimits->rlim_max; in __old_setrlimit64()
A Dgetrlimit64.c55 if (krlimits.rlim_max == RLIM64_INFINITY) in strong_alias()
56 rlimits->rlim_max = OLD_RLIM64_INFINITY; in strong_alias()
58 rlimits->rlim_max = krlimits.rlim_max; in strong_alias()
/sysdeps/unix/sysv/linux/alpha/
A Dgetrlimit64.c45 if (krlimits.rlim_max == RLIM64_INFINITY) in __old_getrlimit64()
46 rlimits->rlim_max = OLD_RLIM64_INFINITY; in __old_getrlimit64()
48 rlimits->rlim_max = krlimits.rlim_max; in __old_getrlimit64()
A Dsetrlimit64.c42 if (rlimits->rlim_max == OLD_RLIM64_INFINITY) in __old_setrlimit64()
43 krlimits.rlim_max = RLIM64_INFINITY; in __old_setrlimit64()
45 krlimits.rlim_max = rlimits->rlim_max; in __old_setrlimit64()
/sysdeps/mach/hurd/
A Dsetrlimit.c44 if (lim.rlim_cur > lim.rlim_max) in __setrlimit()
45 lim.rlim_cur = lim.rlim_max; in __setrlimit()
/sysdeps/posix/
A Dulimit.c63 limit.rlim_max = RLIM_INFINITY; in __ulimit()
69 limit.rlim_max = newlimit * 512; in __ulimit()
/sysdeps/unix/sysv/linux/alpha/bits/
A Dresource.h144 rlim_t rlim_max; member
153 rlim64_t rlim_max; member
/sysdeps/unix/sysv/linux/bits/
A Dresource.h144 rlim_t rlim_max; member
153 rlim64_t rlim_max; member
/sysdeps/unix/sysv/linux/sparc/bits/
A Dresource.h160 rlim_t rlim_max; member
169 rlim64_t rlim_max; member
/sysdeps/unix/sysv/linux/mips/bits/
A Dresource.h152 rlim_t rlim_max; member
161 rlim64_t rlim_max; member

Completed in 11 milliseconds