Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:move_percpu_irq - free a per-cpu interrupt*@irq: Interrupt line to free*@act: irqaction for the interrupt* Used to remove interrupts statically setup by the early boot process.

Proto:void remove_percpu_irq(unsigned int irq, struct irqaction *act)

Type:void

Parameter:

TypeParameterName
unsigned intirq
struct irqaction *act
2320  desc = Interrupt to descriptor
2322  If desc && irq_settings_is_per_cpu_devid(desc) Then Internal function to unregister a percpu irqaction.