Home
last modified time | relevance | path

Searched refs:stub_tx_loop (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/usb/usbip/
Dstub.h103 int stub_tx_loop(void *data);
Dstub_tx.c417 int stub_tx_loop(void *data) in stub_tx_loop() function
Dstub_dev.c93 tcp_tx = kthread_create(stub_tx_loop, &sdev->ud, "stub_tx"); in usbip_sockfd_store()