Searched refs:module_unload (Results 1 – 2 of 2) sorted by relevance
335 if (cttype->desc.module_unload) in codetag_unload_module()336 cttype->desc.module_unload(cttype, cmod); in codetag_unload_module()
41 void (*module_unload)(struct codetag_type *cttype, member