Function report |
Source Code:kernel\irq\debug.h |
Create Date:2022-07-28 10:08:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_irq_desc
Proto:static inline void print_irq_desc(unsigned int irq, struct irq_desc *desc)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | irq | |
struct irq_desc * | desc |
13 | DEFINE_RATELIMIT_STATE(ratelimit, 5 * HZ, 5) |
15 | If Not __ratelimit( & ratelimit) Then Return |
25 | If IRQ action list Then |
42 | FIXME (IRQS_INPROGRESS) |
43 | FIXME (IRQS_DISABLED) |
44 | FIXME (IRQS_MASKED) |
Name | Describe |
---|---|
handle_bad_irq | handle_bad_irq - handle spurious and unhandled irqs*@desc: description of the interrupt* Handles spurious and unhandled IRQ's. It also prints a debugmessage. |
ack_bad | What should we do if we get a hw irq event on an illegal vector?* Each architecture has to answer this themself. |
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 |