Home
last modified time | relevance | path

Searched refs:poll_lcores (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/timer/
H A Drte_timer.h470 rte_timer_alt_manage(uint32_t timer_data_id, unsigned int *poll_lcores,
H A Drte_timer.c795 unsigned int *poll_lcores, in rte_timer_alt_manage() argument
819 if (poll_lcores == NULL) { in rte_timer_alt_manage()
820 poll_lcores = default_poll_lcores; in rte_timer_alt_manage()
825 poll_lcore = poll_lcores[i]; in rte_timer_alt_manage()
/dpdk/lib/eventdev/
H A Drte_event_timer_adapter.c588 unsigned int poll_lcores[RTE_MAX_LCORE]; member
641 __atomic_store_n(&sw->poll_lcores[n_lcores], lcore, in swtim_callback()
765 sw->poll_lcores, in swtim_service_func()
945 sw->poll_lcores, in swtim_uninit()
1084 __atomic_store_n(&sw->poll_lcores[n_lcores], lcore_id, in __swtim_arm_burst()