Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/timer/
H A Dmain.c106 rte_timer_reset(&timer0, hz, PERIODICAL, lcore_id, timer0_cb, NULL); in main()
/f-stack/dpdk/lib/librte_timer/
H A Drte_timer.h60 PERIODICAL enumerator
H A Drte_timer.c569 if (type == PERIODICAL) in rte_timer_alt_reset()
/f-stack/dpdk/app/test/
H A Dtest_timer.c474 mytimer_reset(&mytiminfo[2], hz/4, PERIODICAL, lcore_id, in timer_basic_main_loop()
476 mytimer_reset(&mytiminfo[3], hz/4, PERIODICAL, in timer_basic_main_loop()
H A Dtest_timer_racecond.c93 ret = rte_timer_reset(tim, ticks, PERIODICAL, main_lcore, timer_cb, NULL); in reload_timer()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst109 … Since the PERIODICAL flag is provided, the timer is reloaded automatically by the timer subsystem.
124 rte_timer_reset(&timer0, hz, PERIODICAL, lcore_id, timer0_cb, NULL);
H A Dkeep_alive.rst115 PERIODICAL,
H A Dl2_forward_job_stats.rst303 ret = rte_timer_reset(&qconf->flush_timer, drain_tsc, PERIODICAL,
319 ret = rte_timer_reset(&qconf->rx_timers[i], 0, PERIODICAL, lcore_id,
434 rte_timer_reset(&qconf->rx_timers[port_idx], job->period, PERIODICAL,
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c423 rte_timer_reset(&qconf->rx_timers[port_idx], job->period, PERIODICAL, in l2fwd_fwd_job()
981 ret = rte_timer_reset(&qconf->flush_timer, drain_tsc, PERIODICAL, in main()
1003 ret = rte_timer_reset(&qconf->rx_timers[i], 0, PERIODICAL, lcore_id, in main()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c772 PERIODICAL, in main()
783 PERIODICAL, in main()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c2352 PERIODICAL, in telemetry_setup_timer()
2369 PERIODICAL, in empty_poll_setup_timer()
/f-stack/lib/
H A Dff_dpdk_if.c830 rte_timer_reset(&freebsd_clock, tsc, PERIODICAL, in init_clock()
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.c1091 rte_timer_reset(&adapter->timer_wd, ticks, PERIODICAL, rte_lcore_id(), in ena_start()