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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c600 struct completion thread_notifier; member in struct:fsg_dev
3389 complete_and_exit(&fsg->thread_notifier, 0);
3627 wait_for_completion(&fsg->thread_notifier);
3630 complete(&fsg->thread_notifier);
4024 init_completion(&fsg->thread_notifier);
4055 wait_for_completion(&fsg->thread_notifier);

Completed in 113 milliseconds