Searched refs:thread_notifier (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/gadget/function/
H A Df_mass_storage.c283 struct completion thread_notifier; member in struct:fsg_common
2615 kthread_complete_and_exit(&common->thread_notifier, 0);
2711 init_completion(&common->thread_notifier);
3002 wait_for_completion(&common->thread_notifier);
3116 wait_for_completion(&fsg->common->thread_notifier);

Completed in 223 milliseconds