Home
last modified time | relevance | path

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

/linux/drivers/pnp/pnpbios/
H A 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/drivers/net/wireless/rsi/
H A Drsi_91x_usb_ops.c59 kthread_complete_and_exit(&dev->rx_thread.completion, 0); in rsi_usb_rx_thread()
H A Drsi_91x_coex.c65 kthread_complete_and_exit(&coex_cb->coex_tx_thread.completion, 0); in rsi_coex_scheduler_thread()
H A Drsi_91x_sdio_ops.c78 kthread_complete_and_exit(&sdev->rx_thread.completion, 0); in rsi_sdio_rx_thread()
H A Drsi_91x_main.c267 kthread_complete_and_exit(&common->tx_thread.completion, 0); in rsi_tx_scheduler_thread()
/linux/tools/objtool/
H A Dnoreturns.h27 NORETURN(kthread_complete_and_exit)
/linux/fs/jffs2/
H A Dbackground.c164 kthread_complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
/linux/include/linux/
H A Dkthread.h101 void kthread_complete_and_exit(struct completion *, long) __noreturn;
/linux/drivers/staging/rts5208/
H A 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/kernel/
H A Dkthread.c332 void __noreturn kthread_complete_and_exit(struct completion *comp, long code) in kthread_complete_and_exit() function
339 EXPORT_SYMBOL(kthread_complete_and_exit);
/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst128 ``void kthread_complete_and_exit(struct completion *, long) __noreturn;``
/linux/drivers/usb/atm/
H A Dusbatm.c972 kthread_complete_and_exit(&instance->thread_exited, ret); in usbatm_do_heavy_init()
/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c2615 kthread_complete_and_exit(&common->thread_notifier, 0); in fsg_main_thread()