Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/timer/
H A Dmain.c44 timer1_cb(__rte_unused struct rte_timer *tim, in timer1_cb() function
55 rte_timer_reset(tim, hz/3, SINGLE, lcore_id, timer1_cb, NULL); in timer1_cb()
110 rte_timer_reset(&timer1, hz/3, SINGLE, lcore_id, timer1_cb, NULL); in main()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst114 The callback function is timer1_cb().
130 rte_timer_reset(&timer1, hz/3, SINGLE, lcore_id, timer1_cb, NULL);
162 timer1_cb(__rte_unused struct rte_timer *tim, __rte_unused void *arg)
175 rte_timer_reset(&timer1, hz/3, SINGLE, lcore_id, timer1_cb, NULL);