Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpufreq.rs70 const CPUFREQ_RELATION_C: u32 = 2; constant
96 CPUFREQ_RELATION_C => Self::Close(efficient), in new()
108 Relation::Close(e) => (CPUFREQ_RELATION_C, e), in from()
/linux/drivers/cpufreq/
H A Dintel_pstate.c547 case CPUFREQ_RELATION_C: in intel_pstate_freq_to_hwp_rel()