Searched refs:module_exit (Results 1 - 6 of 6) sorted by relevance

/external/oprofile/module/
H A Dop_init.c33 module_exit(stub_exit);
H A Dcompat22.h102 #define module_exit(x) void cleanup_module(void) __attribute__((alias(#x))); macro
105 #define module_exit(x) void cleanup_module(void) { x(); } macro
/external/kernel-headers/original/linux/
H A Dinit.h162 * module_exit() - driver exit entry point
165 * module_exit() will wrap the driver clean-up code
168 * compiled into the kernel, module_exit() has no effect.
171 #define module_exit(x) __exitcall(x); macro
199 #define module_exit(exitfn) \ macro
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c702 module_exit(nandemul2k_cleanup);
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c2122 module_exit(exit_yaffs_fs)
/external/grub/netboot/
H A Dtlan.c1542 * - Driver now uses module_init/module_exit.
2135 module_exit(tlan_exit);

Completed in 171 milliseconds