Searched refs:parent_state (Results 1 – 1 of 1) sorted by relevance
320 int parent_state, ret; in _genpd_set_performance_state() local334 parent_state = ret; in _genpd_set_performance_state()339 link->performance_state = parent_state; in _genpd_set_performance_state()340 parent_state = _genpd_reeval_performance_state(parent, in _genpd_set_performance_state()341 parent_state); in _genpd_set_performance_state()342 ret = _genpd_set_performance_state(parent, parent_state, depth + 1); in _genpd_set_performance_state()369 parent_state = link->prev_performance_state; in _genpd_set_performance_state()370 link->performance_state = parent_state; in _genpd_set_performance_state()372 parent_state = _genpd_reeval_performance_state(parent, in _genpd_set_performance_state()373 parent_state); in _genpd_set_performance_state()[all …]