• Home
  • Raw
  • Download

Lines Matching defs:mod

60 	struct module *mod;  member
77 unsigned int sym, str, mod, vers, info, pcpu; member
133 static inline int copy_module_elf(struct module *mod, struct load_info *info) in copy_module_elf()
138 static inline void free_module_elf(struct module *mod) { } in free_module_elf()
141 static inline bool set_livepatch_module(struct module *mod) in set_livepatch_module()
162 static inline int try_add_tainted_module(struct module *mod) in try_add_tainted_module()
205 static inline void mod_tree_insert(struct module *mod) { } in mod_tree_insert()
206 static inline void mod_tree_remove_init(struct module *mod) { } in mod_tree_remove_init()
207 static inline void mod_tree_remove(struct module *mod) { } in mod_tree_remove()
210 struct module *mod; in mod_find() local
241 static inline void kmemleak_load_module(const struct module *mod, in kmemleak_load_module()
256 static inline void init_build_id(struct module *mod, const struct load_info *info) { } in init_build_id()
257 static inline void layout_symtab(struct module *mod, struct load_info *info) { } in layout_symtab()
258 static inline void add_kallsyms(struct module *mod, const struct load_info *info) { } in add_kallsyms()
267 static inline int mod_sysfs_setup(struct module *mod, in mod_sysfs_setup()
275 static inline void mod_sysfs_teardown(struct module *mod) { } in mod_sysfs_teardown()
276 static inline void init_param_lock(struct module *mod) { } in init_param_lock()
289 struct module *mod, in check_version()
296 struct module *mod) in check_modstruct_version()