Searched refs:TIMER_NUMBER_PER_SECOND (Results 1 – 2 of 2) sorted by relevance
61 #define TIMER_NUMBER_PER_SECOND 10 macro65 #define SCALING_PERIOD (1000000/TIMER_NUMBER_PER_SECOND)465 rte_timer_reset(&power_timers[lcore_id], hz/TIMER_NUMBER_PER_SECOND, in power_timer_cb()1319 tim_res_tsc = hz/TIMER_NUMBER_PER_SECOND; in main_legacy_loop()2667 hz/TIMER_NUMBER_PER_SECOND, in main()
176 …rte_timer_reset(&power_timers[lcore_id], hz/TIMER_NUMBER_PER_SECOND, SINGLE, lcore_id, power_timer…