HomeSort by relevance Sort by last modified time
    Searched refs:TO_MSEC (Results 1 - 2 of 2) sorted by null

  /external/blktrace/btt/
iostat.c 105 svctm = TO_MSEC(sp->svctm) / nios;
109 await = ((nios + nrqm) > 0.0) ? TO_MSEC(sp->wait) / (nios+nrqm) : 0.0;
globals.h 47 #define TO_MSEC(nanosec) (1000.0 * TO_SEC(nanosec))

Completed in 74 milliseconds