Function report |
Source Code:kernel\irq\manage.c |
Create Date:2022-07-28 10:09:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:synchronize_irq - wait for pending IRQ handlers (on other CPUs)*@irq: interrupt number to wait for* This function waits for any pending IRQ handlers for this interrupt* to complete before returning. If you use this function while
Proto:void synchronize_irq(unsigned int irq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | irq |
128 | desc = Interrupt to descriptor |
130 | If desc Then |
131 | __synchronize_hardirq(desc, true) |
Name | Describe |
---|---|
disable_irq | disable_irq - disable an irq and wait for completion*@irq: Interrupt to disable* Disable the selected interrupt line. Enables and Disables are* nested.* This function waits for any pending IRQ handlers for this interrupt* to complete before returning |
irq_domain_disassociate | |
suspend_device_irqs | suspend_device_irqs - disable all currently enabled interrupt lines* During system-wide suspend or hibernation device drivers need to be* prevented from receiving interrupts and this function is provided* for this purpose |
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 |