Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\chip.c Create Date:2022-07-28 10:11:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:handle_percpu_irq - Per CPU local irq handler*@desc: the interrupt description structure for this irq* Per CPU interrupts on SMP machines without locking requirements

Proto:void handle_percpu_irq(struct irq_desc *desc)

Type:void

Parameter:

TypeParameterName
struct irq_desc *desc
895  chip = irq_desc_get_chip(desc)
901  __kstat_incr_irqs_this_cpu(desc)
903  If irq_ack Then irq_ack( & irq_data)
906  handle_irq_event_percpu(desc)
908  If irq_eoi Then irq_eoi( & irq_data)