Home
last modified time | relevance | path

Searched refs:rte_eal_get_lcore_state (Results 1 – 15 of 15) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_mcslock.c191 (int) rte_eal_get_lcore_state(i)); in test_mcslock()
203 (int) rte_eal_get_lcore_state(i)); in test_mcslock()
H A Dtest_spinlock.c206 (int) rte_eal_get_lcore_state(i)); in test_spinlock()
225 (int) rte_eal_get_lcore_state(i)); in test_spinlock()
H A Dtest_ticketlock.c214 (int) rte_eal_get_lcore_state(i)); in test_ticketlock()
234 (int) rte_eal_get_lcore_state(i)); in test_ticketlock()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_launch.h114 enum rte_lcore_state_t rte_eal_get_lcore_state(unsigned int worker_id);
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_launch.c75 rte_eal_get_lcore_state(unsigned lcore_id) in rte_eal_get_lcore_state() function
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def40 rte_eal_get_lcore_state
H A Dversion.map47 rte_eal_get_lcore_state;
/f-stack/dpdk/examples/bond/
H A Dmain.c577 if (rte_eal_get_lcore_state(global_flag_stru_p->LcoreMainCore) in cmd_start_parsed()
853 if (rte_eal_get_lcore_state(worker_core_id) != WAIT) in main()
/f-stack/dpdk/examples/pipeline/
H A Dthread.c151 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c509 if (rte_eal_get_lcore_state(id_core) == FINISHED) { in dead_core()
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c471 while (rte_eal_get_lcore_state(lcore) != FINISHED) { in wait_workers_to_join()
/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c582 while (rte_eal_get_lcore_state(lcore) != FINISHED) { in wait_workers_to_join()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c3141 while (rte_eal_get_lcore_state(p_lcore) != FINISHED || in worker_loopback()
3142 rte_eal_get_lcore_state(w_lcore) != FINISHED) { in worker_loopback()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c118 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c163 thread_state = rte_eal_get_lcore_state(thread_id); in thread_is_running()