• Home
  • Raw
  • Download

Lines Matching refs:c_iop

52 static void handle_complete(struct io *c_iop)  in handle_complete()  argument
57 FILE *pit_fp = c_iop->dip->pit_fp; in handle_complete()
59 update_blks(c_iop); in handle_complete()
60 update_cregion(&all_regions, c_iop->t.time); in handle_complete()
61 update_cregion(&c_iop->dip->regions, c_iop->t.time); in handle_complete()
62 if (c_iop->pip) in handle_complete()
63 update_cregion(&c_iop->pip->regions, c_iop->t.time); in handle_complete()
64 aqd_complete(c_iop->dip->aqd_handle, BIT_TIME(c_iop->t.time)); in handle_complete()
66 dip_foreach_list(c_iop, IOP_Q, &head); in handle_complete()
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()
77 __u64 d2c = tdelta(q_iop->d_time, c_iop->t.time); 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()
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()
107 if (c_iop->dip->pit_fp) { in handle_complete()
111 (int)SECONDS(c_iop->t.time), in handle_complete()
112 (unsigned long)NANO_SECONDS(c_iop->t.time)); in handle_complete()
116 void trace_complete(struct io *c_iop) in trace_complete() argument
118 if (c_iop->t.bytes == 0) in trace_complete()
121 if (io_setup(c_iop, IOP_C)) in trace_complete()
122 handle_complete(c_iop); in trace_complete()
124 io_release(c_iop); in trace_complete()