Function report |
Source Code:arch\x86\kernel\apic\vector.c |
Create Date:2022-07-28 08:28:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:apic_update_irq_cfg
Proto:static void apic_update_irq_cfg(struct irq_data *irqd, unsigned int vector, unsigned int cpu)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_data * | irqd | |
unsigned int | vector | |
unsigned int | cpu |
120 | apicd = apic_chip_data(irqd) |
122 | lockdep_assert_held( & vector_lock) |
125 | dest_apicid = calc_dest_apicid(cpu) |
126 | irq_data_update_effective_affinity(irqd, cpumask_of - the cpumask containing just a given cpu*@cpu: the cpu (<= nr_cpu_ids)(cpu)) |
127 | trace_vector_config(irq, vector, cpu, dest_apicid) |
Name | Describe |
---|---|
vector_assign_managed_shutdown | |
assign_vector_locked | |
assign_managed_vector | |
vector_configure_legacy |
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 |