Function report |
Source Code:kernel\irq\manage.c |
Create Date:2022-07-28 10:09:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:void remove_irq(unsigned int irq, struct irqaction *act)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | irq | |
struct irqaction * | act |
1817 | desc = Interrupt to descriptor |
1819 | If desc && Not WARN_ON(irq_settings_is_per_cpu_devid(desc)) Then Internal function to unregister an irqaction - used to free* regular and special interrupts that are part of the architecture. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |