Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_notify.c871 …uint64_t warning_send_time, critical_send_time, minutes_since_warning = UINT64_MAX, minutes_since_… in update_knote_footprint_history() local
882 minutes_since_warning = (curr_ts_s - warning_send_time) / 60; in update_knote_footprint_history()
883 if (footprint_history->kfh_footprint_after_warn_1 == 0 && minutes_since_warning >= 1) { in update_knote_footprint_history()
886 if (footprint_history->kfh_footprint_after_warn_5 == 0 && minutes_since_warning >= 5) { in update_knote_footprint_history()
889 if (footprint_history->kfh_footprint_after_warn_20 == 0 && minutes_since_warning >= 20) { in update_knote_footprint_history()
907 minutes_since_last_notification = MIN(minutes_since_warning, minutes_since_critical); in update_knote_footprint_history()