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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfile_storage.c371 struct completion thread_notifier; member in struct:fsg_dev
3011 complete_and_exit(&fsg->thread_notifier, 0);
3068 wait_for_completion(&fsg->thread_notifier);
3071 complete(&fsg->thread_notifier);
3453 complete(&fsg->thread_notifier);
3513 init_completion(&fsg->thread_notifier);
3544 wait_for_completion(&fsg->thread_notifier);
H A Df_mass_storage.c389 struct completion thread_notifier; member in struct:fsg_common
2631 complete_and_exit(&common->thread_notifier, 0);
2819 init_completion(&common->thread_notifier);
2875 wait_for_completion(&common->thread_notifier);
2878 complete(&common->thread_notifier);

Completed in 63 milliseconds