OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_act_q
(Results
1 - 5
of
5
) sorted by null
/external/blktrace/btt/
trace_requeue.c
26
r_iop->dip->t_act_q += r_iop->dip->
n_act_q
;
27
r_iop->dip->
n_act_q
++;
trace_queue.c
40
q_iop->dip->t_act_q += q_iop->dip->
n_act_q
;
41
q_iop->dip->
n_act_q
++;
trace_issue.c
28
if (d_iop->dip->
n_act_q
!= 0)
29
d_iop->dip->
n_act_q
--;
trace_im.c
69
if (m_iop->dip->
n_act_q
!= 0)
70
m_iop->dip->
n_act_q
--;
globals.h
142
__u64
n_act_q
, t_act_q; /* # currently active when Q comes in */
member in struct:d_info
Completed in 32 milliseconds