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

/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c1219 #define DELTA_T(field) \ macro
1279 totaldurationread = DELTA_T(duration[DEVSTAT_READ]);
1280 totaldurationwrite = DELTA_T(duration[DEVSTAT_WRITE]);
1281 totaldurationfree = DELTA_T(duration[DEVSTAT_FREE]);
1282 totaldurationother = DELTA_T(duration[DEVSTAT_NO_DATA]);
1533 *destld = DELTA_T(busy_time);
1560 *destld = DELTA_T(busy_time);
/freebsd-11-stable/usr.bin/nfsstat/
H A Dnfsstat.c483 #define DELTA_T(field) \ macro
517 *busy_pct = DELTA_T(busytime);
543 *ms_per_transfer = DELTA_T(srvduration[curop]);

Completed in 69 milliseconds