Function report | 
Source Code:kernel\irq\manage.c | 
Create Date:2022-07-28 10:09:14 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:synchronize_hardirq - wait for pending hard IRQ handlers (on other CPUs)*@irq: interrupt number to wait for* This function waits for any pending hard IRQ handlers for this* interrupt to complete before returning
Proto:bool synchronize_hardirq(unsigned int irq)
Type:bool
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned int | irq | 
| 100 | desc = Interrupt to descriptor | 
| 102 | If desc Then | 
| 103 | __synchronize_hardirq(desc, false) | 
| 104 | Return Not atomic_read( & threads_active) | 
| 107 | Return true | 
| Name | Describe | 
|---|---|
| disable_hardirq | disable_hardirq - disables an irq and waits for hardirq completion*@irq: Interrupt to disable* Disable the selected interrupt line. Enables and Disables are* nested.* This function waits for any pending hard IRQ handlers for this | 
| 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  |