Searched refs:free_section_mem (Results 1 – 2 of 2) sorted by relevance
293 if (!cttype->desc.free_section_mem) in codetag_free_module_sections()297 cttype->desc.free_section_mem(mod, false); in codetag_free_module_sections()371 if (found && cttype->desc.free_section_mem) in codetag_unload_module()372 cttype->desc.free_section_mem(mod, true); in codetag_unload_module()
51 void (*free_section_mem)(struct module *mod, bool used); member