Home
last modified time | relevance | path

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

/freebsd/lib/libdevstat/
H A Ddevstat.c1235 u_int64_t totalblockswrite, totaltransfersfree, totalblocksfree; in devstat_compute_statistics() local
1263 totaltransfersfree = DELTA(operations, DEVSTAT_FREE); in devstat_compute_statistics()
1265 totaltransfersother + totaltransfersfree; in devstat_compute_statistics()
1348 *destu64 = totaltransfersfree; in devstat_compute_statistics()
1392 if (totaltransfersfree > 0) in devstat_compute_statistics()
1393 *destld /= totaltransfersfree; in devstat_compute_statistics()
1420 *destld = totaltransfersfree; in devstat_compute_statistics()
1522 if (totaltransfersfree > 0) { in devstat_compute_statistics()
1524 *destld /= totaltransfersfree; in devstat_compute_statistics()