Function report |
Source Code:arch\x86\kernel\apic\apic_flat_64.c |
Create Date:2022-07-28 08:35:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:flat_send_IPI_mask_allbutself
Proto:static void flat_send_IPI_mask_allbutself(const struct cpumask *cpumask, int vector)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct cpumask * | cpumask | |
int | vector |
70 | mask = cpumask_bits - get the bits in a cpumask*@maskp: the struct cpumask ** You should only assume nr_cpu_ids bits of this mask are valid. This is* a macro so it's const-correct.(cpumask)[0] |
71 | cpu = smp_processor_id() |
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 |