Searched refs:_exit (Results 1 – 7 of 7) sorted by relevance
73 static void __exit __buffer##_exit(void) \77 module_exit(__buffer##_exit);
61 static void __exit __isa_driver##_exit(void) \65 module_exit(__isa_driver##_exit)
243 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ argument246 { _type _T = *p; _exit; } \
334 static void __exit __platform_driver##_exit(void) \338 module_exit(__platform_driver##_exit);
683 static void __exit dm_##name##_exit(void) \687 module_exit(dm_##name##_exit)
635 static void __exit __governor##_exit(void) \639 module_exit(__governor##_exit)
268 static void __exit __driver##_exit(void) \272 module_exit(__driver##_exit);