Searched refs:new_max (Results 1 – 1 of 1) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | tst-rlimit-infinity.c | 83 test_setrlimit (int resource, rlim_t new_cur, rlim_t new_max) in test_setrlimit() argument 85 struct rlimit r = { new_cur, new_max }; in test_setrlimit() 90 test_setrlimit64 (int resource, rlim64_t new_cur, rlim64_t new_max) in test_setrlimit64() argument 92 struct rlimit64 r = { new_cur, new_max }; in test_setrlimit64() 97 test_prlimit_set (int resource, rlim_t new_cur, rlim_t new_max) in test_prlimit_set() argument 99 struct rlimit r = { new_cur, new_max }; in test_prlimit_set() 104 test_prlimit64_set (int resource, rlim64_t new_cur, rlim64_t new_max) in test_prlimit64_set() argument 106 struct rlimit64 r = { new_cur, new_max }; in test_prlimit64_set()
|
Completed in 3 milliseconds