Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpufreq.rs682 fn from_cpu(cpu: CpuId) -> Result<Self> { in from_cpu() method
1267 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()
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs66 let dev = unsafe { cpu::from_cpu(cpu)? }; in init()