Searched refs:TO_MSEC (Results 1 – 2 of 2) sorted by relevance
105 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()
47 #define TO_MSEC(nanosec) (1000.0 * TO_SEC(nanosec)) macro