Home
last modified time | relevance | path

Searched refs:inbound_lock (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dstorvsc_drv.c1318 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()
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc.c558 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()
Drndis_filter.c934 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()
/linux-4.1.27/drivers/hv/
Dchannel_mgmt.c144 spin_lock_init(&channel->inbound_lock); in alloc_channel()
/linux-4.1.27/include/linux/
Dhyperv.h675 spinlock_t inbound_lock; member