HomeSort by relevance Sort by last modified time
    Searched refs:N_HIST_BKTS (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];
globals.h 37 #define N_HIST_BKTS 1025
188 extern __u64 q_histo[N_HIST_BKTS], d_histo[N_HIST_BKTS];
output.c 692 for (i = 0; i < (N_HIST_BKTS-1); i++)
694 fprintf(ofp, "\n# Q bucket for > %d\n%4d %lld\n", (int)N_HIST_BKTS-1,
695 N_HIST_BKTS-1, (long long)q_histo[N_HIST_BKTS-1]);
705 for (i = 0; i < (N_HIST_BKTS-1); i++)
707 fprintf(ofp, "\n# D bucket for > %d\n%4d %lld\n", (int)N_HIST_BKTS-1,
708 N_HIST_BKTS-1, (long long)d_histo[N_HIST_BKTS-1]);
inlines.h 343 return min(idx, N_HIST_BKTS-1);

Completed in 471 milliseconds