Searched refs:module_shutdown (Results 1 – 1 of 1) sorted by relevance
64 static void module_shutdown(void *, int);86 EVENTHANDLER_REGISTER(shutdown_final, module_shutdown, NULL, in module_init()93 module_shutdown(void *arg1, int arg2) in module_shutdown() function