Searched refs:TO_SEC (Results 1 – 4 of 4) sorted by relevance
88 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()
26 fprintf(ofp, "%lf %lf\n", TO_SEC(tstamp), TO_SEC(latency)); in latency_out()
69 double now = TO_SEC(ts); in plat_x2c()70 double lat = TO_SEC(latency); in plat_x2c()
46 #define TO_SEC(nanosec) ((double)(nanosec) / 1.0e9) macro47 #define TO_MSEC(nanosec) (1000.0 * TO_SEC(nanosec))