Function report | 
Source Code:kernel\smp.c | 
Create Date:2022-07-28 10:55:51 | 
| 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_single_async(): Run an asynchronous function on a* specific CPU.*@cpu: The CPU to run on.*@csd: Pre-allocated and setup data structure* Like smp_call_function_single(), but the call is asynchonous and
Proto:int smp_call_function_single_async(int cpu, call_single_data_t *csd)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| int | cpu | |
| call_single_data_t * | csd | 
| 337 | err = 0 | 
| 345 | flags = CSD_FLAG_LOCK | 
| 346 | smp_wmb() | 
| 348 | err = Insert a previously allocated call_single_data_t element* for execution on the given CPU. data must already have* ->func, ->info, and ->flags set. | 
| 349 | preempt_enable() | 
| 351 | Return err | 
| 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  |