Searched refs:power_timers (Results 1 – 2 of 2) sorted by relevance
402 static struct rte_timer power_timers[RTE_MAX_LCORE]; variable465 rte_timer_reset(&power_timers[lcore_id], hz/TIMER_NUMBER_PER_SECOND, in power_timer_cb()2664 rte_timer_init(&power_timers[lcore_id]); in main()2666 rte_timer_reset(&power_timers[lcore_id], in main()
172 rte_timer_init(&power_timers[lcore_id]);176 …rte_timer_reset(&power_timers[lcore_id], hz/TIMER_NUMBER_PER_SECOND, SINGLE, lcore_id, power_timer…