Home
last modified time | relevance | path

Searched refs:complete_and_exit (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8712/
Dosdep_service.h40 #define thread_exit() complete_and_exit(NULL, 0)
/Linux-v5.4/drivers/net/wireless/rsi/
Drsi_91x_usb_ops.c59 complete_and_exit(&dev->rx_thread.completion, 0); in rsi_usb_rx_thread()
Drsi_91x_coex.c66 complete_and_exit(&coex_cb->coex_tx_thread.completion, 0); in rsi_coex_scheduler_thread()
Drsi_91x_main.c261 complete_and_exit(&common->tx_thread.completion, 0); in rsi_tx_scheduler_thread()
Drsi_91x_sdio_ops.c97 complete_and_exit(&sdev->rx_thread.completion, 0); in rsi_sdio_rx_thread()
/Linux-v5.4/drivers/pnp/pnpbios/
Dcore.c163 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.4/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h60 #define thread_exit() complete_and_exit(NULL, 0)
/Linux-v5.4/fs/jffs2/
Dbackground.c164 complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
/Linux-v5.4/drivers/staging/rts5208/
Drtsx.c473 complete_and_exit(&dev->control_exit, 0); in rtsx_control_thread()
518 complete_and_exit(&dev->polling_exit, 0); in rtsx_polling_thread()
699 complete_and_exit(&dev->scanning_done, 0); in rtsx_scan_thread()
/Linux-v5.4/kernel/
Dexit.c879 void complete_and_exit(struct completion *comp, long code) in complete_and_exit() function
886 EXPORT_SYMBOL(complete_and_exit);
/Linux-v5.4/include/linux/
Dkernel.h329 void complete_and_exit(struct completion *, long) __noreturn;
/Linux-v5.4/drivers/usb/atm/
Dusbatm.c970 complete_and_exit(&instance->thread_exited, ret); in usbatm_do_heavy_init()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_cmd.c222 complete_and_exit(NULL, 0); in rtw_cmd_thread()
/Linux-v5.4/fs/ocfs2/
Djournal.c1493 complete_and_exit(NULL, status); in __ocfs2_recovery_thread()
/Linux-v5.4/drivers/usb/gadget/function/
Df_mass_storage.c2499 complete_and_exit(&common->thread_notifier, 0); in fsg_main_thread()