Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_xport.h149 atomic_t io_pending_recursing; member
H 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()
H A Defct_xport.c227 atomic_set(&xport->io_pending_recursing, 0); in efct_xport_initialize()