Searched refs:d_time (Results 1 – 5 of 5) sorted by relevance
/external/blktrace/btt/ |
D | trace_complete.c | 47 __out(ofp, iop->d_time, IOP_D, iop->d_sec, iop->d_nsec, 1); in display_io_track() 56 __u64 d_time = (__u64)-1; in handle_complete() local 76 if (q_iop->d_time != (__u64)-1) { in handle_complete() 77 __u64 d2c = tdelta(q_iop->d_time, c_iop->t.time); in handle_complete() 83 d_time = q_iop->d_time; in handle_complete() 109 (int)SECONDS(d_time), in handle_complete() 110 (unsigned long)NANO_SECONDS(d_time), in handle_complete()
|
D | inlines.h | 251 static inline void update_i2d(struct io *iop, __u64 d_time) in update_i2d() argument 253 UPDATE_AVGS(i2d, iop, iop->pip, d_time); in update_i2d() 256 static inline void unupdate_i2d(struct io *iop, __u64 d_time) in unupdate_i2d() argument 258 UNUPDATE_AVGS(i2d, iop, iop->pip, d_time); in unupdate_i2d() 261 static inline void update_m2d(struct io *iop, __u64 d_time) in update_m2d() argument 263 UPDATE_AVGS(m2d, iop, iop->pip, d_time); in update_m2d() 266 static inline void unupdate_m2d(struct io *iop, __u64 d_time) in unupdate_m2d() argument 268 UNUPDATE_AVGS(m2d, iop, iop->pip, d_time); in unupdate_m2d()
|
D | trace_queue.c | 37 q_iop->d_time = (__u64)-1; in handle_queue()
|
D | trace_issue.c | 51 q_iop->d_time = d_iop->t.time; in handle_issue()
|
D | globals.h | 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member
|