Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/atm/
Dusbatm.h163 struct completion thread_exited; member
Dusbatm.c984 complete_and_exit(&instance->thread_exited, ret); in usbatm_do_heavy_init()
1081 init_completion(&instance->thread_exited); in usbatm_usb_probe()
1191 complete(&instance->thread_exited); /* pretend that heavy_init was run */ in usbatm_usb_probe()
1241 wait_for_completion(&instance->thread_exited); in usbatm_usb_disconnect()