Searched refs:module_shutdown_func (Results 1 – 2 of 2) sorted by relevance
81 int (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS); member
2559 if (module->module_started && module->module_shutdown_func) { in module_destructor()2563 module->module_shutdown_func(module->type, module->module_number); in module_destructor()2567 && !module->module_shutdown_func in module_destructor()
Completed in 18 milliseconds