Function report |
Source Code:arch\x86\kernel\apic\vector.c |
Create Date:2022-07-28 08:28:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:assign_vector_locked
Proto:static int assign_vector_locked(struct irq_data *irqd, const struct cpumask *dest)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_data * | irqd | |
const struct cpumask * | dest |
223 | apicd = apic_chip_data(irqd) |
224 | resvd = has_reserved |
228 | lockdep_assert_held( & vector_lock) |
244 | If move_in_progress || Not hlist_unhashed( & clist) Then Return -EBUSY |
247 | vector = irq_matrix_alloc(vector_matrix, dest, resvd, & cpu) |
248 | trace_vector_alloc(irq, vector, resvd, vector) |
251 | apic_update_vector(irqd, vector, cpu) |
252 | apic_update_irq_cfg(irqd, vector, cpu) |
254 | Return 0 |
Name | Describe |
---|---|
assign_irq_vector | |
assign_irq_vector_any_locked |
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 |