Searched refs:thermal_throttling_status_pair (Results 1 – 1 of 1) sorted by relevance
440 for (const auto &thermal_throttling_status_pair : thermal_throttling_status_map) { in dumpThrottlingRequestStatus() local441 *dump_buf << " Name: " << thermal_throttling_status_pair.first << std::endl; in dumpThrottlingRequestStatus()442 if (thermal_throttling_status_pair.second.pid_power_budget_map.size()) { in dumpThrottlingRequestStatus()445 thermal_throttling_status_pair.second.pid_power_budget_map) { in dumpThrottlingRequestStatus()450 if (thermal_throttling_status_pair.second.pid_cdev_request_map.size()) { in dumpThrottlingRequestStatus()453 thermal_throttling_status_pair.second.pid_cdev_request_map) { in dumpThrottlingRequestStatus()458 if (thermal_throttling_status_pair.second.hardlimit_cdev_request_map.size()) { in dumpThrottlingRequestStatus()461 thermal_throttling_status_pair.second.hardlimit_cdev_request_map) { in dumpThrottlingRequestStatus()466 if (thermal_throttling_status_pair.second.throttling_release_map.size()) { in dumpThrottlingRequestStatus()469 thermal_throttling_status_pair.second.throttling_release_map) { in dumpThrottlingRequestStatus()[all …]