Lines Matching refs:exit
343 * is running can call this to safely exit. nfsd and lockd use this.
1020 /* If it has an init func, it must have an exit func to unload */
1021 if (mod->init && !mod->exit) {
1037 if (mod->exit != NULL)
1038 mod->exit();
1074 if (mod->init != NULL && mod->exit == NULL) {
2894 return strstarts(name, ".exit");
4502 exitcall_t *exit;
4509 exit = (exitcall_t *)
4513 /* Fix init/exit functions to point to the CFI jump table */
4517 if (exit)
4518 mod->exit = *exit;