Lines Matching refs:q_iop
68 struct io *q_iop = list_entry(p, struct io, f_head); in handle_complete() local
69 __u64 q2c = tdelta(q_iop->t.time, c_iop->t.time); in handle_complete()
71 c_iop->bytes_left -= q_iop->t.bytes; in handle_complete()
73 update_q2c(q_iop, q2c); in handle_complete()
74 latency_q2c(q_iop->dip, q_iop->t.time, q2c); in handle_complete()
76 if (q_iop->d_time != (__u64)-1) { in handle_complete()
77 __u64 d2c = tdelta(q_iop->d_time, c_iop->t.time); in handle_complete()
79 update_d2c(q_iop, d2c); in handle_complete()
80 latency_d2c(q_iop->dip, c_iop->t.time, d2c); in handle_complete()
81 iostat_complete(q_iop, c_iop); in handle_complete()
83 d_time = q_iop->d_time; in handle_complete()
87 q_iop->c_time = c_iop->t.time; in handle_complete()
88 q_iop->c_sec = c_iop->t.sector; in handle_complete()
89 q_iop->c_nsec = t_sec(&c_iop->t); in handle_complete()
90 display_io_track(per_io_ofp, q_iop); in handle_complete()
93 if (q_iop->dip->pit_fp) { in handle_complete()
95 (int)SECONDS(q_iop->t.time), in handle_complete()
96 (unsigned long)NANO_SECONDS(q_iop->t.time)); in handle_complete()
99 list_del(&q_iop->f_head); in handle_complete()
100 io_release(q_iop); in handle_complete()