Lines Matching refs:q_iop
23 static void handle_queue(struct io *q_iop) in handle_queue() argument
25 seeki_add(q_iop->dip->q2q_handle, q_iop); in handle_queue()
26 update_qregion(&all_regions, q_iop->t.time); in handle_queue()
27 dip_update_q(q_iop->dip, q_iop); in handle_queue()
28 pip_update_q(q_iop); in handle_queue()
29 if (remapper_dev(q_iop->t.device)) in handle_queue()
30 update_lq(&last_q, &all_avgs.q2q_dm, q_iop->t.time); in handle_queue()
32 update_q_histo(q_iop->t.bytes); in handle_queue()
33 update_lq(&last_q, &all_avgs.q2q, q_iop->t.time); in handle_queue()
36 q_iop->i_time = q_iop->g_time = q_iop->i_time = q_iop->m_time = in handle_queue()
37 q_iop->d_time = (__u64)-1; in handle_queue()
38 q_iop->dip->n_qs++; in handle_queue()
40 q_iop->dip->t_act_q += q_iop->dip->n_act_q; in handle_queue()
41 q_iop->dip->n_act_q++; in handle_queue()
44 void trace_queue(struct io *q_iop) in trace_queue() argument
46 if (q_iop->t.bytes == 0) in trace_queue()
49 if (io_setup(q_iop, IOP_Q)) in trace_queue()
50 handle_queue(q_iop); in trace_queue()
52 io_release(q_iop); in trace_queue()