Lines Matching refs:module
106 struct module;
115 struct module *mod);
122 struct module *mod) {} in callthunks_patch_module_calls()
135 extern void its_init_mod(struct module *mod);
136 extern void its_fini_mod(struct module *mod);
137 extern void its_free_mod(struct module *mod);
140 static inline void its_init_mod(struct module *mod) { } in its_init_mod()
141 static inline void its_fini_mod(struct module *mod) { } in its_fini_mod()
142 static inline void its_free_mod(struct module *mod) { } in its_free_mod()
166 extern void alternatives_smp_module_add(struct module *mod, char *name,
169 extern void alternatives_smp_module_del(struct module *mod);
174 static inline void alternatives_smp_module_add(struct module *mod, char *name, in alternatives_smp_module_add()
177 static inline void alternatives_smp_module_del(struct module *mod) {} in alternatives_smp_module_del()