Function report |
Source Code:kernel\irq\manage.c |
Create Date:2022-07-28 10:09:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:irq_setup_forced_threading
Proto:static int irq_setup_forced_threading(struct irqaction *new)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct irqaction * | new |
1130 | If Not force_irqthreads Then Return 0 |
1132 | If flags & ( Interrupt cannot be threaded | Interrupt is per cpu | Interrupt is not reenabled after the hardirq handler finished) Then Return 0 |
1139 | If handler == Default primary interrupt handler for threaded interrupts Then Return 0 |
1164 | Return 0 |
Name | Describe |
---|---|
__setup_irq | register an interrupt |
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 |