Searched refs:warning_send_time (Results 1 – 1 of 1) sorted by relevance
877 …uint64_t warning_send_time, critical_send_time, minutes_since_warning = UINT64_MAX, minutes_since_… in update_knote_footprint_history() local878 warning_send_time = timestamps[KNOTE_SEND_TIMESTAMP_WARNING_INDEX]; in update_knote_footprint_history()886 if (warning_send_time != 0) { in update_knote_footprint_history()888 minutes_since_warning = (curr_ts_s - warning_send_time) / 60; in update_knote_footprint_history()975 uint32_t warning_send_time = timestamps[KNOTE_SEND_TIMESTAMP_WARNING_INDEX]; in memorystatus_pressure_proc_telemetry_send() local978 if (warning_send_time != 0 || critical_send_time != 0) { in memorystatus_pressure_proc_telemetry_send()995 if (warning_send_time != 0 && critical_send_time != 0) { in memorystatus_pressure_proc_telemetry_send()996 …event->time_between_warning_and_critical = (critical_send_time - warning_send_time) / 60; // Minut… in memorystatus_pressure_proc_telemetry_send()