Searched refs:parent_state (Results 1 – 1 of 1) sorted by relevance
317 int parent_state, ret; in _genpd_set_performance_state() local331 parent_state = ret; in _genpd_set_performance_state()336 link->performance_state = parent_state; in _genpd_set_performance_state()337 parent_state = _genpd_reeval_performance_state(parent, in _genpd_set_performance_state()338 parent_state); in _genpd_set_performance_state()339 ret = _genpd_set_performance_state(parent, parent_state, depth + 1); in _genpd_set_performance_state()366 parent_state = link->prev_performance_state; in _genpd_set_performance_state()367 link->performance_state = parent_state; in _genpd_set_performance_state()369 parent_state = _genpd_reeval_performance_state(parent, in _genpd_set_performance_state()370 parent_state); in _genpd_set_performance_state()[all …]