Searched refs:totin (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 174 uint64_t totin, totout, tot; in lpfc_nvme_info_show() local 472 totin = 0; in lpfc_nvme_info_show() 477 totin += tot; in lpfc_nvme_info_show() 486 totin, totout, totout - totin); in lpfc_nvme_info_show() 542 u64 tot, totin, totout; in lpfc_scsi_stat_show() local 552 totin = 0; in lpfc_scsi_stat_show() 557 totin += tot; in lpfc_scsi_stat_show() 574 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_scsi_stat_show()
|
D | lpfc_debugfs.c | 1042 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local 1185 totin = 0; in lpfc_debugfs_nvmestat_data() 1190 totin += tot; in lpfc_debugfs_nvmestat_data() 1211 totin, totout, totout - totin); in lpfc_debugfs_nvmestat_data() 1261 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local 1271 totin = 0; in lpfc_debugfs_scsistat_data() 1276 totin += tot; in lpfc_debugfs_scsistat_data() 1293 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_debugfs_scsistat_data()
|