Home
last modified time | relevance | path

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

/dpdk/examples/timer/
H A Dmain.c23 static struct rte_timer timer1; variable
104 rte_timer_init(&timer1); in main()
116 rte_timer_reset(&timer1, hz/3, SINGLE, lcore_id, timer1_cb, NULL); in main()
/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst85 * The second timer (timer1) is loaded on the next available lcore every 333 ms.
103 The callback for the second timer (timer1) displays a message and reloads the timer on the next lco…
108 :start-after: timer1 callback. 8<
109 :end-before: >8 End of timer1 callback.