Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Called unconditionally from handle_level_irq() and only for oneshot* interrupts from handle_fasteoi_irq()

Proto:static void cond_unmask_irq(struct irq_desc *desc)

Type:void

Parameter:

TypeParameterName
struct irq_desc *desc
616  If Not irqd_irq_disabled( & irq_data) && irqd_irq_masked( & irq_data) && Not threads_oneshot Then unmask_irq(desc)
Caller
NameDescribe
handle_level_irqhandle_level_irq - Level type irq handler*@desc: the interrupt description structure for this irq* Level type interrupts are active as long as the hardware line has* the active level