Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dnoreturns.h28 NORETURN(kthread_exit)
/linux/lib/kunit/
H A Dtry-catch.c21 kthread_exit(0); in kunit_try_catch_throw()
/linux/kernel/
H A Dkthread.c312 void __noreturn kthread_exit(long result) in kthread_exit() function
318 EXPORT_SYMBOL(kthread_exit);
337 kthread_exit(code); in kthread_complete_and_exit()
359 kthread_exit(-EINTR); in kthread()
391 kthread_exit(ret); in kthread()
/linux/include/linux/
H A Dkthread.h100 void kthread_exit(long result) __noreturn;
H A Dmodule.h842 #define module_put_and_kthread_exit(code) kthread_exit(code)
/linux/kernel/module/
H A Dmain.c179 kthread_exit(code); in __module_put_and_kthread_exit()