Home
last modified time | relevance | path

Searched refs:LCORE_ID_ANY (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_thread.c26 RTE_DEFINE_PER_LCORE(unsigned int, _lcore_id) = LCORE_ID_ANY;
78 if (lcore_id != (unsigned)LCORE_ID_ANY) { in thread_update_affinity()
166 RTE_PER_LCORE(_lcore_id) = LCORE_ID_ANY; in __rte_thread_uninit()
274 lcore_id = LCORE_ID_ANY; in rte_thread_register()
276 if (lcore_id == LCORE_ID_ANY) { in rte_thread_register()
290 if (lcore_id != LCORE_ID_ANY) in rte_thread_unregister()
293 if (lcore_id != LCORE_ID_ANY) in rte_thread_unregister()
H A Deal_common_lcore.c37 if (rte_lcore_id() == LCORE_ID_ANY) in rte_lcore_index()
52 if (rte_lcore_id() == LCORE_ID_ANY) in rte_lcore_to_cpu_id()
H A Drte_random.c124 if (unlikely(lcore_id == LCORE_ID_ANY)) in __rte_rand_get_state()
/f-stack/dpdk/app/test/
H A Dtest_lcores.c27 if (lcore_id != LCORE_ID_ANY) { in thread_loop()
35 if ((t->lcore_id_any && lcore_id != LCORE_ID_ANY) || in thread_loop()
36 (!t->lcore_id_any && lcore_id == LCORE_ID_ANY)) { in thread_loop()
38 lcore_id, t->lcore_id_any ? "" : "not ", LCORE_ID_ANY); in thread_loop()
49 if (lcore_id != LCORE_ID_ANY) { in thread_loop()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_lcore.h23 #define LCORE_ID_ANY UINT32_MAX /**< Any lcore. */ macro
/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.c145 if (core_id == (unsigned int)LCORE_ID_ANY) in osal_dma_alloc_coherent()
184 if (core_id == (unsigned int)LCORE_ID_ANY) in osal_dma_alloc_coherent_aligned()
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c120 } else if (hdr->lcore_id != LCORE_ID_ANY) { in bucket_enqueue_single()
625 hdr->lcore_id = LCORE_ID_ANY; in bucket_populate()
/f-stack/dpdk/lib/librte_timer/
H A Drte_timer.c487 if (tim_lcore == (unsigned)LCORE_ID_ANY) { in __rte_timer_reset()
497 tim_lcore = rte_get_next_lcore(LCORE_ID_ANY, 0, 1); in __rte_timer_reset()
/f-stack/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c268 if ((size_t)arg == 1 || lcore == LCORE_ID_ANY) in rte_dpaa_portal_init()
/f-stack/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_pf.c241 if (core_id == (unsigned int)LCORE_ID_ANY) in dlb2_alloc_coherent_aligned()
/f-stack/dpdk/drivers/event/dlb/pf/
H A Ddlb_pf.c255 if (core_id == (unsigned int)LCORE_ID_ANY) in dlb_alloc_coherent_aligned()
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.c816 if (core_id == LCORE_ID_ANY) in mrvl_flush_bpool()
1625 if (core_id == LCORE_ID_ANY) in mrvl_fill_bpool()
1775 if (core_id == LCORE_ID_ANY) in mrvl_rx_queue_release()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c1037 if (lcore_id == LCORE_ID_ANY) in __swtim_arm_burst()
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst605 - a non registered non-EAL pthread with a LCORE_ID_ANY,
607 For non registered non-EAL pthread (with a LCORE_ID_ANY *_lcore_id*), some libraries will use an al…