Function report |
Source Code:arch\x86\kernel\apic\vector.c |
Create Date:2022-07-28 08:28:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:assign_irq_vector_any_locked
Proto:static int assign_irq_vector_any_locked(struct irq_data *irqd)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_data * | irqd |
272 | affmsk = irq_data_get_affinity_mask(irqd) |
273 | node = irq_data_get_node(irqd) |
275 | If node == NUMA_NO_NODE Then Go to all |
279 | If Not assign_vector_locked(irqd, vector_searchmask) Then Return 0 |
282 | If Not assign_vector_locked(irqd, Returns a pointer to the cpumask of CPUs on Node 'node'. ) Then Return 0 |
284 | all : |
287 | If Not assign_vector_locked(irqd, vector_searchmask) Then Return 0 |
290 | Return assign_vector_locked(irqd, cpu_online_mask) |
Name | Describe |
---|---|
activate_reserved |
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 |