Searched refs:kthread_complete_and_exit (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/pnp/pnpbios/ |
H A D | core.c | 163 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 D | rsi_91x_usb_ops.c | 59 kthread_complete_and_exit(&dev->rx_thread.completion, 0); in rsi_usb_rx_thread()
|
H A D | rsi_91x_coex.c | 65 kthread_complete_and_exit(&coex_cb->coex_tx_thread.completion, 0); in rsi_coex_scheduler_thread()
|
H A D | rsi_91x_sdio_ops.c | 78 kthread_complete_and_exit(&sdev->rx_thread.completion, 0); in rsi_sdio_rx_thread()
|
H A D | rsi_91x_main.c | 267 kthread_complete_and_exit(&common->tx_thread.completion, 0); in rsi_tx_scheduler_thread()
|
/linux/tools/objtool/ |
H A D | noreturns.h | 31 NORETURN(kthread_complete_and_exit)
|
/linux/include/linux/ |
H A D | kthread.h | 101 void kthread_complete_and_exit(struct completion *, long) __noreturn;
|
/linux/kernel/ |
H A D | kthread.c | 332 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 D | architecture.rst | 128 ``void kthread_complete_and_exit(struct completion *, long) __noreturn;``
|