Lines Matching refs:performance_state
248 if (state == genpd->performance_state)
252 if (state > genpd->performance_state)
259 if (pd_data->performance_state > state)
260 state = pd_data->performance_state;
265 * done without any additional locking as the link->performance_state
268 * Also note that link->performance_state (subdomain's performance state
270 * link->child->performance_state (current performance state requirement
278 if (link->performance_state > state)
279 state = link->performance_state;
292 if (state == genpd->performance_state)
313 link->prev_performance_state = link->performance_state;
314 link->performance_state = parent_state;
319 link->performance_state = link->prev_performance_state;
331 genpd->performance_state = state;
346 link->performance_state = parent_state;
397 prev = gpd_data->performance_state;
398 gpd_data->performance_state = state;
403 gpd_data->performance_state = prev;
3169 seq_printf(s, "%u\n", genpd->performance_state);