Searched refs:ret_hot (Results 1 – 1 of 1) sorted by relevance
354 ThrottlingSeverity ret_hot = ThrottlingSeverity::NONE; in getSeverityFromThresholds() local364 ret_hot == ThrottlingSeverity::NONE) { in getSeverityFromThresholds()365 ret_hot = static_cast<ThrottlingSeverity>(i); in getSeverityFromThresholds()380 if (static_cast<size_t>(ret_hot) < static_cast<size_t>(prev_hot_severity)) { in getSeverityFromThresholds()381 ret_hot = ret_hot_hysteresis; in getSeverityFromThresholds()387 return std::make_pair(ret_hot, ret_cold); in getSeverityFromThresholds()