Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dnoreturns.h13 NORETURN(__module_put_and_kthread_exit)
/linux/include/linux/
H A Dmodule.h663 extern void __noreturn __module_put_and_kthread_exit(struct module *mod,
665 #define module_put_and_kthread_exit(code) __module_put_and_kthread_exit(THIS_MODULE, code)
/linux/kernel/module/
H A Dmain.c228 void __noreturn __module_put_and_kthread_exit(struct module *mod, long code) in __module_put_and_kthread_exit() function
233 EXPORT_SYMBOL(__module_put_and_kthread_exit);
/linux/kernel/bpf/
H A Dverifier.c23888 BTF_ID(func, __module_put_and_kthread_exit) in BTF_SET_START()