Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs86 opp::Table::sharing_cpus(dev, &mut mask).is_err() in init()
/linux/rust/kernel/
H A Dopp.rs764 pub fn sharing_cpus(dev: &Device, cpumask: &mut Cpumask) -> Result { in sharing_cpus() method