Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/atm/
Dusbatm.h186 struct completion thread_exited; member
Dusbatm.c1016 complete_and_exit(&instance->thread_exited, ret); in usbatm_do_heavy_init()
1118 init_completion(&instance->thread_exited); in usbatm_usb_probe()
1231 complete(&instance->thread_exited); /* pretend that heavy_init was run */ in usbatm_usb_probe()
1283 wait_for_completion(&instance->thread_exited); in usbatm_usb_disconnect()