Home
last modified time | relevance | path

Searched refs:next_run (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_notify.c875 …uint64_t next_run = UINT64_MAX, absolutetime_in_minute = 0, minutes_since_last_notification = 0, c… in update_knote_footprint_history() local
911 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()