Searched refs:multiq (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/tools/perf/bench/ |
| D | epoll-wait.c | 109 static bool multiq; /* use an epoll instance per thread */ variable 137 OPT_BOOLEAN( 'm', "multiq", &multiq, "Use multiple epoll instances (one per thread)"), 192 int efd = multiq ? w->epollfd : epollfd; in workerfn() 234 if (multiq) in workerfn() 245 int efd = multiq ? w->epollfd : epollfd; in nest_epollfd() 314 if (multiq) { in do_threads() 329 int efd = multiq ? w->epollfd : epollfd; in do_threads() 439 if (!multiq) { in bench_epoll_wait() 451 printinfo("Using %s queue model\n", multiq ? "multi" : "single"); in bench_epoll_wait()
|
| /Linux-v5.4/Documentation/networking/ |
| D | multiqueue.txt | 55 # tc qdisc add dev eth0 root handle 1: multiq
|
| D | bonding.txt | 1650 # tc qdisc add dev bond0 handle 1 root multiq
|
| /Linux-v5.4/drivers/net/ethernet/neterion/ |
| D | s2io.h | 468 u8 multiq; member 780 u8 multiq; member
|
| D | s2io.c | 424 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() 541 struct fifo_info *fifo, int cnt, u8 multiq) in s2io_wake_tx_queue() argument 544 if (multiq) { in s2io_wake_tx_queue() 3066 s2io_wake_tx_queue(fifo_data, pkt_cnt, nic->config.multiq); in tx_intr_handler() 4071 if (sp->config.multiq) { in s2io_xmit() 7530 if (multiq) in s2io_verify_parm() [all …]
|