Home
last modified time | relevance | path

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

/external/blktrace/btt/
Diostat.c105 svctm = TO_MSEC(sp->svctm) / nios; in __dump_stats()
109 await = ((nios + nrqm) > 0.0) ? TO_MSEC(sp->wait) / (nios+nrqm) : 0.0; in __dump_stats()
Dglobals.h47 #define TO_MSEC(nanosec) (1000.0 * TO_SEC(nanosec)) macro