Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/common/
Dmcpm_entry.c105 int cpustate; in __mcpm_outbound_enter_critical() local
111 cpustate = c->cpus[i].cpu; in __mcpm_outbound_enter_critical()
112 if (cpustate != CPU_GOING_DOWN) in __mcpm_outbound_enter_critical()
119 switch (cpustate) { in __mcpm_outbound_enter_critical()
/kernel/linux/linux-5.10/kernel/
Dcpu.c1859 int cpustate = st->state; in cpuhp_rollback_install() local
1865 if (cpustate >= state) in cpuhp_rollback_install()
1895 int cpustate = st->state; in __cpuhp_state_add_instance_cpuslocked() local
1897 if (cpustate < state) in __cpuhp_state_add_instance_cpuslocked()
1978 int cpustate = st->state; in __cpuhp_setup_state_cpuslocked() local
1980 if (cpustate < state) in __cpuhp_setup_state_cpuslocked()
2042 int cpustate = st->state; in __cpuhp_state_remove_instance() local
2044 if (cpustate >= state) in __cpuhp_state_remove_instance()
2094 int cpustate = st->state; in __cpuhp_remove_state_cpuslocked() local
2096 if (cpustate >= state) in __cpuhp_remove_state_cpuslocked()