Lines Matching defs:module
82 struct module { struct
87 bool from_dump; /* true if module was loaded from *.symvers */ argument
88 bool is_vmlinux;
89 bool seen;
90 bool has_init;
91 bool has_cleanup;
92 struct buffer dev_table_buf;
93 char srcversion[25];
95 struct list_head missing_namespaces;
97 struct list_head imported_namespaces;
98 char name[];