Home
last modified time | relevance | path

Searched refs:d_time (Results 1 – 6 of 6) sorted by relevance

/external/blktrace/btt/
Dtrace_complete.c47 __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()
Dinlines.h251 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()
Dtrace_queue.c37 q_iop->d_time = (__u64)-1; in handle_queue()
Dtrace_issue.c51 q_iop->d_time = d_iop->t.time; in handle_issue()
Dglobals.h157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member
/external/e2fsprogs/
DRELEASE-NOTES1471 number into the d_time field when debugging orphan list handling.