Searched refs:tcp_rx (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | vudc_sysfs.c | 104 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 D | stub_dev.c | 49 struct task_struct *tcp_rx = NULL; in usbip_sockfd_store() local 88 tcp_rx = kthread_create(stub_rx_loop, &sdev->ud, "stub_rx"); in usbip_sockfd_store() 89 if (IS_ERR(tcp_rx)) { in usbip_sockfd_store() 95 kthread_stop(tcp_rx); in usbip_sockfd_store() 101 get_task_struct(tcp_rx); in usbip_sockfd_store() 108 sdev->ud.tcp_rx = tcp_rx; in usbip_sockfd_store() 113 wake_up_process(sdev->ud.tcp_rx); in usbip_sockfd_store() 167 if (ud->tcp_rx) { in stub_shutdown_connection() 168 kthread_stop_put(ud->tcp_rx); in stub_shutdown_connection() [all...] |
H A D | vhci_sysfs.c | 320 struct task_struct *tcp_rx = NULL; in attach_store() local 375 tcp_rx = kthread_create(vhci_rx_loop, &vdev->ud, "vhci_rx"); in attach_store() 376 if (IS_ERR(tcp_rx)) { in attach_store() 383 kthread_stop(tcp_rx); in attach_store() 390 get_task_struct(tcp_rx); in attach_store() 403 kthread_stop_put(tcp_rx); in attach_store() 424 vdev->ud.tcp_rx = tcp_rx; in attach_store() 432 wake_up_process(vdev->ud.tcp_rx); in attach_store()
|
H A D | vudc_dev.c | 439 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 D | usbip_common.h | 272 struct task_struct *tcp_rx; member
|
H A D | vhci_hcd.c | 1052 if (vdev->ud.tcp_rx) { in vhci_shutdown_connection() 1053 kthread_stop_put(vdev->ud.tcp_rx); in vhci_shutdown_connection() 1054 vdev->ud.tcp_rx = NULL; in vhci_shutdown_connection()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vudc_sysfs.c | 104 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 D | stub_dev.c | 49 struct task_struct *tcp_rx = NULL; in usbip_sockfd_store() local 88 tcp_rx = kthread_create(stub_rx_loop, &sdev->ud, "stub_rx"); in usbip_sockfd_store() 89 if (IS_ERR(tcp_rx)) { in usbip_sockfd_store() 95 kthread_stop(tcp_rx); in usbip_sockfd_store() 101 get_task_struct(tcp_rx); in usbip_sockfd_store() 108 sdev->ud.tcp_rx = tcp_rx; in usbip_sockfd_store() 113 wake_up_process(sdev->ud.tcp_rx); in usbip_sockfd_store() 169 if (ud->tcp_rx) { in stub_shutdown_connection() 170 kthread_stop_put(ud->tcp_rx); in stub_shutdown_connection() [all...] |
H A D | vhci_sysfs.c | 320 struct task_struct *tcp_rx = NULL; in attach_store() local 375 tcp_rx = kthread_create(vhci_rx_loop, &vdev->ud, "vhci_rx"); in attach_store() 376 if (IS_ERR(tcp_rx)) { in attach_store() 383 kthread_stop(tcp_rx); in attach_store() 390 get_task_struct(tcp_rx); in attach_store() 403 kthread_stop_put(tcp_rx); in attach_store() 424 vdev->ud.tcp_rx = tcp_rx; in attach_store() 433 wake_up_process(vdev->ud.tcp_rx); in attach_store()
|
H A D | vudc_dev.c | 439 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 D | usbip_common.h | 273 struct task_struct *tcp_rx; member
|
H A D | vhci_hcd.c | 1022 if (vdev->ud.tcp_rx) { in vhci_shutdown_connection() 1023 kthread_stop_put(vdev->ud.tcp_rx); in vhci_shutdown_connection() 1024 vdev->ud.tcp_rx = NULL; in vhci_shutdown_connection()
|
Completed in 13 milliseconds