| /f-stack/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 | 254 rte_eal_mp_remote_launch(handle_work, ds, SKIP_MAIN); in test_distributor_perf() 260 rte_eal_mp_remote_launch(handle_work, db, SKIP_MAIN); in test_distributor_perf()
|
| H A D | test_distributor.c | 887 &worker_params, SKIP_MAIN); in test_distributor() 893 &worker_params, SKIP_MAIN); in test_distributor() 901 SKIP_MAIN); in test_distributor() 909 SKIP_MAIN); in test_distributor() 916 &worker_params, SKIP_MAIN); in test_distributor()
|
| H A D | test_timer_racecond.c | 174 rte_eal_mp_remote_launch(worker_main_loop, NULL, SKIP_MAIN); in test_timer_racecond()
|
| H A D | test_mcslock.c | 126 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_mcslock_perf()
|
| H A D | test_rwlock.c | 139 if (rte_eal_mp_remote_launch(load_loop_fn, NULL, SKIP_MAIN) < 0) in test_rwlock_perf() 477 rte_eal_mp_remote_launch(try_read_lcore, NULL, SKIP_MAIN); in try_rwlock_test_rds_wrm()
|
| H A D | test_spinlock.c | 154 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_spinlock_perf()
|
| H A D | test_ticketlock.c | 159 rte_eal_mp_remote_launch(load_loop_fn, &lock, SKIP_MAIN); in test_ticketlock_perf()
|
| H A D | test_ring_perf.c | 402 if (rte_eal_mp_remote_launch(lcore_f, ¶m, SKIP_MAIN) < 0) in run_on_all_cores()
|
| H A D | test_hash_readwrite.c | 238 NULL, SKIP_MAIN); in test_hash_readwrite_functional()
|
| H A D | test_mbuf.c | 1145 rte_eal_mp_remote_launch(test_refcnt_worker, refcnt_mbuf_ring, SKIP_MAIN); in test_refcnt_mbuf()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_launch.h | 72 SKIP_MAIN = 0, /**< lcore handler not executed by main core. */ enumerator 77 #define SKIP_MASTER RTE_DEPRECATED(SKIP_MASTER) SKIP_MAIN
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | main.c | 169 SKIP_MAIN); in main()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | main.c | 253 SKIP_MAIN); in main()
|
| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | main.c | 304 rte_eal_mp_remote_launch(sleep_lcore, NULL, SKIP_MAIN); in main()
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | main.c | 207 rte_eal_mp_remote_launch(app_main_loop, NULL, SKIP_MAIN); in main()
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal.c | 406 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
|
| /f-stack/dpdk/examples/server_node_efd/server/ |
| H A D | main.c | 334 rte_eal_mp_remote_launch(sleep_lcore, NULL, SKIP_MAIN); in main()
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | main.c | 670 SKIP_MAIN); in main()
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal.c | 902 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
|
| /f-stack/dpdk/app/test-sad/ |
| H A D | main.c | 660 rte_eal_mp_remote_launch(lookup, sad, SKIP_MAIN); in main()
|
| /f-stack/dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 1095 rte_eal_mp_remote_launch(graph_main_loop, NULL, SKIP_MAIN); in main()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal.c | 1269 rte_eal_mp_remote_launch(sync_func, NULL, SKIP_MAIN); in rte_eal_init()
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | main.c | 2774 SKIP_MAIN); in main() 2798 SKIP_MAIN); in main()
|