Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Depoll-ctl.c319 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()
H A Depoll-wait.c434 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()