Home
last modified time | relevance | path

Searched refs:g_iop (Results 1 – 2 of 2) sorted by relevance

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