函数逻辑报告 |
Source Code:kernel\irq\manage.c |
Create Date:2022-07-27 11:09:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:move_irq - free an interrupt*@irq: Interrupt line to free*@act: irqaction for the interrupt* Used to remove interrupts statically setup by the early boot process.
函数原型:void remove_irq(unsigned int irq, struct irqaction *act)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | irq | |
struct irqaction * | act |
1819 | 如果desc且非WARN_ON(irq_settings_is_per_cpu_devid(desc))则Internal function to unregister an irqaction - used to free* regular and special interrupts that are part of the architecture. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |