Function report |
Source Code:kernel\rcu\srcutree.c |
Create Date:2022-07-28 10:19:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Initialize any global-scope srcu_struct structures used by this module.
Proto:static int srcu_module_coming(struct module *mod)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct module * | mod |
1322 | sspp = srcu_struct_ptrs |
1325 | When i < num_srcu_structs cycle |
1326 | ret = init_srcu_struct( * (sspp++)) |
1327 | If WARN_ON_ONCE(ret) Then Return ret |
1330 | Return 0 |
Name | Describe |
---|---|
srcu_module_notify | Handle one module, either coming or going. |
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 |