Home
last modified time | relevance | path

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

/linux/drivers/usb/usbip/
H A Dvudc_sysfs.c105 struct task_struct *tcp_tx = NULL; in usbip_sockfd_store() local
162 tcp_tx = kthread_create(&v_tx_loop, &udc->ud, "vudc_tx"); in usbip_sockfd_store()
163 if (IS_ERR(tcp_tx)) { in usbip_sockfd_store()
172 get_task_struct(tcp_tx); in usbip_sockfd_store()
180 udc->ud.tcp_tx = tcp_tx; in usbip_sockfd_store()
192 wake_up_process(udc->ud.tcp_tx); in usbip_sockfd_store()
H A Dvudc_dev.c443 if (ud->tcp_tx) { in vudc_shutdown()
444 kthread_stop_put(ud->tcp_tx); in vudc_shutdown()
445 ud->tcp_tx = NULL; in vudc_shutdown()
H A Dusbip_common.h274 struct task_struct *tcp_tx; member
H A Dvhci_hcd.c1055 if (vdev->ud.tcp_tx) { in vhci_shutdown_connection()
1056 kthread_stop_put(vdev->ud.tcp_tx); in vhci_shutdown_connection()
1057 vdev->ud.tcp_tx = NULL; in vhci_shutdown_connection()