Home
last modified time | relevance | path

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

/linux/arch/arm/common/
H A 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()
/linux/kernel/
H A Dcpu.c2382 int cpustate = st->state;
2388 if (cpustate >= state) in cpuhp_rollback_install()
2418 int cpustate = st->state; in __cpuhp_state_add_instance_cpuslocked()
2420 if (cpustate < state) in __cpuhp_state_add_instance_cpuslocked()
2502 int cpustate = st->state; in __cpuhp_setup_state_cpuslocked()
2504 if (cpustate < state) in __cpuhp_setup_state_cpuslocked()
2566 int cpustate = st->state; in __cpuhp_state_remove_instance()
2568 if (cpustate >= state) in __cpuhp_state_remove_instance()
2618 int cpustate = st->state; in __cpuhp_remove_state_cpuslocked()
2620 if (cpustate > in __cpuhp_remove_state_cpuslocked()
2393 int cpustate = st->state; cpuhp_rollback_install() local
2429 int cpustate = st->state; __cpuhp_state_add_instance_cpuslocked() local
2513 int cpustate = st->state; __cpuhp_setup_state_cpuslocked() local
2577 int cpustate = st->state; __cpuhp_state_remove_instance() local
2629 int cpustate = st->state; __cpuhp_remove_state_cpuslocked() local
[all...]