Home
last modified time | relevance | path

Searched refs:rte_service_lcore_stop (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/test/
H A Dtest_service_cores.c323 TEST_ASSERT_EQUAL(0, rte_service_lcore_stop(slcore_id), in service_attr_get()
417 TEST_ASSERT_EQUAL(0, rte_service_lcore_stop(slcore_id), in service_lcore_attr_get()
670 rte_service_lcore_stop(slcore_1); in service_threaded_test()
671 rte_service_lcore_stop(slcore_2); in service_threaded_test()
692 rte_service_lcore_stop(slcore_1); in service_threaded_test()
693 rte_service_lcore_stop(slcore_2); in service_threaded_test()
889 TEST_ASSERT_EQUAL(-EBUSY, rte_service_lcore_stop(slcore_id), in service_lcore_start_stop()
893 TEST_ASSERT_EQUAL(-EINVAL, rte_service_lcore_stop(100000), in service_lcore_start_stop()
895 TEST_ASSERT_EQUAL(0, rte_service_lcore_stop(slcore_id), in service_lcore_start_stop()
897 TEST_ASSERT_EQUAL(-EALREADY, rte_service_lcore_stop(slcore_id), in service_lcore_start_stop()
H A Dtest_event_crypto_adapter.c806 rte_service_lcore_stop(slcore_id); in test_crypto_adapter_stop()
813 rte_service_lcore_stop(slcore_id); in test_crypto_adapter_stop()
/dpdk/lib/eal/include/
H A Drte_service.h262 int32_t rte_service_lcore_stop(uint32_t lcore_id);
/dpdk/examples/service_cores/
H A Dmain.c153 ret = rte_service_lcore_stop(core); in apply_profile()
/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst85 for ``rte_service_lcore_stop`` function for details).
/dpdk/lib/eal/
H A Dversion.map242 rte_service_lcore_stop;
/dpdk/lib/eal/common/
H A Drte_service.c747 rte_service_lcore_stop(uint32_t lcore) in rte_service_lcore_stop() function