Home
last modified time | relevance | path

Searched refs:rte_get_timer_hz (Results 1 – 25 of 78) sorted by relevance

1234

/f-stack/dpdk/app/test/
H A Dtest_timer.c145 uint64_t hz = rte_get_timer_hz(); in timer_stress_cb()
168 uint64_t hz = rte_get_timer_hz(); in timer_stress_main_loop()
280 uint64_t delay = rte_get_timer_hz() / 20; in timer_stress2_main_loop()
408 uint64_t hz = rte_get_timer_hz(); in timer_basic_cb()
463 uint64_t hz = rte_get_timer_hz(); in timer_basic_main_loop()
562 hz = rte_get_timer_hz(); in test_timer()
583 hz = rte_get_timer_hz(); in test_timer()
H A Dtest_cycles.c30 uint64_t hz = rte_get_timer_hz(); in check_wait_one_second()
55 uint64_t hz = rte_get_timer_hz(); in test_cycles()
H A Dtest_timer_secondary.c80 uint64_t tick_cycles = TICK_MSECS * rte_get_timer_hz() / MSECPERSEC; in timer_manage_loop()
185 ticks = timeout_ms * rte_get_timer_hz() / MSECPERSEC; in test_timer_secondary()
H A Dtest_trace_perf.c46 uint64_t hz = rte_get_timer_hz(); in measure_perf()
161 printf("Timer running at %5.2fMHz\n", rte_get_timer_hz()/1E6); in test_trace_perf()
H A Dtest_timer_racecond.c151 hz = rte_get_timer_hz(); in test_timer_racecond()
H A Dtest_timer_perf.c50 const uint64_t ticks = rte_get_timer_hz() * DELAY_SECONDS; in test_timer_perf()
H A Dtest_mcslock.c74 uint64_t hz = rte_get_timer_hz(); in load_loop_fn()
H A Dtest_mempool.c223 uint64_t duration = rte_get_timer_hz() / 4; in test_mempool_single_producer()
263 uint64_t duration = rte_get_timer_hz() / 8; in test_mempool_single_consumer()
H A Dtest_spinlock.c107 uint64_t hz = rte_get_timer_hz(); in load_loop_fn()
H A Dtest_ticketlock.c109 uint64_t hz = rte_get_timer_hz(); in load_loop_fn()
H A Dtest_mempool_perf.c124 uint64_t time_diff = 0, hz = rte_get_timer_hz(); in per_lcore_mempool_test()
/f-stack/dpdk/examples/timer/
H A Dmain.c53 hz = rte_get_timer_hz(); in timer1_cb()
104 hz = rte_get_timer_hz(); in main()
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_cycles.h116 rte_get_timer_hz(void) in rte_get_timer_hz() function
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_timer.c33 const uint64_t ticks = (uint64_t)us * rte_get_timer_hz() / 1E6; in rte_delay_us_block()
H A Deal_common_trace_ctf.c317 rc = sprintf(str, "%20"PRIu64"", rte_get_timer_hz()); in meta_fix_freq()
369 rte_get_timer_hz()) { in rte_trace_metadata_dump()
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h73 (rte_get_timer_cycles() * US_PER_S / rte_get_timer_hz())
167 (timeout_us * rte_get_timer_hz() / 1000000 + rte_get_timer_cycles())
290 (timeout_us * rte_get_timer_hz() / 1000000 + rte_get_timer_cycles())
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.h121 rsrc->timer_period = 10 * rte_get_timer_hz(); in l2fwd_get_rsrc()
/f-stack/dpdk/drivers/raw/ifpga/base/osdep_rte/
H A Dosdep_generic.h58 return rte_get_timer_hz() * (m / 1000); in msecs_to_timer_cycles()
/f-stack/dpdk/app/test-eventdev/
H A Dtest_perf_common.c138 (rte_get_timer_hz() / 1000000) : 0); in perf_event_timer_producer()
200 (rte_get_timer_hz() / 1000000) : 0); in perf_event_timer_producer_burst()
288 const uint64_t dead_lock_sample = rte_get_timer_hz() * 5; in perf_launch_lcores()
292 const uint64_t perf_sample = rte_get_timer_hz(); in perf_launch_lcores()
297 const uint64_t freq_mhz = rte_get_timer_hz() / 1000000; in perf_launch_lcores()
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_evdev.c68 (DSW_LOAD_UPDATE_INTERVAL * rte_get_timer_hz()) / US_PER_S; in dsw_port_setup()
71 (DSW_MIGRATION_INTERVAL * rte_get_timer_hz()) / US_PER_S; in dsw_port_setup()
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.h31 #define ENA_DEVICE_KALIVE_TIMEOUT (ENA_WD_TIMEOUT_SEC * rte_get_timer_hz())
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c464 hz = rte_get_timer_hz(); in power_timer_cb()
1318 hz = rte_get_timer_hz(); in main_legacy_loop()
2346 uint64_t hz = rte_get_timer_hz(); in telemetry_setup_timer()
2361 uint64_t hz = rte_get_timer_hz(); in empty_poll_setup_timer()
2396 cycles_10ms = rte_get_timer_hz() / 100; in launch_timer()
2404 cycles_10ms = rte_get_timer_hz() / 100; in launch_timer()
2665 hz = rte_get_timer_hz(); in main()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dmain.c771 (check_period * rte_get_timer_hz()) / 1000, in main()
782 (timer_period * rte_get_timer_hz()) / 1000, in main()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc.h360 return rte_get_timer_cycles() * MS_PER_S / rte_get_timer_hz(); in sfc_get_system_msecs()
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_rxtx.c130 rte_get_timer_hz()); in axgbe_prepare_rx_stop()
585 rte_get_timer_hz()); in axgbe_txq_prepare_tx_stop()
628 rte_get_timer_hz()); in axgbe_prepare_tx_stop()

1234