Searched refs:multiq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | epoll-wait.c | 17 * 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() 313 if (multiq) { in do_threads() 328 int efd = multiq in do_threads() [all...] |
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | epoll-wait.c | 17 * 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...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/ |
H A D | s2io.h | 468 u8 multiq; member 779 /* copy of multiq status */ 780 u8 multiq; member
|
H A D | s2io.c | 49 * multiq: This parameter used to enable/disable MULTIQUEUE support. 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() 544 if (multiq) { in s2io_wake_tx_queue() 3068 s2io_wake_tx_queue(fifo_data, pkt_cnt, nic->config.multiq); in tx_intr_handler() 4076 if (sp->config.multiq) { in s2io_xmit() 540 s2io_wake_tx_queue( struct fifo_info *fifo, int cnt, u8 multiq) s2io_wake_tx_queue() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/ |
H A D | s2io.h | 468 u8 multiq; member 779 /* copy of multiq status */ 780 u8 multiq; member
|
H A D | s2io.c | 49 * multiq: This parameter used to enable/disable MULTIQUEUE support. 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() 544 if (multiq) { in s2io_wake_tx_queue() 3070 s2io_wake_tx_queue(fifo_data, pkt_cnt, nic->config.multiq); in tx_intr_handler() 4080 if (sp->config.multiq) { in s2io_xmit() 540 s2io_wake_tx_queue( struct fifo_info *fifo, int cnt, u8 multiq) s2io_wake_tx_queue() argument [all...] |
Completed in 24 milliseconds