Function report |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-28 08:00:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Notify the user(s) about new machine check events.* Can be called from interrupt context, but not from machine check/NMI* context.
Proto:int mce_notify_irq(void)
Type:int
Parameter:Nothing
1482 | DEFINE_RATELIMIT_STATE(ratelimit, 60 * HZ, 2) |
1485 | mce_work_trigger() |
1487 | If __ratelimit( & ratelimit) Then pr_info( 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 | Return 1 |
1492 | Return 0 |
Name | Describe |
---|---|
mce_first_notifier | |
mce_timer_fn | |
mce_adjust_timer_default |
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 |