Searched refs:lcore_function_t (Results 1 – 16 of 16) sorted by relevance
| /dpdk/lib/eal/include/ |
| H A D | rte_launch.h | 31 typedef int (lcore_function_t)(void *); typedef 66 int rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned worker_id); 98 int rte_eal_mp_remote_launch(lcore_function_t *f, void *arg,
|
| /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()
|
| H A D | eal_private.h | 27 lcore_function_t * volatile f; /**< function to call */
|
| H A D | eal_common_thread.c | 186 lcore_function_t *f; in eal_thread_loop()
|
| /dpdk/app/test/ |
| H A D | test_stack_perf.c | 170 lcore_function_t fn) in run_on_core_pair() 199 run_on_n_cores(struct rte_stack *s, lcore_function_t fn, int n) in run_on_n_cores()
|
| H A D | test_ring_perf.c | 284 lcore_function_t *f1, *f2; in run_on_core_pair() 384 lcore_function_t *lcore_f; in run_on_all_cores()
|
| H A D | test_distributor_perf.c | 71 rte_eal_remote_launch((lcore_function_t *)flip_bit, &data[0], workerid); in time_cache_line_switch()
|
| H A D | test_trace_perf.c | 127 run_test(const char *str, lcore_function_t f, struct test_data *data, size_t sz) in WORKER_DEFINE()
|
| /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() 898 (lcore_function_t *)lcore_distributor, in main() 908 rte_eal_remote_launch((lcore_function_t *)lcore_rx, in main()
|
| /dpdk/examples/dma/ |
| H A D | dmafwd.c | 552 rte_eal_remote_launch((lcore_function_t *)rxtx_main_loop, in start_forwarding_cores() 556 rte_eal_remote_launch((lcore_function_t *)rx_main_loop, in start_forwarding_cores() 560 rte_eal_remote_launch((lcore_function_t *)tx_main_loop, NULL, in start_forwarding_cores()
|
| /dpdk/examples/packet_ordering/ |
| H A D | main.c | 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()
|
| /dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_multicore.c | 252 (lcore_function_t *)mc_scheduler_worker, dev, in scheduler_start()
|
| /dpdk/examples/bond/ |
| H A D | main.c | 865 rte_eal_remote_launch((lcore_function_t *)lcore_main, in main()
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 422 typedef int (lcore_function_t)(void *); 424 /* launch a function of lcore_function_t type */ 425 int rte_eal_remote_launch(lcore_function_t *f, void *arg, unsigned worker_id);
|
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 3721 lcore_function_t *bler_function; in bler_test() 3815 lcore_function_t *throughput_function; in throughput_test()
|
| /dpdk/app/test-pmd/ |
| H A D | testpmd.c | 2270 launch_packet_forwarding(lcore_function_t *pkt_fwd_on_lcore) in launch_packet_forwarding()
|