Home
last modified time | relevance | path

Searched defs:CpuId (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dcpu.rs47 pub struct CpuId(u32); struct
49 impl CpuId { implementation
[all...]
H A Dcpumask.rs92 pub fn set(&mut self, cpu: CpuId) { in set() argument
103 pub fn clear(&mut self, cpu: CpuId) { in clear() argument
[all...]
H A Dcpufreq.rs468 pub fn cpu(&self) -> CpuId { in cpu()