Home
last modified time | relevance | path

Searched refs:PERIODICAL (Results 1 – 10 of 10) sorted by relevance

/dpdk/examples/timer/
H A Dmain.c112 rte_timer_reset(&timer0, hz, PERIODICAL, lcore_id, timer0_cb, NULL); in main()
/dpdk/lib/timer/
H A Drte_timer.h60 PERIODICAL enumerator
H A Drte_timer.c563 if (type == PERIODICAL) in rte_timer_alt_reset()
/dpdk/app/test/
H A Dtest_timer.c469 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 Dtest_timer_racecond.c67 ret = rte_timer_reset(tim, ticks, PERIODICAL, main_lcore, timer_cb, NULL); in reload_timer()
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c430 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 Dmain.c768 PERIODICAL, in main()
780 PERIODICAL, in main()
/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst82 … Since the PERIODICAL flag is provided, the timer is reloaded automatically by the timer subsystem.
/dpdk/examples/l3fwd-power/
H A Dmain.c2390 PERIODICAL, in telemetry_setup_timer()
2407 PERIODICAL, in empty_poll_setup_timer()
/dpdk/drivers/net/ena/
H A Dena_ethdev.c1218 rte_timer_reset(&adapter->timer_wd, ticks, PERIODICAL, rte_lcore_id(), in ena_start()