⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

cpufreq_set_frequency

Function cpufreq_set_frequency 

Source
pub fn cpufreq_set_frequency(khz: u64) -> KernelResult<()>
Expand description

Set the target CPU frequency in kHz.

Only effective in Performance or Powersave governors. Ondemand governor manages frequency automatically.