Searched refs:tcp_tx (Results 1 – 6 of 6) 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()
50 struct task_struct *tcp_tx = NULL; in usbip_sockfd_store() local93 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()
321 struct task_struct *tcp_tx = NULL; in attach_store() local381 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()
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
1026 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()