Home
last modified time | relevance | path

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

/linux/drivers/scsi/elx/efct/
A Defct_xport.h149 atomic_t io_pending_recursing; member
A Defct_scsi.c467 if (atomic_add_return(1, &xport->io_pending_recursing)) { in efct_scsi_check_pending()
469 atomic_sub_return(1, &xport->io_pending_recursing); in efct_scsi_check_pending()
477 atomic_sub_return(1, &xport->io_pending_recursing); in efct_scsi_check_pending()
513 atomic_sub_return(1, &xport->io_pending_recursing); in efct_scsi_check_pending()
A Defct_xport.c227 atomic_set(&xport->io_pending_recursing, 0); in efct_xport_initialize()

Completed in 7 milliseconds