Searched refs:next_timer_time (Results 1 – 2 of 2) sorted by relevance
33 static uint64_t next_timer_time; variable77 if (next_timer_time >= nsi_simu_time) { /* LCOV_EXCL_BR_LINE */ in nsi_hws_sleep_until_next_event()78 nsi_simu_time = next_timer_time; in nsi_hws_sleep_until_next_event()83 (uint64_t)next_timer_time, in nsi_hws_sleep_until_next_event()104 next_timer_time = *__nsi_hw_events_start[0].timer; in nsi_hws_find_next_event()107 if (next_timer_time > *__nsi_hw_events_start[i].timer) { in nsi_hws_find_next_event()109 next_timer_time = *__nsi_hw_events_start[i].timer; in nsi_hws_find_next_event()116 return next_timer_time; in nsi_hws_get_next_event_time()
49 static uint64_t next_timer_time; variable93 if (next_timer_time >= simu_time) { /* LCOV_EXCL_BR_LINE */ in hwm_sleep_until_next_timer()94 simu_time = next_timer_time; in hwm_sleep_until_next_timer()99 (uint64_t)next_timer_time, in hwm_sleep_until_next_timer()120 next_timer_time = *Timer_list[0]; in hwm_find_next_timer()123 if (next_timer_time > *Timer_list[i]) { in hwm_find_next_timer()125 next_timer_time = *Timer_list[i]; in hwm_find_next_timer()