Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c1145 struct rte_timer *timp; in swtim_cancel_burst() local
1173 timp = (struct rte_timer *)(uintptr_t)opaque; in swtim_cancel_burst()
1174 RTE_ASSERT(timp != NULL); in swtim_cancel_burst()
1176 ret = rte_timer_alt_stop(sw->timer_data_id, timp); in swtim_cancel_burst()
1183 rte_mempool_put(sw->tim_pool, (void **)timp); in swtim_cancel_burst()