Searched refs:max_throttle_step (Results 1 – 3 of 3) sorted by relevance
605 int max_throttle_step = std::numeric_limits<int>::max(); in ParseBindedCdevInfo() local679 max_throttle_step = getIntFromValue(values[j]["MaxThrottleStep"]); in ParseBindedCdevInfo()680 if (max_throttle_step < 0) { in ParseBindedCdevInfo()681 LOG(ERROR) << cdev_name << " MaxThrottleStep: " << max_throttle_step; in ParseBindedCdevInfo()685 LOG(INFO) << cdev_name << " MaxThrottleStep: " << max_throttle_step; in ParseBindedCdevInfo()817 .max_throttle_step = max_throttle_step, in ParseBindedCdevInfo()
178 int max_throttle_step; member
539 if (binded_cdev_info_pair.second.max_throttle_step != in allocatePowerToCdev()542 int target_throttle_step = binded_cdev_info_pair.second.max_throttle_step; in allocatePowerToCdev()