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