Home
last modified time | relevance | path

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

/DragonOS/kernel/src/smp/cpu/
H A Dmod.rs246 let prev_state = unsafe { self.set_cpuhp_state(cpu_id, target_state) }; in cpuhp_kick_ap() localVariable
249 self.cpuhp_reset_state(hpstate, prev_state); in cpuhp_kick_ap()
295 fn cpuhp_reset_state(&self, st: &mut CpuHpCpuState, prev_state: CpuHpState) { in cpuhp_reset_state()
297 st.target_state = prev_state; in cpuhp_reset_state()