Lines Matching refs:performance_state
265 if (state == genpd->performance_state)
269 if (state > genpd->performance_state)
276 if (pd_data->performance_state > state)
277 state = pd_data->performance_state;
282 * done without any additional locking as the link->performance_state
285 * Also note that link->performance_state (subdomain's performance state
287 * link->child->performance_state (current performance state requirement
295 if (link->performance_state > state)
296 state = link->performance_state;
321 if (state == genpd->performance_state)
337 link->prev_performance_state = link->performance_state;
338 link->performance_state = parent_state;
343 link->performance_state = link->prev_performance_state;
357 genpd->performance_state = state;
369 link->performance_state = parent_state;
391 prev_state = gpd_data->performance_state;
395 gpd_data->performance_state = state;
400 gpd_data->performance_state = prev_state;
407 unsigned int prev_state = dev_gpd_data(dev)->performance_state;
3110 seq_put_decimal_ull(s, "", gpd_data->performance_state);
3138 seq_printf(s, "%-30s %-50s %u", genpd->name, state, genpd->performance_state);
3361 seq_printf(s, "%u\n", genpd->performance_state);