Home
last modified time | relevance | path

Searched refs:its_free_mod (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dalternative.h137 extern void its_free_mod(struct module *mod);
142 static inline void its_free_mod(struct module *mod) { } in its_free_mod() function
/linux/arch/x86/kernel/
H A Dmodule.c337 its_free_mod(mod); in module_arch_cleanup()
H A Dalternative.c214 void its_free_mod(struct module *mod) in its_free_mod() function