Searched refs:totout (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.c | 346 uint64_t totin, totout, tot; in lpfc_nvme_info_show() local 646 totout = 0; in lpfc_nvme_info_show() 654 totout += (data1 + data2 + data3); in lpfc_nvme_info_show() 659 totin, totout, totout - totin); in lpfc_nvme_info_show() 713 u64 tot, totin, totout; in lpfc_scsi_stat_show() local 724 totout = 0; in lpfc_scsi_stat_show() 732 totout += (data1 + data2 + data3); in lpfc_scsi_stat_show() 745 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_scsi_stat_show()
|
| H A D | lpfc_debugfs.c | 1036 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local 1180 totout = 0; in lpfc_debugfs_nvmestat_data() 1188 totout += (data1 + data2 + data3); in lpfc_debugfs_nvmestat_data() 1205 totin, totout, totout - totin); in lpfc_debugfs_nvmestat_data() 1255 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local 1266 totout = 0; in lpfc_debugfs_scsistat_data() 1274 totout += (data1 + data2 + data3); in lpfc_debugfs_scsistat_data() 1287 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_debugfs_scsistat_data()
|
| /linux-6.15/drivers/block/aoe/ |
| H A D | aoecmd.c | 253 int totout = 0; in newframe() local 269 totout += t->nout; in newframe() 288 if (totout == 0) { in newframe()
|