Function report |
Source Code:arch\x86\kernel\apic\apic.c |
Create Date:2022-07-28 08:26:58 |
Last Modify:2020-03-16 21:21:31 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:The guts of the apic timer interrupt
Proto:static void local_apic_timer_interrupt(void)
Type:void
Parameter:Nothing
1093 | evt = this_cpu_ptr( & lapic_events) |
1106 | If Not event_handler Then |
1107 | pr_warn("Spurious LAPIC timer interrupt on cpu %d\n", smp_processor_id()) |
1110 | lapic_timer_shutdown(evt) |
1111 | Return |
1117 | inc_irq_stat(apic_timer_irqs) |
1119 | event_handler(evt) |
Name | Describe |
---|---|
smp_apic_timer_interrupt | Local APIC timer interrupt |
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 |