| /dpdk/lib/eal/include/ |
| H A D | rte_lcore.h | 219 unsigned int rte_get_next_lcore(unsigned int i, int skip_main, int wrap); 225 for (i = rte_get_next_lcore(-1, 0, 0); \ 227 i = rte_get_next_lcore(i, 0, 0)) 233 for (i = rte_get_next_lcore(-1, 1, 0); \ 235 i = rte_get_next_lcore(i, 1, 0))
|
| /dpdk/examples/timer/ |
| H A D | main.c | 54 lcore_id = rte_get_next_lcore(lcore_id, 0, 1); in timer1_cb() 115 lcore_id = rte_get_next_lcore(lcore_id, 0, 1); in main()
|
| /dpdk/app/test/ |
| H A D | test_service_cores.c | 32 slcore_id = rte_get_next_lcore(/* start core */ -1, in testsuite_setup() 573 uint32_t slcore_1 = rte_get_next_lcore(/* start core */ -1, in service_lcore_add_del() 578 uint32_t slcore_2 = rte_get_next_lcore(/* start core */ slcore_1, in service_lcore_add_del() 624 uint32_t slcore_1 = rte_get_next_lcore(/* start core */ -1, in service_threaded_test() 629 uint32_t slcore_2 = rte_get_next_lcore(/* start core */ slcore_1, in service_threaded_test() 804 uint32_t app_core2 = rte_get_next_lcore(slcore_id, 1, 1); in service_app_lcore_poll_impl() 963 uint32_t lcore = rte_get_next_lcore(/* start core */ -1, in service_active_two_cores() 966 uint32_t slcore = rte_get_next_lcore(/* start core */ lcore, in service_active_two_cores()
|
| H A D | test_timer.c | 156 rte_get_next_lcore(lcore_id, 0, 1), in timer_stress_cb() 184 lcore_id = rte_get_next_lcore(lcore_id, 0, 1); in timer_stress_main_loop() 425 rte_get_next_lcore(lcore_id, 0, 1), in timer_basic_cb() 472 rte_get_next_lcore(lcore_id, 0, 1), in timer_basic_main_loop()
|
| H A D | test_timer_secondary.c | 154 *mgr_lcorep = rte_get_next_lcore(*main_lcorep, 1, 1); in test_timer_secondary() 155 *sec_lcorep = rte_get_next_lcore(*mgr_lcorep, 1, 1); in test_timer_secondary()
|
| H A D | test_event_timer_adapter.c | 179 test_lcore1 = rte_get_next_lcore(-1, 1, 0); in testsuite_setup() 180 test_lcore2 = rte_get_next_lcore(test_lcore1, 1, 0); in testsuite_setup() 181 test_lcore3 = rte_get_next_lcore(test_lcore2, 1, 0); in testsuite_setup() 183 sw_evdev_slcore = rte_get_next_lcore(test_lcore3, 1, 0); in testsuite_setup() 184 sw_adptr_slcore = rte_get_next_lcore(sw_evdev_slcore, 1, 0); in testsuite_setup() 589 uint32_t lcore_1 = rte_get_next_lcore(-1, 1, 0); in test_timer_arm_multicore() 590 uint32_t lcore_2 = rte_get_next_lcore(lcore_1, 1, 0); in test_timer_arm_multicore()
|
| H A D | test_timer_racecond.c | 137 lcore_id = rte_get_next_lcore(lcore_id, 1, 1); in test_timer_racecond()
|
| H A D | test_distributor_perf.c | 68 unsigned int i, workerid = rte_get_next_lcore(rte_lcore_id(), 0, 0); in time_cache_line_switch()
|
| H A D | test_efd.c | 111 next_lcore = rte_get_next_lcore(next_lcore, val_false, val_true); in efd_get_all_sockets_bitmask()
|
| H A D | test_efd_perf.c | 50 next_lcore = rte_get_next_lcore(next_lcore, val_false, val_true); in efd_get_all_sockets_bitmask()
|
| H A D | test_event_crypto_adapter.c | 899 slcore_id = rte_get_next_lcore(-1, 1, 0); in testsuite_setup()
|
| H A D | test_graph_perf.c | 632 uint32_t lcore_id = rte_get_next_lcore(-1, 1, 0); in measure_perf_get()
|
| /dpdk/examples/vm_power_manager/ |
| H A D | main.c | 426 lcore_id = rte_get_next_lcore(-1, 1, 0); in main() 435 lcore_id = rte_get_next_lcore(lcore_id, 1, 0); in main()
|
| /dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | vm_power_cli_guest.c | 194 lcore_id = rte_get_next_lcore(-1, in cmd_query_freq_list_parsed() 304 lcore_id = rte_get_next_lcore(-1, in cmd_query_caps_list_parsed()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | event_helper.c | 53 next_core = rte_get_next_lcore(prev_core, 0, 1); in eh_get_next_eth_core() 74 next_core = rte_get_next_lcore(prev_core, 0, 0); in eh_get_next_active_core() 1559 eth_core_id = rte_get_next_lcore(0, /* curr core */ in eh_conf_init() 1566 eth_core_id = rte_get_next_lcore(eth_core_id, /* curr core */ in eh_conf_init()
|
| /dpdk/examples/dma/ |
| H A D | dmafwd.c | 551 lcore_id = rte_get_next_lcore(lcore_id, true, true); in start_forwarding_cores() 555 lcore_id = rte_get_next_lcore(lcore_id, true, true); in start_forwarding_cores() 559 lcore_id = rte_get_next_lcore(lcore_id, true, true); in start_forwarding_cores()
|
| /dpdk/app/test-flow-perf/ |
| H A D | main.c | 1866 lcore = rte_get_next_lcore(-1, 0, 0); in init_lcore_info() 1893 lcore = rte_get_next_lcore(lcore, 0, 0); in init_lcore_info() 1900 lcore = rte_get_next_lcore(lcore, 0, 0); in init_lcore_info() 1917 lcore = rte_get_next_lcore(-1, 0, 0); in init_lcore_info() 1923 lcore = rte_get_next_lcore(lcore, 0, 0); in init_lcore_info()
|
| /dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_eventdev_selftest.c | 529 w_lcore = rte_get_next_lcore( in launch_workers_and_wait() 541 w_lcore = rte_get_next_lcore(w_lcore, 1, 0); in launch_workers_and_wait()
|
| /dpdk/examples/ethtool/ethtool-app/ |
| H A D | main.c | 307 id_core = rte_get_next_lcore(id_core, 1, 1); in main()
|
| /dpdk/examples/bond/ |
| H A D | main.c | 590 worker_core_id = rte_get_next_lcore(rte_lcore_id(), 1, 0); in cmd_start_parsed() 857 worker_core_id = rte_get_next_lcore(rte_lcore_id(), 1, 0); in main()
|
| /dpdk/lib/eal/ |
| H A D | version.map | 107 rte_get_next_lcore;
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_lcore.c | 91 unsigned int rte_get_next_lcore(unsigned int i, int skip_main, int wrap) in rte_get_next_lcore() function
|
| /dpdk/lib/timer/ |
| H A D | rte_timer.c | 484 tim_lcore = rte_get_next_lcore( in __rte_timer_reset() 491 tim_lcore = rte_get_next_lcore(LCORE_ID_ANY, 0, 1); in __rte_timer_reset()
|
| /dpdk/drivers/event/octeontx/ |
| H A D | ssovf_evdev_selftest.c | 640 w_lcore = rte_get_next_lcore( in launch_workers_and_wait() 652 w_lcore = rte_get_next_lcore(w_lcore, 1, 0); in launch_workers_and_wait()
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_eventdev_selftest.c | 625 w_lcore = rte_get_next_lcore( in launch_workers_and_wait() 643 w_lcore = rte_get_next_lcore(w_lcore, 1, 0); in launch_workers_and_wait()
|