Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpufreq.rs73 const CPUFREQ_RELATION_E: u32 = 1 << 2; constant
/linux/include/linux/
H A Dcpufreq.h306 #define CPUFREQ_RELATION_E BIT(2) /* Get if possible an efficient frequency */ macro