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