Searched refs:target_throttle_step (Results 1 – 1 of 1) sorted by relevance
542 int target_throttle_step = binded_cdev_info_pair.second.max_throttle_step; in allocatePowerToCdev() local543 while ((curr_cdev_vote + target_throttle_step) < in allocatePowerToCdev()546 cdev_info.state2power[curr_cdev_vote + target_throttle_step] == in allocatePowerToCdev()548 target_throttle_step += 1; in allocatePowerToCdev()551 std::min(curr_cdev_vote + target_throttle_step, in allocatePowerToCdev()