Function report |
Source Code:arch\x86\kernel\apic\ipi.c |
Create Date:2022-07-28 08:27:47 |
Last Modify:2020-03-16 21:22:25 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This is only used on smaller machines.
Proto:void default_send_IPI_mask_logical(const struct cpumask *cpumask, int vector)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct cpumask * | cpumask | |
int | vector |
291 | 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] |
294 | If Not mask Then Return |
297 | local_irq_save(flags) |
300 | local_irq_restore(flags) |
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 |