Function report | 
Source Code:kernel\smp.c | 
Create Date:2022-07-28 10:56:02 | 
| Last Modify:2020-03-17 15:12:54 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Call a function on all processors. May be used during early boot while* early_boot_irqs_disabled is set. Use local_irq_save/restore() instead* of local_irq_disable/enable().
Proto:void on_each_cpu(void (*func)(void *info), void *info, int wait)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| void (* | func | |
| void * | info | |
| int | wait | 
| 616 | smp_call_function(func, info, wait) | 
| 617 | local_irq_save(flags) | 
| 619 | local_irq_restore(flags) | 
| 620 | preempt_enable() | 
| 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  |