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_unlock
Proto:static __always_inline void csd_unlock(call_single_data_t *csd)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
call_single_data_t * | csd |
127 | WARN_ON(!(flags & CSD_FLAG_LOCK)) |
132 | smp_store_release( & flags, 0) |
Name | Describe |
---|---|
generic_exec_single | Insert a previously allocated call_single_data_t element* for execution on the given CPU. data must already have* ->func, ->info, and ->flags set. |
flush_smp_call_function_queue |
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 |