Home
last modified time | relevance | path

Searched refs:priv_lock (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/usb/usbip/
H A Dvhci_rx.c64 spin_lock_irqsave(&vdev->priv_lock, flags); in vhci_recv_ret_submit()
66 spin_unlock_irqrestore(&vdev->priv_lock, flags); in vhci_recv_ret_submit()
118 spin_lock_irqsave(&vdev->priv_lock, flags); in dequeue_pending_unlink()
127 spin_unlock_irqrestore(&vdev->priv_lock, flags); in dequeue_pending_unlink()
132 spin_unlock_irqrestore(&vdev->priv_lock, flags); in dequeue_pending_unlink()
155 spin_lock_irqsave(&vdev->priv_lock, flags); in vhci_recv_ret_unlink()
157 spin_unlock_irqrestore(&vdev->priv_lock, flags); in vhci_recv_ret_unlink()
189 spin_lock_irqsave(&vdev->priv_lock, flags); in vhci_priv_tx_empty()
191 spin_unlock_irqrestore(&vdev->priv_lock, flags); in vhci_priv_tx_empty()
H A Dstub_tx.c91 spin_lock_irqsave(&sdev->priv_lock, flags); in stub_complete()
101 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_complete()
137 spin_lock_irqsave(&sdev->priv_lock, flags); in dequeue_from_priv_tx()
141 spin_unlock_irqrestore(&sdev->priv_lock, flags); in dequeue_from_priv_tx()
145 spin_unlock_irqrestore(&sdev->priv_lock, flags); in dequeue_from_priv_tx()
334 spin_lock_irqsave(&sdev->priv_lock, flags); in stub_send_ret_submit()
338 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_send_ret_submit()
348 spin_lock_irqsave(&sdev->priv_lock, flags); in dequeue_from_unlink_tx()
352 spin_unlock_irqrestore(&sdev->priv_lock, flags); in dequeue_from_unlink_tx()
356 spin_unlock_irqrestore(&sdev->priv_lock, flags); in dequeue_from_unlink_tx()
[all …]
H A Dvhci_tx.c39 spin_lock_irqsave(&vdev->priv_lock, flags); in dequeue_from_priv_tx()
43 spin_unlock_irqrestore(&vdev->priv_lock, flags); in dequeue_from_priv_tx()
47 spin_unlock_irqrestore(&vdev->priv_lock, flags); in dequeue_from_priv_tx()
174 spin_lock_irqsave(&vdev->priv_lock, flags); in dequeue_from_unlink_tx()
178 spin_unlock_irqrestore(&vdev->priv_lock, flags); in dequeue_from_unlink_tx()
182 spin_unlock_irqrestore(&vdev->priv_lock, flags); in dequeue_from_unlink_tx()
H A Dstub_rx.c220 spin_lock_irqsave(&sdev->priv_lock, flags); in stub_recv_cmd_unlink()
244 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_recv_cmd_unlink()
283 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_recv_cmd_unlink()
312 spin_lock_irqsave(&sdev->priv_lock, flags); in stub_priv_alloc()
317 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_priv_alloc()
331 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_priv_alloc()
H A Dstub_dev.c198 spin_lock_irqsave(&sdev->priv_lock, flags); in stub_shutdown_connection()
208 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_shutdown_connection()
290 spin_lock_init(&sdev->priv_lock); in stub_device_alloc()
H A Dstub.h38 spinlock_t priv_lock; member
H A Dstub_main.c329 spin_lock_irqsave(&sdev->priv_lock, flags); in stub_priv_pop()
342 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_priv_pop()
H A Dvhci.h37 spinlock_t priv_lock; member