Home
last modified time | relevance | path

Searched defs:cpuhp_state (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/smp/cpu/
H A Dmod.rs84 cpuhp_state: PerCpuVar<CpuHpCpuState>, field
97 let cpuhp_state = PerCpuVar::new(data).unwrap(); in new() localVariable
163 pub fn cpuhp_state(&self, cpu_id: ProcessorId) -> &CpuHpCpuState { in cpuhp_state() method