Searched refs:complete_and_exit (Results 1 – 15 of 15) sorted by relevance
/linux/lib/kunit/ |
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()
|
/linux/drivers/pnp/pnpbios/ |
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()
|
/linux/drivers/net/wireless/rsi/ |
A D | rsi_91x_usb_ops.c | 59 complete_and_exit(&dev->rx_thread.completion, 0); in rsi_usb_rx_thread()
|
A D | rsi_91x_coex.c | 66 complete_and_exit(&coex_cb->coex_tx_thread.completion, 0); in rsi_coex_scheduler_thread()
|
A D | rsi_91x_sdio_ops.c | 78 complete_and_exit(&sdev->rx_thread.completion, 0); in rsi_sdio_rx_thread()
|
A D | rsi_91x_main.c | 263 complete_and_exit(&common->tx_thread.completion, 0); in rsi_tx_scheduler_thread()
|
/linux/fs/jffs2/ |
A D | background.c | 164 complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
|
/linux/drivers/staging/rts5208/ |
A D | rtsx.c | 459 complete_and_exit(&dev->control_exit, 0); in rtsx_control_thread() 504 complete_and_exit(&dev->polling_exit, 0); in rtsx_polling_thread() 685 complete_and_exit(&dev->scanning_done, 0); in rtsx_scan_thread()
|
/linux/include/linux/ |
A D | kernel.h | 190 void complete_and_exit(struct completion *, long) __noreturn;
|
/linux/kernel/ |
A D | exit.c | 887 void complete_and_exit(struct completion *comp, long code) in complete_and_exit() function 894 EXPORT_SYMBOL(complete_and_exit);
|
/linux/drivers/usb/atm/ |
A D | usbatm.c | 972 complete_and_exit(&instance->thread_exited, ret); in usbatm_do_heavy_init()
|
/linux/drivers/usb/gadget/function/ |
A D | f_mass_storage.c | 2550 complete_and_exit(&common->thread_notifier, 0); in fsg_main_thread()
|
/linux/ |
A D | vmlinux.symvers | 9741 0x00000000 complete_and_exit vmlinux EXPORT_SYMBOL
|
A D | System.map | 2147 ffff80001008a534 T complete_and_exit
|
A D | .tmp_System.map | 2147 ffff80001008a534 T complete_and_exit
|
Completed in 304 milliseconds