Searched refs:entered_state (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | idle.c | 137 int next_state, entered_state; in cpuidle_idle_call() local 170 entered_state = cpuidle_enter_freeze(drv, dev); in cpuidle_idle_call() 171 if (entered_state >= 0) { in cpuidle_idle_call() 183 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call() 187 cpuidle_reflect(dev, entered_state); in cpuidle_idle_call()
|
/linux-4.4.14/drivers/cpuidle/ |
D | coupled.c | 482 int entered_state = -1; in cpuidle_enter_state_coupled() local 493 return entered_state; in cpuidle_enter_state_coupled() 495 entered_state = cpuidle_enter_state(dev, drv, in cpuidle_enter_state_coupled() 543 entered_state = cpuidle_enter_state(dev, drv, in cpuidle_enter_state_coupled() 604 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled() 633 return entered_state; in cpuidle_enter_state_coupled()
|
D | cpuidle.c | 172 int entered_state; in cpuidle_enter_state() local 201 entered_state = target_state->enter(dev, drv, index); in cpuidle_enter_state() 226 if (entered_state >= 0) { in cpuidle_enter_state() 231 dev->states_usage[entered_state].time += dev->last_residency; in cpuidle_enter_state() 232 dev->states_usage[entered_state].usage++; in cpuidle_enter_state() 237 return entered_state; in cpuidle_enter_state()
|