__module_put_and_kthread_exit
extern void __noreturn __module_put_and_kthread_exit(struct module *mod,
#define module_put_and_kthread_exit(code) __module_put_and_kthread_exit(THIS_MODULE, code)
BTF_ID(func, __module_put_and_kthread_exit)
EXPORT_SYMBOL(__module_put_and_kthread_exit);
NORETURN(__module_put_and_kthread_exit)