Function report |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-28 08:30:16 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ioapic_set_affinity
Proto:static int ioapic_set_affinity(struct irq_data *irq_data, const struct cpumask *mask, bool force)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_data * | irq_data | |
const struct cpumask * | mask | |
bool | force |
1887 | parent = parent_data |
1891 | ret = irq_set_affinity(parent, mask, force) |
1892 | raw_spin_lock_irqsave( & ioapic_lock, flags) |
1893 | If ret >= 0 && ret != IRQ_SET_MASK_OK_DONE Then ioapic_configure_entry(irq_data) |
1895 | raw_spin_unlock_irqrestore( & ioapic_lock, flags) |
1897 | Return ret |
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 |