Searched refs:binded_cdev_info_map (Results 1 – 7 of 7) sorted by relevance
594 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map, in ParseBindedCdevInfo() argument612 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()620 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()628 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()638 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()646 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()672 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()682 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()698 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()706 binded_cdev_info_map->clear(); in ParseBindedCdevInfo()[all …]
140 for (auto &binded_cdev_pair : throttling_info->binded_cdev_info_map) { in registerThermalThrottling()228 sensor_info.throttling_info->binded_cdev_info_map) { in updatePowerBudget()392 : sensor_info.throttling_info->binded_cdev_info_map)) { in allocatePowerToCdev()408 : sensor_info.throttling_info->binded_cdev_info_map)) { in allocatePowerToCdev()619 : sensor_info.throttling_info->binded_cdev_info_map)) { in updateCdevRequestBySeverity()648 for (const auto &binded_cdev_info_pair : sensor_info.throttling_info->binded_cdev_info_map) { in throttlingReleaseUpdate()787 const auto &binded_cdev_info_map = in computeCoolingDevicesRequest() local790 : sensor_info.throttling_info->binded_cdev_info_map; in computeCoolingDevicesRequest()796 const auto &binded_cdev_info = binded_cdev_info_map.at(cdev_name); in computeCoolingDevicesRequest()
205 std::unordered_map<std::string, BindedCdevInfo> binded_cdev_info_map; member
133 sensor_info.throttling_info->binded_cdev_info_map) { in initializeSensorCdevRequestStats()
230 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map);
381 if (name_info_pair.second.throttling_info->binded_cdev_info_map.size()) { in dumpThrottlingInfo()443 : name_info_pair.second.throttling_info->binded_cdev_info_map) { in dumpThrottlingInfo()
125 std::unordered_map<std::string, BindedCdevInfo> *binded_cdev_info_map) { in maxCoolingRequestCheck() argument126 for (auto &binded_cdev_info_pair : *binded_cdev_info_map) { in maxCoolingRequestCheck()215 maxCoolingRequestCheck(&name_status_pair.second.throttling_info->binded_cdev_info_map); in ThermalHelperImpl()