Home
last modified time | relevance | path

Searched refs:entered_state (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/cpuidle/
A Dcpuidle.c203 int entered_state; in cpuidle_enter_state() local
237 entered_state = target_state->enter(dev, drv, index); in cpuidle_enter_state()
259 if (entered_state >= 0) { in cpuidle_enter_state()
271 dev->states_usage[entered_state].time_ns += diff; in cpuidle_enter_state()
272 dev->states_usage[entered_state].usage++; in cpuidle_enter_state()
274 if (diff < drv->states[entered_state].target_residency_ns) { in cpuidle_enter_state()
275 for (i = entered_state - 1; i >= 0; i--) { in cpuidle_enter_state()
280 dev->states_usage[entered_state].above++; in cpuidle_enter_state()
284 for (i = entered_state + 1; i < drv->state_count; i++) { in cpuidle_enter_state()
293 dev->states_usage[entered_state].below++; in cpuidle_enter_state()
[all …]
A Dcoupled.c473 int entered_state = -1; in cpuidle_enter_state_coupled() local
484 return entered_state; in cpuidle_enter_state_coupled()
486 entered_state = cpuidle_enter_state(dev, drv, in cpuidle_enter_state_coupled()
534 entered_state = cpuidle_enter_state(dev, drv, in cpuidle_enter_state_coupled()
595 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled()
624 return entered_state; in cpuidle_enter_state_coupled()
/linux/kernel/sched/
A Didle.c174 int next_state, entered_state; in cpuidle_idle_call() local
213 entered_state = call_cpuidle_s2idle(drv, dev); in cpuidle_idle_call()
214 if (entered_state > 0) in cpuidle_idle_call()
239 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call()
243 cpuidle_reflect(dev, entered_state); in cpuidle_idle_call()

Completed in 6 milliseconds