Searched refs:totout (Results 1 – 3 of 3) 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 473 totout = 0; in lpfc_nvme_info_show() 481 totout += (data1 + data2 + data3); 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 553 totout = 0; in lpfc_scsi_stat_show() 561 totout += (data1 + data2 + data3); 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 1186 totout = 0; in lpfc_debugfs_nvmestat_data() 1194 totout += (data1 + data2 + data3); 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 1272 totout = 0; in lpfc_debugfs_scsistat_data() 1280 totout += (data1 + data2 + data3); in lpfc_debugfs_scsistat_data() 1293 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_debugfs_scsistat_data()
|
/Linux-v5.4/drivers/block/aoe/ |
D | aoecmd.c | 254 int totout = 0; in newframe() local 270 totout += t->nout; in newframe() 289 if (totout == 0) { in newframe()
|