Home
last modified time | relevance | path

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

/linux/tools/perf/bench/
A 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()
/linux/Documentation/networking/
A Dmultiqueue.rst54 # tc qdisc add dev eth0 root handle 1: multiq
A Dbonding.rst1711 # tc qdisc add dev bond0 handle 1 root multiq
/linux/drivers/net/ethernet/neterion/
A Ds2io.h468 u8 multiq; member
780 u8 multiq; member
A Ds2io.c424 S2IO_PARM_INT(multiq, 0);
500 if (!sp->config.multiq) { in s2io_stop_all_tx_queue()
511 if (!sp->config.multiq) in s2io_stop_tx_queue()
520 if (!sp->config.multiq) { in s2io_start_all_tx_queue()
531 if (!sp->config.multiq) { in s2io_wake_all_tx_queue()
544 if (multiq) { in s2io_wake_tx_queue()
4080 if (sp->config.multiq) { in s2io_xmit()
7531 if (multiq) in s2io_verify_parm()
7532 *dev_multiq = multiq; in s2io_verify_parm()
8071 if (sp->config.multiq) { in s2io_init_nic()
[all …]

Completed in 24 milliseconds