Lines Matching refs:thermal_throttling_status_pair
514 for (const auto &thermal_throttling_status_pair : thermal_throttling_status_map) { in dumpThrottlingRequestStatus() local
515 *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()
548 if (thermal_throttling_status_pair.second.cdev_status_map.size()) { in dumpThrottlingRequestStatus()
550 for (const auto &request_pair : thermal_throttling_status_pair.second.cdev_status_map) { in dumpThrottlingRequestStatus()