Lines Matching defs:bucket
86 int bucket)
92 if (bucket >= entries)
96 map_increment(map, bucket);
101 int bucket)
109 if (bucket >= entries)
144 int bucket;
151 bucket = latency / bucket_size;
154 update_main_hist(&hist_irq, bucket);
155 update_summary(&summary_irq, latency, bucket);
160 update_main_hist(&hist_thread, bucket);
161 update_summary(&summary_thread, latency, bucket);
166 update_main_hist(&hist_user, bucket);
167 update_summary(&summary_user, latency, bucket);