Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dstorvsc_drv.c1133 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()
/linux-4.4.14/drivers/net/hyperv/
Drndis_filter.c935 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()
Dnetvsc.c569 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()
/linux-4.4.14/drivers/hv/
Dchannel_mgmt.c147 spin_lock_init(&channel->inbound_lock); in alloc_channel()
/linux-4.4.14/include/linux/
Dhyperv.h665 spinlock_t inbound_lock; member