Home
last modified time | relevance | path

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

/freebsd/lib/libdevstat/
H A Ddevstat.c1234 u_int64_t totaltransfersother, totalblocks, totalblocksread; in devstat_compute_statistics() local
1262 totaltransfersother = DELTA(operations, DEVSTAT_NO_DATA); in devstat_compute_statistics()
1265 totaltransfersother + totaltransfersfree; in devstat_compute_statistics()
1351 *destu64 = totaltransfersother; in devstat_compute_statistics()
1427 *destld = totaltransfersother; in devstat_compute_statistics()
1530 if (totaltransfersother > 0) { in devstat_compute_statistics()
1532 *destld /= totaltransfersother; in devstat_compute_statistics()