Home
last modified time | relevance | path

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

/DragonOS/kernel/src/smp/cpu/
H A Dmod.rs93 let mut hpstate = CpuHpCpuState::new(); in new() localVariable
94 hpstate.thread = Some(ProcessManager::idle_pcb()[i as usize].clone()); in new()
95 data.push(hpstate); in new()
248 let hpstate = self.cpuhp_state_mut(cpu_id); in cpuhp_kick_ap() localVariable
249 if let Err(e) = self.do_cpuhp_kick_ap(hpstate) { in cpuhp_kick_ap()
250 self.cpuhp_reset_state(hpstate, prev_state); in cpuhp_kick_ap()
251 self.do_cpuhp_kick_ap(hpstate).ok(); in cpuhp_kick_ap()