Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/usbip/
Dvhci.h48 wait_queue_head_t waitq_tx; member
Dvhci_tx.c247 wait_event_interruptible(vdev->waitq_tx, in vhci_tx_loop()
Dvhci_hcd.c689 wake_up(&vdev->waitq_tx); in vhci_tx_urb()
943 wake_up(&vdev->waitq_tx); in vhci_urb_dequeue()
1114 init_waitqueue_head(&vdev->waitq_tx); in vhci_device_init()