Searched refs:LCORE_ID_ANY (Results 1 – 13 of 13) sorted by relevance
24 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()
32 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()
121 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()
24 #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()
481 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()
308 if ((size_t)arg == 1 || lcore == LCORE_ID_ANY) in rte_dpaa_portal_init()
242 if (core_id == (unsigned int)LCORE_ID_ANY) in dlb2_alloc_coherent_aligned()
1051 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()
1068 if (lcore_id == LCORE_ID_ANY) in __swtim_arm_burst()
694 - 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…