Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_common_thread.c24 RTE_DEFINE_PER_LCORE(unsigned int, _lcore_id) = LCORE_ID_ANY;
76 if (lcore_id != (unsigned)LCORE_ID_ANY) { in thread_update_affinity()
164 RTE_PER_LCORE(_lcore_id) = LCORE_ID_ANY; in __rte_thread_uninit()
345 lcore_id = LCORE_ID_ANY; in rte_thread_register()
347 if (lcore_id == LCORE_ID_ANY) { in rte_thread_register()
361 if (lcore_id != LCORE_ID_ANY) in rte_thread_unregister()
364 if (lcore_id != LCORE_ID_ANY) in rte_thread_unregister()
H A Deal_common_lcore.c32 if (rte_lcore_id() == LCORE_ID_ANY) in rte_lcore_index()
47 if (rte_lcore_id() == LCORE_ID_ANY) in rte_lcore_to_cpu_id()
H A Drte_random.c121 if (unlikely(lcore_id == LCORE_ID_ANY)) in __rte_rand_get_state()
/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()
/dpdk/lib/eal/include/
H A Drte_lcore.h24 #define LCORE_ID_ANY UINT32_MAX /**< Any lcore. */ macro
/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()
/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()
/dpdk/lib/timer/
H A Drte_timer.c481 if (tim_lcore == (unsigned)LCORE_ID_ANY) { in __rte_timer_reset()
491 tim_lcore = rte_get_next_lcore(LCORE_ID_ANY, 0, 1); in __rte_timer_reset()
/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c308 if ((size_t)arg == 1 || lcore == LCORE_ID_ANY) in rte_dpaa_portal_init()
/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_pf.c242 if (core_id == (unsigned int)LCORE_ID_ANY) in dlb2_alloc_coherent_aligned()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.c1051 if (core_id == LCORE_ID_ANY) in mrvl_flush_bpool()
1914 if (core_id == LCORE_ID_ANY) in mrvl_fill_bpool()
2067 if (core_id == LCORE_ID_ANY) in mrvl_rx_queue_release()
/dpdk/lib/eventdev/
H A Drte_event_timer_adapter.c1068 if (lcore_id == LCORE_ID_ANY) in __swtim_arm_burst()
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst694 - a non registered non-EAL pthread with a LCORE_ID_ANY,
696 For non registered non-EAL pthread (with a LCORE_ID_ANY *_lcore_id*), some libraries will use an al…