Searched refs:g_time (Results 1 – 6 of 6) sorted by relevance
/external/blktrace/btt/ |
D | trace_im.c | 31 q_iop->g_time = g_iop->t.time; in handle_g() 52 if (q_iop->g_time != (__u64)-1) in handle_i() 53 update_g2i(q_iop, tdelta(q_iop->g_time, i_iop->t.time)); in handle_i()
|
D | inlines.h | 216 static inline void update_q2g(struct io *iop, __u64 g_time) in update_q2g() argument 218 UPDATE_AVGS(q2g, iop, iop->pip, g_time); in update_q2g() 221 static inline void update_s2g(struct io *iop, __u64 g_time) in update_s2g() argument 223 UPDATE_AVGS(s2g, iop, iop->pip, g_time); in update_s2g() 226 static inline void unupdate_q2g(struct io *iop, __u64 g_time) in unupdate_q2g() argument 228 UNUPDATE_AVGS(q2g, iop, iop->pip, g_time); in unupdate_q2g()
|
D | trace_complete.c | 40 if (iop->g_time != (__u64)-1) in display_io_track() 41 __out(ofp, iop->g_time, IOP_G, iop->t.sector, t_sec(&iop->t),1); in display_io_track()
|
D | trace_queue.c | 36 q_iop->i_time = q_iop->g_time = q_iop->i_time = q_iop->m_time = in handle_queue()
|
D | globals.h | 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-1-2 | 2285 * glib.h: gtime changed to g_time. gtime is used in
|