Function report |
Source Code:kernel\smp.c |
Create Date:2022-07-28 10:55:44 |
Last Modify:2020-03-17 15:12:54 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sd_lock/csd_unlock used to serialize access to per-cpu csd resources* For non-synchronous ipi calls the csd can still be in use by the* previous function call. For multi-cpu calls its even more interesting
Proto:static __always_inline void csd_lock_wait(call_single_data_t *csd)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
call_single_data_t * | csd |
Name | Describe |
---|---|
csd_lock | |
smp_call_function_single | smp_call_function_single - Run a function on a specific CPU*@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 until function has completed on other CPUs. |
smp_call_function_single_async | 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 |
smp_call_function_many | smp_call_function_many(): Run a function on a set of other CPUs |
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 |