prevrl            307 tools/perf/bench/epoll-ctl.c 	struct rlimit rl, prevrl;
prevrl            343 tools/perf/bench/epoll-ctl.c 	if (getrlimit(RLIMIT_NOFILE, &prevrl))
prevrl            347 tools/perf/bench/epoll-ctl.c 		  (uint64_t)prevrl.rlim_max, (uint64_t)rl.rlim_max);
prevrl            422 tools/perf/bench/epoll-wait.c 	struct rlimit rl, prevrl;
prevrl            463 tools/perf/bench/epoll-wait.c 	if (getrlimit(RLIMIT_NOFILE, &prevrl))
prevrl            467 tools/perf/bench/epoll-wait.c 		  (uint64_t)prevrl.rlim_max, (uint64_t)rl.rlim_max);