Searched defs:cpuhp_state (Results 1 – 1 of 1) sorted by relevance
84 cpuhp_state: PerCpuVar<CpuHpCpuState>, field97 let cpuhp_state = PerCpuVar::new(data).unwrap(); in new() localVariable163 pub fn cpuhp_state(&self, cpu_id: ProcessorId) -> &CpuHpCpuState { in cpuhp_state() method