Home
last modified time | relevance | path

Searched refs:__module_put_and_kthread_exit (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/objtool/
H A Dnoreturns.h10 NORETURN(__module_put_and_kthread_exit)
/openbmc/linux/include/linux/
H A Dmodule.h652 extern void __noreturn __module_put_and_kthread_exit(struct module *mod,
654 #define module_put_and_kthread_exit(code) __module_put_and_kthread_exit(THIS_MODULE, code)
/openbmc/linux/kernel/module/
H A Dmain.c174 void __noreturn __module_put_and_kthread_exit(struct module *mod, long code) in __module_put_and_kthread_exit() function
179 EXPORT_SYMBOL(__module_put_and_kthread_exit);