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

Function rte_timer_stop

dpdk/lib/timer/rte_timer.c:621–625  ·  view source on GitHub ↗

Stop the timer associated with the timer handle tim */

Source from the content-addressed store, hash-verified

619
620/* Stop the timer associated with the timer handle tim */
621int
622rte_timer_stop(struct rte_timer *tim)
623{
624 return rte_timer_alt_stop(default_data_id, tim);
625}
626
627int
628rte_timer_alt_stop(uint32_t timer_data_id, struct rte_timer *tim)

Callers 6

rte_timer_stop_syncFunction · 0.85
timer_stress_cbFunction · 0.85
timer_stress2_main_loopFunction · 0.85
timer_basic_cbFunction · 0.85
test_timer_racecondFunction · 0.85
timer0_cbFunction · 0.85

Calls 1

rte_timer_alt_stopFunction · 0.85

Tested by 4

timer_stress_cbFunction · 0.68
timer_stress2_main_loopFunction · 0.68
timer_basic_cbFunction · 0.68
test_timer_racecondFunction · 0.68