Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dnoreturns.h33 NORETURN(kthread_exit)
/linux/lib/kunit/
H A Dtry-catch.c21 kthread_exit(0); in kunit_try_catch_throw()
/linux/include/linux/
H A Dkthread.h119 #define kthread_exit(result) do_exit(result) macro
H A Dmodule.h858 #define module_put_and_kthread_exit(code) kthread_exit(code)
/linux/kernel/
H A Dkthread.c326 kthread_exit(code); in kthread_complete_and_exit()
398 kthread_exit(-EINTR); in kthread()
438 kthread_exit(ret); in kthread()
/linux/include/linux/sunrpc/
H A Dsvc.h341 kthread_exit(1); in svc_thread_init_status()
/linux/kernel/module/
H A Dmain.c231 kthread_exit(code); in __module_put_and_kthread_exit()