Searched refs:n_act_q (Results 1 – 5 of 5) sorted by relevance
26 r_iop->dip->t_act_q += r_iop->dip->n_act_q; in handle_requeue()27 r_iop->dip->n_act_q++; in handle_requeue()
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()
28 if (d_iop->dip->n_act_q != 0) in handle_issue()29 d_iop->dip->n_act_q--; in handle_issue()
69 if (m_iop->dip->n_act_q != 0) in handle_m()70 m_iop->dip->n_act_q--; in handle_m()
142 __u64 n_act_q, t_act_q; /* # currently active when Q comes in */ member