| /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() 502 SKIP_MAIN); 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() 588 SKIP_MAIN); 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_distributor.c | 900 &worker_params, SKIP_MAIN); in test_distributor() 906 &worker_params, SKIP_MAIN); in test_distributor() 914 SKIP_MAIN); in test_distributor() 922 SKIP_MAIN); in test_distributor() 929 &worker_params, SKIP_MAIN); in test_distributor()
|
| H A D | test_rwlock.c | 138 if (rte_eal_mp_remote_launch(load_loop_fn, NULL, SKIP_MAIN) < 0) in test_rwlock_perf() 476 rte_eal_mp_remote_launch(try_read_lcore, NULL, SKIP_MAIN); in try_rwlock_test_rds_wrm()
|
| 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_ring_perf.c | 401 if (rte_eal_mp_remote_launch(lcore_f, ¶m, SKIP_MAIN) < 0) in run_on_all_cores()
|
| H A D | test_hash_readwrite.c | 235 NULL, SKIP_MAIN); in test_hash_readwrite_functional()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_launch.h | 73 SKIP_MAIN = 0, /**< lcore handler not executed by main core. */ enumerator
|
| /dpdk/examples/pipeline/ |
| H A D | main.c | 169 SKIP_MAIN); in main()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | main.c | 253 SKIP_MAIN); in main()
|
| /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/windows/ |
| H A D | eal.c | 461 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
|
| /dpdk/examples/l2fwd-event/ |
| H A D | main.c | 721 SKIP_MAIN); in main()
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal.c | 832 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
|
| /dpdk/app/test-sad/ |
| H A D | main.c | 660 rte_eal_mp_remote_launch(lookup, sad, SKIP_MAIN); in main()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal.c | 1171 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
|
| /dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 1121 rte_eal_mp_remote_launch(graph_main_loop, NULL, SKIP_MAIN); in main()
|
| /dpdk/examples/l3fwd-power/ |
| H A D | main.c | 2876 SKIP_MAIN); in main() 2900 SKIP_MAIN); in main()
|