Searched refs:CSIO_DEC_STATS (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/scsi/csiostor/ |
D | csio_scsi.h | 210 CSIO_DEC_STATS(scm, n_free_ioreq); in csio_get_scsi_ioreq() 240 CSIO_DEC_STATS(scm, n_free_ddp); in csio_get_scsi_ddp()
|
D | csio_defs.h | 48 #define CSIO_DEC_STATS(elem, val) ((elem)->stats.val--) macro
|
D | csio_scsi.c | 781 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active() 834 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active() 852 CSIO_DEC_STATS(scm, n_tm_active); in csio_scsis_tm_active() 877 CSIO_DEC_STATS(scm, n_tm_active); in csio_scsis_tm_active() 957 CSIO_DEC_STATS(scm, n_active); in csio_scsis_aborting() 964 CSIO_DEC_STATS(scm, n_active); in csio_scsis_aborting() 1028 CSIO_DEC_STATS(scm, n_active); in csio_scsis_closing() 1038 CSIO_DEC_STATS(scm, n_active); in csio_scsis_closing()
|
D | csio_hw.c | 3724 CSIO_DEC_STATS(mbm, n_activeq); in csio_mberr_worker() 3809 CSIO_DEC_STATS(hw, n_evt_freeq); in csio_enqueue_evt() 3864 CSIO_DEC_STATS(hw, n_evt_freeq); in csio_enqueue_evt_lock() 3878 CSIO_DEC_STATS(hw, n_evt_activeq); in csio_free_evt() 3925 CSIO_DEC_STATS(hw, n_evt_freeq); in csio_evtq_cleanup()
|