Searched refs:kthread_get_run (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/usb/usbip/ |
D | vhci_sysfs.c | 233 vdev->ud.tcp_rx = kthread_get_run(vhci_rx_loop, &vdev->ud, "vhci_rx"); in store_attach() 234 vdev->ud.tcp_tx = kthread_get_run(vhci_tx_loop, &vdev->ud, "vhci_tx"); in store_attach()
|
D | stub_dev.c | 93 sdev->ud.tcp_rx = kthread_get_run(stub_rx_loop, &sdev->ud, in store_sockfd() 95 sdev->ud.tcp_tx = kthread_get_run(stub_tx_loop, &sdev->ud, in store_sockfd()
|
D | usbip_common.h | 280 #define kthread_get_run(threadfn, data, namefmt, ...) \ macro
|