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

  /external/blktrace/btt/
trace_complete.c 30 (int)SECONDS(tm), (unsigned long)NANO_SECONDS(tm),
96 (unsigned long)NANO_SECONDS(q_iop->t.time));
110 (unsigned long)NANO_SECONDS(d_time),
112 (unsigned long)NANO_SECONDS(c_iop->t.time));
trace.c 71 (unsigned long)NANO_SECONDS(iop->t.time), msg);
inlines.h 368 (unsigned long)NANO_SECONDS(iop->t.time),
378 (unsigned long)NANO_SECONDS(a_iop->t.time),
globals.h 39 #define BIT_TIME(t) ((double)SECONDS(t) + ((double)NANO_SECONDS(t) / 1.0e9))
  /external/blktrace/
blkparse_fmt.c 92 nsec = abs_start_time.tv_nsec + NANO_SECONDS(timestamp);
232 fprintf(ofp, format, NANO_SECONDS(t->time));
307 (int) SECONDS(t->time), (unsigned long) NANO_SECONDS(t->time),
blktrace.h 17 #define NANO_SECONDS(x) ((unsigned long long)(x) % 1000000000)
blkparse.c 612 (unsigned long) NANO_SECONDS(bit->time),
    [all...]

Completed in 194 milliseconds