Searched refs:NANO_SECONDS (Results 1 - 7 of 7) sorted by relevance

/external/blktrace/btt/
H A Dtrace_complete.c30 (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));
H A Dtrace.c71 (unsigned long)NANO_SECONDS(iop->t.time), msg);
H A Dinlines.h368 (unsigned long)NANO_SECONDS(iop->t.time),
378 (unsigned long)NANO_SECONDS(a_iop->t.time),
H A Dglobals.h39 #define BIT_TIME(t) ((double)SECONDS(t) + ((double)NANO_SECONDS(t) / 1.0e9))
/external/blktrace/
H A Dblkparse_fmt.c92 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),
H A Dblktrace.h17 #define NANO_SECONDS(x) ((unsigned long long)(x) % 1000000000) macro
H A Dblkparse.c612 (unsigned long) NANO_SECONDS(bit->time),
1882 abs_start_time.tv_nsec += NANO_SECONDS(delta);

Completed in 56 milliseconds