EPOLL_NR_OPS 65 tools/perf/bench/epoll-ctl.c static struct stats all_stats[EPOLL_NR_OPS]; EPOLL_NR_OPS 71 tools/perf/bench/epoll-ctl.c unsigned long ops[EPOLL_NR_OPS]; EPOLL_NR_OPS 167 tools/perf/bench/epoll-ctl.c op = rnd2 % EPOLL_NR_OPS; EPOLL_NR_OPS 282 tools/perf/bench/epoll-ctl.c unsigned long avg[EPOLL_NR_OPS]; EPOLL_NR_OPS 283 tools/perf/bench/epoll-ctl.c double stddev[EPOLL_NR_OPS]; EPOLL_NR_OPS 285 tools/perf/bench/epoll-ctl.c for (i = 0; i < EPOLL_NR_OPS; i++) { EPOLL_NR_OPS 355 tools/perf/bench/epoll-ctl.c for (i = 0; i < EPOLL_NR_OPS; i++) EPOLL_NR_OPS 390 tools/perf/bench/epoll-ctl.c unsigned long t[EPOLL_NR_OPS]; EPOLL_NR_OPS 392 tools/perf/bench/epoll-ctl.c for (j = 0; j < EPOLL_NR_OPS; j++) {