Home
last modified time | relevance | path

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

/dpdk/examples/timer/
H A Dmain.c27 timer0_cb(__rte_unused struct rte_timer *tim, in timer0_cb() function
112 rte_timer_reset(&timer0, hz, PERIODICAL, lcore_id, timer0_cb, NULL); in main()
/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst83 The callback function is timer0_cb().