Function report |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-28 08:29:41 |
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_alloc_attr
Proto:void ioapic_set_alloc_attr(struct irq_alloc_info *info, int node, int trigger, int polarity)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_alloc_info * | info | |
int | node | |
int | trigger | |
int | polarity |
874 | init_irq_alloc_info(info, NULL) |
876 | ioapic_node = node |
877 | ioapic_trigger = trigger |
878 | ioapic_polarity = polarity |
879 | ioapic_valid = 1 |
Name | Describe |
---|---|
mp_alloc_timer_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 |