Searched refs:power_thresholds (Results 1 – 4 of 4) sorted by relevance
384 if (avg_power < binded_cdev_info.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()388 if (avg_power > binded_cdev_info.power_thresholds[static_cast<int>(severity)]) { in throttlingReleaseUpdate()393 << binded_cdev_info.power_thresholds[static_cast<int>(severity)] in throttlingReleaseUpdate()
74 ThrottlingArray power_thresholds; member
548 ThrottlingArray power_thresholds; in ParseSensorInfo() local549 power_thresholds.fill(NAN); in ParseSensorInfo()602 if (!getFloatFromJsonValues(sub_values, &power_thresholds, false, false)) { in ParseSensorInfo()634 .power_thresholds = power_thresholds, in ParseSensorInfo()
412 *dump_buf << binded_cdev_info_pair.second.power_thresholds[i] << " "; in dumpThrottlingInfo()