Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_timer/
H A Drte_timer.h469 rte_timer_alt_manage(uint32_t timer_data_id, unsigned int *poll_lcores,
H A Drte_timer.c801 unsigned int *poll_lcores, in rte_timer_alt_manage() argument
825 if (poll_lcores == NULL) { in rte_timer_alt_manage()
826 poll_lcores = default_poll_lcores; in rte_timer_alt_manage()
831 poll_lcore = poll_lcores[i]; in rte_timer_alt_manage()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c560 unsigned int poll_lcores[RTE_MAX_LCORE]; member
613 __atomic_store_n(&sw->poll_lcores[n_lcores], lcore, in swtim_callback()
737 sw->poll_lcores, in swtim_service_func()
914 sw->poll_lcores, in swtim_uninit()
1053 __atomic_store_n(&sw->poll_lcores[n_lcores], lcore_id, in __swtim_arm_burst()