Home
last modified time | relevance | path

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

/drivers/cpuidle/
A Dcpuidle.c219 int entered_state; in cpuidle_enter_state() local
268 entered_state = target_state->enter(dev, drv, index); in cpuidle_enter_state()
292 if (entered_state >= 0) { in cpuidle_enter_state()
304 dev->states_usage[entered_state].time_ns += diff; in cpuidle_enter_state()
305 dev->states_usage[entered_state].usage++; in cpuidle_enter_state()
308 for (i = entered_state - 1; i >= 0; i--) { in cpuidle_enter_state()
313 dev->states_usage[entered_state].above++; in cpuidle_enter_state()
314 trace_cpu_idle_miss(dev->cpu, entered_state, false); in cpuidle_enter_state()
327 dev->states_usage[entered_state].below++; in cpuidle_enter_state()
328 trace_cpu_idle_miss(dev->cpu, entered_state, true); in cpuidle_enter_state()
[all …]
A Dcoupled.c468 int entered_state = -1; in cpuidle_enter_state_coupled() local
479 return entered_state; in cpuidle_enter_state_coupled()
481 entered_state = cpuidle_enter_state(dev, drv, in cpuidle_enter_state_coupled()
529 entered_state = cpuidle_enter_state(dev, drv, in cpuidle_enter_state_coupled()
590 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled()
619 return entered_state; in cpuidle_enter_state_coupled()

Completed in 9 milliseconds