Searched refs:complete_and_exit (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.10/lib/kunit/ |
D | try-catch.c | 20 complete_and_exit(try_catch->try_completion, -EFAULT); in kunit_try_catch_throw() 30 complete_and_exit(try_catch->try_completion, 0); in kunit_generic_run_threadfn_adapter()
|
/Linux-v5.10/drivers/staging/rtl8712/ |
D | osdep_service.h | 40 #define thread_exit() complete_and_exit(NULL, 0)
|
/Linux-v5.10/drivers/net/wireless/rsi/ |
D | rsi_91x_usb_ops.c | 59 complete_and_exit(&dev->rx_thread.completion, 0); in rsi_usb_rx_thread()
|
D | rsi_91x_coex.c | 66 complete_and_exit(&coex_cb->coex_tx_thread.completion, 0); in rsi_coex_scheduler_thread()
|
D | rsi_91x_main.c | 262 complete_and_exit(&common->tx_thread.completion, 0); in rsi_tx_scheduler_thread()
|
D | rsi_91x_sdio_ops.c | 97 complete_and_exit(&sdev->rx_thread.completion, 0); in rsi_sdio_rx_thread()
|
/Linux-v5.10/drivers/pnp/pnpbios/ |
D | core.c | 163 complete_and_exit(&unload_sem, 0); in pnp_dock_thread() 173 complete_and_exit(&unload_sem, 0); in pnp_dock_thread() 186 complete_and_exit(&unload_sem, 0); in pnp_dock_thread()
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | osdep_service_linux.h | 60 #define thread_exit() complete_and_exit(NULL, 0)
|
/Linux-v5.10/fs/jffs2/ |
D | background.c | 164 complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
|
/Linux-v5.10/drivers/staging/rts5208/ |
D | rtsx.c | 460 complete_and_exit(&dev->control_exit, 0); in rtsx_control_thread() 505 complete_and_exit(&dev->polling_exit, 0); in rtsx_polling_thread() 686 complete_and_exit(&dev->scanning_done, 0); in rtsx_scan_thread()
|
/Linux-v5.10/kernel/ |
D | exit.c | 864 void complete_and_exit(struct completion *comp, long code) in complete_and_exit() function 871 EXPORT_SYMBOL(complete_and_exit);
|
/Linux-v5.10/include/linux/ |
D | kernel.h | 327 void complete_and_exit(struct completion *, long) __noreturn;
|
/Linux-v5.10/drivers/usb/atm/ |
D | usbatm.c | 972 complete_and_exit(&instance->thread_exited, ret); in usbatm_do_heavy_init()
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_cmd.c | 228 complete_and_exit(NULL, 0); in rtw_cmd_thread()
|
/Linux-v5.10/fs/ocfs2/ |
D | journal.c | 1505 complete_and_exit(NULL, status); in __ocfs2_recovery_thread()
|
/Linux-v5.10/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 2499 complete_and_exit(&common->thread_notifier, 0); in fsg_main_thread()
|