Searched refs:allocation_lock (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/ |
H A D | a100u2w.c | 569 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 D | a100u2w.h | 243 spinlock_t allocation_lock; member
|