Home
last modified time | relevance | path

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

/tools/perf/bench/
Depoll-ctl.c307 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()
Depoll-wait.c422 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()