Lines Matching defs:p_throttling
215 struct acpi_processor_throttling *p_throttling;
229 p_throttling = &(pr->throttling);
243 if (target_state >= p_throttling->state_count) {
246 target_state = p_throttling->state_count - 1;
258 p_throttling->state = target_state;
1073 struct acpi_processor_throttling *p_throttling;
1095 p_throttling = &(pr->throttling);
1102 for_each_cpu_and(i, cpu_online_mask, p_throttling->shared_cpu_map) {
1113 if (p_throttling->shared_type == DOMAIN_COORD_TYPE_SW_ANY) {
1126 p_throttling->shared_cpu_map) {
1161 for_each_cpu_and(i, cpu_online_mask, p_throttling->shared_cpu_map) {