Searched refs:PERIODICAL (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/examples/timer/ |
| H A D | main.c | 106 rte_timer_reset(&timer0, hz, PERIODICAL, lcore_id, timer0_cb, NULL); in main()
|
| /f-stack/dpdk/lib/librte_timer/ |
| H A D | rte_timer.h | 60 PERIODICAL enumerator
|
| H A D | rte_timer.c | 569 if (type == PERIODICAL) in rte_timer_alt_reset()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_timer.c | 474 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 D | test_timer_racecond.c | 93 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 D | timer.rst | 109 … 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 D | keep_alive.rst | 115 PERIODICAL,
|
| H A D | l2_forward_job_stats.rst | 303 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 D | main.c | 423 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 D | main.c | 772 PERIODICAL, in main() 783 PERIODICAL, in main()
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | main.c | 2352 PERIODICAL, in telemetry_setup_timer() 2369 PERIODICAL, in empty_poll_setup_timer()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_if.c | 830 rte_timer_reset(&freebsd_clock, tsc, PERIODICAL, in init_clock()
|
| /f-stack/dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.c | 1091 rte_timer_reset(&adapter->timer_wd, ticks, PERIODICAL, rte_lcore_id(), in ena_start()
|