Home
last modified time | relevance | path

Searched refs:kthread_exit (Results 1 – 8 of 8) 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/kernel/
H A Dkthread.c322 void __noreturn kthread_exit(long result) in kthread_exit() function
338 EXPORT_SYMBOL(kthread_exit);
357 kthread_exit(code); in kthread_complete_and_exit()
429 kthread_exit(-EINTR); in kthread()
465 kthread_exit(ret); in kthread()
/linux/include/linux/
H A Dkthread.h101 void kthread_exit(long result) __noreturn;
H A Dmodule.h856 #define module_put_and_kthread_exit(code) kthread_exit(code)
/linux/include/linux/sunrpc/
H A Dsvc.h338 kthread_exit(1); in svc_thread_init_status()
/linux/kernel/module/
H A Dmain.c231 kthread_exit(code); in __module_put_and_kthread_exit()
/linux/kernel/bpf/
H A Dverifier.c23897 BTF_ID(func, kthread_exit) in BTF_SET_START()