Home
last modified time | relevance | path

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

/DragonOS/kernel/src/smp/cpu/
H A Dmod.rs248 if let Err(e) = self.do_cpuhp_kick_ap(hpstate) { in cpuhp_kick_ap()
250 self.do_cpuhp_kick_ap(hpstate).ok(); in cpuhp_kick_ap()
258 fn do_cpuhp_kick_ap(&self, cpu_state: &mut CpuHpCpuState) -> Result<(), SystemError> { in do_cpuhp_kick_ap() method