| /dpdk/lib/eal/include/ |
| H A D | rte_launch.h | 74 CALL_MAIN, /**< lcore handler executed by main core. */ enumerator
|
| /dpdk/app/test/ |
| 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_hash_multiwriter.c | 194 enabled_core_ids, CALL_MAIN); 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()
|
| H A D | test_rwlock.c | 464 rte_eal_mp_remote_launch(try_read_lcore, NULL, CALL_MAIN); in try_rwlock_test_rda()
|
| H A D | test_kni.c | 490 rte_eal_mp_remote_launch(test_kni_loop, NULL, CALL_MAIN); in test_kni_processing()
|
| /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 | 84 if (call_main == CALL_MAIN) { in rte_eal_mp_remote_launch()
|
| /dpdk/examples/multi_process/symmetric_mp/ |
| H A D | main.c | 488 rte_eal_mp_remote_launch(lcore_main, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/qos_meter/ |
| H A D | main.c | 456 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/vmdq/ |
| H A D | main.c | 660 rte_eal_mp_remote_launch(lcore_main, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 738 rte_eal_mp_remote_launch(lsi_launch_one_lcore, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/ipv4_multicast/ |
| H A D | main.c | 822 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/l2fwd/ |
| H A D | main.c | 907 rte_eal_mp_remote_launch(l2fwd_launch_one_lcore, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/l3fwd-power/ |
| H A D | main.c | 2872 rte_eal_mp_remote_launch(main_legacy_loop, NULL, CALL_MAIN); in main() 2902 rte_eal_mp_remote_launch(main_intr_loop, NULL, CALL_MAIN); in main() 2905 rte_eal_mp_remote_launch(main_telemetry_loop, NULL, CALL_MAIN); in main()
|
| /dpdk/app/test-flow-perf/ |
| H A D | main.c | 2157 rte_eal_mp_remote_launch(run_rte_flow_handler_cores, NULL, CALL_MAIN); in main() 2161 rte_eal_mp_remote_launch(start_forwarding, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 1039 rte_eal_mp_remote_launch(l2fwd_launch_one_lcore, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 1074 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/kni/ |
| H A D | main.c | 1116 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/ip_reassembly/ |
| H A D | main.c | 1204 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/l3fwd/ |
| H A D | main.c | 1556 rte_eal_mp_remote_launch(l3fwd_lkp.main_loop, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 2262 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|
| /dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 2904 CALL_MAIN); in main()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 3487 rte_eal_mp_remote_launch(ipsec_launch_one_lcore, eh_conf, CALL_MAIN); in main()
|