Lines Matching refs:bucket
141 int bucket; in timerlat_hist_update() local
147 bucket = latency / data->bucket_size; in timerlat_hist_update()
169 if (bucket < entries) in timerlat_hist_update()
170 hist[bucket]++; in timerlat_hist_update()
626 int bucket, cpu; in timerlat_print_stats() local
631 for (bucket = 0; bucket < data->entries; bucket++) { in timerlat_print_stats()
636 bucket * data->bucket_size); in timerlat_print_stats()
646 total += data->hist[cpu].irq[bucket]; in timerlat_print_stats()
648 data->hist[cpu].irq[bucket]); in timerlat_print_stats()
652 total += data->hist[cpu].thread[bucket]; in timerlat_print_stats()
654 data->hist[cpu].thread[bucket]); in timerlat_print_stats()
658 total += data->hist[cpu].user[bucket]; in timerlat_print_stats()
660 data->hist[cpu].user[bucket]); in timerlat_print_stats()