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