Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SCHED_THERMAL_PRESSURE
has multiple definitions:
init/Kconfig
The configuration item CONFIG_SCHED_THERMAL_PRESSURE:
( CONFIG_ARM && CONFIG_ARM_CPU_TOPOLOGY ) && ( CONFIG_ARM64 ) && ( CONFIG_SMP ) && ( CONFIG_CPU_FREQ_THERMAL )
Select this option to enable thermal pressure accounting in the scheduler. Thermal pressure is the value conveyed to the scheduler that reflects the reduction in CPU compute capacity resulted from thermal throttling. Thermal throttling occurs when the performance of a CPU is capped due to high operating temperatures.
If selected, the scheduler will be able to balance tasks accordingly, i.e. put less load on throttled CPUs than on non/less throttled ones.
This requires the architecture to implement arch_update_thermal_pressure() and arch_scale_thermal_pressure().
init/Kconfig
The configuration item CONFIG_SCHED_THERMAL_PRESSURE:
CONFIG_SMP
(none)
Raw data from LKDDb:
(none)
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 - S index
Automatically generated (in year 2024). See also LKDDb sources on GitLab