Searched refs:N_HIST_BKTS (Results 1 – 4 of 4) sorted by relevance
/external/blktrace/btt/ |
D | bt_timeline.c | 46 __u64 q_histo[N_HIST_BKTS], d_histo[N_HIST_BKTS];
|
D | output.c | 692 for (i = 0; i < (N_HIST_BKTS-1); i++) in output_histos() 694 fprintf(ofp, "\n# Q bucket for > %d\n%4d %lld\n", (int)N_HIST_BKTS-1, in output_histos() 695 N_HIST_BKTS-1, (long long)q_histo[N_HIST_BKTS-1]); in output_histos() 705 for (i = 0; i < (N_HIST_BKTS-1); i++) in output_histos() 707 fprintf(ofp, "\n# D bucket for > %d\n%4d %lld\n", (int)N_HIST_BKTS-1, in output_histos() 708 N_HIST_BKTS-1, (long long)d_histo[N_HIST_BKTS-1]); in output_histos()
|
D | globals.h | 37 #define N_HIST_BKTS 1025 macro 188 extern __u64 q_histo[N_HIST_BKTS], d_histo[N_HIST_BKTS];
|
D | inlines.h | 343 return min(idx, N_HIST_BKTS-1); in histo_idx()
|