| /OK3568_Linux_fs/kernel/lib/kunit/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/pnp/pnpbios/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | osdep_service.h | 40 #define thread_exit() complete_and_exit(NULL, 0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_usb_ops.c | 59 complete_and_exit(&dev->rx_thread.completion, 0); in rsi_usb_rx_thread()
|
| H A D | rsi_91x_coex.c | 66 complete_and_exit(&coex_cb->coex_tx_thread.completion, 0); in rsi_coex_scheduler_thread()
|
| H A D | rsi_91x_sdio_ops.c | 78 complete_and_exit(&sdev->rx_thread.completion, 0); in rsi_sdio_rx_thread()
|
| H A D | rsi_91x_main.c | 267 complete_and_exit(&common->tx_thread.completion, 0); in rsi_tx_scheduler_thread()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/ |
| H A D | osdep_service_linux.h | 60 #define thread_exit() complete_and_exit(NULL, 0)
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | background.c | 164 complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rts5208/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_tuxera | 35 complete_and_exit
|
| H A D | abi_gki_aarch64_asus | 39 complete_and_exit
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_timer.c | 218 complete_and_exit(&tsk->completed, 0); in WL_FUNC_HANDLER() 356 complete_and_exit(&tsk->completed, 0); in WL_TIMER_HANDLER()
|
| H A D | wl_event.c | 266 complete_and_exit(&tsk->completed, 0); in WL_EXT_EVENT_HANDLER()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | osdep_service_linux.h | 157 #define thread_exit() complete_and_exit(NULL, 0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | osdep_service_linux.h | 157 #define thread_exit() complete_and_exit(NULL, 0)
|
| /OK3568_Linux_fs/kernel/drivers/rk_nand/ |
| H A D | rk_nand_blk.c | 381 complete_and_exit(&nand_ops->thread_exit, 0); in nand_gc_thread()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | exit.c | 868 void complete_and_exit(struct completion *comp, long code) in complete_and_exit() function 875 EXPORT_SYMBOL(complete_and_exit);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_event.c | 269 complete_and_exit(&tsk->completed, 0); in WL_EXT_EVENT_HANDLER()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_event.c | 265 complete_and_exit(&tsk->completed, 0); in WL_EXT_EVENT_HANDLER()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 327 void complete_and_exit(struct completion *, long) __noreturn;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | osdep_service_linux.h | 513 complete_and_exit(comp, 0); in rtw_thread_exit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | osdep_service_linux.h | 512 complete_and_exit(comp, 0); in rtw_thread_exit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linuxver.h | 948 #define complete_and_exit(a, b) kthread_complete_and_exit(a, b) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | linuxver.h | 951 #define complete_and_exit(a, b) kthread_complete_and_exit(a, b) macro
|