Home
last modified time | relevance | path

Searched defs:hz (Results 1 – 19 of 19) sorted by relevance

/dpdk/lib/meter/
H A Drte_meter.c20 rte_meter_get_tb_params(uint64_t hz, uint64_t rate, uint64_t *tb_period, uint64_t *tb_bytes_per_per… in rte_meter_get_tb_params()
45 uint64_t hz = rte_get_tsc_hz(); in rte_meter_srtcm_profile_config() local
83 uint64_t hz = rte_get_tsc_hz(); in rte_meter_trtcm_profile_config() local
127 uint64_t hz = rte_get_tsc_hz(); in rte_meter_trtcm_rfc4115_profile_config() local
/dpdk/app/test/
H A Dtest_meter.c208 uint64_t hz = rte_get_tsc_hz(); in tm_test_srtcm_color_blind_check() local
267 uint64_t hz = rte_get_tsc_hz(); in tm_test_trtcm_color_blind_check() local
326 uint64_t hz = rte_get_tsc_hz(); in tm_test_trtcm_rfc4115_color_blind_check() local
392 uint64_t hz = rte_get_tsc_hz(); in tm_test_srtcm_aware_check() local
499 uint64_t hz = rte_get_tsc_hz(); in tm_test_trtcm_aware_check() local
598 uint64_t hz = rte_get_tsc_hz(); in tm_test_trtcm_rfc4115_aware_check() local
H A Dtest_timer.c144 uint64_t hz = rte_get_timer_hz(); in timer_stress_cb() local
167 uint64_t hz = rte_get_timer_hz(); in timer_stress_main_loop() local
403 uint64_t hz = rte_get_timer_hz(); in timer_basic_cb() local
458 uint64_t hz = rte_get_timer_hz(); in timer_basic_main_loop() local
535 uint64_t hz; in test_timer() local
H A Dtest_pflock.c65 uint64_t hz = rte_get_timer_hz(); in load_loop_fn() local
H A Dtest_timer_racecond.c117 uint64_t hz; in test_timer_racecond() local
H A Dtest_spinlock.c106 uint64_t hz = rte_get_timer_hz(); in load_loop_fn() local
H A Dtest_mcslock.c69 uint64_t hz = rte_get_timer_hz(); in load_loop_fn() local
H A Dtest_ticketlock.c108 uint64_t hz = rte_get_timer_hz(); in load_loop_fn() local
H A Dtest_trace_perf.c46 uint64_t hz = rte_get_timer_hz(); in measure_perf() local
H A Dtest_mempool_perf.c164 uint64_t time_diff = 0, hz = rte_get_timer_hz(); in per_lcore_mempool_test() local
H A Dtest_rwlock.c98 uint64_t hz = rte_get_timer_hz(); in load_loop_fn() local
H A Dtest_ring_perf.c333 uint64_t hz = rte_get_timer_hz(); in load_loop_fn_helper() local
H A Dtest_ipsec_perf.c512 uint64_t hz = rte_get_timer_hz(); in measure_performance() local
/dpdk/examples/timer/
H A Dmain.c48 uint64_t hz; in timer1_cb() local
90 uint64_t hz; in main() local
/dpdk/examples/l3fwd-power/
H A Dmain.c441 uint64_t hz; in power_timer_cb() local
1317 uint64_t prev_tsc, diff_tsc, cur_tsc, tim_res_tsc, hz; in main_legacy_loop() local
2384 uint64_t hz = rte_get_timer_hz(); in telemetry_setup_timer() local
2399 uint64_t hz = rte_get_timer_hz(); in empty_poll_setup_timer() local
2536 uint64_t hz; in main() local
/dpdk/lib/graph/
H A Drte_graph.h210 uint64_t hz; /**< Cycles per seconds. */ member
/dpdk/lib/power/
H A Drte_power_pmd_mgmt.c158 const uint64_t hz = rte_get_timer_hz(); in calc_tsc() local
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c115 static double hz; variable
/dpdk/drivers/net/pcap/
H A Dpcap_ethdev.c44 static uint64_t hz; variable