Searched refs:cold_hysteresis (Results 1 – 4 of 4) sorted by relevance
213 std::array<float, kThrottlingSeverityCount> cold_hysteresis; in ParseSensorInfo() local214 cold_hysteresis.fill(0.0); in ParseSensorInfo()299 cold_hysteresis[j] = getFloatFromValue(values[j]); in ParseSensorInfo()300 if (std::isnan(cold_hysteresis[j])) { in ParseSensorInfo()303 << "]'s ColdHysteresis: " << cold_hysteresis[j]; in ParseSensorInfo()308 << "]: " << cold_hysteresis[j]; in ParseSensorInfo()663 .cold_hysteresis = cold_hysteresis, in ParseSensorInfo()
104 ThrottlingArray cold_hysteresis; member
189 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis,
656 dump_buf << name_info_pair.second.cold_hysteresis[i] << " "; in debug()