Searched refs:complete_and_exit (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | osdep_service.h | 52 #define thread_exit() complete_and_exit(NULL, 0)
|
/linux-4.1.27/drivers/pnp/pnpbios/ |
D | core.c | 175 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.1.27/fs/jffs2/ |
D | background.c | 167 complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_usb_ops.c | 119 complete_and_exit(&dev->rx_thread.completion, 0); in rsi_usb_rx_thread()
|
D | rsi_91x_main.c | 181 complete_and_exit(&common->tx_thread.completion, 0); in rsi_tx_scheduler_thread()
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | rtsx.c | 518 complete_and_exit(&dev->control_exit, 0); in rtsx_control_thread() 565 complete_and_exit(&dev->polling_exit, 0); in rtsx_polling_thread() 743 complete_and_exit(&dev->scanning_done, 0); in rtsx_scan_thread()
|
/linux-4.1.27/kernel/ |
D | exit.c | 832 void complete_and_exit(struct completion *comp, long code) in complete_and_exit() function 839 EXPORT_SYMBOL(complete_and_exit);
|
/linux-4.1.27/include/linux/ |
D | kernel.h | 263 void complete_and_exit(struct completion *, long)
|
/linux-4.1.27/drivers/staging/unisys/virthba/ |
D | virthba.c | 1187 complete_and_exit(&dc->threadinfo.has_stopped, 0); in process_incoming_rsps() 1205 complete_and_exit(&dc->threadinfo.has_stopped, 0); in process_incoming_rsps()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 1375 complete_and_exit(&ldlm_pools_comp, 0); in ldlm_pools_thread_main()
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uislib.c | 1213 complete_and_exit(&incoming_ti.has_stopped, 0); in process_incoming()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_cmd.c | 258 complete_and_exit(NULL, 0); in rtw_cmd_thread()
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.c | 984 complete_and_exit(&instance->thread_exited, ret); in usbatm_do_heavy_init()
|
/linux-4.1.27/fs/ocfs2/ |
D | journal.c | 1464 complete_and_exit(NULL, status); in __ocfs2_recovery_thread()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 2580 complete_and_exit(&common->thread_notifier, 0); in fsg_main_thread()
|