Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/bench/
H A Depoll-wait.c108 static bool multiq; /* use an epoll instance per thread */ variable
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 ? w->epollfd : epollfd; in do_threads()
457 if (!multiq) { in bench_epoll_wait()
469 printinfo("Using %s queue model\n", multiq ? "multi" : "single"); in bench_epoll_wait()
/linux-6.15/Documentation/networking/
H A Dmultiqueue.rst54 # tc qdisc add dev eth0 root handle 1: multiq
H A Dbonding.rst1759 # tc qdisc add dev bond0 handle 1 root multiq
/linux-6.15/drivers/net/ethernet/neterion/
H A Ds2io.h468 u8 multiq; member
780 u8 multiq; member
H A Ds2io.c425 S2IO_PARM_INT(multiq, 0);
501 if (!sp->config.multiq) { in s2io_stop_all_tx_queue()
512 if (!sp->config.multiq) in s2io_stop_tx_queue()
521 if (!sp->config.multiq) { in s2io_start_all_tx_queue()
532 if (!sp->config.multiq) { in s2io_wake_all_tx_queue()
545 if (multiq) { in s2io_wake_tx_queue()
4081 if (sp->config.multiq) { in s2io_xmit()
7538 if (multiq) in s2io_verify_parm()
7539 *dev_multiq = multiq; in s2io_verify_parm()
8066 if (sp->config.multiq) { in s2io_init_nic()
[all …]
/linux-6.15/Documentation/netlink/specs/
H A Dtc.yaml293 name: tc-multiq-qopt
3731 value: multiq
3732 fixed-header: tc-multiq-qopt