Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/lib/kunit/
H A Dtry-catch.c20 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 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()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Dosdep_service.h40 #define thread_exit() complete_and_exit(NULL, 0)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_usb_ops.c59 complete_and_exit(&dev->rx_thread.completion, 0); in rsi_usb_rx_thread()
H A Drsi_91x_coex.c66 complete_and_exit(&coex_cb->coex_tx_thread.completion, 0); in rsi_coex_scheduler_thread()
H A Drsi_91x_sdio_ops.c78 complete_and_exit(&sdev->rx_thread.completion, 0); in rsi_sdio_rx_thread()
H A Drsi_91x_main.c267 complete_and_exit(&common->tx_thread.completion, 0); in rsi_tx_scheduler_thread()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h60 #define thread_exit() complete_and_exit(NULL, 0)
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dbackground.c164 complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Drtsx.c460 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 Dabi_gki_aarch64_tuxera35 complete_and_exit
H A Dabi_gki_aarch64_asus39 complete_and_exit
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_timer.c218 complete_and_exit(&tsk->completed, 0); in WL_FUNC_HANDLER()
356 complete_and_exit(&tsk->completed, 0); in WL_TIMER_HANDLER()
H A Dwl_event.c266 complete_and_exit(&tsk->completed, 0); in WL_EXT_EVENT_HANDLER()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dosdep_service_linux.h157 #define thread_exit() complete_and_exit(NULL, 0)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dosdep_service_linux.h157 #define thread_exit() complete_and_exit(NULL, 0)
/OK3568_Linux_fs/kernel/drivers/rk_nand/
H A Drk_nand_blk.c381 complete_and_exit(&nand_ops->thread_exit, 0); in nand_gc_thread()
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c868 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 Dwl_event.c269 complete_and_exit(&tsk->completed, 0); in WL_EXT_EVENT_HANDLER()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_event.c265 complete_and_exit(&tsk->completed, 0); in WL_EXT_EVENT_HANDLER()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h327 void complete_and_exit(struct completion *, long) __noreturn;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dosdep_service_linux.h513 complete_and_exit(comp, 0); in rtw_thread_exit()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service_linux.h512 complete_and_exit(comp, 0); in rtw_thread_exit()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dlinuxver.h948 #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 Dlinuxver.h951 #define complete_and_exit(a, b) kthread_complete_and_exit(a, b) macro

123