Searched refs:thermal_throttling_status_pair (Results 1 – 1 of 1) sorted by relevance
514 for (const auto &thermal_throttling_status_pair : thermal_throttling_status_map) { in dumpThrottlingRequestStatus() local515 *dump_buf << " Name: " << thermal_throttling_status_pair.first << std::endl; in dumpThrottlingRequestStatus()516 if (thermal_throttling_status_pair.second.pid_power_budget_map.size()) { in dumpThrottlingRequestStatus()519 thermal_throttling_status_pair.second.pid_power_budget_map) { in dumpThrottlingRequestStatus()524 if (thermal_throttling_status_pair.second.pid_cdev_request_map.size()) { in dumpThrottlingRequestStatus()527 thermal_throttling_status_pair.second.pid_cdev_request_map) { in dumpThrottlingRequestStatus()532 if (thermal_throttling_status_pair.second.hardlimit_cdev_request_map.size()) { in dumpThrottlingRequestStatus()535 thermal_throttling_status_pair.second.hardlimit_cdev_request_map) { in dumpThrottlingRequestStatus()540 if (thermal_throttling_status_pair.second.throttling_release_map.size()) { in dumpThrottlingRequestStatus()543 thermal_throttling_status_pair.second.throttling_release_map) { in dumpThrottlingRequestStatus()[all …]