Home
last modified time | relevance | path

Searched defs:worker_id (Results 1 – 12 of 12) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_common_launch.c19 rte_eal_wait_lcore(unsigned worker_id) in rte_eal_wait_lcore()
34 rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned int worker_id) in rte_eal_remote_launch()
/dpdk/lib/distributor/
H A Drte_distributor_single.c43 unsigned worker_id) in rte_distributor_poll_pkt_single()
58 unsigned worker_id, struct rte_mbuf *oldpkt) in rte_distributor_get_pkt_single()
69 unsigned worker_id, struct rte_mbuf *oldpkt) in rte_distributor_return_pkt_single()
H A Drte_distributor.c88 unsigned int worker_id, struct rte_mbuf **pkts) in rte_distributor_poll_pkt()
132 unsigned int worker_id, struct rte_mbuf **pkts, in rte_distributor_get_pkt()
162 unsigned int worker_id, struct rte_mbuf **oldpkt, int num) in rte_distributor_return_pkt()
/dpdk/drivers/crypto/scheduler/
H A Dscheduler_roundrobin.c115 __rte_unused uint8_t worker_id) in worker_attach()
122 __rte_unused uint8_t worker_id) in worker_detach()
H A Dscheduler_failover.c135 __rte_unused uint8_t worker_id) in worker_attach()
142 __rte_unused uint8_t worker_id) in worker_detach()
H A Dscheduler_pkt_size_distr.c249 __rte_unused uint8_t worker_id) in worker_attach()
256 __rte_unused uint8_t worker_id) in worker_detach()
H A Drte_cryptodev_scheduler.c361 rte_cryptodev_scheduler_worker_attach(uint8_t scheduler_id, uint8_t worker_id) in rte_cryptodev_scheduler_worker_attach()
423 rte_cryptodev_scheduler_worker_detach(uint8_t scheduler_id, uint8_t worker_id) in rte_cryptodev_scheduler_worker_detach()
H A Dscheduler_multicore.c136 __rte_unused uint8_t worker_id) in worker_attach()
143 __rte_unused uint8_t worker_id) in worker_detach()
/dpdk/lib/eal/unix/
H A Deal_unix_thread.c13 eal_thread_wake_worker(unsigned int worker_id) in eal_thread_wake_worker()
/dpdk/lib/eal/windows/
H A Deal_thread.c20 eal_thread_wake_worker(unsigned int worker_id) in eal_thread_wake_worker()
/dpdk/examples/distributor/
H A Dmain.c216 unsigned worker_id; member
777 unsigned int lcore_id, worker_id = 0; in main() local
[all...]
/dpdk/app/test/
H A Dtest_pmd_perf.c675 uint16_t nb_ports, num, nb_lcores, worker_id = (uint16_t)-1; in test_pmd_perf() local