Lines Matching refs:q_iop
41 struct io *q_iop = list_entry(p, struct io, f_head); in handle_issue() local
43 if (q_iop->i_time != (__u64)-1) in handle_issue()
44 update_i2d(q_iop, tdelta(q_iop->i_time, d_iop->t.time)); in handle_issue()
45 else if (q_iop->m_time != (__u64)-1) in handle_issue()
46 update_m2d(q_iop, tdelta(q_iop->m_time, d_iop->t.time)); in handle_issue()
48 d_iop->bytes_left -= q_iop->t.bytes; in handle_issue()
49 list_del(&q_iop->f_head); in handle_issue()
51 q_iop->d_time = d_iop->t.time; in handle_issue()
52 q_iop->d_sec = d_iop->t.sector; in handle_issue()
53 q_iop->d_nsec = t_sec(&d_iop->t); in handle_issue()
56 q2d_histo_add(q_iop->dip->q2d_priv, in handle_issue()
57 d_iop->t.time - q_iop->t.time); in handle_issue()
58 latency_q2d(q_iop->dip, d_iop->t.time, in handle_issue()
59 d_iop->t.time - q_iop->t.time); in handle_issue()