Searched refs:PERIODICAL (Results 1 – 10 of 10) sorted by relevance
| /dpdk/examples/timer/ |
| H A D | main.c | 112 rte_timer_reset(&timer0, hz, PERIODICAL, lcore_id, timer0_cb, NULL); in main()
|
| /dpdk/lib/timer/ |
| H A D | rte_timer.h | 60 PERIODICAL enumerator
|
| H A D | rte_timer.c | 563 if (type == PERIODICAL) in rte_timer_alt_reset()
|
| /dpdk/app/test/ |
| H A D | test_timer.c | 469 mytimer_reset(&mytiminfo[2], hz/4, PERIODICAL, lcore_id, in timer_basic_main_loop() 471 mytimer_reset(&mytiminfo[3], hz/4, PERIODICAL, in timer_basic_main_loop()
|
| H A D | test_timer_racecond.c | 67 ret = rte_timer_reset(tim, ticks, PERIODICAL, main_lcore, timer_cb, NULL); in reload_timer()
|
| /dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 430 rte_timer_reset(&qconf->rx_timers[port_idx], job->period, PERIODICAL, in l2fwd_fwd_job() 997 ret = rte_timer_reset(&qconf->flush_timer, drain_tsc, PERIODICAL, in main() 1022 ret = rte_timer_reset(&qconf->rx_timers[i], 0, PERIODICAL, lcore_id, in main()
|
| /dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 768 PERIODICAL, in main() 780 PERIODICAL, in main()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | timer.rst | 82 … Since the PERIODICAL flag is provided, the timer is reloaded automatically by the timer subsystem.
|
| /dpdk/examples/l3fwd-power/ |
| H A D | main.c | 2390 PERIODICAL, in telemetry_setup_timer() 2407 PERIODICAL, in empty_poll_setup_timer()
|
| /dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.c | 1218 rte_timer_reset(&adapter->timer_wd, ticks, PERIODICAL, rte_lcore_id(), in ena_start()
|