Home
last modified time | relevance | path

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

/drivers/scsi/elx/efct/
Defct_scsi.c437 atomic_sub_return(1, &xport->io_pending_count); in efct_scsi_dispatch_pending()
498 atomic_sub_return(1, &xport->io_pending_count); in efct_scsi_check_pending()
555 atomic_add_return(1, &xport->io_pending_count); in efct_scsi_io_dispatch()
577 atomic_add_return(1, &xport->io_pending_count); in efct_scsi_io_dispatch()
605 atomic_add_return(1, &xport->io_pending_count); in efct_scsi_io_dispatch_abort()
Defct_xport.h147 atomic_t io_pending_count; member
Defct_xport.c223 atomic_set(&xport->io_pending_count, 0); in efct_xport_initialize()