Home
last modified time | relevance | path

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

/rust/kernel/
A Dcpufreq.rs74 const CPUFREQ_RELATION_E: u32 = 1 << 2; consts
92 let efficient = val & CPUFREQ_RELATION_E != 0; in new()
94 Ok(match val & !CPUFREQ_RELATION_E { in new()
113 val |= CPUFREQ_RELATION_E; in from()

Completed in 5 milliseconds