Searched refs:kthread_get_run (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/usbip/ |
D | vudc_sysfs.c | 158 udc->ud.tcp_rx = kthread_get_run(&v_rx_loop, in store_sockfd() 160 udc->ud.tcp_tx = kthread_get_run(&v_tx_loop, in store_sockfd()
|
D | vhci_sysfs.c | 339 vdev->ud.tcp_rx = kthread_get_run(vhci_rx_loop, &vdev->ud, "vhci_rx"); in store_attach() 340 vdev->ud.tcp_tx = kthread_get_run(vhci_tx_loop, &vdev->ud, "vhci_tx"); in store_attach()
|
D | stub_dev.c | 94 sdev->ud.tcp_rx = kthread_get_run(stub_rx_loop, &sdev->ud, in store_sockfd() 96 sdev->ud.tcp_tx = kthread_get_run(stub_tx_loop, &sdev->ud, in store_sockfd()
|
D | usbip_common.h | 290 #define kthread_get_run(threadfn, data, namefmt, ...) \ macro
|