Searched refs:current_ticks (Results 1 – 1 of 1) sorted by relevance
54 static void schedule_next_timeout(int64_t current_ticks) in schedule_next_timeout() argument61 next_timeout = current_ticks + in schedule_next_timeout()219 int64_t current_ticks; in task_wdt_feed() local233 current_ticks = sys_clock_tick_get(); in task_wdt_feed()236 channels[channel_id].timeout_abs_ticks = current_ticks + in task_wdt_feed()239 schedule_next_timeout(current_ticks); in task_wdt_feed()