Lines Matching defs:ThrottlingInfo
191 struct ThrottlingInfo { struct
192 ThrottlingArray k_po;
193 ThrottlingArray k_pu;
194 ThrottlingArray k_i;
195 ThrottlingArray k_d;
196 ThrottlingArray i_max;
197 ThrottlingArray max_alloc_power;
198 ThrottlingArray min_alloc_power;
199 ThrottlingArray s_power;
200 ThrottlingArray i_cutoff;
201 float i_default;
202 float i_default_pct;
203 int tran_cycle;
204 std::unordered_map<std::string, ThrottlingArray> excluded_power_info_map;
205 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map;
229 std::shared_ptr<ThrottlingInfo> throttling_info; argument