Lines Matching refs:hz
145 uint64_t hz = rte_get_timer_hz(); in timer_stress_cb() local
152 mytimer_reset(&mytiminfo[0], hz, SINGLE, lcore_id, in timer_stress_cb()
156 mytimer_reset(&mytiminfo[0], hz, SINGLE, in timer_stress_cb()
168 uint64_t hz = rte_get_timer_hz(); in timer_stress_main_loop() local
188 mytimer_reset(&mytiminfo[0], hz/10000, SINGLE, lcore_id, in timer_stress_main_loop()
408 uint64_t hz = rte_get_timer_hz(); in timer_basic_cb() local
423 mytimer_reset(timinfo, hz, SINGLE, lcore_id, timer_basic_cb); in timer_basic_cb()
429 mytimer_reset(timinfo, hz*2, SINGLE, in timer_basic_cb()
455 mytimer_reset(&mytiminfo[0], hz, SINGLE, lcore_id, in timer_basic_cb()
463 uint64_t hz = rte_get_timer_hz(); in timer_basic_main_loop() local
470 mytimer_reset(&mytiminfo[0], hz/4, SINGLE, lcore_id, in timer_basic_main_loop()
472 mytimer_reset(&mytiminfo[1], hz/2, SINGLE, lcore_id, in timer_basic_main_loop()
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()
540 uint64_t hz; in test_timer() local
562 hz = rte_get_timer_hz(); in test_timer()
563 end_time = cur_time + (hz * TEST_DURATION_S); in test_timer()
583 hz = rte_get_timer_hz(); in test_timer()
584 end_time = cur_time + (hz * TEST_DURATION_S); in test_timer()