| /f-stack/dpdk/app/test/ |
| H A D | test_timer.c | 145 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 D | test_cycles.c | 30 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 D | test_timer_secondary.c | 80 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 D | test_trace_perf.c | 46 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 D | test_timer_racecond.c | 151 hz = rte_get_timer_hz(); in test_timer_racecond()
|
| H A D | test_timer_perf.c | 50 const uint64_t ticks = rte_get_timer_hz() * DELAY_SECONDS; in test_timer_perf()
|
| H A D | test_mcslock.c | 74 uint64_t hz = rte_get_timer_hz(); in load_loop_fn()
|
| H A D | test_mempool.c | 223 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 D | test_spinlock.c | 107 uint64_t hz = rte_get_timer_hz(); in load_loop_fn()
|
| H A D | test_ticketlock.c | 109 uint64_t hz = rte_get_timer_hz(); in load_loop_fn()
|
| H A D | test_mempool_perf.c | 124 uint64_t time_diff = 0, hz = rte_get_timer_hz(); in per_lcore_mempool_test()
|
| /f-stack/dpdk/examples/timer/ |
| H A D | main.c | 53 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 D | rte_cycles.h | 116 rte_get_timer_hz(void) in rte_get_timer_hz() function
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_timer.c | 33 const uint64_t ticks = (uint64_t)us * rte_get_timer_hz() / 1E6; in rte_delay_us_block()
|
| H A D | eal_common_trace_ctf.c | 317 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 D | ena_plat_dpdk.h | 73 (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 D | l2fwd_common.h | 121 rsrc->timer_period = 10 * rte_get_timer_hz(); in l2fwd_get_rsrc()
|
| /f-stack/dpdk/drivers/raw/ifpga/base/osdep_rte/ |
| H A D | osdep_generic.h | 58 return rte_get_timer_hz() * (m / 1000); in msecs_to_timer_cycles()
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | test_perf_common.c | 138 (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 D | dsw_evdev.c | 68 (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 D | ena_ethdev.h | 31 #define ENA_DEVICE_KALIVE_TIMEOUT (ENA_WD_TIMEOUT_SEC * rte_get_timer_hz())
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | main.c | 464 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 D | main.c | 771 (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 D | sfc.h | 360 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 D | axgbe_rxtx.c | 130 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()
|