Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus_notify.c881 …uint64_t next_run = UINT64_MAX, absolutetime_in_minute = 0, minutes_since_last_notification = 0, c… in update_knote_footprint_history() local
917 next_run = curr_ts + absolutetime_in_minute; in update_knote_footprint_history()
919 next_run = curr_ts + (absolutetime_in_minute * 5); in update_knote_footprint_history()
922 next_run = curr_ts + (absolutetime_in_minute * 20); in update_knote_footprint_history()
926 return next_run; in update_knote_footprint_history()