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:csd_lock
Proto:static __always_inline void csd_lock(call_single_data_t *csd)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| call_single_data_t * | csd |
| 115 | flags |= CSD_FLAG_LOCK |
| 122 | smp_wmb() |
| Name | Describe |
|---|---|
| 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_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 |