Home
last modified time | relevance | path

Searched refs:prevrl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/bench/
H A Depoll-wait.c421 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 Depoll-ctl.c306 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 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()
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()

Completed in 4 milliseconds