Lines Matching refs:hist
1605 uint32_t *hist; in hif_print_reg_write_stats() local
1608 hist = scn->wstats.sched_delay; in hif_print_reg_write_stats()
1616 hist[HIF_REG_WRITE_SCHED_DELAY_SUB_100us], in hif_print_reg_write_stats()
1617 hist[HIF_REG_WRITE_SCHED_DELAY_SUB_1000us], in hif_print_reg_write_stats()
1618 hist[HIF_REG_WRITE_SCHED_DELAY_SUB_5000us], in hif_print_reg_write_stats()
1619 hist[HIF_REG_WRITE_SCHED_DELAY_GT_5000us]); in hif_print_reg_write_stats()
1657 uint32_t *hist; in hif_reg_write_fill_sched_delay_hist() local
1659 hist = scn->wstats.sched_delay; in hif_reg_write_fill_sched_delay_hist()
1662 hist[HIF_REG_WRITE_SCHED_DELAY_SUB_100us]++; in hif_reg_write_fill_sched_delay_hist()
1664 hist[HIF_REG_WRITE_SCHED_DELAY_SUB_1000us]++; in hif_reg_write_fill_sched_delay_hist()
1666 hist[HIF_REG_WRITE_SCHED_DELAY_SUB_5000us]++; in hif_reg_write_fill_sched_delay_hist()
1668 hist[HIF_REG_WRITE_SCHED_DELAY_GT_5000us]++; in hif_reg_write_fill_sched_delay_hist()