Lines Matching defs:state
46 * ladder_do_selection - prepares private data for a state change
48 * @old_idx: the current state index
49 * @new_idx: the new target state index
61 * ladder_select_state - selects the next state to enter
123 /* otherwise remain at the current state */
139 struct cpuidle_state *state;
144 state = &drv->states[i];
154 lstate->threshold.promotion_time_ns = state->exit_latency_ns;
156 lstate->threshold.demotion_time_ns = state->exit_latency_ns;
165 * @index: the index of actual state entered