Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Dosdep_service.h52 #define thread_exit() complete_and_exit(NULL, 0)
/linux-4.4.14/drivers/pnp/pnpbios/
Dcore.c175 complete_and_exit(&unload_sem, 0); in pnp_dock_thread()
185 complete_and_exit(&unload_sem, 0); in pnp_dock_thread()
198 complete_and_exit(&unload_sem, 0); in pnp_dock_thread()
/linux-4.4.14/fs/jffs2/
Dbackground.c164 complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_usb_ops.c119 complete_and_exit(&dev->rx_thread.completion, 0); in rsi_usb_rx_thread()
Drsi_91x_main.c181 complete_and_exit(&common->tx_thread.completion, 0); in rsi_tx_scheduler_thread()
/linux-4.4.14/drivers/staging/rts5208/
Drtsx.c517 complete_and_exit(&dev->control_exit, 0); in rtsx_control_thread()
564 complete_and_exit(&dev->polling_exit, 0); in rtsx_polling_thread()
740 complete_and_exit(&dev->scanning_done, 0); in rtsx_scan_thread()
/linux-4.4.14/kernel/
Dexit.c836 void complete_and_exit(struct completion *comp, long code) in complete_and_exit() function
843 EXPORT_SYMBOL(complete_and_exit);
/linux-4.4.14/include/linux/
Dkernel.h264 void complete_and_exit(struct completion *, long)
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c1050 complete_and_exit(&ldlm_pools_comp, 0); in ldlm_pools_thread_main()
/linux-4.4.14/drivers/usb/atm/
Dusbatm.c986 complete_and_exit(&instance->thread_exited, ret); in usbatm_do_heavy_init()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_cmd.c258 complete_and_exit(NULL, 0); in rtw_cmd_thread()
/linux-4.4.14/fs/ocfs2/
Djournal.c1491 complete_and_exit(NULL, status); in __ocfs2_recovery_thread()
/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.c2576 complete_and_exit(&common->thread_notifier, 0); in fsg_main_thread()