Home
last modified time | relevance | path

Searched refs:prevrl (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/bench/
A Depoll-ctl.c305 struct rlimit rl, prevrl; in bench_epoll_ctl() local
342 if (getrlimit(RLIMIT_NOFILE, &prevrl)) in bench_epoll_ctl()
346 (uint64_t)prevrl.rlim_max, (uint64_t)rl.rlim_max); in bench_epoll_ctl()
A Depoll-wait.c420 struct rlimit rl, prevrl; in bench_epoll_wait() local
462 if (getrlimit(RLIMIT_NOFILE, &prevrl)) in bench_epoll_wait()
466 (uint64_t)prevrl.rlim_max, (uint64_t)rl.rlim_max); in bench_epoll_wait()

Completed in 4 milliseconds