Home
last modified time | relevance | path

Searched refs:kthread_complete_and_exit (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/lib/kunit/
Dtry-catch.c20 kthread_complete_and_exit(try_catch->try_completion, -EFAULT); in kunit_try_catch_throw()
30 kthread_complete_and_exit(try_catch->try_completion, 0); in kunit_generic_run_threadfn_adapter()
/linux-6.6.21/drivers/pnp/pnpbios/
Dcore.c163 kthread_complete_and_exit(&unload_sem, 0); in pnp_dock_thread()
173 kthread_complete_and_exit(&unload_sem, 0); in pnp_dock_thread()
186 kthread_complete_and_exit(&unload_sem, 0); in pnp_dock_thread()
/linux-6.6.21/drivers/net/wireless/rsi/
Drsi_91x_usb_ops.c59 kthread_complete_and_exit(&dev->rx_thread.completion, 0); in rsi_usb_rx_thread()
Drsi_91x_coex.c65 kthread_complete_and_exit(&coex_cb->coex_tx_thread.completion, 0); in rsi_coex_scheduler_thread()
Drsi_91x_sdio_ops.c78 kthread_complete_and_exit(&sdev->rx_thread.completion, 0); in rsi_sdio_rx_thread()
Drsi_91x_main.c267 kthread_complete_and_exit(&common->tx_thread.completion, 0); in rsi_tx_scheduler_thread()
/linux-6.6.21/tools/objtool/
Dnoreturns.h25 NORETURN(kthread_complete_and_exit)
/linux-6.6.21/fs/jffs2/
Dbackground.c164 kthread_complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
/linux-6.6.21/include/linux/
Dkthread.h100 void kthread_complete_and_exit(struct completion *, long) __noreturn;
/linux-6.6.21/drivers/staging/rts5208/
Drtsx.c447 kthread_complete_and_exit(&dev->control_exit, 0); in rtsx_control_thread()
492 kthread_complete_and_exit(&dev->polling_exit, 0); in rtsx_polling_thread()
673 kthread_complete_and_exit(&dev->scanning_done, 0); in rtsx_scan_thread()
/linux-6.6.21/kernel/
Dkthread.c331 void __noreturn kthread_complete_and_exit(struct completion *comp, long code) in kthread_complete_and_exit() function
338 EXPORT_SYMBOL(kthread_complete_and_exit);
/linux-6.6.21/Documentation/dev-tools/kunit/
Darchitecture.rst128 ``void kthread_complete_and_exit(struct completion *, long) __noreturn;``
/linux-6.6.21/drivers/usb/atm/
Dusbatm.c972 kthread_complete_and_exit(&instance->thread_exited, ret); in usbatm_do_heavy_init()
/linux-6.6.21/drivers/usb/gadget/function/
Df_mass_storage.c2615 kthread_complete_and_exit(&common->thread_notifier, 0); in fsg_main_thread()