Searched refs:warning_send_time (Results 1 – 1 of 1) sorted by relevance
871 …uint64_t warning_send_time, critical_send_time, minutes_since_warning = UINT64_MAX, minutes_since_… in update_knote_footprint_history() local872 warning_send_time = timestamps[KNOTE_SEND_TIMESTAMP_WARNING_INDEX]; in update_knote_footprint_history()880 if (warning_send_time != 0) { in update_knote_footprint_history()882 minutes_since_warning = (curr_ts_s - warning_send_time) / 60; in update_knote_footprint_history()970 uint32_t warning_send_time = timestamps[KNOTE_SEND_TIMESTAMP_WARNING_INDEX]; in memorystatus_pressure_proc_telemetry_send() local973 if (warning_send_time != 0 || critical_send_time != 0) { in memorystatus_pressure_proc_telemetry_send()990 if (warning_send_time != 0 && critical_send_time != 0) { in memorystatus_pressure_proc_telemetry_send()991 …event->time_between_warning_and_critical = (critical_send_time - warning_send_time) / 60; // Minut… in memorystatus_pressure_proc_telemetry_send()