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

  /external/blktrace/btt/
latency.c 26 fprintf(ofp, "%lf %lf\n", TO_SEC(tstamp), TO_SEC(latency));
plat.c 69 double now = TO_SEC(ts);
70 double lat = TO_SEC(latency);
iostat.c 88 double now = TO_SEC(stamp);
135 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp));
182 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp));
244 update_tot_qusz(iop->dip, TO_SEC(iop->t.time));
257 double now = TO_SEC(iop->t.time);
268 double now = TO_SEC(c_iop->t.time);
globals.h 46 #define TO_SEC(nanosec) ((double)(nanosec) / 1.0e9)
47 #define TO_MSEC(nanosec) (1000.0 * TO_SEC(nanosec))

Completed in 498 milliseconds