Searched refs:hw_timer_tick_timer (Results 1 – 1 of 1) sorted by relevance
64 static uint64_t hw_timer_tick_timer; variable117 hw_timer_timer = NSI_MIN(hw_timer_tick_timer, hw_timer_awake_timer); in hwtimer_update_timer()145 hw_timer_tick_timer = NSI_NEVER; in hwtimer_init()172 hw_timer_tick_timer = nsi_hws_get_time() + tick_p; in hwtimer_enable()180 uint64_t expected_rt = (hw_timer_tick_timer - last_radj_stime) in hwtimer_tick_timer_reached()195 hw_timer_tick_timer/1000U, diff, es, rs); in hwtimer_tick_timer_reached()210 hw_timer_tick_timer += tick_p; in hwtimer_tick_timer_reached()235 if (hw_timer_tick_timer == Now) { in hwtimer_timer_reached()
Completed in 4 milliseconds