函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\spurious.c Create Date:2022-07-27 11:10:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:report_bad_irq

函数原型:static void report_bad_irq(struct irq_desc *desc, irqreturn_t action_ret)

返回类型:void

参数:

类型参数名称
struct irq_desc *desc
irqreturn_taction_ret
226  count等于100
228  如果count大于0则
229  count自减
230  If 99,900 of the previous 100,000 interrupts have not been handled* then assume that the IRQ is stuck in some manner
调用者
名称描述
note_interrupt