Home
last modified time | relevance | path

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

/freebsd/lib/libdevstat/
H A Ddevstat.c1224 #define DELTA_T(field) \ macro
1284 totaldurationread = DELTA_T(duration[DEVSTAT_READ]); in devstat_compute_statistics()
1285 totaldurationwrite = DELTA_T(duration[DEVSTAT_WRITE]); in devstat_compute_statistics()
1286 totaldurationfree = DELTA_T(duration[DEVSTAT_FREE]); in devstat_compute_statistics()
1287 totaldurationother = DELTA_T(duration[DEVSTAT_NO_DATA]); in devstat_compute_statistics()
1538 *destld = DELTA_T(busy_time); in devstat_compute_statistics()
1565 *destld = DELTA_T(busy_time); in devstat_compute_statistics()
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c545 #define DELTA_T(field) \ macro
579 *busy_pct = DELTA_T(busytime); in compute_new_stats()
605 *ms_per_transfer = DELTA_T(srvduration[curop]); in compute_new_stats()