Home
last modified time | relevance | path

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

/DragonOS/kernel/src/smp/cpu/
H A Dmod.rs168 fn cpuhp_state_mut(&self, cpu_id: ProcessorId) -> &mut CpuHpCpuState { in cpuhp_state_mut() method
247 let hpstate = self.cpuhp_state_mut(cpu_id); in cpuhp_kick_ap()
287 let cpu_state = self.cpuhp_state_mut(cpu_id); in complete_ap_thread()