Searched refs:tcp_tx (Results 1 – 4 of 4) sorted by relevance
105 struct task_struct *tcp_tx = NULL; in usbip_sockfd_store() local162 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()
443 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()
274 struct task_struct *tcp_tx; member
1055 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()