Searched refs:rte_service_map_lcore_get (Results 1 – 6 of 6) sorted by relevance
133 int32_t rte_service_map_lcore_get(uint32_t service_id, uint32_t lcore);
510 TEST_ASSERT_EQUAL(1, rte_service_map_lcore_get(sid, slcore_id), in service_lcore_en_dis_able()516 TEST_ASSERT_EQUAL(0, rte_service_map_lcore_get(sid, slcore_id), in service_lcore_en_dis_able()
243 rte_service_map_lcore_get;
623 rte_service_map_lcore_get(uint32_t id, uint32_t lcore) in rte_service_map_lcore_get() function
340 ``rte_service_map_lcore_get`` returns unique lcore.
972 if (rte_service_map_lcore_get(service_id, lcore_arr[i]) == 1) in get_mapped_count_for_service()