Function report |
Source Code:kernel\irq\migration.c |
Create Date:2022-07-28 10:14:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_fixup_move_pending - Cleanup irq move pending from a dying CPU*@desc: Interrupt descpriptor to clean up*@force_clear: If set clear the move pending bit unconditionally
Proto:bool irq_fixup_move_pending(struct irq_desc *desc, bool force_clear)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_desc * | desc | |
bool | force_clear |
20 | data = irq_desc_get_irq_data(desc) |
22 | If Not irqd_is_setaffinity_pending(data) Then Return false |
31 | Return false |
33 | If force_clear Then irqd_clr_move_pending(data) |
35 | Return true |
Name | Describe |
---|---|
migrate_one_irq |
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 |