Searched defs:module_put_and_kthread_exit (Results 1 - 1 of 1) sorted by path

/linux-master/include/linux/
H A Dmodule.h661 #define module_put_and_kthread_exit(code) __module_put_and_kthread_exit(THIS_MODULE, code) macro
842 #define module_put_and_kthread_exit(code) kthread_exit(code) macro

Completed in 204 milliseconds