Searched refs:codetag_unload_module (Results 1 – 3 of 3) sorted by relevance
75 bool codetag_unload_module(struct module *mod);78 static inline bool codetag_unload_module(struct module *mod) { return true; } in codetag_unload_module() function
223 bool codetag_unload_module(struct module *mod) in codetag_unload_module() function
1265 unload_codetags = codetag_unload_module(mod); in free_module()