Function report |
Source Code:arch\x86\kernel\apic\x2apic_uv_x.c |
Create Date:2022-07-28 08:33:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:uv_send_IPI_allbutself
Proto:static void uv_send_IPI_allbutself(int vector)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | vector |
622 | this_cpu = smp_processor_id() |
625 | for_each_online_cpu(cpu) |
626 | If cpu != this_cpu Then uv_send_IPI_one(cpu, vector) |
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 |