Searched defs:g_iop (Results 1 - 1 of 1) sorted by relevance

/external/blktrace/btt/
H A Dtrace_im.c23 static void handle_g(struct io *g_iop) argument
27 iostat_getrq(g_iop);
29 q_iop = dip_find_sec(g_iop->dip, IOP_Q, g_iop->t.sector);
31 q_iop->g_time = g_iop->t.time;
32 update_q2g(q_iop, tdelta(q_iop->t.time, g_iop->t.time));
34 update_s2g(q_iop, tdelta(q_iop->s_time, g_iop->t.time));
82 void trace_getrq(struct io *g_iop) argument
84 if (g_iop->t.bytes == 0)
86 if (io_setup(g_iop, IOP_
[all...]

Completed in 51 milliseconds