MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_timer_alt_stop

Function rte_timer_alt_stop

dpdk/lib/timer/rte_timer.c:627–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627int
628rte_timer_alt_stop(uint32_t timer_data_id, struct rte_timer *tim)
629{
630 struct rte_timer_data *timer_data;
631
632 TIMER_DATA_VALID_GET_OR_ERR_RET(timer_data_id, timer_data, -EINVAL);
633
634 return __rte_timer_stop(tim, timer_data);
635}
636
637/* loop until rte_timer_stop() succeed */
638void

Callers 3

swtim_cancel_burstFunction · 0.85
rte_timer_stopFunction · 0.85
test_timer_secondaryFunction · 0.85

Calls 1

__rte_timer_stopFunction · 0.85

Tested by 1

test_timer_secondaryFunction · 0.68