Searched refs:rte_timer_stop (Results 1 – 7 of 7) sorted by relevance
16 rte_timer_stop;
301 int rte_timer_stop(struct rte_timer *tim);
623 rte_timer_stop(struct rte_timer *tim) in rte_timer_stop() function642 while (rte_timer_stop(tim) != 0) in rte_timer_stop_sync()
160 rte_timer_stop(&mytiminfo[0].tim); in timer_stress_cb()360 rte_timer_stop(&timers[r]); in timer_stress2_main_loop()438 rte_timer_stop(tim); in timer_basic_cb()
168 ret = rte_timer_stop(&timer[i]); in test_timer_racecond()
38 rte_timer_stop(tim); in timer0_cb()
96 In this case, the timer is stopped using the rte_timer_stop() function.