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