Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_timer/
H A Dversion.map16 rte_timer_stop;
H A Drte_timer.h300 int rte_timer_stop(struct rte_timer *tim);
H A Drte_timer.c629 rte_timer_stop(struct rte_timer *tim) in rte_timer_stop() function
648 while (rte_timer_stop(tim) != 0) in rte_timer_stop_sync()
/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_timer.h60 rte_timer_stop(&lt->tim); in _timer_stop()
H A Dlthread_sched.c390 rte_timer_stop(tim); in _sched_timer_cb()
/f-stack/dpdk/app/test/
H A Dtest_timer.c161 rte_timer_stop(&mytiminfo[0].tim); in timer_stress_cb()
365 rte_timer_stop(&timers[r]); in timer_stress2_main_loop()
443 rte_timer_stop(tim); in timer_basic_cb()
H A Dtest_timer_racecond.c194 ret = rte_timer_stop(&timer[i]); in test_timer_racecond()
/f-stack/dpdk/examples/timer/
H A Dmain.c39 rte_timer_stop(tim); in timer0_cb()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst133 In this case, the timer is stopped using the rte_timer_stop() function.
151 rte_timer_stop(tim);