Searched refs:hot_hysteresis (Results 1 – 4 of 4) sorted by relevance
211 std::array<float, kThrottlingSeverityCount> hot_hysteresis; in ParseSensorInfo() local212 hot_hysteresis.fill(0.0); in ParseSensorInfo()258 hot_hysteresis[j] = getFloatFromValue(values[j]); in ParseSensorInfo()259 if (std::isnan(hot_hysteresis[j])) { in ParseSensorInfo()261 << "Sensor[" << name << "]'s HotHysteresis: " << hot_hysteresis[j]; in ParseSensorInfo()266 << "]: " << hot_hysteresis[j]; in ParseSensorInfo()662 .hot_hysteresis = hot_hysteresis, in ParseSensorInfo()
103 ThrottlingArray hot_hysteresis; member
189 const ThrottlingArray &hot_hysteresis, const ThrottlingArray &cold_hysteresis,
652 dump_buf << name_info_pair.second.hot_hysteresis[i] << " "; in debug()