Home
last modified time | relevance | path

Searched refs:thread_exited (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/atm/
Dusbatm.h163 struct completion thread_exited; member
Dusbatm.c986 complete_and_exit(&instance->thread_exited, ret); in usbatm_do_heavy_init()
1083 init_completion(&instance->thread_exited); in usbatm_usb_probe()
1193 complete(&instance->thread_exited); /* pretend that heavy_init was run */ in usbatm_usb_probe()
1243 wait_for_completion(&instance->thread_exited); in usbatm_usb_disconnect()