Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpumask.rs49 pub struct Cpumask(Opaque<bindings::cpumask>); struct
51 impl Cpumask { implementation
323 deref_mut(&mut self) -> &mut Cpumask deref_mut() argument
329 deref_mut(&mut self) -> &mut Cpumask deref_mut() argument
[all...]
H A Dopp.rs705 remove_of_cpumask(&self, cpumask: &Cpumask) remove_of_cpumask() argument
[all...]
H A Dcpufreq.rs542 pub fn cpus(&mut self) -> &mut cpumask::Cpumask { in cpus()