函数逻辑报告 |
Source Code:kernel\irq\spurious.c |
Create Date:2022-07-27 11:10:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Recovery handler for misrouted interrupts.
函数原型:static int try_one_irq(struct irq_desc *desc, bool force)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct irq_desc * | desc | |
bool | force |
66 | raw_spin_lock( & 自旋锁) |
81 | 如果irqd_irq_disabled( & irq_data)且非force则转到:out |
89 | 如果非action或非中断动作标志按位与These flags used only by the kernel as part of the* irq handling routines的值或中断动作标志按位与__IRQF_TIMER则转到:out |
94 | 如果irqd_irq_inprogress( & irq_data)则 |
99 | istate或等于IRQS_PENDING |
100 | 转到:out |
104 | istate或等于IRQS_POLL_INPROGRESS |
105 | 循环 |
110 | 当istate按位与IRQS_PENDING且action循环 |
111 | istate与等于IRQS_POLL_INPROGRESS的反 |
112 | out : |
113 | raw_spin_unlock( & 自旋锁) |
名称 | 描述 |
---|---|
misrouted_irq | |
poll_spurious_irqs |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |