Unreliable Guide To Hacking The Linux Kernel | ||
---|---|---|
<<< Previous | Common Routines | Next >>> |
This macro defines the function to be called at module removal time (or never, in the case of the file compiled into the kernel). It will only be called if the module usage count has reached zero. This function can also sleep, but cannot fail: everything must be cleaned up by the time it returns.
<<< Previous | Home | Next >>> |
__initcall()/module_init() include/linux/init.h | Up | MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT include/linux/module.h |