Searched refs:next_run (Results 1 – 1 of 1) sorted by relevance
875 …uint64_t next_run = UINT64_MAX, absolutetime_in_minute = 0, minutes_since_last_notification = 0, c… in update_knote_footprint_history() local911 next_run = curr_ts + absolutetime_in_minute; in update_knote_footprint_history()913 next_run = curr_ts + (absolutetime_in_minute * 5); in update_knote_footprint_history()916 next_run = curr_ts + (absolutetime_in_minute * 20); in update_knote_footprint_history()920 return next_run; in update_knote_footprint_history()