Lines Matching refs:binded_cdev_info_pair
381 for (const auto &binded_cdev_info_pair : in dumpThrottlingInfo() local
383 *dump_buf << " Cooling device name: " << binded_cdev_info_pair.first in dumpThrottlingInfo()
387 *dump_buf << binded_cdev_info_pair.second.cdev_weight_for_pid[i] << " "; in dumpThrottlingInfo()
392 *dump_buf << binded_cdev_info_pair.second.cdev_ceiling[i] << " "; in dumpThrottlingInfo()
397 *dump_buf << binded_cdev_info_pair.second.cdev_floor_with_power_link[i] in dumpThrottlingInfo()
403 *dump_buf << binded_cdev_info_pair.second.limit_info[i] << " "; in dumpThrottlingInfo()
407 if (!binded_cdev_info_pair.second.power_rail.empty()) { in dumpThrottlingInfo()
409 << binded_cdev_info_pair.second.power_rail << std::endl; in dumpThrottlingInfo()
412 *dump_buf << binded_cdev_info_pair.second.power_thresholds[i] << " "; in dumpThrottlingInfo()
416 switch (binded_cdev_info_pair.second.release_logic) { in dumpThrottlingInfo()
435 << binded_cdev_info_pair.second.high_power_check << std::endl; in dumpThrottlingInfo()
437 << binded_cdev_info_pair.second.throttling_with_power_link in dumpThrottlingInfo()