Home
last modified time | relevance | path

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

/dpdk/lib/timer/
H A Dversion.map16 rte_timer_stop;
H A Drte_timer.h301 int rte_timer_stop(struct rte_timer *tim);
H A Drte_timer.c623 rte_timer_stop(struct rte_timer *tim) in rte_timer_stop() function
642 while (rte_timer_stop(tim) != 0) in rte_timer_stop_sync()
/dpdk/app/test/
H A Dtest_timer.c160 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()
H A Dtest_timer_racecond.c168 ret = rte_timer_stop(&timer[i]); in test_timer_racecond()
/dpdk/examples/timer/
H A Dmain.c38 rte_timer_stop(tim); in timer0_cb()
/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst96 In this case, the timer is stopped using the rte_timer_stop() function.