| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_launch.h | 73 CALL_MAIN, /**< lcore handler executed by main core. */ enumerator 78 #define CALL_MASTER RTE_DEPRECATED(CALL_MASTER) CALL_MAIN
|
| /f-stack/dpdk/app/test/ |
| H A D | test_timer.c | 567 rte_eal_mp_remote_launch(timer_stress_main_loop, NULL, CALL_MAIN); in test_timer() 576 rte_eal_mp_remote_launch(timer_stress2_main_loop, NULL, CALL_MAIN); in test_timer() 588 rte_eal_mp_remote_launch(timer_basic_main_loop, NULL, CALL_MAIN); in test_timer()
|
| H A D | test_hash_multiwriter.c | 197 enabled_core_ids, CALL_MAIN); in test_hash_multiwriter()
|
| H A D | test_barrier.c | 239 rte_eal_mp_remote_launch(plock_test1_lcore, lpt, CALL_MAIN); in plock_test()
|
| H A D | test_stack.c | 331 if (rte_eal_mp_remote_launch(stack_thread_push_pop, NULL, CALL_MAIN)) in test_stack_multithreaded()
|
| H A D | test_rwlock.c | 465 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()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_launch.c | 63 if (call_main == CALL_MAIN) { in rte_eal_mp_remote_launch()
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | main.c | 69 rte_eal_mp_remote_launch(app_lcore_main_loop, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | main.c | 255 rte_eal_mp_remote_launch(lthread_scheduler, (void *)NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | hello_world.rst | 92 rte_eal_mp_remote_launch(lcore_hello, NULL, CALL_MAIN);
|
| /f-stack/dpdk/examples/multi_process/symmetric_mp/ |
| H A D | main.c | 473 rte_eal_mp_remote_launch(lcore_main, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/qos_meter/ |
| H A D | main.c | 457 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/vmdq/ |
| H A D | main.c | 656 rte_eal_mp_remote_launch(lcore_main, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 728 rte_eal_mp_remote_launch(lsi_launch_one_lcore, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/ipv4_multicast/ |
| H A D | main.c | 802 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/l2fwd/ |
| H A D | main.c | 887 rte_eal_mp_remote_launch(l2fwd_launch_one_lcore, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 1072 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 1019 rte_eal_mp_remote_launch(l2fwd_launch_one_lcore, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | main.c | 1198 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 1123 rte_eal_mp_remote_launch(main_loop, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | main.c | 1275 rte_eal_mp_remote_launch(l3fwd_lkp.main_loop, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | main.c | 2770 rte_eal_mp_remote_launch(main_legacy_loop, NULL, CALL_MAIN); in main() 2800 rte_eal_mp_remote_launch(main_intr_loop, NULL, CALL_MAIN); in main()
|
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | main.c | 1462 rte_eal_mp_remote_launch(start_forwarding, NULL, CALL_MAIN); in main()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_if.c | 1975 rte_eal_mp_remote_launch(main_loop, lr, CALL_MAIN);
|