Lines Matching defs:module
117 struct module { struct
118 struct module *next; argument
121 int from_dump; /* 1 if module was loaded from *.symvers */ argument
122 int is_vmlinux;
123 int seen;
124 int has_init;
125 int has_cleanup;
126 struct buffer dev_table_buf;
127 char srcversion[25];
129 struct namespace_list *missing_namespaces;
131 struct namespace_list *imported_namespaces;
132 char name[];