| /dpdk/app/test/ |
| H A D | test_per_lcore.c | 76 rte_eal_mp_remote_launch(assign_vars, NULL, SKIP_MAIN); in test_per_lcore() 82 rte_eal_mp_remote_launch(display_vars, NULL, SKIP_MAIN); in test_per_lcore() 89 ret = rte_eal_mp_remote_launch(test_per_lcore_delay, NULL, SKIP_MAIN); in test_per_lcore() 95 ret = rte_eal_mp_remote_launch(test_per_lcore_delay, NULL, SKIP_MAIN); in test_per_lcore()
|
| H A D | test_atomic.c | 459 rte_eal_mp_remote_launch(test_atomic_usual, NULL, SKIP_MAIN); in test_atomic() 485 rte_eal_mp_remote_launch(test_atomic_tas, NULL, SKIP_MAIN); in test_atomic() 501 rte_eal_mp_remote_launch(test_atomic_addsub_and_return, NULL, in test_atomic() 536 rte_eal_mp_remote_launch(test_atomic_inc_and_test, NULL, SKIP_MAIN); in test_atomic() 558 rte_eal_mp_remote_launch(test_atomic_dec_and_test, NULL, SKIP_MAIN); in test_atomic() 587 rte_eal_mp_remote_launch(test_atomic128_cmp_exchange, NULL, in test_atomic() 622 rte_eal_mp_remote_launch(test_atomic_exchange, NULL, SKIP_MAIN); in test_atomic()
|
| H A D | test_distributor_perf.c | 264 rte_eal_mp_remote_launch(handle_work, ds, SKIP_MAIN); in test_distributor_perf() 270 rte_eal_mp_remote_launch(handle_work, db, SKIP_MAIN); in test_distributor_perf()
|
| H A D | test_timer.c | 562 rte_eal_mp_remote_launch(timer_stress_main_loop, NULL, CALL_MAIN); in test_timer() 572 rte_eal_mp_remote_launch(timer_stress2_main_loop, NULL, CALL_MAIN); in test_timer() 584 rte_eal_mp_remote_launch(timer_basic_main_loop, NULL, CALL_MAIN); in test_timer()
|
| H A D | test_rwlock.c | 138 if (rte_eal_mp_remote_launch(load_loop_fn, NULL, SKIP_MAIN) < 0) in test_rwlock_perf() 464 rte_eal_mp_remote_launch(try_read_lcore, NULL, CALL_MAIN); in try_rwlock_test_rda() 476 rte_eal_mp_remote_launch(try_read_lcore, NULL, SKIP_MAIN); in try_rwlock_test_rds_wrm()
|
| H A D | test_distributor.c | 899 rte_eal_mp_remote_launch(handle_work, in test_distributor() 905 rte_eal_mp_remote_launch(handle_work_with_free_mbufs, in test_distributor() 912 rte_eal_mp_remote_launch(handle_work_for_shutdown_test, in test_distributor() 920 rte_eal_mp_remote_launch(handle_work_for_shutdown_test, in test_distributor() 928 rte_eal_mp_remote_launch(handle_and_mark_work, in test_distributor()
|
| H A D | test_timer_racecond.c | 148 rte_eal_mp_remote_launch(worker_main_loop, NULL, SKIP_MAIN); in test_timer_racecond()
|
| H A D | test_pflock.c | 120 if (rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN) < 0) in test_pflock_perf()
|
| H A D | test_mcslock.c | 120 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_mcslock_perf()
|
| H A D | test_ticketlock.c | 157 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_ticketlock_perf()
|
| H A D | test_spinlock.c | 153 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_spinlock_perf()
|
| H A D | test_hash_multiwriter.c | 193 rte_eal_mp_remote_launch(test_hash_multiwriter_worker, in test_hash_multiwriter()
|
| H A D | test_barrier.c | 238 rte_eal_mp_remote_launch(plock_test1_lcore, lpt, CALL_MAIN); in plock_test()
|
| H A D | test_stack.c | 330 if (rte_eal_mp_remote_launch(stack_thread_push_pop, NULL, CALL_MAIN)) in test_stack_multithreaded()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_launch.h | 98 int rte_eal_mp_remote_launch(lcore_function_t *f, void *arg,
|
| /dpdk/app/test-pipeline/ |
| H A D | main.c | 68 rte_eal_mp_remote_launch(app_lcore_main_loop, NULL, CALL_MAIN); in main()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_launch.c | 67 rte_eal_mp_remote_launch(int (*f)(void *), void *arg, in rte_eal_mp_remote_launch() function
|
| /dpdk/examples/pipeline/ |
| H A D | main.c | 166 rte_eal_mp_remote_launch( in main()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | main.c | 250 rte_eal_mp_remote_launch( in main()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | hello_world.rst | 77 Refer to the *DPDK API Reference* for detailed information on the rte_eal_mp_remote_launch() functi…
|
| /dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | main.c | 305 rte_eal_mp_remote_launch(sleep_lcore, NULL, SKIP_MAIN); in main()
|
| /dpdk/examples/qos_sched/ |
| H A D | main.c | 207 rte_eal_mp_remote_launch(app_main_loop, NULL, SKIP_MAIN); in main()
|
| /dpdk/examples/server_node_efd/server/ |
| H A D | main.c | 342 rte_eal_mp_remote_launch(sleep_lcore, NULL, SKIP_MAIN); in main()
|
| /dpdk/lib/eal/ |
| H A D | version.map | 60 rte_eal_mp_remote_launch;
|
| /dpdk/lib/eal/windows/ |
| H A D | eal.c | 461 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
|