Searched refs:kthread_complete_and_exit (Results 1 – 11 of 11) 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 | 60 kthread_complete_and_exit(&dev->rx_thread.completion, 0); in rsi_usb_rx_thread()
|
| H A D | rsi_91x_coex.c | 66 kthread_complete_and_exit(&coex_cb->coex_tx_thread.completion, 0); in rsi_coex_scheduler_thread()
|
| H A D | rsi_91x_sdio_ops.c | 79 kthread_complete_and_exit(&sdev->rx_thread.completion, 0); in rsi_sdio_rx_thread()
|
| H A D | rsi_91x_main.c | 268 kthread_complete_and_exit(&common->tx_thread.completion, 0); in rsi_tx_scheduler_thread()
|
| /linux/tools/objtool/ |
| H A D | noreturns.h | 33 NORETURN(kthread_complete_and_exit)
|
| /linux/include/linux/ |
| H A D | kthread.h | 120 void kthread_complete_and_exit(struct completion *, long) __noreturn;
|
| /linux/kernel/ |
| H A D | kthread.c | 321 void __noreturn kthread_complete_and_exit(struct completion *comp, long code) in kthread_complete_and_exit() function 328 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;``
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.c | 2622 kthread_complete_and_exit(&common->thread_notifier, 0); in fsg_main_thread()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 20429 BTF_ID(func, kthread_complete_and_exit) in BTF_SET_START()
|