Home
last modified time | relevance | path

Searched refs:w_lcore (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c500 int w_lcore; in launch_workers_and_wait() local
529 w_lcore = rte_get_next_lcore( in launch_workers_and_wait()
533 rte_eal_remote_launch(main_worker, &param[0], w_lcore); in launch_workers_and_wait()
541 w_lcore = rte_get_next_lcore(w_lcore, 1, 0); in launch_workers_and_wait()
542 rte_eal_remote_launch(workers, &param[port], w_lcore); in launch_workers_and_wait()
545 ret = wait_workers_to_join(w_lcore, &atomic_total_events); in launch_workers_and_wait()
/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c611 int w_lcore; in launch_workers_and_wait() local
640 w_lcore = rte_get_next_lcore( in launch_workers_and_wait()
644 rte_eal_remote_launch(main_worker, &param[0], w_lcore); in launch_workers_and_wait()
652 w_lcore = rte_get_next_lcore(w_lcore, 1, 0); in launch_workers_and_wait()
653 rte_eal_remote_launch(worker, &param[port], w_lcore); in launch_workers_and_wait()
656 ret = wait_workers_to_join(w_lcore, &atomic_total_events); in launch_workers_and_wait()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_selftest.c599 int w_lcore; in launch_workers_and_wait() local
626 w_lcore = rte_get_next_lcore( in launch_workers_and_wait()
630 rte_eal_remote_launch(main_thread, &param[0], w_lcore); in launch_workers_and_wait()
638 w_lcore = rte_get_next_lcore(w_lcore, 1, 0); in launch_workers_and_wait()
639 rte_eal_remote_launch(worker_thread, &param[port], w_lcore); in launch_workers_and_wait()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c3074 int w_lcore, p_lcore; in worker_loopback() local
3135 w_lcore = rte_get_next_lcore(p_lcore, 1, 0); in worker_loopback()
3138 rte_eal_remote_launch(worker_loopback_worker_fn, t, w_lcore); in worker_loopback()
3142 rte_eal_get_lcore_state(w_lcore) != FINISHED) { in worker_loopback()