Searched refs:platform_thermal_package_rate_control (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dtherm_throt.c72 bool (*platform_thermal_package_rate_control)(void); variable
73 EXPORT_SYMBOL_GPL(platform_thermal_package_rate_control); variable
350 if (platform_thermal_package_rate_control && notify_package_thresholds()
351 platform_thermal_package_rate_control()) { notify_package_thresholds()
/linux-4.1.27/drivers/thermal/
H A Dx86_pkg_temp_thermal.c590 platform_thermal_package_rate_control = pkg_temp_thermal_init()
610 platform_thermal_package_rate_control = NULL; pkg_temp_thermal_init()
635 platform_thermal_package_rate_control = NULL; pkg_temp_thermal_exit()
/linux-4.1.27/arch/x86/include/asm/
H A Dmce.h242 extern bool (*platform_thermal_package_rate_control)(void);

Completed in 124 milliseconds