Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_io.c140 atomic_add_return(1, &efct->xport->io_active_count); in efct_io_pool_io_alloc()
166 atomic_sub_return(1, &efct->xport->io_active_count); in efct_io_pool_io_free()
H A Defct_xport.h145 atomic_t io_active_count; member
H A Defct_xport.c222 atomic_set(&xport->io_active_count, 0); in efct_xport_initialize()