Searched defs:from_cpu (Results 1 – 2 of 2) sorted by relevance
/linux/rust/kernel/ | ||
H A D | cpu.rs | 141 pub unsafe fn from_cpu(cpu: CpuId) -> Result<&'static Device> { from_cpu() function |
H A D | cpufreq.rs | 683 fn from_cpu(cpu: CpuId) -> Result<Self> { from_cpu() method |