Function report |
Source Code:arch\x86\kernel\cpu\mce\therm_throt.c |
Create Date:2022-07-28 08:04:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:notify_thresholds
Proto:static void notify_thresholds(__u64 msr_val)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
__u64 | msr_val |
554 | If Not platform_thermal_notify Then Return |
558 | If msr_val & THERM_LOG_THRESHOLD0 && thresh_event_valid(CORE_LEVEL, 0) Then platform_thermal_notify(msr_val) |
562 | If msr_val & THERM_LOG_THRESHOLD1 && thresh_event_valid(CORE_LEVEL, 1) Then platform_thermal_notify(msr_val) |
Name | Describe |
---|---|
intel_thermal_interrupt | Thermal transition interrupt handler |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |