Searched refs:IOP_Q (Results 1 – 8 of 8) sorted by relevance
/external/blktrace/btt/ |
D | trace_im.c | 29 q_iop = dip_find_sec(g_iop->dip, IOP_Q, g_iop->t.sector); in handle_g() 40 struct io *q_iop = dip_find_sec(s_iop->dip, IOP_Q, s_iop->t.sector); in handle_s() 48 struct io *q_iop = dip_find_sec(i_iop->dip, IOP_Q, i_iop->t.sector); in handle_i() 63 q_iop = dip_find_sec(m_iop->dip, IOP_Q, m_iop->t.sector); in handle_m()
|
D | trace_complete.c | 38 __out(ofp, iop->t.time, IOP_Q, iop->t.sector, t_sec(&iop->t), 0); in display_io_track() 66 dip_foreach_list(c_iop, IOP_Q, &head); in handle_complete()
|
D | trace_remap.c | 53 q_iop = dip_find_sec(q_dip, IOP_Q, rp->sector_from); in trace_remap()
|
D | trace_queue.c | 49 if (io_setup(q_iop, IOP_Q)) in trace_queue()
|
D | trace_issue.c | 39 dip_foreach_list(d_iop, IOP_Q, &head); in handle_issue()
|
D | devs.c | 164 if (iop->type == IOP_Q || iop->type == IOP_A) in dip_alloc()
|
D | globals.h | 50 IOP_Q = 0, enumerator
|
D | inlines.h | 325 case IOP_Q: c = 'Q'; break; in type2c()
|