函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:What should we do if we get a hw irq event on an illegal vector?* Each architecture has to answer this themself.

函数原型:static void ack_bad(struct irq_data *data)

返回类型:void

参数:

类型参数名称
struct irq_data *data
20  desc等于irq_data_to_desc(data)
22  print_irq_desc(中断号, desc)
23  'what should we do if we get a hw irq event on an illegal vector'.* each architecture has to answer this themselves.