Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpu.rs141 pub unsafe fn from_cpu(cpu: CpuId) -> Result<&'static Device> { in from_cpu() function
H A Dcpufreq.rs683 fn from_cpu(cpu: CpuId) -> Result<Self> { in from_cpu() method