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

/linux-master/lib/kunit/
H A Dtry-catch.c20 kthread_complete_and_exit(try_catch->try_completion, -EFAULT);
30 kthread_complete_and_exit(try_catch->try_completion, 0);
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_usb_ops.c59 kthread_complete_and_exit(&dev->rx_thread.completion, 0);
H A Drsi_91x_coex.c65 kthread_complete_and_exit(&coex_cb->coex_tx_thread.completion, 0);
H A Drsi_91x_sdio_ops.c78 kthread_complete_and_exit(&sdev->rx_thread.completion, 0);
H A Drsi_91x_main.c267 kthread_complete_and_exit(&common->tx_thread.completion, 0);
/linux-master/tools/objtool/
H A Dnoreturns.h27 NORETURN(kthread_complete_and_exit)
/linux-master/fs/jffs2/
H A Dbackground.c164 kthread_complete_and_exit(&c->gc_thread_exit, 0);
/linux-master/drivers/pnp/pnpbios/
H A Dcore.c163 kthread_complete_and_exit(&unload_sem, 0);
173 kthread_complete_and_exit(&unload_sem, 0);
186 kthread_complete_and_exit(&unload_sem, 0);
/linux-master/include/linux/
H A Dkthread.h101 void kthread_complete_and_exit(struct completion *, long) __noreturn;
/linux-master/drivers/staging/rts5208/
H A Drtsx.c441 * kthread_complete_and_exit() goes even further than this --
447 kthread_complete_and_exit(&dev->control_exit, 0);
492 kthread_complete_and_exit(&dev->polling_exit, 0);
673 kthread_complete_and_exit(&dev->scanning_done, 0);
/linux-master/kernel/
H A Dkthread.c320 * kthread_complete_and_exit - Exit the current kthread.
331 void __noreturn kthread_complete_and_exit(struct completion *comp, long code) function
338 EXPORT_SYMBOL(kthread_complete_and_exit); variable
/linux-master/drivers/usb/atm/
H A Dusbatm.c972 kthread_complete_and_exit(&instance->thread_exited, ret);
/linux-master/drivers/usb/gadget/function/
H A Df_mass_storage.c2615 kthread_complete_and_exit(&common->thread_notifier, 0);

Completed in 405 milliseconds