Home
last modified time | relevance | path

Searched refs:kthread_exit (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/objtool/
H A Dnoreturns.h33 NORETURN(kthread_exit)
/linux-6.15/lib/kunit/
H A Dtry-catch.c21 kthread_exit(0); in kunit_try_catch_throw()
/linux-6.15/kernel/
H A Dkthread.c323 void __noreturn kthread_exit(long result) in kthread_exit() function
339 EXPORT_SYMBOL(kthread_exit);
358 kthread_exit(code); in kthread_complete_and_exit()
430 kthread_exit(-EINTR); in kthread()
466 kthread_exit(ret); in kthread()
/linux-6.15/include/linux/
H A Dkthread.h101 void kthread_exit(long result) __noreturn;
H A Dmodule.h863 #define module_put_and_kthread_exit(code) kthread_exit(code)
/linux-6.15/include/linux/sunrpc/
H A Dsvc.h328 kthread_exit(1); in svc_thread_init_status()
/linux-6.15/kernel/module/
H A Dmain.c179 kthread_exit(code); in __module_put_and_kthread_exit()
/linux-6.15/kernel/bpf/
H A Dverifier.c23421 BTF_ID(func, kthread_exit) in BTF_SET_START()