Home
last modified time | relevance | path

Searched refs:allocation_lock (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A Da100u2w.c569 spin_lock_irqsave(&host->allocation_lock, flags); in orc_reset_scsi_bus()
577 spin_unlock_irqrestore(&host->allocation_lock, flags); in orc_reset_scsi_bus()
580 spin_unlock_irqrestore(&host->allocation_lock, flags); in orc_reset_scsi_bus()
603 spin_lock_irqsave(&(host->allocation_lock), flags); in orc_device_reset()
624 spin_unlock_irqrestore(&(host->allocation_lock), flags); in orc_device_reset()
631 spin_unlock_irqrestore(&(host->allocation_lock), flags); in orc_device_reset()
651 spin_unlock_irqrestore(&host->allocation_lock, flags); in orc_device_reset()
701 spin_lock_irqsave(&host->allocation_lock, flags); in orc_alloc_scb()
703 spin_unlock_irqrestore(&host->allocation_lock, flags); in orc_alloc_scb()
721 spin_lock_irqsave(&(host->allocation_lock), flags); in orc_release_scb()
[all …]
H A Da100u2w.h243 spinlock_t allocation_lock; member