Function report |
Source Code:kernel\module.c |
Create Date:2022-07-28 10:59:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Keep in sync with MODULE_FLAGS_BUF_SIZE !!!
Proto:static char *module_flags(struct module *mod, char *buf)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
struct module * | mod | |
char * | buf |
4299 | bx = 0 |
4301 | BUG_ON(state == Still setting it up. ) |
4302 | If same bits as kernel:taint_flags || state == Going away. || state == Full formed, running module_init. Then |
4306 | bx += module_flags_taint(mod, buf + bx) |
4308 | If state == Going away. Then buf[bx++] = '-' |
4311 | If state == Full formed, running module_init. Then buf[bx++] = '+' |
4317 | Return buf |
Name | Describe |
---|---|
m_show | |
print_modules | Don't grab lock, we're oopsing. |
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 |