Function report |
Source Code:kernel\module.c |
Create Date:2022-07-28 10:58:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Free a module, remove from lists, etc.
Proto:static void free_module(struct module *mod)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct module * | mod |
2192 | trace_module_free(mod) |
2194 | mod_sysfs_teardown(mod) |
2199 | state = Still setting it up. |
2206 | module_arch_cleanup(mod) |
2209 | module_unload_free(mod) |
2212 | destroy_params(kp, num_kp) |
2214 | If is_livepatch_module(mod) Then free_module_elf(mod) |
2221 | mod_tree_remove(mod) |
2223 | module_bug_cleanup(mod) |
2229 | module_arch_freeing_init(mod) |
2231 | kfree( The command line arguments (may be mangled). People like keeping pointers to this stuff ) |
2232 | percpu_modfree(mod) |
Name | Describe |
---|---|
do_init_module | This is where the real work happens.* Keep it uninlined to provide a reliable breakpoint target, e.g. for the gdb* helper command 'lx-symbols'. |
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 |