Function report |
Source Code:kernel\smp.c |
Create Date:2022-07-28 10:55:57 |
Last Modify:2020-03-17 15:12:54 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:smp_call_function(): Run a function on all other CPUs.*@func: The function to run. This must be fast and non-blocking.*@info: An arbitrary pointer to pass to the function.*@wait: If true, wait (atomically) until function has completed* on other CPUs.
Proto:void smp_call_function(smp_call_func_t func, void *info, int wait)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
smp_call_func_t | func | |
void * | info | |
int | wait |
510 | 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 |