Searched refs:inbound_lock (Results 1 – 5 of 5) sorted by relevance
1133 spin_lock_irqsave(&device->channel->inbound_lock, flags); in storvsc_dev_remove()1135 spin_unlock_irqrestore(&device->channel->inbound_lock, flags); in storvsc_dev_remove()1152 spin_lock_irqsave(&device->channel->inbound_lock, flags); in storvsc_dev_remove()1154 spin_unlock_irqrestore(&device->channel->inbound_lock, flags); in storvsc_dev_remove()
935 spin_lock_irqsave(&hdev->channel->inbound_lock, flags); in rndis_filter_halt_device()937 spin_unlock_irqrestore(&hdev->channel->inbound_lock, flags); in rndis_filter_halt_device()
569 spin_lock_irqsave(&device->channel->inbound_lock, flags); in netvsc_device_remove()571 spin_unlock_irqrestore(&device->channel->inbound_lock, flags); in netvsc_device_remove()
147 spin_lock_init(&channel->inbound_lock); in alloc_channel()
665 spinlock_t inbound_lock; member