函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-27 09:01:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Notify the user(s) about new machine check events.* Can be called from interrupt context, but not from machine check/NMI* context.
函数原型:int mce_notify_irq(void)
返回类型:int
参数:无
1482 | DEFINE_RATELIMIT_STATE(ratelimit, 60 * HZ, 2) |
1485 | mce_work_trigger() |
1487 | 如果__ratelimit( & ratelimit)则打印信息(HW_ERR* Add this to a message for hardware errors, so that user can report* it to hardware vendor instead of LKML or software vendor."Machine check events logged\n") |
1490 | 返回:1 |
1492 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |