Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dnoreturns.h32 NORETURN(kthread_exit)
/linux/lib/kunit/
H A Dtry-catch.c21 kthread_exit(0); in kunit_try_catch_throw()
/linux/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/include/linux/sunrpc/
H A Dsvc.h328 kthread_exit(1); in svc_thread_init_status()
/linux/include/linux/
H A Dmodule.h865 #define module_put_and_kthread_exit(code) kthread_exit(code)