| Function report | 
| Source Code: kernel\irq\cpuhotplug.c | Create Date:2022-07-28 10:14:59 | 
| Last Modify:2020-03-17 14:50:00 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:irq_restore_affinity_of_irq
Proto:static void irq_restore_affinity_of_irq(struct irq_desc *desc, unsigned int cpu)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct irq_desc * | desc | |
| unsigned int | cpu | 
| 176 | data = irq_desc_get_irq_data(desc) | 
| 183 | If irqd_is_managed_and_shutdown(data) Then | 
| 184 | irq_startup(desc, IRQ_RESEND, IRQ_START_COND) | 
| 185 | Return | 
| 193 | If Not irqd_is_single_target(data) Then irq_set_affinity_locked(data, affinity, false) | 
| Name | Describe | 
|---|---|
| irq_affinity_online_cpu | q_affinity_online_cpu - Restore affinity for managed interrupts*@cpu: Upcoming CPU for which interrupts should be restored | 
| 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 |