Function report |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-28 08:00:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mce_timer_fn
Proto:static void mce_timer_fn(struct timer_list *t)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct timer_list * | t |
1421 | cpu_t = this_cpu_ptr( & mce_timer) |
1426 | iv = Operations for contexts that are safe from preemption/interrupts. These* operations verify that preemption is disabled.(mce_next_interval) |
1428 | If mce_available(this_cpu_ptr( & cpu_info)) Then |
1431 | If mce_intel_cmci_poll() Then |
1432 | iv = mce_adjust_timer(iv) |
1433 | Go to done |
1446 | done : |
1447 | __this_cpu_write(mce_next_interval, iv) |
1448 | __start_timer(t, iv) |
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 |