Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CPU_FREQ_GOV_SCHEDUTIL
has multiple definitions:
drivers/cpufreq/Kconfig
The configuration item CONFIG_CPU_FREQ_GOV_SCHEDUTIL:
CONFIG_CPU_FREQ && CONFIG_SMP
cpufreq_schedutil
This governor makes decisions based on the utilization data provided by the scheduler. It sets the CPU frequency to be proportional to the utilization/capacity ratio coming from the scheduler. If the utilization is frequency-invariant, the new frequency is also proportional to the maximum available frequency. If that is not the case, it is proportional to the current frequency of the CPU. The frequency tipping point is at utilization/capacity equal to 80% in both cases.
If in doubt, say N.
drivers/cpufreq/Kconfig
The configuration item CONFIG_CPU_FREQ_GOV_SCHEDUTIL:
CONFIG_CPU_FREQ && CONFIG_SMP
cpufreq_schedutil
This governor makes decisions based on the utilization data provided by the scheduler. It sets the CPU frequency to be proportional to the utilization/capacity ratio coming from the scheduler. If the utilization is frequency-invariant, the new frequency is also proportional to the maximum available frequency. If that is not the case, it is proportional to the current frequency of the CPU. The frequency tipping point is at utilization/capacity equal to 80% in both cases.
To compile this driver as a module, choose M here: the module will be called cpufreq_schedutil.
If in doubt, say N.
Raw data from LKDDb:
lkddb module cpufreq_schedutil CONFIG_CPU_FREQ_GOV_SCHEDUTIL : drivers/cpufreq/Kconfig : "'schedutil' cpufreq policy governor" # in 4.7–4.8
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index
Automatically generated (in year 2024). See also LKDDb sources on GitLab