Searched refs:rte_get_main_lcore (Results 1 – 25 of 46) sorted by relevance
12
71 int main_lcore = rte_get_main_lcore(); in rte_eal_mp_remote_launch()
16 unsigned int rte_get_main_lcore(void) in rte_get_main_lcore() function99 (skip_main && (i == rte_get_main_lcore()))) { in rte_get_next_lcore()
122 lcore_id = rte_get_main_lcore(); in __rte_rand_get_state()
87 unsigned int rte_get_main_lcore(void);
146 core_id = rte_get_main_lcore(); in osal_dma_alloc_coherent()185 core_id = rte_get_main_lcore(); in osal_dma_alloc_coherent_aligned()
82 if (evt_lcores_has_overlap(opt->wlcores, rte_get_main_lcore())) { in order_opt_check()118 if (plcore == (int)rte_get_main_lcore()) { in order_opt_check()
548 evt_dump("main lcore", "%d", rte_get_main_lcore()); in evt_options_dump()
97 cm |= (1ULL << rte_get_main_lcore()); in app_eal_core_mask()439 (app_main_core != rte_get_main_lcore())) { in app_parse_args()
106 (1 << rte_get_main_lcore())); in run_secondary_instances()
278 unsigned int main_lcore = rte_get_main_lcore(); in timer_stress2_main_loop()464 if (lcore_id == rte_get_main_lcore()) { in timer_basic_main_loop()
103 if (lcore != rte_get_main_lcore()) in load_loop_fn()491 mlc = rte_get_main_lcore(); in try_rwlock_test_rde_wro()
71 if (lcore != rte_get_main_lcore()) in load_loop_fn()
195 (1 << rte_get_main_lcore())); in run_pdump_server_tests()
300 if (cores->c1 == rte_get_main_lcore()) { in run_on_core_pair()344 if (lcore != rte_get_main_lcore()) in load_loop_fn_helper()
153 *main_lcorep = rte_get_main_lcore(); in test_timer_secondary()
113 if (lcore != rte_get_main_lcore()) in load_loop_fn()
112 if (lcore != rte_get_main_lcore()) in load_loop_fn()
181 if (cores->c1 == rte_get_main_lcore()) { in run_on_core_pair()
190 if (lcore_id != rte_get_main_lcore()) in per_lcore_mempool_test()
107 unsigned int next_lcore = rte_get_main_lcore(); in efd_get_all_sockets_bitmask()
46 unsigned int next_lcore = rte_get_main_lcore(); in efd_get_all_sockets_bitmask()
60 if (lcore_self != rte_get_main_lcore()) \
122 rx_lcore_id == rte_get_main_lcore() || in l2fwd_poll_lcore_config()
355 main_lcore_id = rte_get_main_lcore(); in print_stats()752 main_lcore_id = rte_get_main_lcore(); in main()
106 rte_get_main_lcore;