Searched refs:kthread_get_run (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/usb/usbip/ |
D | vudc_sysfs.c | 146 udc->ud.tcp_rx = kthread_get_run(&v_rx_loop, in usbip_sockfd_store() 148 udc->ud.tcp_tx = kthread_get_run(&v_tx_loop, in usbip_sockfd_store()
|
D | stub_dev.c | 80 sdev->ud.tcp_rx = kthread_get_run(stub_rx_loop, &sdev->ud, in usbip_sockfd_store() 82 sdev->ud.tcp_tx = kthread_get_run(stub_tx_loop, &sdev->ud, in usbip_sockfd_store()
|
D | vhci_sysfs.c | 391 vdev->ud.tcp_rx = kthread_get_run(vhci_rx_loop, &vdev->ud, "vhci_rx"); in attach_store() 392 vdev->ud.tcp_tx = kthread_get_run(vhci_tx_loop, &vdev->ud, "vhci_tx"); in attach_store()
|
D | usbip_common.h | 275 #define kthread_get_run(threadfn, data, namefmt, ...) \ macro
|