Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/storage/
H A Dusb.h133 struct task_struct *ctl_thread; /* the control thread */ member
H A Dusb.c881 us->ctl_thread = th; in usb_stor_acquire_resources()
896 if (us->ctl_thread) in usb_stor_release_resources()
897 kthread_stop(us->ctl_thread); in usb_stor_release_resources()