Lines Matching defs:p_throttling
205 struct acpi_processor_throttling *p_throttling;
220 p_throttling = &(pr->throttling);
234 if (target_state >= p_throttling->state_count) {
236 target_state = p_throttling->state_count - 1;
248 p_throttling->state = target_state;
1057 struct acpi_processor_throttling *p_throttling;
1079 p_throttling = &(pr->throttling);
1086 for_each_cpu_and(i, cpu_online_mask, p_throttling->shared_cpu_map) {
1097 if (p_throttling->shared_type == DOMAIN_COORD_TYPE_SW_ANY) {
1110 p_throttling->shared_cpu_map) {
1144 for_each_cpu_and(i, cpu_online_mask, p_throttling->shared_cpu_map) {