Searched refs:threshold_ctr (Results 1 – 2 of 2) sorted by relevance
80 poll_stats->threshold_ctr = 0; in enter_normal_state()99 poll_stats->threshold_ctr = 0; in enter_busy_state()283 if (poll_stats->threshold_ctr < INTERVALS_PER_SECOND) in update_stats_normal()284 poll_stats->threshold_ctr++; in update_stats_normal()292 poll_stats->threshold_ctr = 0; in update_stats_normal()300 if (poll_stats->threshold_ctr < INTERVALS_PER_SECOND) in update_stats_normal()301 poll_stats->threshold_ctr++; in update_stats_normal()308 poll_stats->threshold_ctr = 0; in update_stats_normal()
92 uint32_t threshold_ctr; member