Searched refs:from_cpu (Results 1 – 2 of 2) sorted by relevance
682 fn from_cpu(cpu: CpuId) -> Result<Self> { in from_cpu() method1267 if let Ok(mut policy) = PolicyCpu::from_cpu(cpu_id) { in adjust_perf_callback()1325 PolicyCpu::from_cpu(cpu_id).map_or(0, |mut policy| T::get(&mut policy).map_or(0, |f| f)) in get_callback()1352 let mut policy = PolicyCpu::from_cpu(cpu_id)?; in bios_limit_callback()
66 let dev = unsafe { cpu::from_cpu(cpu)? }; in init()