Home
last modified time | relevance | path

Searched refs:TO_SEC (Results 1 – 4 of 4) sorted by relevance

/external/blktrace/btt/
Diostat.c88 double now = TO_SEC(stamp); in __dump_stats()
135 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp)); in __dump_stats()
182 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp)); in __dump_stats_t()
244 update_tot_qusz(iop->dip, TO_SEC(iop->t.time)); in iostat_getrq()
257 double now = TO_SEC(iop->t.time); in iostat_issue()
268 double now = TO_SEC(c_iop->t.time); in iostat_complete()
Dlatency.c26 fprintf(ofp, "%lf %lf\n", TO_SEC(tstamp), TO_SEC(latency)); in latency_out()
Dplat.c71 double now = TO_SEC(ts); in plat_x2c()
72 double lat = TO_SEC(latency); in plat_x2c()
Dglobals.h46 #define TO_SEC(nanosec) ((double)(nanosec) / 1.0e9) macro
47 #define TO_MSEC(nanosec) (1000.0 * TO_SEC(nanosec))