Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cpuidle/
Dcpuidle-cps.c17 STATE_NC_WAIT, /* MIPS wait instruction, non-coherent */ enumerator
36 if (cpus_are_siblings(0, dev->cpu) && (index > STATE_NC_WAIT)) in cps_nc_enter()
37 index = STATE_NC_WAIT; in cps_nc_enter()
41 case STATE_NC_WAIT: in cps_nc_enter()
74 [STATE_NC_WAIT] = {
124 cps_driver.state_count = STATE_NC_WAIT + 1; in cps_cpuidle_init()
135 case STATE_NC_WAIT: in cps_cpuidle_init()
149 for (i = STATE_NC_WAIT; i < cps_driver.state_count; i++) in cps_cpuidle_init()