Home
last modified time | relevance | path

Searched refs:kthread_complete_and_exit (Results 1 – 11 of 11) 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.h32 NORETURN(kthread_complete_and_exit)
/linux/kernel/
H A Dkthread.c352 void __noreturn kthread_complete_and_exit(struct completion *comp, long code) in kthread_complete_and_exit() function
359 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()
/linux/kernel/bpf/
H A Dverifier.c23900 BTF_ID(func, kthread_complete_and_exit) in BTF_SET_START()