thread_exited     970 drivers/usb/atm/usbatm.c 	complete_and_exit(&instance->thread_exited, ret);
thread_exited    1065 drivers/usb/atm/usbatm.c 	init_completion(&instance->thread_exited);
thread_exited    1172 drivers/usb/atm/usbatm.c 		complete(&instance->thread_exited);	/* pretend that heavy_init was run */
thread_exited    1222 drivers/usb/atm/usbatm.c 	wait_for_completion(&instance->thread_exited);
thread_exited     149 drivers/usb/atm/usbatm.h 	struct completion thread_exited;