Home
last modified time | relevance | path

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

/linux/drivers/usb/usbip/
H A Dvudc_sysfs.c104 struct task_struct *tcp_rx = NULL; in usbip_sockfd_store() local
156 tcp_rx = kthread_create(&v_rx_loop, &udc->ud, "vudc_rx"); in usbip_sockfd_store()
157 if (IS_ERR(tcp_rx)) { in usbip_sockfd_store()
164 kthread_stop(tcp_rx); in usbip_sockfd_store()
171 get_task_struct(tcp_rx); in usbip_sockfd_store()
179 udc->ud.tcp_rx = tcp_rx; in usbip_sockfd_store()
191 wake_up_process(udc->ud.tcp_rx); in usbip_sockfd_store()
H A Dvudc_dev.c439 if (ud->tcp_rx) { in vudc_shutdown()
440 kthread_stop_put(ud->tcp_rx); in vudc_shutdown()
441 ud->tcp_rx = NULL; in vudc_shutdown()
H A Dusbip_common.h273 struct task_struct *tcp_rx; member
H A Dvhci_hcd.c1051 if (vdev->ud.tcp_rx) { in vhci_shutdown_connection()
1052 kthread_stop_put(vdev->ud.tcp_rx); in vhci_shutdown_connection()
1053 vdev->ud.tcp_rx = NULL; in vhci_shutdown_connection()