Searched refs:io_alloc_failed_count (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c275 atomic_set(&hw->io_alloc_failed_count, 0);
1600 atomic_add(1, &hw->io_alloc_failed_count);
H A Defct_hw.h450 atomic_t io_alloc_failed_count; member in struct:efct_hw
H A Defct_scsi.c44 atomic_add_return(1, &xport->io_alloc_failed_count);
1121 atomic_add_return(1, &xport->io_alloc_failed_count);
H A Defct_xport.c226 atomic_set(&xport->io_alloc_failed_count, 0);
H A Defct_xport.h124 atomic_t io_alloc_failed_count; member in struct:efct_xport

Completed in 183 milliseconds