Lines Matching refs:hz
144 uint64_t hz = rte_get_timer_hz(); in timer_stress_cb() local
151 mytimer_reset(&mytiminfo[0], hz, SINGLE, lcore_id, in timer_stress_cb()
155 mytimer_reset(&mytiminfo[0], hz, SINGLE, in timer_stress_cb()
167 uint64_t hz = rte_get_timer_hz(); in timer_stress_main_loop() local
187 mytimer_reset(&mytiminfo[0], hz/10000, SINGLE, lcore_id, in timer_stress_main_loop()
403 uint64_t hz = rte_get_timer_hz(); in timer_basic_cb() local
418 mytimer_reset(timinfo, hz, SINGLE, lcore_id, timer_basic_cb); in timer_basic_cb()
424 mytimer_reset(timinfo, hz*2, SINGLE, in timer_basic_cb()
450 mytimer_reset(&mytiminfo[0], hz, SINGLE, lcore_id, in timer_basic_cb()
458 uint64_t hz = rte_get_timer_hz(); in timer_basic_main_loop() local
465 mytimer_reset(&mytiminfo[0], hz/4, SINGLE, lcore_id, in timer_basic_main_loop()
467 mytimer_reset(&mytiminfo[1], hz/2, SINGLE, lcore_id, in timer_basic_main_loop()
469 mytimer_reset(&mytiminfo[2], hz/4, PERIODICAL, lcore_id, in timer_basic_main_loop()
471 mytimer_reset(&mytiminfo[3], hz/4, PERIODICAL, in timer_basic_main_loop()
535 uint64_t hz; in test_timer() local
557 hz = rte_get_timer_hz(); in test_timer()
558 end_time = cur_time + (hz * TEST_DURATION_S); in test_timer()
579 hz = rte_get_timer_hz(); in test_timer()
580 end_time = cur_time + (hz * TEST_DURATION_S); in test_timer()