Function report |
Source Code:arch\x86\kernel\vm86_32.c |
Create Date:2022-07-28 08:41:52 |
Last Modify:2022-05-22 10:11:03 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:irq_handler
Proto:static irqreturn_t irq_handler(int intno, void *dev_id)
Type:irqreturn_t
Parameter:
Type | Parameter | Name |
---|---|---|
int | intno | |
void * | dev_id |
779 | spin_lock_irqsave( & irqbits_lock, flags) |
790 | disable_irq_nosync(intno) |
791 | spin_unlock_irqrestore( & irqbits_lock, flags) |
792 | Return IRQ_HANDLED |
794 | out : |
795 | spin_unlock_irqrestore( & irqbits_lock, flags) |
796 | Return IRQ_NONE |
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 |