Searched refs:inbound_lock (Results 1 – 5 of 5) sorted by relevance
1318 spin_lock_irqsave(&device->channel->inbound_lock, flags); in storvsc_dev_remove()1320 spin_unlock_irqrestore(&device->channel->inbound_lock, flags); in storvsc_dev_remove()1337 spin_lock_irqsave(&device->channel->inbound_lock, flags); in storvsc_dev_remove()1339 spin_unlock_irqrestore(&device->channel->inbound_lock, flags); in storvsc_dev_remove()
558 spin_lock_irqsave(&device->channel->inbound_lock, flags); in netvsc_device_remove()560 spin_unlock_irqrestore(&device->channel->inbound_lock, flags); in netvsc_device_remove()
934 spin_lock_irqsave(&hdev->channel->inbound_lock, flags); in rndis_filter_halt_device()936 spin_unlock_irqrestore(&hdev->channel->inbound_lock, flags); in rndis_filter_halt_device()
144 spin_lock_init(&channel->inbound_lock); in alloc_channel()
675 spinlock_t inbound_lock; member