Lines Matching defs:module
94 struct module { struct
99 bool from_dump; /* true if module was loaded from *.symvers */ argument
100 bool is_vmlinux;
101 bool seen;
102 bool has_init;
103 bool has_cleanup;
104 struct buffer dev_table_buf;
105 char srcversion[25];
107 struct list_head missing_namespaces;
109 struct list_head imported_namespaces;
110 char name[];