Function report |
Source Code:kernel\irq\manage.c |
Create Date:2022-07-28 10:10:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:move_percpu_irq - free a per-cpu 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_percpu_irq(unsigned int irq, struct irqaction *act)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | irq | |
struct irqaction * | act |
2320 | desc = Interrupt to descriptor |
2322 | If desc && irq_settings_is_per_cpu_devid(desc) Then Internal function to unregister a percpu irqaction. |
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 |