Function report |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-28 08:29:53 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mp_unmap_irq
Proto:void mp_unmap_irq(int irq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | irq |
1128 | irq_data = irq_get_irq_data(irq) |
1138 | mutex_lock( & ioapic_mutex) |
1139 | If --count == 0 Then irq_domain_free_irqs(irq, 1) |
1141 | mutex_unlock( & ioapic_mutex) |
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 |