Home
last modified time | relevance | path

Searched refs:totout (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c1043 uint64_t tot, totin, totout; in lpfc_debugfs_nvmestat_data() local
1187 totout = 0; in lpfc_debugfs_nvmestat_data()
1195 totout += (data1 + data2 + data3); in lpfc_debugfs_nvmestat_data()
1212 totin, totout, totout - totin); in lpfc_debugfs_nvmestat_data()
1262 u64 tot, totin, totout; in lpfc_debugfs_scsistat_data() local
1273 totout = 0; in lpfc_debugfs_scsistat_data()
1281 totout += (data1 + data2 + data3); in lpfc_debugfs_scsistat_data()
1294 "OutIO %016llx\n", totin, totout, totout - totin); in lpfc_debugfs_scsistat_data()
/linux/drivers/block/aoe/
H A Daoecmd.c253 int totout = 0; in newframe() local
269 totout += t->nout; in newframe()
288 if (totout == 0) { in newframe()