Searched refs:totout (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 1040 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local 1184 totout = 0; in lpfc_debugfs_nvmestat_data() 1192 totout += (data1 + data2 + data3); in lpfc_debugfs_nvmestat_data() 1209 totin, totout, totout - totin); in lpfc_debugfs_nvmestat_data() 1259 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local 1270 totout = 0; in lpfc_debugfs_scsistat_data() 1278 totout += (data1 + data2 + data3); in lpfc_debugfs_scsistat_data() 1291 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_debugfs_scsistat_data()
|
D | lpfc_attr.c | 171 uint64_t totin, totout, tot; in lpfc_nvme_info_show() local 470 totout = 0; in lpfc_nvme_info_show() 478 totout += (data1 + data2 + data3); in lpfc_nvme_info_show() 483 totin, totout, totout - totin); in lpfc_nvme_info_show() 539 u64 tot, totin, totout; in lpfc_scsi_stat_show() local 550 totout = 0; in lpfc_scsi_stat_show() 558 totout += (data1 + data2 + data3); in lpfc_scsi_stat_show() 571 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_scsi_stat_show()
|
/kernel/linux/linux-5.10/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()
|