Searched refs:thread_exited (Results 1 – 2 of 2) sorted by relevance
149 struct completion thread_exited; member
972 kthread_complete_and_exit(&instance->thread_exited, ret); in usbatm_do_heavy_init()1069 init_completion(&instance->thread_exited); in usbatm_usb_probe()1176 complete(&instance->thread_exited); /* pretend that heavy_init was run */ in usbatm_usb_probe()1226 wait_for_completion(&instance->thread_exited); in usbatm_usb_disconnect()