Searched refs:sensor_predictions (Results 1 – 3 of 3) sorted by relevance
85 const std::vector<float> &sensor_predictions = std::vector<float>{});104 const std::vector<float> &sensor_predictions = std::vector<float>{});118 const bool max_throttling, const std::vector<float> &sensor_predictions);
190 const bool max_throttling, const std::vector<float> &sensor_predictions) { in updatePowerBudget() argument260 for (size_t i = 0; i < sensor_predictions.size(); ++i) { in updatePowerBudget()261 float prediction_err = target - (sensor_predictions[i] * sensor_info.multiplier); in updatePowerBudget()361 const bool max_throttling, const std::vector<float> &sensor_predictions) { in allocatePowerToCdev() argument375 curr_severity, max_throttling, sensor_predictions); in allocatePowerToCdev()739 const bool max_throttling, const std::vector<float> &sensor_predictions) { in thermalThrottlingUpdate() argument751 sensor_predictions)) { in thermalThrottlingUpdate()
1456 std::vector<float> sensor_predictions; in thermalWatcherCallbackFunc() local1459 if (!readTemperaturePredictions(name_status_pair.first, &sensor_predictions)) { in thermalWatcherCallbackFunc()1469 sensor_predictions); in thermalWatcherCallbackFunc()