Searched +defs:module_exit +path:init +path:. +path:h (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dinit.h307 * module_exit() - driver exit entry point
310 * module_exit() will wrap the driver clean-up code
313 * compiled into the kernel, module_exit() has no effect.
316 #define module_exit(x) __exitcall(x); macro
353 #define module_exit(exitfn) \ macro

Completed in 124 milliseconds