Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_notify.c875 … next_run = UINT64_MAX, absolutetime_in_minute = 0, minutes_since_last_notification = 0, curr_ts_s; in update_knote_footprint_history() local
876 absolutetime_to_nanoseconds(curr_ts, &curr_ts_s); in update_knote_footprint_history()
878 curr_ts_s /= NSEC_PER_SEC; in update_knote_footprint_history()
882 minutes_since_warning = (curr_ts_s - warning_send_time) / 60; in update_knote_footprint_history()
895 minutes_since_critical = (curr_ts_s - critical_send_time) / 60; in update_knote_footprint_history()