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)
316 static void __exit __platform_driver##_exit(void) \320 module_exit(__platform_driver##_exit);
275 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ argument278 { _type _T = *p; _exit; } \
687 static void __exit dm_##name##_exit(void) \691 module_exit(dm_##name##_exit)
644 static void __exit __governor##_exit(void) \648 module_exit(__governor##_exit)
263 static void __exit __driver##_exit(void) \267 module_exit(__driver##_exit);
Completed in 13 milliseconds