Searched refs:prevrl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | epoll-wait.c | 421 struct rlimit rl, prevrl; in bench_epoll_wait() local 463 if (getrlimit(RLIMIT_NOFILE, &prevrl)) in bench_epoll_wait() 467 (uint64_t)prevrl.rlim_max, (uint64_t)rl.rlim_max); in bench_epoll_wait()
|
H A D | epoll-ctl.c | 306 struct rlimit rl, prevrl; in bench_epoll_ctl() local 343 if (getrlimit(RLIMIT_NOFILE, &prevrl)) in bench_epoll_ctl() 347 (uint64_t)prevrl.rlim_max, (uint64_t)rl.rlim_max); in bench_epoll_ctl()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | epoll-wait.c | 434 struct rlimit rl, prevrl; in bench_epoll_wait() local 476 if (getrlimit(RLIMIT_NOFILE, &prevrl)) in bench_epoll_wait() 480 (uint64_t)prevrl.rlim_max, (uint64_t)rl.rlim_max); in bench_epoll_wait()
|
H A D | epoll-ctl.c | 319 struct rlimit rl, prevrl; in bench_epoll_ctl() local 356 if (getrlimit(RLIMIT_NOFILE, &prevrl)) in bench_epoll_ctl() 360 (uint64_t)prevrl.rlim_max, (uint64_t)rl.rlim_max); in bench_epoll_ctl()
|
Completed in 4 milliseconds