Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/function/
Df_mass_storage.c283 struct completion thread_notifier; member
2599 kthread_complete_and_exit(&common->thread_notifier, 0); in fsg_main_thread()
2695 init_completion(&common->thread_notifier); in fsg_common_setup()
2986 wait_for_completion(&common->thread_notifier); in fsg_common_release()
3100 wait_for_completion(&fsg->common->thread_notifier); in fsg_bind()