Searched refs:io_pending_lock (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/elx/efct/ |
D | efct_scsi.c | 398 spin_lock_irqsave(&xport->io_pending_lock, flags); in efct_scsi_dispatch_pending() 407 spin_unlock_irqrestore(&xport->io_pending_lock, flags); in efct_scsi_dispatch_pending() 428 spin_unlock_irqrestore(&xport->io_pending_lock, flags); in efct_scsi_dispatch_pending() 489 spin_lock_irqsave(&xport->io_pending_lock, flags); in efct_scsi_check_pending() 503 spin_unlock_irqrestore(&xport->io_pending_lock, flags); in efct_scsi_check_pending() 539 spin_lock_irqsave(&xport->io_pending_lock, flags); in efct_scsi_io_dispatch() 554 spin_unlock_irqrestore(&xport->io_pending_lock, flags); in efct_scsi_io_dispatch() 562 spin_unlock_irqrestore(&xport->io_pending_lock, flags); in efct_scsi_io_dispatch() 571 spin_lock_irqsave(&xport->io_pending_lock, flags); in efct_scsi_io_dispatch() 574 spin_unlock_irqrestore(&xport->io_pending_lock, flags); in efct_scsi_io_dispatch() [all …]
|
D | efct_xport.h | 132 spinlock_t io_pending_lock; member
|
D | efct_xport.c | 220 spin_lock_init(&xport->io_pending_lock); in efct_xport_initialize()
|