Home
last modified time | relevance | path

Searched refs:n_act_q (Results 1 – 5 of 5) sorted by relevance

/external/blktrace/btt/
Dtrace_requeue.c26 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()
Dtrace_queue.c40 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()
Dtrace_issue.c28 if (d_iop->dip->n_act_q != 0) in handle_issue()
29 d_iop->dip->n_act_q--; in handle_issue()
Dtrace_im.c69 if (m_iop->dip->n_act_q != 0) in handle_m()
70 m_iop->dip->n_act_q--; in handle_m()
Dglobals.h142 __u64 n_act_q, t_act_q; /* # currently active when Q comes in */ member