| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_lcore.h | 226 unsigned int rte_get_next_lcore(unsigned int i, int skip_main, int wrap); 232 for (i = rte_get_next_lcore(-1, 0, 0); \ 234 i = rte_get_next_lcore(i, 0, 0)) 240 for (i = rte_get_next_lcore(-1, 1, 0); \ 242 i = rte_get_next_lcore(i, 1, 0))
|
| /f-stack/dpdk/examples/timer/ |
| H A D | main.c | 54 lcore_id = rte_get_next_lcore(lcore_id, 0, 1); in timer1_cb() 109 lcore_id = rte_get_next_lcore(lcore_id, 0, 1); in main()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_service_cores.c | 32 slcore_id = rte_get_next_lcore(/* start core */ -1, in testsuite_setup() 563 uint32_t slcore_1 = rte_get_next_lcore(/* start core */ -1, in service_lcore_add_del() 568 uint32_t slcore_2 = rte_get_next_lcore(/* start core */ slcore_1, in service_lcore_add_del() 614 uint32_t slcore_1 = rte_get_next_lcore(/* start core */ -1, in service_threaded_test() 619 uint32_t slcore_2 = rte_get_next_lcore(/* start core */ slcore_1, in service_threaded_test() 794 uint32_t app_core2 = rte_get_next_lcore(slcore_id, 1, 1); in service_app_lcore_poll_impl() 953 uint32_t lcore = rte_get_next_lcore(/* start core */ -1, in service_active_two_cores() 956 uint32_t slcore = rte_get_next_lcore(/* start core */ lcore, in service_active_two_cores()
|
| H A D | test_timer.c | 157 rte_get_next_lcore(lcore_id, 0, 1), in timer_stress_cb() 185 lcore_id = rte_get_next_lcore(lcore_id, 0, 1); in timer_stress_main_loop() 430 rte_get_next_lcore(lcore_id, 0, 1), in timer_basic_cb() 477 rte_get_next_lcore(lcore_id, 0, 1), in timer_basic_main_loop()
|
| H A D | test_timer_secondary.c | 145 *mgr_lcorep = rte_get_next_lcore(*main_lcorep, 1, 1); in test_timer_secondary() 146 *sec_lcorep = rte_get_next_lcore(*mgr_lcorep, 1, 1); in test_timer_secondary()
|
| H A D | test_event_timer_adapter.c | 167 test_lcore1 = rte_get_next_lcore(-1, 1, 0); in testsuite_setup() 168 test_lcore2 = rte_get_next_lcore(test_lcore1, 1, 0); in testsuite_setup() 169 test_lcore3 = rte_get_next_lcore(test_lcore2, 1, 0); in testsuite_setup() 171 sw_evdev_slcore = rte_get_next_lcore(test_lcore3, 1, 0); in testsuite_setup() 172 sw_adptr_slcore = rte_get_next_lcore(sw_evdev_slcore, 1, 0); in testsuite_setup() 529 uint32_t lcore_1 = rte_get_next_lcore(-1, 1, 0); in test_timer_arm_multicore() 530 uint32_t lcore_2 = rte_get_next_lcore(lcore_1, 1, 0); in test_timer_arm_multicore()
|
| H A D | test_timer_racecond.c | 163 lcore_id = rte_get_next_lcore(lcore_id, 1, 1); in test_timer_racecond()
|
| H A D | test_distributor_perf.c | 57 unsigned int i, workerid = rte_get_next_lcore(rte_lcore_id(), 0, 0); in time_cache_line_switch()
|
| H A D | test_efd_perf.c | 40 next_lcore = rte_get_next_lcore(next_lcore, val_false, val_true); in efd_get_all_sockets_bitmask()
|
| H A D | test_efd.c | 102 next_lcore = rte_get_next_lcore(next_lcore, val_false, val_true); in efd_get_all_sockets_bitmask()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | main.c | 434 lcore_id = rte_get_next_lcore(-1, 1, 0); in main() 443 lcore_id = rte_get_next_lcore(lcore_id, 1, 0); in main()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | timer.rst | 128 lcore_id = rte_get_next_lcore(lcore_id, 0, 1); 173 lcore_id = rte_get_next_lcore(lcore_id, 0, 1);
|
| H A D | ioat.rst | 335 lcore_id = rte_get_next_lcore(lcore_id, true, true); 339 lcore_id = rte_get_next_lcore(lcore_id, true, true); 343 lcore_id = rte_get_next_lcore(lcore_id, true, true);
|
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | main.c | 1199 lcore = rte_get_next_lcore(-1, 0, 0); in init_lcore_info() 1226 lcore = rte_get_next_lcore(lcore, 0, 0); in init_lcore_info() 1233 lcore = rte_get_next_lcore(lcore, 0, 0); in init_lcore_info() 1250 lcore = rte_get_next_lcore(-1, 0, 0); in init_lcore_info() 1256 lcore = rte_get_next_lcore(lcore, 0, 0); in init_lcore_info()
|
| /f-stack/dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | vm_power_cli_guest.c | 198 lcore_id = rte_get_next_lcore(-1, in cmd_query_freq_list_parsed() 308 lcore_id = rte_get_next_lcore(-1, in cmd_query_caps_list_parsed()
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 62 rte_get_next_lcore
|
| H A D | version.map | 77 rte_get_next_lcore;
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | event_helper.c | 49 next_core = rte_get_next_lcore(prev_core, 0, 1); in eh_get_next_eth_core() 70 next_core = rte_get_next_lcore(prev_core, 0, 0); in eh_get_next_active_core() 1465 eth_core_id = rte_get_next_lcore(0, /* curr core */ in eh_conf_init() 1472 eth_core_id = rte_get_next_lcore(eth_core_id, /* curr core */ in eh_conf_init()
|
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 544 lcore_id = rte_get_next_lcore(lcore_id, true, true); in start_forwarding_cores() 548 lcore_id = rte_get_next_lcore(lcore_id, true, true); in start_forwarding_cores() 552 lcore_id = rte_get_next_lcore(lcore_id, true, true); in start_forwarding_cores()
|
| /f-stack/dpdk/examples/ethtool/ethtool-app/ |
| H A D | main.c | 291 id_core = rte_get_next_lcore(id_core, 1, 1); in main()
|
| /f-stack/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()
|
| /f-stack/dpdk/examples/bond/ |
| H A D | main.c | 591 worker_core_id = rte_get_next_lcore(rte_lcore_id(), 1, 0); in cmd_start_parsed() 858 worker_core_id = rte_get_next_lcore(rte_lcore_id(), 1, 0); in main()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_lcore.c | 96 unsigned int rte_get_next_lcore(unsigned int i, int skip_main, int wrap) in rte_get_next_lcore() function
|
| /f-stack/dpdk/app/pdump/ |
| H A D | main.c | 939 lcore_id = rte_get_next_lcore(lcore_id, 1, 0); in dump_packets() 944 lcore_id = rte_get_next_lcore(lcore_id, 1, 0); in dump_packets()
|
| /f-stack/dpdk/lib/librte_timer/ |
| H A D | rte_timer.c | 490 tim_lcore = rte_get_next_lcore( in __rte_timer_reset() 497 tim_lcore = rte_get_next_lcore(LCORE_ID_ANY, 0, 1); in __rte_timer_reset()
|