Home
last modified time | relevance | path

Searched refs:timer_cb (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_timer_perf.c23 timer_cb(struct rte_timer *t __rte_unused, void *param __rte_unused) in timer_cb() function
60 timer_cb, NULL); in test_timer_perf()
86 timer_cb, NULL); in test_timer_perf()
122 timer_cb, NULL); in test_timer_perf()
H A Dtest_timer_racecond.c41 timer_cb(struct rte_timer *tim, void *arg __rte_unused) in timer_cb() function
67 ret = rte_timer_reset(tim, ticks, PERIODICAL, main_lcore, timer_cb, NULL); in reload_timer()