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

  /external/blktrace/btt/
trace_im.c 31 q_iop->g_time = g_iop->t.time;
52 if (q_iop->g_time != (__u64)-1)
53 update_g2i(q_iop, tdelta(q_iop->g_time, i_iop->t.time));
trace_queue.c 36 q_iop->i_time = q_iop->g_time = q_iop->i_time = q_iop->m_time =
inlines.h 216 static inline void update_q2g(struct io *iop, __u64 g_time)
218 UPDATE_AVGS(q2g, iop, iop->pip, g_time);
221 static inline void update_s2g(struct io *iop, __u64 g_time)
223 UPDATE_AVGS(s2g, iop, iop->pip, g_time);
226 static inline void unupdate_q2g(struct io *iop, __u64 g_time)
228 UNUPDATE_AVGS(q2g, iop, iop->pip, g_time);
trace_complete.c 40 if (iop->g_time != (__u64)-1)
41 __out(ofp, iop->g_time, IOP_G, iop->t.sector, t_sec(&iop->t),1);
globals.h 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member in struct:io
  /external/lz4/programs/
frametest.c 95 if ((FUZ_GetMilliSpan(g_time) > refreshRate) || (displayLevel>=4)) \
96 { g_time = FUZ_GetMilliStart(); DISPLAY(__VA_ARGS__); \
99 static U32 g_time = 0; variable
lz4io.c 117 if ((LZ4IO_GetMilliSpan(g_time) > refreshRate) || (displayLevel>=4)) \
118 { g_time = clock(); DISPLAY(__VA_ARGS__); \
121 static clock_t g_time = 0; variable
fuzzer.c 97 static U32 g_time = 0; variable
267 if ((FUZ_GetMilliSpan(g_time) > g_refreshRate) || (g_displayLevel>=3))
269 g_time = FUZ_GetMilliStart();
    [all...]

Completed in 195 milliseconds