Function report |
Source Code:arch\x86\kernel\apic\vector.c |
Create Date:2022-07-28 08:28:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:assign_managed_vector
Proto:static int assign_managed_vector(struct irq_data *irqd, const struct cpumask *dest)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_data * | irqd | |
const struct cpumask * | dest |
310 | affmsk = irq_data_get_affinity_mask(irqd) |
311 | apicd = apic_chip_data(irqd) |
317 | If vector && pumask_test_cpu - test for a cpu in a cpumask*@cpu: cpu number (< nr_cpu_ids)*@cpumask: the cpumask pointer* Returns 1 if @cpu is set in @cpumask, else returns 0 Then Return 0 |
324 | apic_update_vector(irqd, vector, cpu) |
325 | apic_update_irq_cfg(irqd, vector, cpu) |
326 | Return 0 |
Name | Describe |
---|---|
activate_managed |
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 |