Searched refs:threshold_ctr (Results 1 – 2 of 2) sorted by relevance
76 poll_stats->threshold_ctr = 0; in enter_normal_state()93 poll_stats->threshold_ctr = 0; in enter_busy_state()271 if (poll_stats->threshold_ctr < INTERVALS_PER_SECOND) in update_stats_normal()272 poll_stats->threshold_ctr++; in update_stats_normal()280 poll_stats->threshold_ctr = 0; in update_stats_normal()288 if (poll_stats->threshold_ctr < INTERVALS_PER_SECOND) in update_stats_normal()289 poll_stats->threshold_ctr++; in update_stats_normal()296 poll_stats->threshold_ctr = 0; in update_stats_normal()
87 uint32_t threshold_ctr; member