OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_histo
(Results
1 - 4
of
4
) sorted by null
/external/blktrace/btt/
bt_timeline.c
46
__u64 q_histo[N_HIST_BKTS],
d_histo
[N_HIST_BKTS];
variable
globals.h
188
extern __u64 q_histo[N_HIST_BKTS],
d_histo
[N_HIST_BKTS];
inlines.h
353
d_histo
[histo_idx(nbytes)]++;
output.c
706
fprintf(ofp, "%4d %lld\n", (i+1), (long long)
d_histo
[i]);
708
N_HIST_BKTS-1, (long long)
d_histo
[N_HIST_BKTS-1]);
Completed in 401 milliseconds