Home
last modified time | relevance | path

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

/linux/drivers/usb/usbip/
A Dstub_dev.c50 struct task_struct *tcp_tx = NULL; in usbip_sockfd_store() local
93 tcp_tx = kthread_create(stub_tx_loop, &sdev->ud, "stub_tx"); in usbip_sockfd_store()
94 if (IS_ERR(tcp_tx)) { in usbip_sockfd_store()
102 get_task_struct(tcp_tx); in usbip_sockfd_store()
109 sdev->ud.tcp_tx = tcp_tx; in usbip_sockfd_store()
114 wake_up_process(sdev->ud.tcp_tx); in usbip_sockfd_store()
171 if (ud->tcp_tx) { in stub_shutdown_connection()
172 kthread_stop_put(ud->tcp_tx); in stub_shutdown_connection()
173 ud->tcp_tx = NULL; in stub_shutdown_connection()
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()
A Dvhci_sysfs.c321 struct task_struct *tcp_tx = NULL; in attach_store() local
381 tcp_tx = kthread_create(vhci_tx_loop, &vdev->ud, "vhci_tx"); in attach_store()
382 if (IS_ERR(tcp_tx)) { in attach_store()
391 get_task_struct(tcp_tx); in attach_store()
404 kthread_stop_put(tcp_tx); in attach_store()
425 vdev->ud.tcp_tx = tcp_tx; in attach_store()
434 wake_up_process(vdev->ud.tcp_tx); in attach_store()
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()
A Dusbip_common.h274 struct task_struct *tcp_tx; member
A Dvhci_hcd.c1026 if (vdev->ud.tcp_tx) { in vhci_shutdown_connection()
1027 kthread_stop_put(vdev->ud.tcp_tx); in vhci_shutdown_connection()
1028 vdev->ud.tcp_tx = NULL; in vhci_shutdown_connection()

Completed in 12 milliseconds