Home
last modified time | relevance | path

Searched refs:io_pending_lock (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/elx/efct/
Defct_scsi.c398 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 …]
Defct_xport.h132 spinlock_t io_pending_lock; member
Defct_xport.c220 spin_lock_init(&xport->io_pending_lock); in efct_xport_initialize()