Searched refs:t_sec (Results 1 - 6 of 6) sorted by relevance

/external/blktrace/btt/
H A Dtrace_complete.c38 __out(ofp, iop->t.time, IOP_Q, iop->t.sector, t_sec(&iop->t), 0);
41 __out(ofp, iop->g_time, IOP_G, iop->t.sector, t_sec(&iop->t),1);
43 __out(ofp, iop->i_time, IOP_I, iop->t.sector, t_sec(&iop->t),1);
45 __out(ofp, iop->m_time, IOP_M, iop->t.sector, t_sec(&iop->t),1);
89 q_iop->c_nsec = t_sec(&c_iop->t);
H A Dtrace_issue.c53 q_iop->d_nsec = t_sec(&d_iop->t);
H A Dinlines.h370 (unsigned long long)iop->t.sector, t_sec(&iop->t));
381 t_sec(&a_iop->t), MAJOR(l_iop->t.device),
/external/blktrace/
H A Dblkparse_fmt.c210 fprintf(ofp, strcat(format, "u"), t_sec(t));
322 if (t_sec(t))
325 t_sec(t), elapsed, t->error);
331 if (t_sec(t))
334 t_sec(t), t->error);
356 if (t_sec(t))
359 t_sec(t), elapsed, name);
364 if (t_sec(t))
367 t_sec(t), name);
378 if (t_sec(
[all...]
H A Dblktrace.h23 #define t_sec(t) ((t)->bytes >> 9) macro
H A Dblkparse.c983 iot = __find_track(pdi, t->sector + t_sec(t));
988 (unsigned long long) t->sector + t_sec(t));
993 iot->sector -= t_sec(t);

Completed in 147 milliseconds