Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
H A Depoll-wait.c17 * While the second model, enabled via --multiq option, uses multiple
108 static bool multiq; /* use an epoll instance per thread */ variable
120 int epollfd; /* for --multiq */
136 OPT_BOOLEAN( 'm', "multiq", &multiq, "Use multiple epoll instances (one per thread)"),
191 int efd = multiq ? w->epollfd : epollfd; in workerfn()
233 if (multiq) in workerfn()
244 int efd = multiq ? w->epollfd : epollfd; in nest_epollfd()
320 if (multiq) { in do_threads()
335 int efd = multiq in do_threads()
[all...]
/linux/Documentation/networking/
H A Dmultiqueue.rst54 # tc qdisc add dev eth0 root handle 1: multiq
/linux/drivers/net/ethernet/neterion/
H A Ds2io.h468 u8 multiq; member
780 u8 multiq; member