Searched refs:next_time (Results 1 – 2 of 2) sorted by relevance
166 bs_time_t next_time = TIME_NEVER; in tm_sleep_until_hw_time() local169 next_time = hw_time + hw_time_delta; in tm_sleep_until_hw_time()171 tm_sleep_until_abs_time(next_time); in tm_sleep_until_hw_time()
137 int32_t next_time = next_timeout(); in z_add_timeout() local139 if (next_time == 0 || in z_add_timeout()140 _current_cpu->slice_ticks != next_time) { in z_add_timeout()141 sys_clock_set_timeout(next_time, false); in z_add_timeout()