Home
last modified time | relevance | path

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

/rust/kernel/
A Dcpu.rs141 pub unsafe fn from_cpu(cpu: CpuId) -> Result<&'static Device> { in from_cpu() function
A Dcpufreq.rs683 fn from_cpu(cpu: CpuId) -> Result<Self> { in from_cpu() method
1269 if let Ok(mut policy) = PolicyCpu::from_cpu(cpu_id) { in adjust_perf_callback()
1327 PolicyCpu::from_cpu(cpu_id).map_or(0, |mut policy| T::get(&mut policy).map_or(0, |f| f)) in get_callback()
1354 let mut policy = PolicyCpu::from_cpu(cpu_id)?; in bios_limit_callback()

Completed in 7 milliseconds