Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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)
Caller
NameDescribe
smp_apic_timer_interruptLocal APIC timer interrupt