Home
last modified time | relevance | path

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

/tools/perf/bench/
Depoll-wait.c107 static bool multiq; /* use an epoll instance per thread */ variable
135 OPT_BOOLEAN( 'm', "multiq", &multiq, "Use multiple epoll instances (one per thread)"),
190 int efd = multiq ? w->epollfd : epollfd; in workerfn()
232 if (multiq) in workerfn()
243 int efd = multiq ? w->epollfd : epollfd; in nest_epollfd()
312 if (multiq) { in do_threads()
327 int efd = multiq ? w->epollfd : epollfd; in do_threads()
438 if (!multiq) { in bench_epoll_wait()
450 printinfo("Using %s queue model\n", multiq ? "multi" : "single"); in bench_epoll_wait()