Searched refs:totout (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_debugfs.c | 1034 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local 1178 totout = 0; in lpfc_debugfs_nvmestat_data() 1186 totout += (data1 + data2 + data3); in lpfc_debugfs_nvmestat_data() 1203 totin, totout, totout - totin); in lpfc_debugfs_nvmestat_data() 1253 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local 1265 totout = 0; in lpfc_debugfs_scsistat_data() 1273 totout += (data1 + data2 + data3); in lpfc_debugfs_scsistat_data() 1285 totin, totout, totout - totin); in lpfc_debugfs_scsistat_data()
|
| H A D | lpfc_attr.c | 459 uint64_t totin, totout, tot; in lpfc_nvme_info_show() local 701 totout = 0; in lpfc_nvme_info_show() 709 totout += (data1 + data2 + data3); in lpfc_nvme_info_show() 713 totin, totout, totout - totin); in lpfc_nvme_info_show() 753 u64 tot, totin, totout; in lpfc_scsi_stat_show() local 763 totout = 0; in lpfc_scsi_stat_show() 771 totout += (data1 + data2 + data3); in lpfc_scsi_stat_show() 786 totin, totout, totout - totin); in lpfc_scsi_stat_show()
|
| /linux/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()
|