Function report |
Source Code:include\linux\irqdesc.h |
Create Date:2022-07-28 07:32:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Architectures call this to let the generic IRQ layer* handle an interrupt.
Proto:static inline void generic_handle_irq_desc(struct irq_desc *desc)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_desc * | desc |
156 | handle_irq(desc) |
Name | Describe |
---|---|
do_IRQ | do_IRQ handles all normal device IRQ's (the special* SMP cross-CPU interrupts have their own specific* handlers). |
handle_irq | |
generic_handle_irq | generic_handle_irq - Invoke the handler for a particular irq*@irq: The irq number to handle |
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 |