Searched refs:LCORE_ID_ANY (Results 1 – 14 of 14) sorted by relevance
26 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()
37 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()
124 if (unlikely(lcore_id == LCORE_ID_ANY)) in __rte_rand_get_state()
27 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()
23 #define LCORE_ID_ANY UINT32_MAX /**< Any lcore. */ macro
145 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()
120 } else if (hdr->lcore_id != LCORE_ID_ANY) { in bucket_enqueue_single()625 hdr->lcore_id = LCORE_ID_ANY; in bucket_populate()
487 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()
268 if ((size_t)arg == 1 || lcore == LCORE_ID_ANY) in rte_dpaa_portal_init()
241 if (core_id == (unsigned int)LCORE_ID_ANY) in dlb2_alloc_coherent_aligned()
255 if (core_id == (unsigned int)LCORE_ID_ANY) in dlb_alloc_coherent_aligned()
816 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()
1037 if (lcore_id == LCORE_ID_ANY) in __swtim_arm_burst()
605 - 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…