| /dpdk/lib/eal/common/ |
| H A D | eal_common_launch.c | 35 rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned int worker_id) in rte_eal_remote_launch() function 81 rte_eal_remote_launch(f, arg, lcore_id); in rte_eal_mp_remote_launch()
|
| /dpdk/app/test/ |
| H A D | test_stack_perf.c | 182 rte_eal_remote_launch(fn, &args[1], cores->c2); in run_on_core_pair() 186 rte_eal_remote_launch(fn, &args[0], cores->c1); in run_on_core_pair() 187 rte_eal_remote_launch(fn, &args[1], cores->c2); in run_on_core_pair() 218 if (rte_eal_remote_launch(fn, &args[lcore_id], in run_on_n_cores()
|
| H A D | test_ticketlock.c | 226 rte_eal_remote_launch(test_ticketlock_per_core, NULL, i); in test_ticketlock() 256 rte_eal_remote_launch(test_ticketlock_recursive_per_core, in test_ticketlock() 278 rte_eal_remote_launch(test_ticketlock_try, NULL, i); in test_ticketlock()
|
| H A D | test_spinlock.c | 218 rte_eal_remote_launch(test_spinlock_per_core, NULL, i); in test_spinlock() 248 rte_eal_remote_launch(test_spinlock_recursive_per_core, NULL, i); in test_spinlock() 269 rte_eal_remote_launch(test_spinlock_try, NULL, i); in test_spinlock()
|
| H A D | test_rcu_qsbr_perf.c | 156 rte_eal_remote_launch(test_rcu_qsbr_reader_perf, (void *)1, in test_rcu_qsbr_perf() 160 rte_eal_remote_launch(test_rcu_qsbr_writer_perf, in test_rcu_qsbr_perf() 216 rte_eal_remote_launch(test_rcu_qsbr_reader_perf, NULL, in test_rcu_qsbr_rperf() 263 rte_eal_remote_launch(test_rcu_qsbr_writer_perf, in test_rcu_qsbr_wperf() 421 rte_eal_remote_launch(test_rcu_qsbr_hash_reader, NULL, in test_rcu_qsbr_sw_sv_1qs() 536 rte_eal_remote_launch(test_rcu_qsbr_hash_reader, NULL, in test_rcu_qsbr_sw_sv_1qs_non_blocking()
|
| H A D | test_hash_readwrite.c | 461 rte_eal_remote_launch(test_rw_reader, in test_hash_readwrite_perf() 470 rte_eal_remote_launch(test_rw_writer, in test_hash_readwrite_perf() 515 rte_eal_remote_launch(test_rw_writer, in test_hash_readwrite_perf() 519 rte_eal_remote_launch(test_rw_reader, in test_hash_readwrite_perf() 524 rte_eal_remote_launch(test_rw_reader, in test_hash_readwrite_perf() 528 rte_eal_remote_launch(test_rw_writer, in test_hash_readwrite_perf()
|
| H A D | test_mcslock.c | 191 rte_eal_remote_launch(test_mcslock_per_core, NULL, i); in test_mcslock() 220 rte_eal_remote_launch(test_mcslock_try, NULL, i); in test_mcslock()
|
| H A D | test_hash_readwrite_lf_perf.c | 736 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_no_ks_lookup_hit() 801 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_no_ks_lookup_miss() 873 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_ks_lookup_hit_non_sp() 947 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_ks_lookup_hit_sp() 1019 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_ks_lookup_miss() 1102 rte_eal_remote_launch(test_rwc_reader, in test_hash_multi_add_lookup() 1111 rte_eal_remote_launch in test_hash_multi_add_lookup() 1194 rte_eal_remote_launch(test_rwc_reader, in test_hash_add_ks_lookup_hit_extbkt() 1347 rte_eal_remote_launch(test_hash_rcu_qsbr_reader, NULL, in test_hash_rcu_qsbr_writer_perf() 1352 rte_eal_remote_launch(test_hash_rcu_qsbr_writer, in test_hash_rcu_qsbr_writer_perf()
|
| H A D | test_rwlock.c | 191 rte_eal_remote_launch(test_rwlock_per_core, NULL, i); in rwlock_test1() 496 rte_eal_remote_launch(try_read_lcore, in try_rwlock_test_rde_wro() 499 rte_eal_remote_launch(try_write_lcore, in try_rwlock_test_rde_wro()
|
| H A D | test_rcu_qsbr.c | 380 rte_eal_remote_launch(test_rcu_qsbr_check_reader, NULL, in test_rcu_qsbr_check() 454 rte_eal_remote_launch(test_rcu_qsbr_synchronize_reader, in test_rcu_qsbr_synchronize() 1131 rte_eal_remote_launch(test_rcu_qsbr_reader, &thread_info[0], in test_rcu_qsbr_sw_sv_3qs() 1275 rte_eal_remote_launch(test_rcu_qsbr_reader, in test_rcu_qsbr_mw_mv_mqs() 1278 rte_eal_remote_launch(test_rcu_qsbr_reader, in test_rcu_qsbr_mw_mv_mqs() 1283 rte_eal_remote_launch(test_rcu_qsbr_writer, in test_rcu_qsbr_mw_mv_mqs() 1286 rte_eal_remote_launch(test_rcu_qsbr_writer, in test_rcu_qsbr_mw_mv_mqs()
|
| H A D | test_event_timer_adapter.c | 592 rte_eal_remote_launch(_arm_wrapper, NULL, lcore_1); in test_timer_arm_multicore() 593 rte_eal_remote_launch(_arm_wrapper, NULL, lcore_2); in test_timer_arm_multicore() 677 rte_eal_remote_launch(_arm_wrapper_burst, NULL, test_lcore1); in test_timer_arm_burst_multicore() 678 rte_eal_remote_launch(_arm_wrapper_burst, NULL, test_lcore2); in test_timer_arm_burst_multicore() 948 rte_eal_remote_launch(_cancel_thread, NULL, test_lcore3); in test_timer_cancel_multicore() 949 rte_eal_remote_launch(_cancel_producer_wrapper, NULL, test_lcore1); in test_timer_cancel_multicore() 950 rte_eal_remote_launch(_cancel_producer_wrapper, NULL, test_lcore2); in test_timer_cancel_multicore() 974 rte_eal_remote_launch(_cancel_burst_thread, NULL, test_lcore2); in test_timer_cancel_burst_multicore() 975 rte_eal_remote_launch(_cancel_producer_burst_wrapper, NULL, in test_timer_cancel_burst_multicore()
|
| H A D | test_ring_perf.c | 301 rte_eal_remote_launch(f2, ¶m2, cores->c2); in run_on_core_pair() 305 rte_eal_remote_launch(f1, ¶m1, cores->c1); in run_on_core_pair() 306 rte_eal_remote_launch(f2, ¶m2, cores->c2); in run_on_core_pair()
|
| H A D | test_pflock.c | 173 rte_eal_remote_launch(test_pflock_per_core, NULL, i); in test_pflock()
|
| H A D | test_malloc.c | 1024 rte_eal_remote_launch(test_align_overlap_per_lcore, NULL, lcore_id); in test_malloc() 1039 rte_eal_remote_launch(test_reordered_free_per_lcore, NULL, lcore_id); in test_malloc() 1054 rte_eal_remote_launch(test_random_alloc_free, NULL, lcore_id); in test_malloc()
|
| H A D | test_timer_secondary.c | 157 ret = rte_eal_remote_launch(timer_manage_loop, in test_timer_secondary()
|
| H A D | test_lpm_perf.c | 562 rte_eal_remote_launch(reader_f, NULL, in test_lpm_rcu_perf_multi_writer() 567 rte_eal_remote_launch(test_lpm_rcu_qsbr_writer, in test_lpm_rcu_perf_multi_writer()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_launch.h | 66 int rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned worker_id);
|
| /dpdk/examples/helloworld/ |
| H A D | main.c | 44 rte_eal_remote_launch(lcore_hello, NULL, lcore_id); in main()
|
| /dpdk/examples/multi_process/simple_mp/ |
| H A D | main.c | 114 rte_eal_remote_launch(lcore_recv, NULL, lcore_id); in main()
|
| /dpdk/examples/timer/ |
| H A D | main.c | 122 rte_eal_remote_launch(lcore_mainloop, NULL, lcore_id); in main()
|
| /dpdk/examples/distributor/ |
| H A D | main.c | 882 rte_eal_remote_launch((lcore_function_t *)lcore_worker, in main() 887 rte_eal_remote_launch((lcore_function_t *)lcore_tx, in main() 897 rte_eal_remote_launch( in main() 908 rte_eal_remote_launch((lcore_function_t *)lcore_rx, in main()
|
| /dpdk/examples/vm_power_manager/ |
| H A D | main.c | 433 rte_eal_remote_launch(run_monitor, NULL, lcore_id); in main() 453 rte_eal_remote_launch(run_core_monitor, NULL, lcore_id); in main()
|
| /dpdk/devtools/ |
| H A D | libabigail.abignore | 58 name = rte_eal_remote_launch
|
| /dpdk/app/test-eventdev/ |
| H A D | test_order_common.c | 274 ret = rte_eal_remote_launch(worker, &t->worker[wkr_idx], in order_launch_lcores() 286 ret = rte_eal_remote_launch(order_producer, &t->prod, plcore); in order_launch_lcores()
|
| /dpdk/examples/packet_ordering/ |
| H A D | main.c | 760 rte_eal_remote_launch(worker_thread, (void *)&worker_args, in main() 765 rte_eal_remote_launch((lcore_function_t *)tx_thread, workers_to_tx, in main() 770 rte_eal_remote_launch((lcore_function_t *)send_thread, in main()
|