Lines Matching defs:ThermalThrottlingStatus
39 struct ThermalThrottlingStatus { struct
40 std::unordered_map<std::string, int> pid_power_budget_map;
41 std::unordered_map<std::string, int> pid_cdev_request_map;
42 std::unordered_map<std::string, int> hardlimit_cdev_request_map;
43 std::unordered_map<std::string, int> throttling_release_map;
44 std::unordered_map<std::string, int> cdev_status_map;
45 float prev_err;
46 float i_budget;
47 float prev_target;
48 float prev_power_budget;
49 float budget_transient;
73 const std::unordered_map<std::string, ThermalThrottlingStatus> &GetThermalThrottlingStatusMap() in GetThermalThrottlingStatusMap() argument