OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t_sec
(Results
1 - 6
of
6
) sorted by null
/external/blktrace/
blkparse_fmt.c
210
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
(t)
[
all
...]
blktrace.h
23
#define
t_sec
(t) ((t)->bytes >> 9)
macro
blkparse.c
983
iot = __find_track(pdi, t->sector +
t_sec
(t));
988
(unsigned long long) t->sector +
t_sec
(t));
993
iot->sector -=
t_sec
(t);
[
all
...]
/external/blktrace/btt/
trace_complete.c
38
__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);
trace_issue.c
53
q_iop->d_nsec =
t_sec
(&d_iop->t);
inlines.h
370
(unsigned long long)iop->t.sector,
t_sec
(&iop->t));
381
t_sec
(&a_iop->t), MAJOR(l_iop->t.device),
Completed in 91 milliseconds